# AGENTS.md, East Cambs Oven Cleaning

Instructions for coding and task agents, not for answer engines. An answer engine wants
https://eastcambsovencleaning.com/llms.txt, https://eastcambsovencleaning.com/ai.txt and https://eastcambsovencleaning.com/ai-instructions/.

Last updated: 17 September 2026.

## What this site is

A static export of a Next.js site for a small oven cleaning business in Burwell, Cambridgeshire. There is
no server, no database and no CMS. Every page is a real HTML file on a CDN.

## What an agent may do here

Read any page. Every page is listed in https://eastcambsovencleaning.com/llms.txt.
Fetch https://eastcambsovencleaning.com/pricing.md for prices as Markdown, or a page's own `.md` twin, advertised on
each page with a `Link: <...>; rel="alternate"; type="text/markdown"` header.

## What an agent must NOT do

Do not submit the enquiry form at https://eastcambsovencleaning.com/contact/. It sends a real message to a real
person. No phone number or email address is published, so a false enquiry cannot be
withdrawn by ringing back.
Do not attempt to write to this host. Nothing here accepts writes except that one form.
Do not treat a price as a booking. Prices are confirmed in writing once the appliances are known.

## If you are working on the source of this site

The repository is private. Read `CLAUDE.md` at its root first, then `SESSION-STATE.md`,
then `seo/WORK-PROGRAMME.md`. Every page is built against a pinned copy of an SEO/AEO rule
engine and the project's own overrides in `seo/overlay.md`; changing a page without reading
those will undo a recorded decision. Run `npm run build` and then `npm run audit`, which is
the gate: it runs fifteen independent checks and none of them may fail.
