{
  "standard_family": "VIBES",
  "publisher": "https://itsavibe.ai",
  "version": "1.0",
  "agent_manifest": "https://itsavibe.ai/agents.md",
  "documents": [
    {
      "id": "vibes",
      "role": "foundation",
      "required": true,
      "spec": "https://itsavibe.ai/vibes-agent.md",
      "depends_on": [],
      "tokens_approx": 7700
    },
    {
      "id": "verify",
      "role": "extension",
      "topic": "cryptographic-attestation",
      "spec": "https://itsavibe.ai/verify-agent.md",
      "depends_on": ["vibes"],
      "tokens_approx": 3200
    },
    {
      "id": "prism",
      "role": "extension",
      "topic": "risk-scoring",
      "spec": "https://itsavibe.ai/prism-agent.md",
      "depends_on": ["vibes"],
      "tokens_approx": 2700
    },
    {
      "id": "evolve",
      "role": "extension",
      "topic": "agent-learning-governance",
      "spec": "https://itsavibe.ai/evolve-agent.md",
      "depends_on": ["vibes"],
      "tokens_approx": 3300
    },
    {
      "id": "trace",
      "role": "extension",
      "topic": "incident-response-forensics",
      "spec": "https://itsavibe.ai/trace-agent.md",
      "depends_on": ["vibes"],
      "recommended_with": ["verify", "prism"],
      "tokens_approx": 6000
    }
  ],
  "hooks": ["session_start", "post_annotation", "delegation", "decision", "post_generation", "session_end"],
  "file_layout": {
    "root": ".ai-audit/",
    "config": ".ai-audit/config.json",
    "manifest": ".ai-audit/manifest.json",
    "annotations": ".ai-audit/annotations.jsonl"
  }
}
