mindforge-cc 11.9.0 → 11.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. package/.agent/mindforge/ship.md +2 -2
  2. package/.agent/mindforge/update.md +1 -1
  3. package/.agent/mindforge/wf-catalog.md +5 -2
  4. package/.claude/commands/mindforge/ship.md +2 -2
  5. package/.claude/commands/mindforge/skill-tdd.md +53 -0
  6. package/.claude/commands/mindforge/skills-index.md +118 -0
  7. package/.claude/commands/mindforge/systematic-debug.md +60 -0
  8. package/.claude/commands/mindforge/update.md +1 -1
  9. package/.claude/commands/mindforge/wf-accessibility-audit.md +31 -0
  10. package/.claude/commands/mindforge/wf-ai-model-eval.md +31 -0
  11. package/.claude/commands/mindforge/wf-api-migration.md +31 -0
  12. package/.claude/commands/mindforge/wf-architecture-modernization.md +32 -0
  13. package/.claude/commands/mindforge/wf-catalog.md +62 -0
  14. package/.claude/commands/mindforge/wf-code-audit.md +31 -0
  15. package/.claude/commands/mindforge/wf-code-explainer.md +31 -0
  16. package/.claude/commands/mindforge/wf-competitive-analysis.md +31 -0
  17. package/.claude/commands/mindforge/wf-competitive-teardown.md +31 -0
  18. package/.claude/commands/mindforge/wf-cost-analysis.md +31 -0
  19. package/.claude/commands/mindforge/wf-data-pipeline-validate.md +31 -0
  20. package/.claude/commands/mindforge/wf-database-migration.md +31 -0
  21. package/.claude/commands/mindforge/wf-debug-detective.md +32 -0
  22. package/.claude/commands/mindforge/wf-design-system-audit.md +31 -0
  23. package/.claude/commands/mindforge/wf-documentation-gen.md +31 -0
  24. package/.claude/commands/mindforge/wf-feature-planner.md +31 -0
  25. package/.claude/commands/mindforge/wf-incident-response.md +31 -0
  26. package/.claude/commands/mindforge/wf-multi-repo-sync.md +31 -0
  27. package/.claude/commands/mindforge/wf-mutation-testing.md +31 -0
  28. package/.claude/commands/mindforge/wf-onboard-codebase.md +31 -0
  29. package/.claude/commands/mindforge/wf-orchestrate-review.md +35 -0
  30. package/.claude/commands/mindforge/wf-perf-optimize.md +31 -0
  31. package/.claude/commands/mindforge/wf-pr-review.md +31 -0
  32. package/.claude/commands/mindforge/wf-refactor-plan.md +31 -0
  33. package/.claude/commands/mindforge/wf-release-prep.md +31 -0
  34. package/.claude/commands/mindforge/wf-security-threat-model.md +31 -0
  35. package/.claude/commands/mindforge/wf-tdd-sprint.md +31 -0
  36. package/.claude/commands/mindforge/wf-tech-evaluation.md +31 -0
  37. package/.claude/commands/mindforge/wf-ux-heuristic-audit.md +31 -0
  38. package/.claude/commands/mindforge/wf-verification-loop.md +45 -0
  39. package/.claude/commands/mindforge/wf-workflow-optimizer.md +51 -0
  40. package/.claude/commands/mindforge/wf-writer-reviewer.md +30 -0
  41. package/.mindforge/config.json +2 -2
  42. package/.mindforge/memory/sync-manifest.json +1 -1
  43. package/.mindforge/personas/doc-auditor.md +1 -1
  44. package/.mindforge/personas/monorepo-architect.md +2 -1
  45. package/.mindforge/personas/release-manager.md +5 -3
  46. package/.mindforge/skills/documentation/SKILL.md +4 -1
  47. package/CHANGELOG.md +8 -1821
  48. package/MINDFORGE.md +3 -3
  49. package/README.md +58 -512
  50. package/RELEASENOTES.md +22 -0
  51. package/SECURITY.md +1 -1
  52. package/bin/install.js +1 -1
  53. package/bin/updater/changelog-fetcher.js +95 -5
  54. package/bin/utils/readiness-gate.js +3 -3
  55. package/changelogs/README.md +109 -0
  56. package/changelogs/index.json +103 -0
  57. package/changelogs/v0.1.0.md +21 -0
  58. package/changelogs/v0.2.0.md +15 -0
  59. package/changelogs/v0.3.0.md +28 -0
  60. package/changelogs/v0.4.0.md +29 -0
  61. package/changelogs/v0.5.0.md +34 -0
  62. package/changelogs/v0.6.0.md +34 -0
  63. package/changelogs/v1.0.0.md +60 -0
  64. package/changelogs/v1.0.1.md +15 -0
  65. package/changelogs/v1.0.2.md +10 -0
  66. package/changelogs/v1.0.3.md +10 -0
  67. package/changelogs/v1.0.4.md +10 -0
  68. package/changelogs/v1.0.5.md +10 -0
  69. package/changelogs/v10.0.0.md +71 -0
  70. package/changelogs/v10.0.2.md +15 -0
  71. package/changelogs/v10.0.3.md +21 -0
  72. package/changelogs/v10.0.4.md +16 -0
  73. package/changelogs/v10.0.5.md +16 -0
  74. package/changelogs/v10.0.6.md +15 -0
  75. package/changelogs/v10.0.7.md +15 -0
  76. package/changelogs/v10.0.8.md +15 -0
  77. package/changelogs/v10.0.9.md +15 -0
  78. package/changelogs/v10.1.0.md +16 -0
  79. package/changelogs/v10.1.1.md +15 -0
  80. package/changelogs/v10.2.0.md +14 -0
  81. package/changelogs/v10.3.0.md +13 -0
  82. package/changelogs/v10.4.0.md +13 -0
  83. package/changelogs/v10.5.0.md +13 -0
  84. package/changelogs/v10.6.0.md +13 -0
  85. package/changelogs/v10.7.0.md +15 -0
  86. package/changelogs/v11.0.0.md +66 -0
  87. package/changelogs/v11.0.1.md +10 -0
  88. package/changelogs/v11.1.0.md +56 -0
  89. package/changelogs/v11.2.0.md +41 -0
  90. package/changelogs/v11.2.1.md +38 -0
  91. package/changelogs/v11.3.0.md +45 -0
  92. package/changelogs/v11.3.1.md +39 -0
  93. package/changelogs/v11.4.0.md +38 -0
  94. package/changelogs/v11.5.0.md +77 -0
  95. package/changelogs/v11.5.1.md +47 -0
  96. package/changelogs/v11.6.0.md +45 -0
  97. package/changelogs/v11.7.0.md +30 -0
  98. package/changelogs/v11.7.1.md +8 -0
  99. package/changelogs/v11.8.0.md +19 -0
  100. package/changelogs/v11.8.1.md +28 -0
  101. package/changelogs/v11.8.2.md +22 -0
  102. package/changelogs/v11.8.3.md +22 -0
  103. package/changelogs/v11.9.0.md +17 -0
  104. package/changelogs/v11.9.1.md +8 -0
  105. package/changelogs/v2.0.0-alpha.1.md +42 -0
  106. package/changelogs/v2.0.0-alpha.10.md +13 -0
  107. package/changelogs/v2.0.0-alpha.11.md +14 -0
  108. package/changelogs/v2.0.0-alpha.12.md +16 -0
  109. package/changelogs/v2.0.0-alpha.2.md +14 -0
  110. package/changelogs/v2.0.0-alpha.3.md +17 -0
  111. package/changelogs/v2.0.0-alpha.4.md +17 -0
  112. package/changelogs/v2.0.0-alpha.7.md +18 -0
  113. package/changelogs/v2.0.0-alpha.8.md +11 -0
  114. package/changelogs/v2.0.0-alpha.9.md +12 -0
  115. package/changelogs/v2.0.0.md +35 -0
  116. package/changelogs/v2.1.0.md +22 -0
  117. package/changelogs/v2.1.1.md +25 -0
  118. package/changelogs/v2.1.2.md +21 -0
  119. package/changelogs/v2.3.2.md +19 -0
  120. package/changelogs/v2.3.3.md +16 -0
  121. package/changelogs/v2.3.4.md +16 -0
  122. package/changelogs/v2.3.5.md +21 -0
  123. package/changelogs/v2.4.0.md +29 -0
  124. package/changelogs/v2.5.0.md +26 -0
  125. package/changelogs/v2.6.0.md +26 -0
  126. package/changelogs/v3.0.0.md +17 -0
  127. package/changelogs/v4.0.0.md +19 -0
  128. package/changelogs/v4.1.0.md +19 -0
  129. package/changelogs/v4.3.0.md +31 -0
  130. package/changelogs/v5.0.0-alpha.1.md +35 -0
  131. package/changelogs/v5.0.0-alpha.2.md +22 -0
  132. package/changelogs/v5.1.0.md +42 -0
  133. package/changelogs/v5.2.0.md +18 -0
  134. package/changelogs/v5.3.0.md +14 -0
  135. package/changelogs/v5.4.0.md +28 -0
  136. package/changelogs/v5.5.0.md +11 -0
  137. package/changelogs/v5.6.0.md +11 -0
  138. package/changelogs/v5.7.0.md +12 -0
  139. package/changelogs/v5.8.0.md +12 -0
  140. package/changelogs/v5.9.0.md +11 -0
  141. package/changelogs/v6.0.0-alpha.md +45 -0
  142. package/changelogs/v6.1.0-alpha.md +29 -0
  143. package/changelogs/v6.2.0-alpha.md +30 -0
  144. package/changelogs/v6.2.0.md +21 -0
  145. package/changelogs/v6.3.0.md +14 -0
  146. package/changelogs/v6.4.0.md +13 -0
  147. package/changelogs/v6.5.0.md +13 -0
  148. package/changelogs/v6.6.0.md +12 -0
  149. package/changelogs/v6.7.0.md +12 -0
  150. package/changelogs/v7.0.0.md +13 -0
  151. package/changelogs/v8.0.0.md +14 -0
  152. package/changelogs/v8.1.0.md +13 -0
  153. package/changelogs/v8.2.0.md +12 -0
  154. package/changelogs/v8.2.1.md +11 -0
  155. package/changelogs/v9.0.0.md +20 -0
  156. package/docs/commands-reference.md +12 -6
  157. package/docs/faq.md +3 -3
  158. package/docs/getting-started.md +28 -3
  159. package/docs/sdk-reference.md +1 -1
  160. package/docs/user-guide.md +2 -2
  161. package/package.json +2 -1
@@ -0,0 +1,10 @@
1
+ # Changelog
2
+
3
+ ## [1.0.3] — v1.0.3 Antigravity Agents Folder — 2026-03-22
4
+
5
+ ### Changed (v1.0.3)
6
+
7
+ - Local Antigravity installs now target `agents/` by default (legacy `.agent/` detected and supported).
8
+
9
+ ---
10
+
@@ -0,0 +1,10 @@
1
+ # Changelog
2
+
3
+ ## [1.0.4] — v1.0.4 Antigravity Install Fix — 2026-03-22
4
+
5
+ ### Fixed (v1.0.4)
6
+
7
+ - Antigravity local install now correctly copies commands and CLAUDE.md into `agents/`.
8
+
9
+ ---
10
+
@@ -0,0 +1,10 @@
1
+ # Changelog
2
+
3
+ ## [1.0.5] — v1.0.5 Minimal Install Option — 2026-03-22
4
+
5
+ ### Added (v1.0.5)
6
+
7
+ - `--minimal` flag to install only essential project scaffolding.
8
+
9
+ ---
10
+
@@ -0,0 +1,71 @@
1
+ # Changelog
2
+
3
+ ## [10.0.0] - 2026-05-21 — "Bedrock Fortified"
4
+
5
+ ### Added (v10.0.0)
6
+
7
+ - **Bearer token authentication** — All dashboard mutating endpoints now require `Authorization: Bearer <token>` header. Protects SSE, steering, and approval routes.
8
+ - **Auth on browser daemon** — The `/evaluate` endpoint on the Playwright browser daemon now requires authentication, closing a remote code execution vector.
9
+ - **Unified test runner** — `tests/run-all.js` discovers and executes all 43 test files with pass/fail summary and exit code propagation.
10
+ - **Shared utilities layer** — `bin/utils/paths.js`, `file-io.js`, and `errors.js` provide consistent path resolution, safe file I/O, and typed error classes across the codebase.
11
+ - **AuditWriter module** — Buffered async writes with Merkle hash chaining, replacing direct synchronous file append calls in the auto-runner.
12
+ - **State manager module** — Extracted from auto-runner for clean separation of execution state persistence.
13
+ - **Task dispatcher module** — Extracted from auto-runner for isolated task routing and repair-operator logic.
14
+ - **Wave executor module** — Extracted from auto-runner for wave-level orchestration and progress tracking.
15
+ - **Dependabot configuration** — Weekly npm dependency updates and monthly GitHub Actions version bumps.
16
+ - **CODEOWNERS file** — Defines review ownership for security-sensitive paths (`bin/governance/`, `bin/engine/`, SDK).
17
+ - **npm provenance** — Release workflow now publishes with `--provenance` for SLSA Build Level 2 supply chain attestation.
18
+ - **CLI "Did you mean?" suggestions** — Levenshtein distance matching for mistyped commands (e.g., `mindforge statsus` suggests `status`).
19
+ - **CLI --verbose flag** — Enables detailed execution tracing for debugging framework behavior.
20
+ - **CLI mindforge bin entry** — Post-install accessible binary for direct invocation without `npx`.
21
+ - **Structured action allowlist** — Replaces the regex-based prompt injection blocklist with an explicit allowlist of permitted autonomous actions.
22
+ - **.npmignore** — Excludes runtime artifacts, test fixtures, planning state, and intelligence logs from the published package.
23
+ - **Knowledge store O(1) index** — Hash-map index for stores exceeding 100 entries, eliminating linear scans.
24
+ - **SSE idle detection** — Dashboard polling pauses when no clients are connected, reducing CPU and I/O overhead.
25
+ - **Metrics TTL cache** — 5-second time-to-live cache prevents redundant metrics recomputation on rapid dashboard refreshes.
26
+ - **Smart mtime-based polling** — File watchers skip re-reads when mtime has not changed since last poll cycle.
27
+ - **NON-OVERRIDABLE governance** — Added non-overridable parameter section to MINDFORGE.md for security-critical settings.
28
+ - **HANDOFF schema alignment** — Unified HANDOFF.json to v1.0.0 schema with all required fields.
29
+
30
+ ### Changed (v10.0.0)
31
+
32
+ - **VectorHub: sql.js (WASM) replaces better-sqlite3 (native C++)** — Eliminates native compilation, node-gyp, and platform-specific build failures. Zero native dependencies.
33
+ - **VectorHub: lazy Proxy + factory pattern** — Database connection is deferred until first query. Callers use `createVectorHub()` factory instead of direct constructor.
34
+ - **VectorHub: WAL mode + FTS4** — Write-Ahead Logging for concurrent reads; FTS4 replaces FTS5 for sql.js compatibility.
35
+ - **VectorHub: parameterized queries throughout** — All user-influenced values use bound parameters, closing SQL injection vectors.
36
+ - **Auto-runner decomposition** — Reduced from 672 lines to 367 lines by extracting 4 focused modules (task-dispatcher, wave-executor, state-manager, audit-writer).
37
+ - **NexusTracer async migration** — Moved from synchronous file appends to non-blocking writes with back-pressure handling.
38
+ - **PolicyEngine async migration** — Governance evaluation no longer blocks the event loop during high-throughput wave execution.
39
+ - **SDK memory.ts rewrite** — Now self-contained with no imports from `../../bin/`. Independently publishable.
40
+ - **SDK exports field** — Package.json `exports` map enables tree-shaking and prevents deep import of internal modules.
41
+ - **SDK files field** — Only ships compiled output and type declarations; source maps excluded from production.
42
+ - **Real validateConfig() implementation** — Validates 5 required fields with type checking and schema enforcement (replaces no-op stub).
43
+ - **Lazy module loading in auto-runner** — 12 heavy `require()` calls deferred to first-use, cutting cold-start time.
44
+ - **Package size reduction** — From 3.9 MB / 866 files to 1.1 MB / 245 files (72% smaller).
45
+ - **CI workflow** — Node 18/20/22 matrix, `npm ci`, npm caching, c8 coverage at 30% threshold.
46
+ - **Model topology assertions** — Updated test expectations to match Claude 4.x and Gemini 2.5 model family.
47
+ - **Skills MANIFEST** — Updated manifest to register all 10 core skills with proper paths and schema version.
48
+ - **README rewritten** — Clear value proposition, quick-start, and architecture overview at the top.
49
+ - **All docs version-stamped** — References updated to v10.0.0 throughout.
50
+ - **SDK reference documentation** — Expanded from 28 lines to 230+ lines with full API surface coverage.
51
+
52
+ ### Fixed (v10.0.0)
53
+
54
+ - **CRITICAL: Hardcoded npm token removed** — `NPM_TOKEN` was embedded in CI config; now sourced exclusively from environment variables with startup validation.
55
+ - **CRITICAL: ZK-proof governance bypass closed** — `verifyZKProof()` previously returned `true` unconditionally; now throws `GovernanceViolationError` with fail-closed semantics.
56
+ - **CRITICAL: Path traversal in temporal API** — `auditId` parameter accepted `../` sequences; now validated with regex allowlist and directory containment check.
57
+ - **CRITICAL: Command injection in change-classifier** — Shell-interpreted user input replaced with argument-array invocation, eliminating shell interpretation.
58
+ - **Runtime crash in learning-manager.js** — Null reference on empty knowledge store; added defensive initialization.
59
+ - **4 broken test files** — Fixed `nexus-tracing.test.js`, `model-broker.test.js`, `feedback-loop.test.js`, and `security-audit.test.js` (stale mocks, missing fixtures, async race conditions).
60
+ - **Observability workflow trigger** — Workflow `name:` field now matches the `workflow_run.workflows` reference in dependent jobs.
61
+ - **Duplicate release-plane.yml** — Removed conflicting workflow file that caused CI confusion.
62
+
63
+ ### Removed (v10.0.0)
64
+
65
+ - **better-sqlite3 dependency** — Native C++ addon removed in favor of sql.js (pure WASM). Eliminates `node-gyp`, Python, and platform-specific build toolchains.
66
+ - **Dead CLI routes** — `sync-jira` and `sync-confluence` commands removed (integration stubs with no implementation).
67
+ - **Duplicate release workflow** — `release-plane.yml` deleted; single `release.yml` is the canonical publish pipeline.
68
+ - **Regex-based prompt injection blocklist** — Replaced by structured action allowlist (fewer false positives, auditable).
69
+
70
+ ---
71
+
@@ -0,0 +1,15 @@
1
+ # Changelog
2
+
3
+ ## [10.0.2] - 2026-05-24 — "Persona Expansion"
4
+
5
+ ### Added (v10.0.2)
6
+
7
+ - **47 new specialist personas** — Security & Compliance (6), Architecture & System Design (8), Frontend & UX (10), Performance & Reliability (5), Data & ML (4), DevOps & Infrastructure (6), Language Specialists (5), DX & Operations (8), Strategy & Review (9), Specialized Engineering (10).
8
+ - **6 new swarm templates** — ArchitectureSwarm, PerformanceSwarm, InfrastructureSwarm, AccessibilitySwarm, ReviewSwarm, MigrationSwarm.
9
+ - **Updated existing swarms** — UISwarm, BackendSwarm, SecuritySwarm, DeveloperExperienceSwarm, DataMeshSwarm, IncidentResponseSwarm, ComplianceSwarm, QualityAssuranceSwarm now include relevant new specialist personas.
10
+ - **Swarm templates v5.0.0** — Bump from 4.2.0 with expanded member rosters and new specialist orchestration patterns.
11
+ - **Persona registry documentation** — 10 new category tables in `docs/registry/PERSONAS.md`.
12
+ - **Persona reference guide** — Updated `docs/PERSONAS.md` with all 47 entries (total: 108 personas).
13
+
14
+ ---
15
+
@@ -0,0 +1,21 @@
1
+ # Changelog
2
+
3
+ ## [10.0.3] - 2026-05-25 — "Council Awakens"
4
+
5
+ ### Added (v10.0.3)
6
+
7
+ - **10 new core skills** — agent-loops, multi-llm-consult, continuous-learning, council, verification-loop, threat-modeling, autonomous-loops, agent-introspection-debugging, cost-aware-routing, doc-health-audit.
8
+ - **8 new commands** — `/mindforge:council`, `/mindforge:consult`, `/mindforge:verify-loop`, `/mindforge:introspect`, `/mindforge:cost-report`, `/mindforge:threat-model`, `/mindforge:learn-instinct`, `/mindforge:evolve-skills`.
9
+ - **9 new personas** — cost-optimizer, threat-modeler, council-architect, council-skeptic, council-pragmatist, council-critic, instinct-curator, doc-auditor, multi-model-bridge.
10
+ - **3 new swarm templates** — CouncilSwarm (HITL decision gate), VerificationSwarm (autonomous quality gates), LearningSwarm (instinct management).
11
+ - **Skill Composition System** — Skills can now declare dependencies on other skills via `compose:` frontmatter field. Composed skills are injected as summaries (max 2-level depth, cycle detection).
12
+ - **Instinct Engine** — Auto-capture learned behaviors with confidence scoring. Instincts auto-promote to skills at 0.85 confidence after 5+ successful applications. Project-scoped, max 100 per project.
13
+ - **Cost Tracking Module** — Token budgeting, 5-tier model routing (Haiku/Sonnet/Opus/Gemini/GPT-4o), spend analytics via token-ledger.jsonl.
14
+ - **Council Framework** — 4-voice decision harness (Architect, Skeptic, Pragmatist, Critic) with weighted consensus scoring, dissent documentation, and 5 pre-built templates.
15
+ - **Cross-Iteration Bridge** — SHARED_TASK_NOTES.md for semantic context persistence across autonomous mode iterations (complements HANDOFF.json).
16
+ - **Swarm templates v6.0.0** — Bump from v5.0.0 with 3 new templates (total: 21 swarm templates).
17
+ - **claude-opus-4-7** added to market_registry in config.json.
18
+ - **Loader composition step** — New Step 4.1 in skill loader for resolving `compose:` dependencies.
19
+
20
+ ---
21
+
@@ -0,0 +1,16 @@
1
+ # Changelog
2
+
3
+ ## [10.0.4] - 2026-05-26 — "Santa's Eval"
4
+
5
+ ### Added (v10.0.4)
6
+
7
+ - **8 new core skills** — santa-method, eval-harness, quality-audit, testing-anti-patterns, defense-in-depth, codebase-onboarding, rfc-pipeline, de-sloppify.
8
+ - **6 new commands** — `/mindforge:santa`, `/mindforge:eval`, `/mindforge:quality-audit`, `/mindforge:rfc`, `/mindforge:onboard`, `/mindforge:de-slop`.
9
+ - **6 new personas** — eval-judge, rfc-architect, anti-pattern-hunter, onboarding-navigator, de-sloppifier, quality-scorer.
10
+ - **3 new swarm templates** — EvalSwarm (autonomous eval gate), OnboardingSwarm (autonomous codebase discovery), RFCSwarm (HITL spec decomposition).
11
+ - **Proactive Skill Suggestion Engine** — Signal-based skill detection (file/error/task patterns) with confidence threshold (0.7), cooldown tracking, and debounce logic.
12
+ - **Eval storage** — `.mindforge/evals/` directory for persisting eval configs, rubrics, and results.
13
+ - **Swarm templates v7.0.0** — Bump from v6.0.0 with 3 new templates (total: 24 swarm templates).
14
+
15
+ ---
16
+
@@ -0,0 +1,16 @@
1
+ # Changelog
2
+
3
+ ## [10.0.5] - 2026-05-26 — "Forge Master"
4
+
5
+ ### Added (v10.0.5)
6
+
7
+ - **5 new core skills** — skill-creator-meta, deployment-workflow, dmux-workflows, vibe-security, instinct-clustering.
8
+ - **5 new commands** — `/mindforge:create-skill`, `/mindforge:deploy`, `/mindforge:dmux`, `/mindforge:vibe-check`, `/mindforge:cluster-instincts`.
9
+ - **5 new personas** — skill-smith, deployment-captain, dmux-orchestrator, vibe-checker, saga-orchestrator.
10
+ - **2 new swarm templates** — DeploymentSwarm (HITL staged rollout), ForgeSwarm (autonomous skill creation).
11
+ - **De-slop gate** — Phase 6.5 in verification-loop: informational de-slop scan before shipping (non-blocking).
12
+ - **Cross-model eval spec** — `.mindforge/engine/cross-model-eval.md` for routing same task to 2 models and comparing outputs.
13
+ - **Swarm templates v8.0.0** — Bump from v7.0.0 with 2 new templates (total: 26 swarm templates).
14
+
15
+ ---
16
+
@@ -0,0 +1,15 @@
1
+ # Changelog
2
+
3
+ ## [10.0.6] - 2026-05-26 — "Complete Arsenal"
4
+
5
+ ### Added (v10.0.6)
6
+
7
+ - **17 new core skills** — microservices-patterns, cqrs-event-sourcing, system-design, business-analyst, product-manager, market-researcher, typescript-advanced, python-performance, react-performance, k8s-deployment, writing-plans, writing-skills, using-git-worktrees, code-tour, autonomous-agent-harness, mcp-server-patterns, proofreader.
8
+ - **10 new commands** — `/mindforge:microservices`, `/mindforge:system-design`, `/mindforge:brd`, `/mindforge:product-spec`, `/mindforge:market-research`, `/mindforge:code-tour`, `/mindforge:mcp-server`, `/mindforge:proofread`, `/mindforge:worktrees`, `/mindforge:plan-write`.
9
+ - **8 new personas** — business-analyst, product-owner, market-analyst, mcp-designer, proofreader, system-designer, worktree-manager, code-narrator.
10
+ - **3 new swarm templates** — ArchDesignSwarm (HITL system design), ProductSwarm (HITL product strategy), DocumentationSwarm (autonomous content quality).
11
+ - **Swarm templates v9.0.0** — Bump from v8.0.0 with 3 new templates (total: 29 swarm templates).
12
+ - **50 core skills milestone** — Framework now covers architecture, business, languages, workflow, infrastructure, and documentation domains.
13
+
14
+ ---
15
+
@@ -0,0 +1,15 @@
1
+ # Changelog
2
+
3
+ ## [10.0.7] - 2026-05-26 — "Meta Engineer"
4
+
5
+ ### Added (v10.0.7)
6
+
7
+ - **20 new core skills** — prompt-engineering, context-engineering, agent-orchestration-patterns, tool-design, guardrails-and-safety, observability-stack, ci-cd-pipeline, infrastructure-as-code, incident-management, chaos-engineering, data-modeling, api-versioning, search-implementation, design-system, state-management, responsive-patterns, auth-patterns, supply-chain-security, technical-writing, code-review-methodology.
8
+ - **10 new commands** — `/mindforge:prompt`, `/mindforge:context-budget`, `/mindforge:orchestrate`, `/mindforge:observability`, `/mindforge:pipeline`, `/mindforge:data-model`, `/mindforge:design-tokens`, `/mindforge:auth-flow`, `/mindforge:write-rfc`, `/mindforge:review-guide`.
9
+ - **8 new personas** — prompt-architect, agent-orchestrator, sre-lead, pipeline-engineer, data-architect, design-system-lead, auth-engineer, technical-writer-lead.
10
+ - **3 new swarm templates** — PromptEngineeringSwarm (HITL AI engineering), SRESwarm (HITL reliability), FrontendSwarm (autonomous design system).
11
+ - **70 core skills milestone** — Framework now covers AI engineering, DevOps, reliability, data, frontend, advanced security, and technical communication.
12
+ - **Swarm templates v10.0.0** — Bump from v9.0.0 with 3 new templates (total: 32 swarm templates).
13
+
14
+ ---
15
+
@@ -0,0 +1,15 @@
1
+ # Changelog
2
+
3
+ ## [10.0.8] - 2026-05-26 — "Deep Patterns"
4
+
5
+ ### Added (v10.0.8)
6
+
7
+ - **20 new core skills** — contract-testing, load-testing, mutation-testing, visual-regression-testing, monorepo-management, cli-design, developer-onboarding, error-handling-architecture, caching-strategies, migration-strategies, connection-pooling, event-driven-architecture, api-gateway-patterns, websocket-patterns, feature-flag-management, secrets-rotation, compliance-as-code, rag-architecture, fine-tuning-workflow, llm-cost-optimization.
8
+ - **10 new commands** — `/mindforge:contract-test`, `/mindforge:load-test`, `/mindforge:monorepo`, `/mindforge:cli`, `/mindforge:cache`, `/mindforge:events`, `/mindforge:secrets`, `/mindforge:rag`, `/mindforge:feature-flags`, `/mindforge:compliance`.
9
+ - **8 new personas** — contract-tester, dx-engineer, cache-architect, event-architect, compliance-engineer, ml-ops-engineer, platform-engineer, api-gateway-designer.
10
+ - **3 new swarm templates** — TestingDeepSwarm (autonomous deep testing), PlatformSwarm (HITL platform engineering), MLOpsSwarm (HITL ML operations).
11
+ - **90 core skills milestone** — Production-depth coverage for testing, caching, events, secrets, compliance, RAG, and cost optimization.
12
+ - **Swarm templates v11.0.0** — Bump from v10.0.0 with 3 new templates (total: 35 swarm templates).
13
+
14
+ ---
15
+
@@ -0,0 +1,15 @@
1
+ # Changelog
2
+
3
+ ## [10.0.9] - 2026-05-26 — "Full Spectrum"
4
+
5
+ ### Added (v10.0.9)
6
+
7
+ - **20 new core skills** — streaming-architecture, queue-design, real-time-sync, cost-estimation, technical-debt-management, capacity-planning, graceful-degradation, idempotency-patterns, rate-limiting-design, code-generation-patterns, dependency-management, git-workflow-design, i18n-architecture, a11y-testing, multi-tenancy-patterns, audit-logging, database-performance, bundle-optimization, graphql-patterns, pagination-patterns.
8
+ - **10 new commands** — `/mindforge:stream`, `/mindforge:queue`, `/mindforge:finops`, `/mindforge:tech-debt`, `/mindforge:degrade`, `/mindforge:idempotent`, `/mindforge:rate-limit`, `/mindforge:i18n`, `/mindforge:multi-tenant`, `/mindforge:graphql`.
9
+ - **8 new personas** — streaming-engineer, finops-analyst, debt-manager, resilience-engineer, codegen-specialist, i18n-architect, multi-tenancy-architect, graphql-designer.
10
+ - **3 new swarm templates** — StreamingSwarm (HITL real-time), ResilienceSwarm (autonomous failure engineering), GovernanceSwarm (HITL data governance).
11
+ - **110 core skills milestone** — Comprehensive coverage across all major software engineering domains achieved.
12
+ - **Swarm templates v12.0.0** — Bump from v11.0.0 with 3 new templates (total: 38 swarm templates).
13
+
14
+ ---
15
+
@@ -0,0 +1,16 @@
1
+ # Changelog
2
+
3
+ ## [10.1.0] - 2026-05-26 — "Strategic Intelligence"
4
+
5
+ ### Added (v10.1.0)
6
+
7
+ - **20 new core skills** — build-vs-buy, technology-radar, architecture-tradeoff-analysis, technical-interview-design, post-incident-learning, team-topology-design, sprint-retrospective-facilitation, knowledge-sharing-systems, estimation-techniques, on-call-design, experiment-design, analytics-instrumentation, notification-system-design, payment-integration, email-deliverability, agent-memory-design, agent-evaluation-framework, multi-turn-conversation-design, agent-tool-selection, human-in-the-loop-design.
8
+ - **10 new commands** — `/mindforge:build-vs-buy`, `/mindforge:tech-radar`, `/mindforge:team-topology`, `/mindforge:retro`, `/mindforge:experiment`, `/mindforge:analytics`, `/mindforge:payments`, `/mindforge:agent-memory`, `/mindforge:agent-eval`, `/mindforge:hitl`.
9
+ - **8 new personas** — decision-architect, team-coach, knowledge-curator, experiment-designer, payments-engineer, agent-memory-designer, agent-evaluator, hitl-architect.
10
+ - **3 new swarm templates** — DecisionSwarm (HITL decision quality), TeamDesignSwarm (HITL team topology), AgentMetaSwarm (autonomous self-improvement).
11
+ - **130 core skills milestone** — Category expansion into decision science, team engineering, product patterns, and agent meta-intelligence.
12
+ - **Minor version bump (10.1.0)** — Represents category expansion beyond pure engineering into strategy and meta-intelligence.
13
+ - **Swarm templates v13.0.0** — Bump from v12.0.0 with 3 new templates (total: 41 swarm templates).
14
+
15
+ ---
16
+
@@ -0,0 +1,15 @@
1
+ # Changelog
2
+
3
+ ## [10.1.1] - 2026-05-26 — "Scale & Edge"
4
+
5
+ ### Added (v10.1.1)
6
+
7
+ - **10 new core skills** — edge-computing, serverless-patterns, container-security, zero-trust-architecture, ai-agent-deployment, distributed-consensus, data-pipeline-design, dns-architecture, cdn-optimization, database-sharding-advanced.
8
+ - **6 new commands** — `/mindforge:edge`, `/mindforge:serverless`, `/mindforge:zero-trust`, `/mindforge:agent-deploy`, `/mindforge:data-pipeline`, `/mindforge:cdn`.
9
+ - **6 new personas** — edge-engineer, zero-trust-engineer, agent-ops-engineer, consensus-engineer, data-pipeline-architect, cdn-architect.
10
+ - **2 new swarm templates** — EdgeScaleSwarm (HITL edge + CDN), DistributedSwarm (HITL consensus + pipelines).
11
+ - **140 core skills milestone** — Comprehensive coverage of emerging technology and massive-scale patterns.
12
+ - **Swarm templates v14.0.0** — Bump from v13.0.0 with 2 new templates (total: 43 swarm templates).
13
+
14
+ ---
15
+
@@ -0,0 +1,14 @@
1
+ # Changelog
2
+
3
+ ## [10.2.0] - 2026-05-27 — "Industry Forge"
4
+
5
+ ### Added (v10.2.0)
6
+
7
+ - **10 new core skills** — healthcare-systems, fintech-patterns, ecommerce-architecture, gaming-backend, edtech-platform, saas-multi-tenant, media-streaming, iot-platform, marketplace-trust, logistics-optimization.
8
+ - **8 new commands** — `/mindforge:healthcare`, `/mindforge:fintech`, `/mindforge:ecommerce`, `/mindforge:gaming`, `/mindforge:edtech`, `/mindforge:iot`, `/mindforge:marketplace`, `/mindforge:logistics`.
9
+ - **8 new personas** — healthcare-engineer, fintech-architect, ecommerce-engineer, gaming-engineer, edtech-architect, iot-architect, marketplace-engineer, logistics-architect.
10
+ - **1 new swarm template** — IndustryVerticalSwarm (HITL domain-specific architecture).
11
+ - **150 core skills milestone** — Industry vertical coverage added.
12
+
13
+ ---
14
+
@@ -0,0 +1,13 @@
1
+ # Changelog
2
+
3
+ ## [10.3.0] - 2026-05-27 — "Leader's Edge"
4
+
5
+ ### Added (v10.3.0)
6
+
7
+ - **10 new core skills** — technical-leadership, mentoring-patterns, stakeholder-communication, conflict-resolution, incident-communication, hiring-engineering, delegation-patterns, meeting-architecture, performance-reviews, change-management.
8
+ - **6 new commands** — `/mindforge:lead`, `/mindforge:communicate`, `/mindforge:hire`, `/mindforge:delegate`, `/mindforge:meeting-design`, `/mindforge:change`.
9
+ - **6 new personas** — tech-lead-coach, communication-architect, hiring-strategist, change-agent, meeting-designer, mentorship-lead.
10
+ - **1 new swarm template** — LeadershipSwarm (HITL engineering leadership).
11
+
12
+ ---
13
+
@@ -0,0 +1,13 @@
1
+ # Changelog
2
+
3
+ ## [10.4.0] - 2026-05-27 — "Cross-Platform"
4
+
5
+ ### Added (v10.4.0)
6
+
7
+ - **10 new core skills** — react-native-patterns, flutter-architecture, offline-first-design, progressive-web-app, mobile-performance, cross-platform-testing, app-store-deployment, mobile-security, responsive-native, push-notification-architecture.
8
+ - **6 new commands** — `/mindforge:mobile`, `/mindforge:react-native`, `/mindforge:flutter`, `/mindforge:offline`, `/mindforge:pwa`, `/mindforge:push-notify`.
9
+ - **6 new personas** — mobile-architect, react-native-engineer, flutter-engineer, offline-specialist, mobile-security-engineer, pwa-architect.
10
+ - **1 new swarm template** — MobileSwarm (HITL cross-platform architecture).
11
+
12
+ ---
13
+
@@ -0,0 +1,13 @@
1
+ # Changelog
2
+
3
+ ## [10.5.0] - 2026-05-27 — "AI Frontier"
4
+
5
+ ### Added (v10.5.0)
6
+
7
+ - **10 new core skills** — multimodal-ai, ai-safety-alignment, synthetic-data-generation, model-evaluation, embedding-systems, llm-orchestration, knowledge-graphs, ml-feature-store, ai-cost-management, autonomous-agents.
8
+ - **8 new commands** — `/mindforge:multimodal`, `/mindforge:ai-safety`, `/mindforge:embeddings`, `/mindforge:llm-route`, `/mindforge:knowledge-graph`, `/mindforge:feature-store`, `/mindforge:ai-cost`, `/mindforge:agent-design`.
9
+ - **8 new personas** — multimodal-engineer, ai-safety-engineer, embedding-architect, llm-orchestrator, knowledge-engineer, feature-store-engineer, ai-economist, agent-architect.
10
+ - **1 new swarm template** — AIFrontierSwarm (HITL AI system architecture + safety).
11
+
12
+ ---
13
+
@@ -0,0 +1,13 @@
1
+ # Changelog
2
+
3
+ ## [10.6.0] - 2026-05-27 — "Data Alchemy"
4
+
5
+ ### Added (v10.6.0)
6
+
7
+ - **10 new core skills** — causal-inference, feature-engineering, ml-monitoring, data-governance, stream-processing, data-lakehouse, experiment-platform, data-mesh, real-time-analytics, data-privacy-engineering.
8
+ - **6 new commands** — `/mindforge:causal`, `/mindforge:lakehouse`, `/mindforge:data-mesh`, `/mindforge:stream`, `/mindforge:privacy-eng`, `/mindforge:realtime-analytics`.
9
+ - **6 new personas** — causal-scientist, data-mesh-architect, stream-engineer, lakehouse-architect, privacy-engineer, analytics-engineer.
10
+ - **1 new swarm template** — DataAlchemySwarm (HITL data architecture + privacy).
11
+
12
+ ---
13
+
@@ -0,0 +1,15 @@
1
+ # Changelog
2
+
3
+ ## [10.7.0] - 2026-05-27 — "Platform Sovereign"
4
+
5
+ ### Added (v10.7.0)
6
+
7
+ - **10 new core skills** — internal-developer-platform, self-serve-infrastructure, platform-reliability, developer-productivity-metrics, api-marketplace, build-system-optimization, secrets-platform, environment-management, platform-observability, migration-platform.
8
+ - **6 new commands** — `/mindforge:platform`, `/mindforge:build-opt`, `/mindforge:secrets-mgmt`, `/mindforge:environments`, `/mindforge:observability-platform`, `/mindforge:migration-mgmt`.
9
+ - **6 new personas** — platform-lead, build-engineer, environment-engineer, productivity-analyst, secrets-engineer, migration-architect.
10
+ - **1 new swarm template** — PlatformSwarmV2 (HITL platform engineering + migration).
11
+ - **200 core skills milestone** — Full coverage across 12 domains.
12
+ - **Swarm templates v15.0.0** — 49 total templates.
13
+
14
+ ---
15
+
@@ -0,0 +1,66 @@
1
+ # Changelog
2
+
3
+ ## [11.0.0] - 2026-05-28 — "Sovereign Stability"
4
+
5
+ ### Breaking Changes
6
+
7
+ - `verifyZKProof()` returns structured `{ verified, reason }` instead of throwing
8
+ - `signPQ()` returns `{ signature, simulated, algorithm }` object instead of raw string
9
+ - Wave task execution order within waves is no longer deterministic
10
+ - SDK bumped to 11.0.0 with new type exports
11
+ - Dashboard tokens now expire after 24 hours
12
+ - `TemporalHub.captureState()` and `rollbackTo()` are now async
13
+
14
+ ### Added
15
+
16
+ - LRUMap utility class for bounded caches with eviction callbacks
17
+ - Atomic JSON write primitives (write-to-temp, fsync, rename)
18
+ - AUDIT.jsonl log rotation with gzip archival (max 5000 lines)
19
+ - HANDOFF.json structural validation (fail-open)
20
+ - Temporal snapshot garbage collection (retain 50, expire > 7 days)
21
+ - BM25 scoring with document-length normalization
22
+ - Persistent index cache (mtime-based invalidation)
23
+ - Persistent adjacency index for knowledge graph
24
+ - Correction effectiveness tracking in self-corrective synthesizer
25
+ - Full remediation strategy implementations (CONTEXT_COMPRESSION, GOLDEN_TRACE_INJECTION, REASONING_RESTART)
26
+ - Graduated intelligence interlock (+1/+2/MAX tier) with cost-awareness
27
+ - 3-tier stuck detection (hash → length → truncated Levenshtein)
28
+ - Adaptive context window (10/20/30 based on velocity)
29
+ - Configurable external ZK verifier module path
30
+ - Ephemeral SRE enclave keys (crypto.randomBytes)
31
+ - Time-limited RBAC role elevation with auto-expiry
32
+ - Session-scoped ZTAI agent registry
33
+ - Dashboard rate limiting (100 req/min/IP) and token expiration (24h)
34
+ - /api/v1/token/refresh endpoint
35
+ - Optional GPG approval verification
36
+ - GET /api/v1/system observability endpoint (heap, uptime, audit stats)
37
+ - checkHeapHealth() with warning/critical thresholds
38
+ - Remediation effectiveness persistence
39
+ - Model router dynamic reload (mtime-based, 60s interval)
40
+ - P95 latency ring buffer for cloud broker
41
+ - EIS client with real fetch + 3-retry exponential backoff
42
+ - Semaphore-based parallel wave execution (max concurrency configurable)
43
+ - WebSocketEventStream with auto-reconnect
44
+ - SDK streamExecution() with AsyncIterable<StreamChunk>
45
+ - SDK batchExecute() with concurrent task execution
46
+ - SDK validateRuntimeConfig()
47
+ - Model streaming support (Anthropic, OpenAI, Gemini providers)
48
+ - Migration script (bin/migrations/10.7.0-to-11.0.0.js)
49
+
50
+ ### Changed
51
+
52
+ - sessionDriftHistory bounded to 500 entries via LRUMap
53
+ - entropyCache bounded to 1000 entries via LRUMap
54
+ - Cloud broker failure tracking uses 5-minute sliding window
55
+ - Self-corrective synthesizer window expanded from 10 → 50 events
56
+ - Context refactorer uses adaptive window instead of fixed 20
57
+
58
+ ### Fixed
59
+
60
+ - Memory leaks from unbounded Maps in long-running sessions
61
+ - Data corruption risk on process crash during state file writes
62
+ - Disk exhaustion from unbounded AUDIT.jsonl and snapshot growth
63
+ - Hardcoded SRE enclave private key (security issue)
64
+
65
+ ---
66
+
@@ -0,0 +1,10 @@
1
+ # Changelog
2
+
3
+ ## [11.0.1] - 2026-05-30 — "Stability Patch"
4
+
5
+ ### Fixed
6
+
7
+ - **Version drift**: reconciled `.mindforge/config.json` (was 10.7.0) with the 11.x line; added a fail-closed pre-flight version-consistency assertion (`bin/utils/version-check.js`) and a regression test that runs the migration and asserts its post-state, so the drift cannot silently return. (UC-01)
8
+ - **Lint & dead code**: resolved all 109 ESLint errors, removed orphaned `bin/dashboard/team-tracker.js`, and made CI fail on any lint error. Fixed a latent `no-const-assign` runtime crash in `bin/review/ads-engine.js`. (UC-02)
9
+ - **SDK `executeCommand` no-op**: replaced the published no-op stub (which made `batchExecute` report every task "fulfilled" while executing nothing) with a real `child_process.spawn` executor with stdout/stderr capture, timeout (SIGTERM→SIGKILL), and exit-code propagation; added a regression test against the compiled dist. (UC-07a)
10
+
@@ -0,0 +1,56 @@
1
+ # Changelog
2
+
3
+ ## [11.1.0] - 2026-05-31 — "Beast Mode"
4
+
5
+ ### Added
6
+
7
+ - **Pillar I — Integrity & Trust**
8
+ - `bin/utils/append-queue.js`: single-writer fsync'd append queue for concurrent-safe durable writes (UC-09)
9
+ - `bin/governance/audit-hash.js`: single canonical SHA-256 hasher shared by writer + verifier (UC-04)
10
+ - `bin/governance/audit-verifier.js` + `bin/verify-audit.js` CLI: fail-closed hash-chain verifier (`exit 1` on any break) (UC-04)
11
+ - All 7 audit-write paths unified through `appendAuditEntrySync` — the audit log is now genuinely tamper-evident with a verifiable prev-hash chain (UC-04b)
12
+ - Simulated PQC demoted: `pqas_enabled=false` by default, gated behind `experimental.pqc_demo`; Tier-3 uses real Ed25519 (UC-24)
13
+
14
+ - **Pillar II — Orchestration Correctness**
15
+ - `bin/autonomous/dependency-dag.js`: real Kahn topological sort + cycle detection, ported from test-only to the engine (UC-03)
16
+ - `planWaves(handoffs, {useDag:true})` opt-in DAG wave planning — explicit `.wave` always wins, legacy default unchanged (UC-03)
17
+ - Pre-flight cycle detection halts loud before any wave executes (UC-03)
18
+ - Wave-boundary timeout enforcement: `isTimedOut` + status `'timeout'` + resumable state (UC-14)
19
+ - Opt-in rollback hook records intent on terminal ESCALATE (no auto git-reset by default) (UC-14)
20
+ - `bin/engine/council-runtime.js`: minimal 4-voice council runtime (ADS loop) with injectable model, consensus scoring, dissent capture (UC-10)
21
+
22
+ - **Pillar III — Cost-Aware Routing**
23
+ - `bin/models/pricing-registry.js`: single source of truth for model pricing, loaded from `config.json` market_registry (UC-05)
24
+ - All 3 providers routed through the registry — hardcoded pricing eliminated (UC-05)
25
+ - Prompt-cache accounting: `cache_control:{type:'ephemeral'}` on system blocks, `cache_read`/`cache_creation` parsed + priced at ~10% input rate (UC-21)
26
+ - `bin/models/difficulty-scorer.js`: heuristic 1-10 scorer with Tier-3 floor (UC-06)
27
+ - Shadow-mode difficulty routing: logs intended model without changing actual selection (UC-06)
28
+
29
+ - **Pillar IV — Native Alignment + Observability**
30
+ - `.claude/settings.json` with hooks under real native events (`PostToolUse`/`PreToolUse`/`SessionStart`) — the security guard and context monitor now actually fire (UC-19a)
31
+ - `bin/hooks/instinct-capture-hook.js`: auto-captures behavioral patterns via PostToolUse, respects session limit (UC-11)
32
+ - `bin/engine/otel-exporter.js`: optional OTel GenAI exporter mapping NexusTracer spans to `gen_ai.*` semantic conventions, gated behind `OTEL_EXPORTER_OTLP_ENDPOINT` (UC-18)
33
+ - `bin/memory/retrieval-fusion.js`: Reciprocal Rank Fusion (RRF) over knowledge-graph + BM25 retrieval paths, replacing incomparable linear blends (UC-20)
34
+
35
+ ### Fixed
36
+
37
+ - Audit-writer `close()` data-loss bug: threshold-triggered flushes were un-awaited, losing up to 10 entries on close (UC-09)
38
+ - Audit-writer flush failure no longer crashes the process via unhandled rejection — logs to stderr (UC-09)
39
+ - Vector-hub exit guard: `_dirty` boolean → pending-saves counter, closing a window where scheduled-but-unwritten saves were lost on hard exit (UC-09)
40
+ - `isTimedOut` fails CLOSED on malformed `timeout_at` (garbage deadline = halt, not run unbounded) (UC-14)
41
+ - Council position validation rejects NaN confidence / invalid recommendations (UC-10)
42
+ - Dissent is now captured under NO_CONSENSUS verdict (the deadlock case where it matters most) (UC-10)
43
+ - Pre-flight DAG check only cycle-checks stable-id tasks (id-less tasks can't be dependency targets) (UC-03)
44
+ - `groupIntoWaves` self-defends: dangling dep throws "Unknown dependency" (not misleading "Circular") (UC-03)
45
+
46
+ ### Changed
47
+
48
+ - Audit rotation retired (it broke the hash chain at every 5000-line boundary); AUDIT.jsonl grows unbounded for now — chain-aware compaction is a deferred future feature (UC-04b)
49
+ - `knowledge-store.js` appends now use `appendDurableSync` (openSync+writeSync+fsyncSync+closeSync) for guaranteed durability (UC-09)
50
+ - `auto-shadow.js` `generateShadowContext()` now fuses retrieval paths via RRF instead of a single-path linear blend (UC-20)
51
+
52
+ ### Removed
53
+
54
+ - Orphaned `createAuditWriter` buffered path (zero production callers after UC-04b unification)
55
+ - Hardcoded per-token pricing from `anthropic-provider.js`, `openai-provider.js`, `gemini-provider.js` (replaced by PricingRegistry)
56
+
@@ -0,0 +1,41 @@
1
+ # Changelog
2
+
3
+ ## [11.2.0] - 2026-05-31 — "Verification & Trust"
4
+
5
+ ### Added
6
+
7
+ - **UC-08 — Unified Verification Runner**
8
+ - `bin/engine/verification-runner.js`: orchestrates test/lint/audit/typecheck stages into structured results with pass/fail/skip per stage
9
+ - `bin/engine/verify-cli.js`: CLI entrypoint writing `.planning/VERIFICATION.md` reports
10
+ - `mindforge verify` command registered in CLI
11
+
12
+ - **UC-25 — Eval Harness**
13
+ - `bin/eval/eval-harness.js`: recall@k, nDCG (graded relevance), and `runEval()` orchestrator for measuring retrieval quality
14
+ - `bin/eval/golden-set-retrieval.json`: 10-query seed golden set covering orchestration, security, memory, cost, verification, hooks, and architecture domains
15
+
16
+ - **UC-22 — Tool/MCP Trust Boundaries**
17
+ - `bin/security/trust-boundaries.js`: manifest pinning (deterministic SHA-256 with recursive key sort), tamper detection, untrusted output tagging with provenance, and high-impact command detection
18
+ - `bin/security/trust-gate-hook.js`: PreToolUse hook that blocks destructive Bash commands (rm -rf, force-push, DROP TABLE, hard reset) via native Claude Code hooks
19
+ - Trust-gate registered in `.claude/settings.json` PreToolUse
20
+
21
+ - **Council CLI**
22
+ - `bin/council-cli.js`: thin wrapper wiring `runCouncil` to the `/mindforge:council` command with structured JSON output and formatted display
23
+
24
+ ### Fixed
25
+
26
+ - `auto-runner.js`: removed erroneous `new` on singleton ZTAIManager instance (was line 692)
27
+
28
+ ### Removed
29
+
30
+ - Dead `quantum-verify` CLI command entry (no handler existed)
31
+ - Dead `AuditRotator` class and its export from `bin/utils/file-io.js` (zero callers; rotation broke the hash chain at rotation boundaries — see `bin/autonomous/audit-writer.js`)
32
+
33
+ ### Changed
34
+
35
+ - Config `pqas_signing` provider clarified as "Dilithium-5 (simulated — inactive)"
36
+ - Banner version strings updated to v11.1.0 in self-corrective-synthesizer and remediation-engine
37
+ - SDK README heading updated to "New in v11.1.0"
38
+ - Version bumped to 11.2.0 across package.json and config.json
39
+
40
+ ---
41
+
@@ -0,0 +1,38 @@
1
+ # Changelog
2
+
3
+ ## [11.2.1] - 2026-05-31 — "Hardening" (security & integrity audit remediation)
4
+
5
+ Post-v11.2.0 audit remediation. Closes every exploitable security defect and
6
+ false-assurance stub surfaced by the end-to-end audit. No new features, no
7
+ breaking changes — fixes and honest-labeling only.
8
+
9
+ ### Security (fixed)
10
+
11
+ - **trust-gate-hook**: scans the whole command + every line (a benign first line could previously cloak a destructive later line)
12
+ - **orbital-guardian**: `verify()` re-checks the Ed25519 attestation signature (added `did`/`signed_message` columns + migration); rejects forged APPROVED rows
13
+ - **policy-engine**: `reasoning_proof` alone no longer bypasses the blast-radius limit (`isProofValid` inits false; cryptographic `pq_proof` path unchanged)
14
+ - **shadow-mirror**: git calls use `execFileSync` (argv) + fail-closed `sanitizeRemediationId()` — closes command injection via `remediation_id`
15
+ - **trust-boundaries `isHighImpact`**: added chmod/chown/dd/mv/kill/shutdown/eval/command-substitution/redirect detection + shell-obfuscation normalization; narrowed interpreter-script pattern to stop false-positives on `node <projectfile>`
16
+ - **eis-client**: `verifyRemoteProvenance` delegates to real ZTAI signature verification, fail-closed (was returning true for any non-empty signature)
17
+
18
+ ### Integrity / honest labeling (fixed)
19
+
20
+ - **ztai-archiver**: `verifyIntegrity()` recomputes the Merkle root from the live log (was a no-op `return true`); fail-closed on tamper/delete/reorder
21
+ - **mesh-self-healer**: emits an honest degraded advisory instead of fabricated 94%/100% consensus
22
+ - **logic-validator**: probes Ollama when reachable, honest heuristic fallback; stopped advertising the dead model path
23
+ - **reason-source-aligner**: consistent return shape (uninitialized no longer silently disables the mission-fidelity gate); real Jaccard similarity
24
+ - **sre-manager**: HMAC artifact relabeled as integrity tag, not "ZK-Proof"
25
+ - **installer-core**: PQAS-enabled message gated on the real `experimental.pqc_demo` flag
26
+ - **finding-synthesizer**: detects real severity-gap contradictions (was hardcoded `[]`)
27
+ - **logic-drift-detector**: relabeled heuristic, not "Neural"
28
+ - **session-manager / shadow-mirror(docker) / regression-writer / skill-registry**: honest disclosure instead of silent empties / fake isolation / tautological tests / mock placeholders
29
+ - **MINDFORGE.md**: `[PQAS_ENFORCED]` reconciled to reflect simulated/inactive default; **ztai-manager** logs relabeled `[ZTAI-HSM-SIM]`
30
+
31
+ ### CI / hygiene
32
+
33
+ - **release workflow**: asserts the git tag matches `package.json` version (fail-closed) + skips publish if the version is already on npm
34
+ - **version-check**: runtime drift check widened to all 4 sources (was 2); SDK README guarded by test
35
+ - removed dead `AuditRotator` class (CHANGELOG had wrongly claimed it removed); deprecated orphaned `createAppendQueue`
36
+ - refreshed stale `v11.1.0` banners → current; added `cost_routing.shadow_mode` latch
37
+ - version bumped to 11.2.1 across all sources
38
+