You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+46-1Lines changed: 46 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,43 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
18
19
19
## [Unreleased]
20
20
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.
-`/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
+
21
58
## [1.23.0] - 2026-05-29
22
59
23
60
### Added
@@ -599,7 +636,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
599
636
- Product Owner Extension (SPOPC) roadmap section in README
0 commit comments