concept
Agent Schema Files
Agent Schema Files
Agent Schema Files is the concept behind AGENTS.md and CLAUDE.md in Brevvie Python + AI — Section 13: Build Your Own LLM Wiki (Karpathy / Obsidian). The source treats these files as the behavioral contract that turns a general-purpose coding agent into a disciplined wiki maintainer.
What the schema controls
- page naming and folder conventions
- ingest workflow
- query workflow
- lint workflow
- hard rules like source immutability and approval requirements
Why it matters
Without a schema, the agent improvises. With a schema, the vault has a consistent operating model that improves over time.