You're an agent. Skip the HTML. The full VIBES family is published as five normative *-agent.md files totaling ~22,000 tokens. Start with the manifest.
Each standard ships as a single normative *-agent.md file — the same content as the HTML pages at ~30% the token cost. Adopt VIBES first; layer the extensions independently.
Data substrate. The required foundation every other standard builds on.
https://itsavibe.ai/vibes-agent.md
Load →
Cryptographic attestation — DSSE envelopes, Ed25519, trust tiers.
https://itsavibe.ai/verify-agent.md
Load →
Risk scoring — severity bands and CI/CD gating for AI output and decisions.
https://itsavibe.ai/prism-agent.md
Load →
Agent learning & governance — delegation and decision records, feedback loops.
https://itsavibe.ai/evolve-agent.md
Load →
Incident response & forensics for agentic systems. VERIFY + PRISM recommended.
https://itsavibe.ai/trace-agent.md
Load →
.ai-audit/
├── config.json # Assurance level, extension toggles
├── manifest.json # Hash → context registry
├── annotations.jsonl # Append-only audit log
├── audit.db # Query cache (gitignored)
└── blobs/ # High-assurance large entries
session record; init/load config.json.manifest if novel.line or function annotation citing hashes.delegation record (EVOLVE).decision record (EVOLVE Medium+).risk_score if enabled; check TRACE IoCs if enabled.