Skip to harness content
Open technical reference map

Knowledge source reference

OKF Agent Vault

Agent-readable markdown knowledge layer using OKF-style frontmatter, indexes, logs, and links.

Canonical pathknowledge/concepts/okf-agent-vault.mdRevision69bab1cInspect source

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.md files provide progressive disclosure.
  • log.md files record chronological knowledge changes.
  • Concept files use YAML frontmatter with type, title, description, resource, tags, and timestamp.
  • 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

Source Notes

See OKF and LLM-Wiki Source Notes.