Knowledge source reference
OKF Agent Vault
Agent-readable markdown knowledge layer using OKF-style frontmatter, indexes, logs, and links.
Definition
The agent vault is a small, navigable knowledge bundle over the repo. It gives Codex a first stop that is cheaper than reading every document and more stable than asking the user to repeat onboarding.
Conventions
index.mdfiles provide progressive disclosure.log.mdfiles record chronological knowledge changes.- Concept files use YAML frontmatter with
type,title,description,resource,tags, andtimestamp. - Links are bundle-relative when they point inside
knowledge/.
Maintenance
Update the vault whenever a repo change creates durable routing knowledge for future agents. Run:
npm run knowledge:gate
