feat(observatory): H1 agent-discovery artifacts — .cursorrules, SKILL.md, agent-card, content negotiation#26
Draft
vdineshk wants to merge 3 commits into
Draft
feat(observatory): H1 agent-discovery artifacts — .cursorrules, SKILL.md, agent-card, content negotiation#26vdineshk wants to merge 3 commits into
vdineshk wants to merge 3 commits into
Conversation
- Add /.cursorrules — canonical MCP trust verification rule (text/plain) - Add /docs/cursor-rule.md — same rule as text/markdown - Add /install — installation instructions for MCP clients - Add /agent-onboarding/SKILL.md — SKILL.md with name: dominion-observatory frontmatter - Add /.well-known/agent-card.json — A2A agent card per RFC 8615 - Add /.well-known/mcp/server-card.json — Cloudflare-style server card - Add apex content negotiation for Claude/, Anthropic/, OpenAI/, cursor/, windsurf/ user agents - Update /llms.txt to AnswerDotAI spec format (H1 + blockquote + H2 bulleted .md links) - Update post-deploy-health.json v2.0: 14 endpoints including CTEF §4.5.6 conformance vectors Deployed: ca6d26bf-1c51-4b08-9dbb-05eb68659e08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Executes CEO Directive H1-CURSOR-RULE-WEDGE tasks B1, B2, B3 — all deployed to Observatory worker
ca6d26bf. Unblocks HITMAN from WEDGE-DISTRIBUTION strikes.B1 — Canonical Cursor rule artifacts (LIVE)
/.cursorrules— verbatim rule text,text/plain(copy-paste propagation unit)/docs/cursor-rule.md— same rule,text/markdown/install— installation instructions for MCP clientsB2 — SKILL.md agent onboarding (LIVE)
/agent-onboarding/SKILL.md— SKILL.md withname: dominion-observatoryfrontmatter; triggers on "verify mcp / trust mcp / is this mcp safe / audit mcp / check mcp"B3 — Apex agent-readable artifacts (LIVE)
/.well-known/agent-card.json— A2A agent card per RFC 8615 with capabilities, skills, cursor_rule link/.well-known/mcp/server-card.json— Cloudflare-style MCP server cardClaude/,Anthropic/,OpenAI/,cursor/,windsurf/User-Agent → returns Markdown instead of HTML/llms.txtto AnswerDotAI spec format (H1 + blockquote + H2 bulleted .md links)CTEF §4.5.6 (CEO Directive CTEF-4.5-RATIFIED)
post-deploy-health.jsonupdated to v2.0 with 14 endpoints including all 4 CTEF §4.5.6 conformance vectors and correct expected response shapesDeploy confirmation
ca6d26bf-1c51-4b08-9dbb-05eb68659e08(2026-05-07T13:28:05 UTC)HITMAN unblock status
HITMAN was gated on B1+B2+B3 deployment confirmation. All three tasks are now deployed and accessible at:
CEO action required
Domain registration:
dominionobservatory.devhas no DNS record. To complete H1, Dinesh must register the domain and point it to the Observatory worker as a custom domain via Cloudflare dashboard. Until then, HITMAN should usedominion-observatory.sgdata.workers.devURLs in awesome-list PRs.Test plan
curl https://dominion-observatory.sgdata.workers.dev/.cursorrules→ returns exact 7-line rule textcurl https://dominion-observatory.sgdata.workers.dev/agent-onboarding/SKILL.md→ returns frontmatter withname: dominion-observatorycurl https://dominion-observatory.sgdata.workers.dev/.well-known/agent-card.json→ JSON withcursor_rulefieldcurl -A "cursor/1.0" https://dominion-observatory.sgdata.workers.dev/→ returns Markdown not HTMLcurl https://dominion-observatory.sgdata.workers.dev/llms.txt→ AnswerDotAI spec format with H1 + blockquoteGenerated by Claude Code