Skip to content

Source of Truth

src/ is the single source of truthsrc/skills/, src/rules/, src/agent-src/ (profiles, commands, contexts, personas, packs), src/domains/, src/scripts/. Everything else is a generated projection: equal, derived, and never authoritative.

flowchart LR
  src["src/<br/>(source of truth)"] -->|condense| dist["dist/agent-src/"]
  dist --> tools["per-tool projections<br/>.claude · .cursor · .clinerules<br/>.windsurfrules · GEMINI.md · .augment"]
  dist -->|installer| consumer["consumer runtime"]
Command Regenerates
task sync dist/agent-src/ + .augment/; refreshes counts/settings
task generate-tools .claude/, .cursor/, .clinerules/, .windsurfrules, GEMINI.md
/condense the src/dist/ condensation (hashing + sync verification)

Never create or edit a generated projection. Direct edits break condensation hashes, fail CI, and are overwritten on the next regeneration. Always edit src/, then regenerate.

No tool is privileged — Claude, Cursor, Augment, Cline, Windsurf, Gemini are all just projection targets. See source-of-truth.md and the system map.