Skip to content

Commit 3763169

Browse files
lapc506claude
andauthored
docs: CHANGELOG for v1.24.0–1.29.0 (audit-engine family) + gitignore worktrees (#42)
Backfill the six audit-engine releases (foundation + SCH/CDC/DDD/ARC/STR/ENF) that bumped the version 1.23.0→1.29.0 without CHANGELOG entries, add their reference links (and the missing 1.22/1.23 links), and ignore transient agent/git worktree dirs (.claude/worktrees/, .worktrees/, .wt-*). Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 9205942 commit 3763169

2 files changed

Lines changed: 51 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ slack-config.json
1313
# hooks/rules/README.md (the latter documents the IP-leak guard format —
1414
# opt-in list of client/org names that must never appear in rules.yaml).
1515
.private/
16+
17+
# Agent / git worktrees (transient, never committed)
18+
.claude/worktrees/
19+
.worktrees/
20+
.wt-*/

CHANGELOG.md

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
1919
## [Unreleased]
2020

21+
## [1.29.0] - 2026-06-02
22+
23+
### Added
24+
- `/audit-enforcement-hooks` (`ENF`) — the Cure-4 coverage meta-audit: detects absent or misconfigured PreToolUse/PostToolUse enforcement hooks, missing rules config, and structural rules with no hook backing them (closes the detection→enforcement loop). Adds the `findHookCoverageGaps` verifier.
25+
26+
### Changed
27+
- All six audit families are now live in `/domain-driven-advisor` (no more "coming soon"); the `audit-engine` skill description and example session reflect the full family.
28+
- Reconciled the version displays (README `**Version:**` header and `.claude-plugin/marketplace.json`) and refreshed the marketplace command/skill counts.
29+
30+
## [1.28.0] - 2026-06-02
31+
32+
### Added
33+
- `/audit-strangler` (`STR`) — Strangler-Fig migration-health audit for monolith→microservices work (façade, incremental cutover vs big-bang, coexistence, legacy retirement). Adds the `assessStranglerHealth` verifier.
34+
35+
## [1.27.0] - 2026-06-02
36+
37+
### Added
38+
- `/audit-explicit-architecture` (`ARC`) — Explicit Architecture audit (Graça: Hexagonal / Onion / Clean / CQRS); the deterministic core enforces the dependency rule (source dependencies must point inward). Adds the `findDependencyRuleViolations` verifier.
39+
40+
## [1.26.0] - 2026-06-02
41+
42+
### Added
43+
- `/audit-ddd` (`DDD`) — bounded-context boundary audit (cross-context imports, domain purity, ubiquitous-language drift). Adds the `findCrossContextImports` verifier.
44+
45+
## [1.25.0] - 2026-06-02
46+
47+
### Added
48+
- `/audit-contract-drift` (`CDC`) — consumer-driven-contract drift audit (producer↔consumer validation schemas that have silently diverged). Adds the `diffValidationSchemas` verifier.
49+
50+
## [1.24.0] - 2026-06-02
51+
52+
### Added
53+
- **Audit-engine foundation.** Shared report contract (`schemas/audit-report-schema.schema.json` + `references/audit-report-schema.md` — the SSOT), the `audit-engine` skill (hybrid LLM-first detection → deterministic + adversarial verification → cure-mapping → four-target emission), `/audit-schema-drift` (`SCH` — 1NF + DRY duplicated-column detection via `findDuplicatedColumns`), and `/domain-driven-advisor` (guided router that recommends which audit(s) to run, then runs a premortem on the aggregated remediation plan).
54+
55+
### Changed
56+
- README "What's Inside" now links every command and skill to its source file; added the `## Guided repo health: /domain-driven-advisor` teaching section.
57+
2158
## [1.23.0] - 2026-05-29
2259

2360
### Added
@@ -599,7 +636,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
599636
- Product Owner Extension (SPOPC) roadmap section in README
600637
([PR #4](https://github.com/DojoCodingLabs/make-no-mistakes-toolkit/pull/4)).
601638

602-
[Unreleased]: https://github.com/DojoCodingLabs/make-no-mistakes-toolkit/compare/v1.21.0...HEAD
639+
[Unreleased]: https://github.com/DojoCodingLabs/make-no-mistakes-toolkit/compare/v1.29.0...HEAD
640+
[1.29.0]: https://github.com/DojoCodingLabs/make-no-mistakes-toolkit/releases/tag/v1.29.0
641+
[1.28.0]: https://github.com/DojoCodingLabs/make-no-mistakes-toolkit/releases/tag/v1.28.0
642+
[1.27.0]: https://github.com/DojoCodingLabs/make-no-mistakes-toolkit/releases/tag/v1.27.0
643+
[1.26.0]: https://github.com/DojoCodingLabs/make-no-mistakes-toolkit/releases/tag/v1.26.0
644+
[1.25.0]: https://github.com/DojoCodingLabs/make-no-mistakes-toolkit/releases/tag/v1.25.0
645+
[1.24.0]: https://github.com/DojoCodingLabs/make-no-mistakes-toolkit/releases/tag/v1.24.0
646+
[1.23.0]: https://github.com/DojoCodingLabs/make-no-mistakes-toolkit/releases/tag/v1.23.0
647+
[1.22.0]: https://github.com/DojoCodingLabs/make-no-mistakes-toolkit/releases/tag/v1.22.0
603648
[1.21.0]: https://github.com/DojoCodingLabs/make-no-mistakes-toolkit/releases/tag/v1.21.0
604649
[1.14.0]: https://github.com/DojoCodingLabs/make-no-mistakes-toolkit/releases/tag/v1.14.0
605650
[1.12.0]: https://github.com/DojoCodingLabs/make-no-mistakes-toolkit/releases/tag/v1.12.0

0 commit comments

Comments
 (0)