Skip to content

Guidance

Guidance is durable context that should apply before the agent starts task work.

Canonical source:

source/guidance/**

Generated outputs:

dist/codex/AGENTS.md
dist/claude/CLAUDE.md
dist/claude/.claude/rules/*.md

Put knowledge here when the agent should always consider it, but when no command-level enforcement is required.

Examples:

  • default validation expectations
  • codebase reading expectations
  • frontend, backend, and testing conventions
  • routing to the right skill

Do not put command allow/deny behavior here. Use policies for that.