Skip to content

feat(observatory): add agent discovery surfaces and CTEF conformance routes#28

Draft
vdineshk wants to merge 1 commit into
mainfrom
claude/focused-cannon-E5QrS
Draft

feat(observatory): add agent discovery surfaces and CTEF conformance routes#28
vdineshk wants to merge 1 commit into
mainfrom
claude/focused-cannon-E5QrS

Conversation

@vdineshk
Copy link
Copy Markdown
Owner

@vdineshk vdineshk commented May 9, 2026

Summary

  • B1.1 /.cursorrules — MCP trust gate cursor rule (text/plain)
  • B1.2 /docs/cursor-rule.md — markdown documentation
  • B1.3 /install — SDK + API install instructions
  • B2.1 /agent-onboarding/SKILL.md — agent onboarding with frontmatter (name: dominion-observatory)
  • B3.1 /.well-known/agent-card.json — A2A agent card spec (schemaVersion 1.0, 4 skills, ctef_conformance ref)
  • B3.2 /.well-known/mcp/server-card.json — MCP server card
  • B3.4 Apex AI UA content negotiation at root / (redirects to SKILL.md)
  • EXP-032a /.well-known/ctef-conformance — CTEF v0.3.2 §4.5 self-attestation URI (first empire claim)
  • +sync /api/ctef/validate — synced live production code to source (prevents regression on future deploy)

Deploy status

Already deployed: version d087dc9e-f457-48db-9552-cb468cb5dd60

All 8 routes verified HTTP 200 + correct content shape. All 6 spec-cited endpoints regression-free.

Why this matters

  • Unblocks punkpeye/awesome-mcp-servers PR (deadline: today — SKILL.md + agent-card must be HTTP 200)
  • /.well-known/ctef-conformance is a novel primitive — first CTEF v0.3.2 §4.5 conformance self-attestation URI pattern in the ecosystem (CTEF publishes 2026-05-19)
  • 5 new agent-readable surfaces increase callability of existing Observatory primitives

Test plan

  • curl -o /dev/null -w "%{http_code}" https://dominion-observatory.sgdata.workers.dev/.cursorrules → 200
  • curl -o /dev/null -w "%{http_code}" https://dominion-observatory.sgdata.workers.dev/agent-onboarding/SKILL.md → 200
  • curl -o /dev/null -w "%{http_code}" https://dominion-observatory.sgdata.workers.dev/.well-known/agent-card.json → 200
  • curl -o /dev/null -w "%{http_code}" https://dominion-observatory.sgdata.workers.dev/.well-known/ctef-conformance → 200
  • All 6 spec-cited endpoints (EBTO 402, HMAC 402, benchmark 200, behavioral-evidence 200, sla-tier 200, trust-delta 200)

Generated by Claude Code

…routes

Adds 8 new routes to Observatory worker:
- /.cursorrules (MCP trust gate cursor rule)
- /docs/cursor-rule.md (markdown documentation)
- /install (SDK and API install instructions)
- /agent-onboarding/SKILL.md (agent onboarding with frontmatter)
- /.well-known/agent-card.json (A2A agent card spec)
- /.well-known/mcp/server-card.json (MCP server card)
- /.well-known/ctef-conformance (CTEF v0.3.2 §4.5 self-attestation)
- /api/ctef/validate (sync live endpoint to source)

Also adds Apex AI user-agent content negotiation at root.
Deployed: version d087dc9e-f457-48db-9552-cb468cb5dd60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants