Commit Conventions
Phase/task commits
Implementation work commonly uses phase/task ids:
pNN-tNN- review-fix and review bookkeeping commits
Examples:
feat(p04-t03): implement oat init commandfix(p03-t08): harden stray filtering semanticstest(p05-t04): add help snapshot tests
Project-level docs/chore commits
Examples:
docs(oat): ...chore(oat): ...
Traceability rules
Keep explicit trace links among:
plan.mdtask idsimplementation.mdexecution entriesreviews/*.mdartifacts- PR artifacts under
pr/*.md
Reference artifacts
.oat/projects/<scope>/<project>/plan.md.oat/projects/<scope>/<project>/implementation.md.oat/projects/<scope>/<project>/reviews/