Commit cdedd9e
committed
docs(audit-base): sync README + architecture + glossary + agent rule/skill + changeset (Tracer 5)
- README.md: 'audit --base origin/main' code block + cache caveat
- docs/architecture.md: Audit wiring extended with --base details (worktree
+ atomic populate + cache + LRU + non-git error + GIT_* env hygiene);
audit-engine.ts inventory mentions runAuditFromRef + makeWorktreeReindex;
audit-worktree.ts added to application/ inventory
- docs/glossary.md: 'audit --base / git-ref baseline' entry; existing 'audit'
entry now mentions 3 mutually-exclusive sources
- docs/roadmap.md: drop the v1.x backlog item (it shipped)
- docs/research/fallow.md: B.5 row updated to 'v1 + v1.x partial shipped';
Adjacent-shipped bullet referencing PR #51 (plan) + #52 (impl)
- .agents/rules/codemap.md + templates/agents/rules/codemap.md: new
'Audit vs git ref' table row + paragraph rewrite (Rule 10 lockstep)
- .agents/skills/codemap/SKILL.md + templates/agents/skills/codemap/SKILL.md:
audit tool args + behavior reflect new 'base' field (Rule 10 lockstep)
- src/agents-init.ts: ensureGitignoreCodemapPattern now adds
'.codemap/audit-cache/' alongside '.codemap.*' (the audit cache lives
inside .codemap/ but .codemap/recipes/ stays git-tracked); test updated.
- .changeset/codemap-audit-base.md: minor — full design rationale
- docs/plans/audit-base.md: deleted per docs-governance Rule 31 parent 30c79a3 commit cdedd9e
13 files changed
Lines changed: 95 additions & 173 deletions
File tree
- .agents
- rules
- skills/codemap
- .changeset
- docs
- plans
- research
- src
- templates/agents
- rules
- skills/codemap
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
106 | 111 | | |
107 | 112 | | |
108 | 113 | | |
| |||
0 commit comments