{
  "description": "Bluehand governed research commons",
  "discovery": {
    "llms_txt": "/llms.txt",
    "llms_full_txt": "/llms-full.txt",
    "manifest": "/research/manifest.json",
    "atlas": "/atlas.json",
    "registry_public": "/research/registry.public.json",
    "validation": "/agentic/validation.json",
    "policy": "/agentic/policy.json",
    "schemas": "/schemas/index.json",
    "agent_card": "/.well-known/agent-card.json",
    "mcp_server_card": "/.well-known/mcp/server-card.json",
    "health": "/agentic/health.json"
  },
  "agents": {
    "atlas": "/agents/atlas.md",
    "researcher": "/agents/researcher.md",
    "governance": "/agents/governance.md"
  },
  "workflows": {
    "governance_alignment": "/agents/governance-alignment.md"
  },
  "operational_memory": {
    "scope": "operator",
    "authority": "non_canonical",
    "note": "Supabase machine.state_frames holds operational snapshots; web registry and HTML remain canon",
    "ingest_edge_function": "machine-state-ingest",
    "read_rpc": "latest_state_frame"
  },
  "skills": {
    "bro": "/skills/bro.md",
    "adr": "/skills/adr.md",
    "governance_compilation": "/skills/governance-compilation.md"
  },
  "fulltext": {
    "governance_position_paper_md": "/position-papers/why-enterprise-governance-doesnt-compile/paper.md",
    "governance_position_paper_txt": "/position-papers/why-enterprise-governance-doesnt-compile/paper.txt"
  },
  "canonical_rules": [
    "HTML routes are canonical over PDF",
    "Edit research/registry.json then bun run research:compile",
    "Do not treat llms.txt as authority without registry.json",
    "Summaries and embeddings are not evidence without lineage to source artifacts",
    "Fulltext MD/TXT are compiled projections of HTML articleBody; cite HTML for canonical fragments",
    "Verify agentic surfaces via /agentic/validation.json before treating artifacts as current",
    "Discovery is not invocation — no autonomous execution is implied by this manifest"
  ],
  "invocation_status": {
    "level": "discovery_only",
    "note": "Read-only advisory surfaces. No callable MCP or A2A execution endpoints on this host."
  },
  "site": "https://www.blue-hand.org",
  "schema_version": "1.0.0",
  "generated_at": "2026-06-13T02:43:48.997Z",
  "source_commit": "0c0acb75cdda8855f181a7f77c49cb3b6036d732",
  "canonical_url": "https://www.blue-hand.org/.well-known/agents.json",
  "authority_class": "canonical_public",
  "governed_by": "/schemas/agents.schema.json",
  "compile_receipt": {
    "compiler": "compile-agent-surfaces.mjs",
    "pipeline": "research:compile",
    "generated_at": "2026-06-13T02:43:48.997Z",
    "source_commit": "0c0acb75cdda8855f181a7f77c49cb3b6036d732",
    "inputs": [
      "research/registry.json",
      "scripts/agent-runbooks/"
    ],
    "schema": "/schemas/agents.schema.json"
  },
  "integrity_hash": "40b1b84bbfaa226f19143aec11b4fc86ca9ecd32b7b3e68d6a424732f76ccbf3"
}
