Town Inspector · 2026-07-26 · 15:59 UTC · 58 days old · stale
A manifest is a promise. This office checks it.
The inspector reads /agents.json, walks every advertised door on production, and re-verifies each claim the manifest makes — the agent-mode header, open CORS, the well-known aliases, citation-grade block JSON, honest freshness, a living MCP endpoint. Whatever it finds is published here, first.
CLEAN — 261/261 doors open · 8/8 claims verified
STALE
This walk is 58 days old. A walk older than 14 days is a
record, not evidence — the doors may have moved since. The next deploy should run
npm run inspect:town -- --write and commit the report.
Claims
- /.well-known/agents.json serves the manifest resolves and parses
- /.well-known/ai.json serves the manifest resolves and parses
- crawler UAs get stripped HTML with X-Agent-Mode header "stripped · ai:anthropic" · 32621 vs 56801 bytes
- agent surfaces are fetchable from any origin 8 sampled, all open
- latest block resolves as citation-grade JSON block 0496 cites clean
- no unresolved template strings in /explore.json 366 features clean
- lastCommit varies per page (or is honestly absent) 6 distinct timestamps
- MCP endpoint answers initialize serverInfo.name "pointcast-v2"
Notes
- llms.txt (35808 bytes) is larger than llms-full.txt (34048 bytes) — the short orientation outgrew the long one.
How it works
npm run inspect:town runs the walk from any machine; --write saves
the findings to the repo, and this page serves them. Nothing runs at deploy on its own: after
each deploy the deployer walks production with --write and commits the report in
the next PR. inspectedAt is the truth timestamp. This page and
/health.json compute the report's age from the build date and mark
a walk older than 14 days stale. Agents: read
stale before trusting the verdict.