Agent-stack staging — preview for review
2026-05-15 · companion to the gap-analysis audit
The six proposed agent-discoverability files for dare.co.uk are live on a Cloudflare Pages preview project so you can browse them before any production change. Full rationale + portfolio gap analysis in the audit report.
Browse the staging
Hero link — open this first: https://dare-agent-stack-preview.pages.dev/sitemap_agentic_discovery.xml — the XSL stylesheet renders this as a human-readable index of the four agent-discovery resources (open in a browser, not curl).
All six files
| File | Direct link | Size | What it is |
|---|---|---|---|
llms.txt |
view | 2.2 KB | Short bio + browse hints + cross-refs to the rest of the stack |
llms-full.txt |
view | 4.7 KB | Extended brand bio, content rings, voice notes, citation conventions |
agents.md |
view | 4.9 KB | Agent integration instructions — discovery, URL conventions, capabilities, citation rules, “what you should / shouldn’t do” |
.well-known/agent.json |
view | 1.9 KB | Machine-readable agent profile — contact, capabilities, voice register, citation rules, protocol version |
sitemap_agentic_discovery.xml (XSL-rendered) |
view | 0.9 KB | The browsable XML sitemap pointing at the four resources above |
agent-sitemap.xsl (raw stylesheet) |
view | 5.8 KB | XSL template — Helvetica / Newsreader / DARE accent register, matches the existing site aesthetic |
What to look at
The decisions worth eyeballing before this ships to production:
- Voice —
llms-full.txtandagents.mdtake a position on DARE-register: first-person declarative, designer’s-house framing, four pillars named. If anything reads off-tone, flag it. - Capability honesty —
agent.jsondeclaresvoice_contact: falseandcommerce: false. These flip totrueonly when the corresponding endpoints exist. - Citation rules —
agents.mdis explicit about what’s welcome (cite + link) and what isn’t (republish + mimic voice + flood/api/contact). Worth a read for tone. - XSL stylesheet — the rendered sitemap should match the existing dare.co.uk aesthetic. If the styling looks off, it’s
agent-sitemap.xslthat needs the touch.
Production path (when you say ship)
- Copy the six files into
~/Code/dare-co-uk/repo root (with.well-known/agent.jsonin the correct subdir) - Commit + push to
stagingbranch - dare-pipeline GHA picks up and deploys
The dare-agent-stack-preview Pages project can stay as a long-lived staging surface (cheap, useful for future iterations) or be deleted via wrangler pages project delete dare-agent-stack-preview once production is live.
Memory references
project_shopify_ucp_audrey_native— the audrey UCP discovery that triggered this rolloutproject_agent_discoverability_portfolio_rollout— portfolio-wide canonical stackproject_audrey_reviews_app_install— companion: closes the GSCreview+aggregateRatingflags on audreyfeedback_proactive_preview_deploy_when_asked_to_look— the pattern this preview validates
Companion to dare_agent_discoverability_audit_2026-05-15. Files on disk at ~/Downloads/dare-agent-stack-staging/.