mindforge-cc 11.9.0 → 11.9.2
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.
- package/.agent/mindforge/consult.md +1 -1
- package/.agent/mindforge/cost-report.md +1 -1
- package/.agent/mindforge/ship.md +2 -2
- package/.agent/mindforge/update.md +1 -1
- package/.agent/mindforge/wf-catalog.md +5 -2
- package/.claude/commands/mindforge/consult.md +1 -1
- package/.claude/commands/mindforge/cost-report.md +1 -1
- package/.claude/commands/mindforge/ship.md +2 -2
- package/.claude/commands/mindforge/skill-tdd.md +53 -0
- package/.claude/commands/mindforge/skills-index.md +118 -0
- package/.claude/commands/mindforge/systematic-debug.md +60 -0
- package/.claude/commands/mindforge/update.md +1 -1
- package/.claude/commands/mindforge/wf-accessibility-audit.md +31 -0
- package/.claude/commands/mindforge/wf-ai-model-eval.md +31 -0
- package/.claude/commands/mindforge/wf-api-migration.md +31 -0
- package/.claude/commands/mindforge/wf-architecture-modernization.md +32 -0
- package/.claude/commands/mindforge/wf-catalog.md +62 -0
- package/.claude/commands/mindforge/wf-code-audit.md +31 -0
- package/.claude/commands/mindforge/wf-code-explainer.md +31 -0
- package/.claude/commands/mindforge/wf-competitive-analysis.md +31 -0
- package/.claude/commands/mindforge/wf-competitive-teardown.md +31 -0
- package/.claude/commands/mindforge/wf-cost-analysis.md +31 -0
- package/.claude/commands/mindforge/wf-data-pipeline-validate.md +31 -0
- package/.claude/commands/mindforge/wf-database-migration.md +31 -0
- package/.claude/commands/mindforge/wf-debug-detective.md +32 -0
- package/.claude/commands/mindforge/wf-design-system-audit.md +31 -0
- package/.claude/commands/mindforge/wf-documentation-gen.md +31 -0
- package/.claude/commands/mindforge/wf-feature-planner.md +31 -0
- package/.claude/commands/mindforge/wf-incident-response.md +31 -0
- package/.claude/commands/mindforge/wf-multi-repo-sync.md +31 -0
- package/.claude/commands/mindforge/wf-mutation-testing.md +31 -0
- package/.claude/commands/mindforge/wf-onboard-codebase.md +31 -0
- package/.claude/commands/mindforge/wf-orchestrate-review.md +35 -0
- package/.claude/commands/mindforge/wf-perf-optimize.md +31 -0
- package/.claude/commands/mindforge/wf-pr-review.md +31 -0
- package/.claude/commands/mindforge/wf-refactor-plan.md +31 -0
- package/.claude/commands/mindforge/wf-release-prep.md +31 -0
- package/.claude/commands/mindforge/wf-security-threat-model.md +31 -0
- package/.claude/commands/mindforge/wf-tdd-sprint.md +31 -0
- package/.claude/commands/mindforge/wf-tech-evaluation.md +31 -0
- package/.claude/commands/mindforge/wf-ux-heuristic-audit.md +31 -0
- package/.claude/commands/mindforge/wf-verification-loop.md +45 -0
- package/.claude/commands/mindforge/wf-workflow-optimizer.md +51 -0
- package/.claude/commands/mindforge/wf-writer-reviewer.md +30 -0
- package/.mindforge/MINDFORGE-SCHEMA.json +126 -13
- package/.mindforge/config.json +3 -3
- package/.mindforge/engine/cost-tracking/router.md +1 -1
- package/.mindforge/engine/cost-tracking/token-ledger.md +21 -24
- package/.mindforge/memory/sync-manifest.json +1 -1
- package/.mindforge/metrics/METRICS-SCHEMA.md +13 -4
- package/.mindforge/personas/cost-optimizer.md +2 -2
- package/.mindforge/personas/doc-auditor.md +1 -1
- package/.mindforge/personas/monorepo-architect.md +2 -1
- package/.mindforge/personas/multi-model-bridge.md +1 -1
- package/.mindforge/personas/release-manager.md +5 -3
- package/.mindforge/skills/cost-aware-routing/SKILL.md +3 -3
- package/.mindforge/skills/documentation/SKILL.md +4 -1
- package/.mindforge/skills/multi-llm-consult/SKILL.md +2 -2
- package/CHANGELOG.md +216 -1821
- package/MINDFORGE.md +4 -4
- package/README.md +103 -509
- package/RELEASENOTES.md +75 -0
- package/SECURITY.md +1 -1
- package/bin/autonomous/audit-writer.js +48 -33
- package/bin/dashboard/api-router.js +11 -10
- package/bin/dashboard/error-response.js +44 -0
- package/bin/dashboard/frontend/index.html +20 -3
- package/bin/dashboard/metrics-aggregator.js +29 -8
- package/bin/dashboard/revops-api.js +12 -2
- package/bin/dashboard/server.js +85 -5
- package/bin/dashboard/temporal-api.js +11 -5
- package/bin/engine/remediation-engine.js +12 -1
- package/bin/engine/temporal-hub.js +41 -9
- package/bin/eval/eval-harness.js +212 -1
- package/bin/eval/golden-set-retrieval.json +9 -0
- package/bin/governance/policy-engine.js +8 -0
- package/bin/hindsight-injector.js +8 -2
- package/bin/hooks/instinct-capture-hook.js +7 -1
- package/bin/install.js +1 -1
- package/bin/learning/instinct-cli.js +7 -24
- package/bin/memory/knowledge-capture.js +23 -3
- package/bin/memory/knowledge-graph.js +70 -31
- package/bin/memory/vector-hub.js +304 -31
- package/bin/mindforge-cli.js +43 -11
- package/bin/models/cost-tracker.js +22 -23
- package/bin/models/model-router.js +28 -7
- package/bin/models/usage-record.js +71 -0
- package/bin/updater/changelog-fetcher.js +95 -5
- package/bin/utils/file-lock.js +106 -0
- package/bin/utils/mindforge-params.js +124 -0
- package/bin/utils/readiness-gate.js +3 -3
- package/bin/validate-config.js +34 -16
- package/changelogs/README.md +109 -0
- package/changelogs/index.json +103 -0
- package/changelogs/v0.1.0.md +21 -0
- package/changelogs/v0.2.0.md +15 -0
- package/changelogs/v0.3.0.md +28 -0
- package/changelogs/v0.4.0.md +29 -0
- package/changelogs/v0.5.0.md +34 -0
- package/changelogs/v0.6.0.md +34 -0
- package/changelogs/v1.0.0.md +60 -0
- package/changelogs/v1.0.1.md +15 -0
- package/changelogs/v1.0.2.md +10 -0
- package/changelogs/v1.0.3.md +10 -0
- package/changelogs/v1.0.4.md +10 -0
- package/changelogs/v1.0.5.md +10 -0
- package/changelogs/v10.0.0.md +71 -0
- package/changelogs/v10.0.2.md +15 -0
- package/changelogs/v10.0.3.md +21 -0
- package/changelogs/v10.0.4.md +16 -0
- package/changelogs/v10.0.5.md +16 -0
- package/changelogs/v10.0.6.md +15 -0
- package/changelogs/v10.0.7.md +15 -0
- package/changelogs/v10.0.8.md +15 -0
- package/changelogs/v10.0.9.md +15 -0
- package/changelogs/v10.1.0.md +16 -0
- package/changelogs/v10.1.1.md +15 -0
- package/changelogs/v10.2.0.md +14 -0
- package/changelogs/v10.3.0.md +13 -0
- package/changelogs/v10.4.0.md +13 -0
- package/changelogs/v10.5.0.md +13 -0
- package/changelogs/v10.6.0.md +13 -0
- package/changelogs/v10.7.0.md +15 -0
- package/changelogs/v11.0.0.md +66 -0
- package/changelogs/v11.0.1.md +10 -0
- package/changelogs/v11.1.0.md +56 -0
- package/changelogs/v11.2.0.md +41 -0
- package/changelogs/v11.2.1.md +38 -0
- package/changelogs/v11.3.0.md +45 -0
- package/changelogs/v11.3.1.md +39 -0
- package/changelogs/v11.4.0.md +38 -0
- package/changelogs/v11.5.0.md +77 -0
- package/changelogs/v11.5.1.md +47 -0
- package/changelogs/v11.6.0.md +45 -0
- package/changelogs/v11.7.0.md +30 -0
- package/changelogs/v11.7.1.md +8 -0
- package/changelogs/v11.8.0.md +19 -0
- package/changelogs/v11.8.1.md +28 -0
- package/changelogs/v11.8.2.md +22 -0
- package/changelogs/v11.8.3.md +22 -0
- package/changelogs/v11.9.0.md +17 -0
- package/changelogs/v11.9.1.md +8 -0
- package/changelogs/v11.9.2.md +209 -0
- package/changelogs/v2.0.0-alpha.1.md +42 -0
- package/changelogs/v2.0.0-alpha.10.md +13 -0
- package/changelogs/v2.0.0-alpha.11.md +14 -0
- package/changelogs/v2.0.0-alpha.12.md +16 -0
- package/changelogs/v2.0.0-alpha.2.md +14 -0
- package/changelogs/v2.0.0-alpha.3.md +17 -0
- package/changelogs/v2.0.0-alpha.4.md +17 -0
- package/changelogs/v2.0.0-alpha.7.md +18 -0
- package/changelogs/v2.0.0-alpha.8.md +11 -0
- package/changelogs/v2.0.0-alpha.9.md +12 -0
- package/changelogs/v2.0.0.md +35 -0
- package/changelogs/v2.1.0.md +22 -0
- package/changelogs/v2.1.1.md +25 -0
- package/changelogs/v2.1.2.md +21 -0
- package/changelogs/v2.3.2.md +19 -0
- package/changelogs/v2.3.3.md +16 -0
- package/changelogs/v2.3.4.md +16 -0
- package/changelogs/v2.3.5.md +21 -0
- package/changelogs/v2.4.0.md +29 -0
- package/changelogs/v2.5.0.md +26 -0
- package/changelogs/v2.6.0.md +26 -0
- package/changelogs/v3.0.0.md +17 -0
- package/changelogs/v4.0.0.md +19 -0
- package/changelogs/v4.1.0.md +19 -0
- package/changelogs/v4.3.0.md +31 -0
- package/changelogs/v5.0.0-alpha.1.md +35 -0
- package/changelogs/v5.0.0-alpha.2.md +22 -0
- package/changelogs/v5.1.0.md +42 -0
- package/changelogs/v5.2.0.md +18 -0
- package/changelogs/v5.3.0.md +14 -0
- package/changelogs/v5.4.0.md +28 -0
- package/changelogs/v5.5.0.md +11 -0
- package/changelogs/v5.6.0.md +11 -0
- package/changelogs/v5.7.0.md +12 -0
- package/changelogs/v5.8.0.md +12 -0
- package/changelogs/v5.9.0.md +11 -0
- package/changelogs/v6.0.0-alpha.md +45 -0
- package/changelogs/v6.1.0-alpha.md +29 -0
- package/changelogs/v6.2.0-alpha.md +30 -0
- package/changelogs/v6.2.0.md +21 -0
- package/changelogs/v6.3.0.md +14 -0
- package/changelogs/v6.4.0.md +13 -0
- package/changelogs/v6.5.0.md +13 -0
- package/changelogs/v6.6.0.md +12 -0
- package/changelogs/v6.7.0.md +12 -0
- package/changelogs/v7.0.0.md +13 -0
- package/changelogs/v8.0.0.md +14 -0
- package/changelogs/v8.1.0.md +13 -0
- package/changelogs/v8.2.0.md +12 -0
- package/changelogs/v8.2.1.md +11 -0
- package/changelogs/v9.0.0.md +20 -0
- package/docs/References/config-reference.md +73 -14
- package/docs/commands-reference.md +12 -6
- package/docs/faq.md +3 -3
- package/docs/getting-started.md +28 -3
- package/docs/sdk-reference.md +1 -1
- package/docs/user-guide.md +2 -2
- package/package.json +5 -2
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
# MindForge Changelog Archive
|
|
2
|
+
|
|
3
|
+
Complete, unabridged version history for MindForge — every release from [v0.1.0](./v0.1.0.md) through [v11.9.1](./v11.9.1.md), one file per version.
|
|
4
|
+
|
|
5
|
+
The root [CHANGELOG.md](../CHANGELOG.md) keeps only the newest versions inline as a rolling-window aggregator (for `bin/updater/changelog-fetcher.js` regex compatibility); this index is the full historical record.
|
|
6
|
+
|
|
7
|
+
## All versions (newest first)
|
|
8
|
+
|
|
9
|
+
| Version | Summary |
|
|
10
|
+
|---|---|
|
|
11
|
+
| [v11.9.1](./v11.9.1.md) | Packaging Fix: Restore Missing Workflow Commands |
|
|
12
|
+
| [v11.9.0](./v11.9.0.md) | Bedrock Provider + Full Dry-Run Audit |
|
|
13
|
+
| [v11.8.3](./v11.8.3.md) | Autopsy Fixes Stable Release |
|
|
14
|
+
| [v11.8.2](./v11.8.2.md) | Clean Stable Release |
|
|
15
|
+
| [v11.8.1](./v11.8.1.md) | First Stable Release |
|
|
16
|
+
| [v11.8.0](./v11.8.0.md) | Workflow Forge II |
|
|
17
|
+
| [v11.7.1](./v11.7.1.md) | Workflow Forge (patch) |
|
|
18
|
+
| [v11.7.0](./v11.7.0.md) | Workflow Forge |
|
|
19
|
+
| [v11.6.0](./v11.6.0.md) | Skill Forge |
|
|
20
|
+
| [v11.5.1](./v11.5.1.md) | Robustness + governance-gate patch (Wave 8) |
|
|
21
|
+
| [v11.5.0](./v11.5.0.md) | Governance hardening + autonomous-engine repair (Waves 4–7) |
|
|
22
|
+
| [v11.4.0](./v11.4.0.md) | Claude Code plugin distribution |
|
|
23
|
+
| [v11.3.1](./v11.3.1.md) | Packaging hotfix (commands, skills & framework now ship) |
|
|
24
|
+
| [v11.3.0](./v11.3.0.md) | "Legion" (154-subagent expansion) |
|
|
25
|
+
| [v11.2.1](./v11.2.1.md) | "Hardening" (security & integrity audit remediation) |
|
|
26
|
+
| [v11.2.0](./v11.2.0.md) | "Verification & Trust" |
|
|
27
|
+
| [v11.1.0](./v11.1.0.md) | "Beast Mode" |
|
|
28
|
+
| [v11.0.1](./v11.0.1.md) | "Stability Patch" |
|
|
29
|
+
| [v11.0.0](./v11.0.0.md) | "Sovereign Stability" |
|
|
30
|
+
| [v10.7.0](./v10.7.0.md) | "Platform Sovereign" |
|
|
31
|
+
| [v10.6.0](./v10.6.0.md) | "Data Alchemy" |
|
|
32
|
+
| [v10.5.0](./v10.5.0.md) | "AI Frontier" |
|
|
33
|
+
| [v10.4.0](./v10.4.0.md) | "Cross-Platform" |
|
|
34
|
+
| [v10.3.0](./v10.3.0.md) | "Leader's Edge" |
|
|
35
|
+
| [v10.2.0](./v10.2.0.md) | "Industry Forge" |
|
|
36
|
+
| [v10.1.1](./v10.1.1.md) | "Scale & Edge" |
|
|
37
|
+
| [v10.1.0](./v10.1.0.md) | "Strategic Intelligence" |
|
|
38
|
+
| [v10.0.9](./v10.0.9.md) | "Full Spectrum" |
|
|
39
|
+
| [v10.0.8](./v10.0.8.md) | "Deep Patterns" |
|
|
40
|
+
| [v10.0.7](./v10.0.7.md) | "Meta Engineer" |
|
|
41
|
+
| [v10.0.6](./v10.0.6.md) | "Complete Arsenal" |
|
|
42
|
+
| [v10.0.5](./v10.0.5.md) | "Forge Master" |
|
|
43
|
+
| [v10.0.4](./v10.0.4.md) | "Santa's Eval" |
|
|
44
|
+
| [v10.0.3](./v10.0.3.md) | "Council Awakens" |
|
|
45
|
+
| [v10.0.2](./v10.0.2.md) | "Persona Expansion" |
|
|
46
|
+
| [v10.0.0](./v10.0.0.md) | "Bedrock Fortified" |
|
|
47
|
+
| [v9.0.0](./v9.0.0.md) | Bedrock Meridian — Pillars XXIV-XXVIII |
|
|
48
|
+
| [v8.2.1](./v8.2.1.md) | Stability & Cleanup |
|
|
49
|
+
| [v8.2.0](./v8.2.0.md) | Autonomous SRE Layer — Pillars XX-XXIII |
|
|
50
|
+
| [v8.1.0](./v8.1.0.md) | Sovereign Identity — Pillar XIX |
|
|
51
|
+
| [v8.0.0](./v8.0.0.md) | Celestial Orchestration - SQLite & FMS |
|
|
52
|
+
| [v7.0.0](./v7.0.0.md) | Sovereign Intelligence - Post-Quantum & Homing |
|
|
53
|
+
| [v6.7.0](./v6.7.0.md) | Federated Intelligence Mesh - FIM Expansion |
|
|
54
|
+
| [v6.6.0](./v6.6.0.md) | Self-Corrective Synthesis - SCS |
|
|
55
|
+
| [v6.5.0](./v6.5.0.md) | Reason-Source Alignment - RSA |
|
|
56
|
+
| [v6.4.0](./v6.4.0.md) | Context Entropy Guard - CEG |
|
|
57
|
+
| [v6.3.0](./v6.3.0.md) | Intelligence-Drift Coupling - IDC |
|
|
58
|
+
| [v6.2.0](./v6.2.0.md) | Sovereign Enterprise Stable |
|
|
59
|
+
| [v6.2.0-alpha](./v6.2.0-alpha.md) | Sovereign Pillars XI & XII |
|
|
60
|
+
| [v6.1.0-alpha](./v6.1.0-alpha.md) | Sovereign Intelligence |
|
|
61
|
+
| [v6.0.0-alpha](./v6.0.0-alpha.md) | The v6.0.0-alpha release introduces the final pillar of the MindForge Enterprise architect |
|
|
62
|
+
| [v5.9.0](./v5.9.0.md) | - Pillar VII: Nexus Steering (Hierarchical Intent Orchestration). |
|
|
63
|
+
| [v5.8.0](./v5.8.0.md) | - Pillar VI: Sovereign Reason Enclaves (ZK-Proof Audit Trails). |
|
|
64
|
+
| [v5.7.0](./v5.7.0.md) | - Pillar V: Multi-Cloud Arbitrage (Task-to-Model Affinity Routing). |
|
|
65
|
+
| [v5.6.0](./v5.6.0.md) | - Pillar IV: Supply Chain Trust (Binary Runtime Attestation). |
|
|
66
|
+
| [v5.5.0](./v5.5.0.md) | - Pillar III: Predictive Agentic Reliability (Reasoning Entropy Monitoring). |
|
|
67
|
+
| [v5.4.0](./v5.4.0.md) | Enterprise-Grade Hardening — 2026-03-28 |
|
|
68
|
+
| [v5.3.0](./v5.3.0.md) | Dynamic Blast Radius — 2026-03-28 |
|
|
69
|
+
| [v5.2.0](./v5.2.0.md) | Semantic Vector Consensus — 2026-03-28 |
|
|
70
|
+
| [v5.1.0](./v5.1.0.md) | The Enterprise Expansion — 2026-03-28 |
|
|
71
|
+
| [v5.0.0-alpha.2](./v5.0.0-alpha.2.md) | Predictive Reliability & Supply Chain Trust — 2026-03-28 |
|
|
72
|
+
| [v5.0.0-alpha.1](./v5.0.0-alpha.1.md) | Federated Intelligence & Policy Orchestration — 2026-03-28 |
|
|
73
|
+
| [v4.3.0](./v4.3.0.md) | Enterprise Mesh & Proactive Equilibrium — 2026-03-28 |
|
|
74
|
+
| [v4.1.0](./v4.1.0.md) | MindForge Nexus (Observability & Tracing) — 2026-03-27 |
|
|
75
|
+
| [v4.0.0](./v4.0.0.md) | Dynamic Multi-Agent Swarms (Agentic Mesh) — 2026-03-27 |
|
|
76
|
+
| [v3.0.0](./v3.0.0.md) | Reactive Autonomous Intelligence — 2026-03-27 |
|
|
77
|
+
| [v2.6.0](./v2.6.0.md) | Temporal Vision (Time-Travel Debugging) — 2026-03-27 |
|
|
78
|
+
| [v2.5.0](./v2.5.0.md) | Local-First Knowledge Graph (RAG 2.0) — 2026-03-27 |
|
|
79
|
+
| [v2.4.0](./v2.4.0.md) | The Core Pillars Optimization — 2026-03-27 |
|
|
80
|
+
| [v2.3.5](./v2.3.5.md) | Intelligent Asset Sync & Merge — 2026-03-26 |
|
|
81
|
+
| [v2.3.4](./v2.3.4.md) | Architectural Sync & Zero-GSD Purge — 2026-03-25 |
|
|
82
|
+
| [v2.3.3](./v2.3.3.md) | Payload Cleanup & Enterprise Pruning — 2026-03-25 |
|
|
83
|
+
| [v2.3.2](./v2.3.2.md) | Asset Sync Repair — 2026-03-25 |
|
|
84
|
+
| [v2.1.2](./v2.1.2.md) | *Status: V5.2.0 Semantic Consensus Implemented & Verified (2026-03-28)* |
|
|
85
|
+
| [v2.1.1](./v2.1.1.md) | Core Migration Finalization — 2026-03-25 |
|
|
86
|
+
| [v2.1.0](./v2.1.0.md) | The Specialized Expansion — 2026-03-24 |
|
|
87
|
+
| [v2.0.0](./v2.0.0.md) | The Autonomous Enterprise — 2026-03-24 |
|
|
88
|
+
| [v2.0.0-alpha.12](./v2.0.0-alpha.12.md) | Self-Building Skills Platform — 2026-03-24 |
|
|
89
|
+
| [v2.0.0-alpha.11](./v2.0.0-alpha.11.md) | Persistent Knowledge Graph — 2026-03-24 |
|
|
90
|
+
| [v2.0.0-alpha.10](./v2.0.0-alpha.10.md) | Skill Installation & Validation CLI — 2026-03-24 |
|
|
91
|
+
| [v2.0.0-alpha.9](./v2.0.0-alpha.9.md) | Verified Antigravity Compatibility — 2026-03-23 |
|
|
92
|
+
| [v2.0.0-alpha.8](./v2.0.0-alpha.8.md) | Antigravity Visibility Fix — 2026-03-23 |
|
|
93
|
+
| [v2.0.0-alpha.7](./v2.0.0-alpha.7.md) | Day 12: Real-time Observability Dashboard — 2026-03-22 |
|
|
94
|
+
| [v2.0.0-alpha.4](./v2.0.0-alpha.4.md) | Day 11: Persistent Knowledge Graph (Long-Term Memory) — 2026-03-22 |
|
|
95
|
+
| [v2.0.0-alpha.3](./v2.0.0-alpha.3.md) | Day 10: Multi-Model Intelligence Layer — 2026-03-22 |
|
|
96
|
+
| [v2.0.0-alpha.2](./v2.0.0-alpha.2.md) | Day 9: Visual QA Engine (Browser Runtime Engine) — 2026-03-22 |
|
|
97
|
+
| [v2.0.0-alpha.1](./v2.0.0-alpha.1.md) | Day 8: Autonomous Execution Engine — 2026-03-22 |
|
|
98
|
+
| [v1.0.5](./v1.0.5.md) | v1.0.5 Minimal Install Option — 2026-03-22 |
|
|
99
|
+
| [v1.0.4](./v1.0.4.md) | v1.0.4 Antigravity Install Fix — 2026-03-22 |
|
|
100
|
+
| [v1.0.3](./v1.0.3.md) | v1.0.3 Antigravity Agents Folder — 2026-03-22 |
|
|
101
|
+
| [v1.0.2](./v1.0.2.md) | v1.0.2 CLI Bin Fix — 2026-03-22 |
|
|
102
|
+
| [v1.0.1](./v1.0.1.md) | v1.0.1 Installer and Packaging Fixes — 2026-03-22 |
|
|
103
|
+
| [v1.0.0](./v1.0.0.md) | v1.0.0 First Stable Public Release — 2026-03-22 |
|
|
104
|
+
| [v0.6.0](./v0.6.0.md) | Day 6 Distribution Platform |
|
|
105
|
+
| [v0.5.0](./v0.5.0.md) | Day 5 Intelligence Layer |
|
|
106
|
+
| [v0.4.0](./v0.4.0.md) | Day 4 Enterprise Integrations and Governance |
|
|
107
|
+
| [v0.3.0](./v0.3.0.md) | Day 3 Skills Platform |
|
|
108
|
+
| [v0.2.0](./v0.2.0.md) | Day 2 Wave Engine |
|
|
109
|
+
| [v0.1.0](./v0.1.0.md) | Day 1 Foundation |
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"versions": [
|
|
3
|
+
"11.9.1",
|
|
4
|
+
"11.9.0",
|
|
5
|
+
"11.8.3",
|
|
6
|
+
"11.8.2",
|
|
7
|
+
"11.8.1",
|
|
8
|
+
"11.8.0",
|
|
9
|
+
"11.7.1",
|
|
10
|
+
"11.7.0",
|
|
11
|
+
"11.6.0",
|
|
12
|
+
"11.5.1",
|
|
13
|
+
"11.5.0",
|
|
14
|
+
"11.4.0",
|
|
15
|
+
"11.3.1",
|
|
16
|
+
"11.3.0",
|
|
17
|
+
"11.2.1",
|
|
18
|
+
"11.2.0",
|
|
19
|
+
"11.1.0",
|
|
20
|
+
"11.0.1",
|
|
21
|
+
"11.0.0",
|
|
22
|
+
"10.7.0",
|
|
23
|
+
"10.6.0",
|
|
24
|
+
"10.5.0",
|
|
25
|
+
"10.4.0",
|
|
26
|
+
"10.3.0",
|
|
27
|
+
"10.2.0",
|
|
28
|
+
"10.1.1",
|
|
29
|
+
"10.1.0",
|
|
30
|
+
"10.0.9",
|
|
31
|
+
"10.0.8",
|
|
32
|
+
"10.0.7",
|
|
33
|
+
"10.0.6",
|
|
34
|
+
"10.0.5",
|
|
35
|
+
"10.0.4",
|
|
36
|
+
"10.0.3",
|
|
37
|
+
"10.0.2",
|
|
38
|
+
"10.0.0",
|
|
39
|
+
"9.0.0",
|
|
40
|
+
"8.2.1",
|
|
41
|
+
"8.2.0",
|
|
42
|
+
"8.1.0",
|
|
43
|
+
"8.0.0",
|
|
44
|
+
"7.0.0",
|
|
45
|
+
"6.7.0",
|
|
46
|
+
"6.6.0",
|
|
47
|
+
"6.5.0",
|
|
48
|
+
"6.4.0",
|
|
49
|
+
"6.3.0",
|
|
50
|
+
"6.2.0",
|
|
51
|
+
"6.2.0-alpha",
|
|
52
|
+
"6.1.0-alpha",
|
|
53
|
+
"6.0.0-alpha",
|
|
54
|
+
"5.9.0",
|
|
55
|
+
"5.8.0",
|
|
56
|
+
"5.7.0",
|
|
57
|
+
"5.6.0",
|
|
58
|
+
"5.5.0",
|
|
59
|
+
"5.4.0",
|
|
60
|
+
"5.3.0",
|
|
61
|
+
"5.2.0",
|
|
62
|
+
"5.1.0",
|
|
63
|
+
"5.0.0-alpha.2",
|
|
64
|
+
"5.0.0-alpha.1",
|
|
65
|
+
"4.3.0",
|
|
66
|
+
"4.1.0",
|
|
67
|
+
"4.0.0",
|
|
68
|
+
"3.0.0",
|
|
69
|
+
"2.6.0",
|
|
70
|
+
"2.5.0",
|
|
71
|
+
"2.4.0",
|
|
72
|
+
"2.3.5",
|
|
73
|
+
"2.3.4",
|
|
74
|
+
"2.3.3",
|
|
75
|
+
"2.3.2",
|
|
76
|
+
"2.1.2",
|
|
77
|
+
"2.1.1",
|
|
78
|
+
"2.1.0",
|
|
79
|
+
"2.0.0",
|
|
80
|
+
"2.0.0-alpha.12",
|
|
81
|
+
"2.0.0-alpha.11",
|
|
82
|
+
"2.0.0-alpha.10",
|
|
83
|
+
"2.0.0-alpha.9",
|
|
84
|
+
"2.0.0-alpha.8",
|
|
85
|
+
"2.0.0-alpha.7",
|
|
86
|
+
"2.0.0-alpha.4",
|
|
87
|
+
"2.0.0-alpha.3",
|
|
88
|
+
"2.0.0-alpha.2",
|
|
89
|
+
"2.0.0-alpha.1",
|
|
90
|
+
"1.0.5",
|
|
91
|
+
"1.0.4",
|
|
92
|
+
"1.0.3",
|
|
93
|
+
"1.0.2",
|
|
94
|
+
"1.0.1",
|
|
95
|
+
"1.0.0",
|
|
96
|
+
"0.6.0",
|
|
97
|
+
"0.5.0",
|
|
98
|
+
"0.4.0",
|
|
99
|
+
"0.3.0",
|
|
100
|
+
"0.2.0",
|
|
101
|
+
"0.1.0"
|
|
102
|
+
]
|
|
103
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [0.1.0] — Day 1 Foundation
|
|
4
|
+
|
|
5
|
+
### Added (v0.1.0)
|
|
6
|
+
|
|
7
|
+
- Core directory scaffold
|
|
8
|
+
- CLAUDE.md agent entry point
|
|
9
|
+
- 8 agent persona definitions
|
|
10
|
+
- 5 initial core skill packs
|
|
11
|
+
- 6 slash commands: help, init-project, plan-phase, execute-phase, verify-phase, ship
|
|
12
|
+
- npm installer (npx mindforge-cc)
|
|
13
|
+
- State management: STATE.md, HANDOFF.json
|
|
14
|
+
- Org context templates: ORG.md, CONVENTIONS.md, SECURITY.md, TOOLS.md
|
|
15
|
+
persona definitions
|
|
16
|
+
- 5 initial core skill packs
|
|
17
|
+
- 6 slash commands: help, init-project, plan-phase, execute-phase, verify-phase, ship
|
|
18
|
+
- npm installer (npx mindforge-cc)
|
|
19
|
+
- State management: STATE.md, HANDOFF.json
|
|
20
|
+
- Org context templates: ORG.md, CONVENTIONS.md, SECURITY.md, TOOLS.md
|
|
21
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [0.2.0] — Day 2 Wave Engine
|
|
4
|
+
|
|
5
|
+
### Added (v0.2.0)
|
|
6
|
+
|
|
7
|
+
- Wave-based parallel execution engine
|
|
8
|
+
- Dependency parser and wave grouper
|
|
9
|
+
- Context injector with minimum-context principle
|
|
10
|
+
- Compaction protocol (automated at 70% context)
|
|
11
|
+
- AUDIT.jsonl append-only pipeline with full schema
|
|
12
|
+
- 4 new commands: /mindforge:next, /mindforge:quick, /mindforge:status, /mindforge:debug
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [0.3.0] — Day 3 Skills Platform
|
|
4
|
+
|
|
5
|
+
### Added (v0.3.0)
|
|
6
|
+
|
|
7
|
+
- 5 new core skill packs: performance, accessibility, data-privacy,
|
|
8
|
+
incident-response, database-patterns
|
|
9
|
+
- Skills distribution engine: registry, loader, versioning, conflict resolver
|
|
10
|
+
- 5 new commands: /mindforge:skills, /mindforge:review, /mindforge:security-scan,
|
|
11
|
+
/mindforge:map-codebase, /mindforge:discuss-phase
|
|
12
|
+
- Persona customisation override system (project and phase level)
|
|
13
|
+
- Skills Manifest (MANIFEST.md) with tier-based registration
|
|
14
|
+
- Skills Authoring Guide for creating org and project skills
|
|
15
|
+
- Injection guard for Tier 2/3 skill validation
|
|
16
|
+
|
|
17
|
+
### Changed (v0.3.0)
|
|
18
|
+
|
|
19
|
+
- execute-phase now uses multi-tier skills loading
|
|
20
|
+
- plan-phase now reads CONTEXT.md from discuss-phase if available
|
|
21
|
+
- CLAUDE.md updated with skills platform and new command awareness
|
|
22
|
+
|
|
23
|
+
### Fixed (v0.3.0)
|
|
24
|
+
|
|
25
|
+
- cursor pagination correctness in database-patterns skill (compound cursor)
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [0.4.0] — Day 4 Enterprise Integrations and Governance
|
|
4
|
+
|
|
5
|
+
### Added (v0.4.0)
|
|
6
|
+
|
|
7
|
+
- enterprise integration specs for Jira, Confluence, Slack, GitHub, and GitLab
|
|
8
|
+
- integration connection manager with credential hygiene and retry guidance
|
|
9
|
+
- governance layer: change classification, approvals, and compliance gates
|
|
10
|
+
- multi-developer handoff and session merger protocols
|
|
11
|
+
- 6 new commands: `/mindforge:audit`, `/mindforge:milestone`,
|
|
12
|
+
`/mindforge:complete-milestone`, `/mindforge:approve`,
|
|
13
|
+
`/mindforge:sync-jira`, `/mindforge:sync-confluence`
|
|
14
|
+
- Day 4 test suites: `tests/integrations.test.js`, `tests/governance.test.js`
|
|
15
|
+
- enterprise setup and governance guide docs
|
|
16
|
+
|
|
17
|
+
### Changed (v0.4.0)
|
|
18
|
+
|
|
19
|
+
- README and CLAUDE entrypoint updated for enterprise governance workflows
|
|
20
|
+
- audit schema expanded for integration and governance events
|
|
21
|
+
|
|
22
|
+
### Fixed (v0.4.0)
|
|
23
|
+
|
|
24
|
+
- Jira transition handling now documents dynamic transition lookup instead of
|
|
25
|
+
hardcoded IDs
|
|
26
|
+
- governance tiering now covers code-content matches and audit-history escalation
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [0.5.0] — Day 5 Intelligence Layer
|
|
4
|
+
|
|
5
|
+
### Added (v0.5.0)
|
|
6
|
+
|
|
7
|
+
- framework health engine with 7-category diagnostics and safe auto-repair guidance
|
|
8
|
+
- smart context compaction with Level 1/2/3 protocols and structured handoff extraction
|
|
9
|
+
- phase difficulty scorer with weighted composite and task-granularity feedback
|
|
10
|
+
- anti-pattern detection engine with false-positive controls for C01/B03/D01
|
|
11
|
+
- skill gap analyzer for pre-planning capability coverage checks
|
|
12
|
+
- team profile system and per-developer profile templates
|
|
13
|
+
- metrics schema and quality tracker (`session`, `phase`, `skill usage`, `compaction quality`)
|
|
14
|
+
- project constitution file: `MINDFORGE.md`
|
|
15
|
+
- setup wizard modules: environment detection, idempotent config generation, interactive flow
|
|
16
|
+
- 4 new commands: `/mindforge:health`, `/mindforge:retrospective`,
|
|
17
|
+
`/mindforge:profile-team`, `/mindforge:metrics`
|
|
18
|
+
- 3 ADRs: ADR-012, ADR-013, ADR-014
|
|
19
|
+
- new Day 5 test suites: `tests/intelligence.test.js`, `tests/metrics.test.js`
|
|
20
|
+
|
|
21
|
+
### Changed (v0.5.0)
|
|
22
|
+
|
|
23
|
+
- CLAUDE runtime contract now includes Day 5 intelligence behavior and
|
|
24
|
+
non-overridable MINDFORGE enforcement
|
|
25
|
+
- package entrypoint now points to setup wizard
|
|
26
|
+
|
|
27
|
+
### Fixed (v0.5.0)
|
|
28
|
+
|
|
29
|
+
- AUDIT corruption handling now quarantines invalid lines instead of deleting entries
|
|
30
|
+
- wizard reliability improvements: stdin TTY fallback, end-of-flow credential guidance,
|
|
31
|
+
and idempotent config replacement behavior
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [0.6.0] — Day 6 Distribution Platform
|
|
4
|
+
|
|
5
|
+
### Added (v0.6.0)
|
|
6
|
+
|
|
7
|
+
- Public skills registry: `npx mindforge-skills install/publish/search` (npm-based)
|
|
8
|
+
- Skill validator: 3-level validation schema (schema, content, quality)
|
|
9
|
+
- MINDFORGE.md JSON Schema: validation with non-overridable field markers
|
|
10
|
+
- MindForge CI mode: GitHub Actions / GitLab CI / Jenkins integration
|
|
11
|
+
- GitHub Actions workflow: health, security, quality, AI review jobs
|
|
12
|
+
- AI PR Review Engine: Claude API-powered code review with context loading
|
|
13
|
+
- Monorepo/workspace support: npm/pnpm/Nx/Turborepo/Lerna detection
|
|
14
|
+
- Cross-package planner: topological execution order for monorepo phases
|
|
15
|
+
- @mindforge/sdk: TypeScript SDK with client, event stream, and command builders
|
|
16
|
+
- SSE event stream: real-time progress events via Server-Sent Events
|
|
17
|
+
- /mindforge:init-org — organisation-wide MindForge setup command
|
|
18
|
+
- /mindforge:install-skill — install skill from public/private registry
|
|
19
|
+
- /mindforge:publish-skill — publish skill to npm registry
|
|
20
|
+
- /mindforge:pr-review — AI code review powered by Claude API
|
|
21
|
+
- /mindforge:workspace — monorepo workspace management
|
|
22
|
+
- /mindforge:benchmark — skill effectiveness benchmarking
|
|
23
|
+
- 3 new ADRs: ADR-015 npm registry, ADR-016 CI timeout, ADR-017 localhost SDK
|
|
24
|
+
|
|
25
|
+
### Hardened (v0.6.0)
|
|
26
|
+
|
|
27
|
+
- Registry: TOCTOU-safe temp directory (chmod 700), tarball size verification
|
|
28
|
+
- CI: timeout exits with code 0 (soft stop), clear Tier 3 block messages
|
|
29
|
+
- SDK: localhost-only SSE binding, Linux inotify fallback
|
|
30
|
+
- AI review: robust daily limit (parse error tolerant), file-based diff truncation
|
|
31
|
+
- Monorepo: affected package detection uses manifest paths (not depth assumption)
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [1.0.0] — v1.0.0 First Stable Public Release — 2026-03-22
|
|
4
|
+
|
|
5
|
+
🎉 **MindForge v1.0.0 — Enterprise Agentic Framework — First Stable Release**
|
|
6
|
+
|
|
7
|
+
Release published: v1.0.0 (GitHub Releases).
|
|
8
|
+
|
|
9
|
+
Built over 7 focused sprints, MindForge transforms Claude Code and Antigravity
|
|
10
|
+
from powerful-but-unstructured AI tools into production-grade engineering
|
|
11
|
+
partners with full governance, observability, and enterprise integration.
|
|
12
|
+
|
|
13
|
+
### What ships in v1.0.0
|
|
14
|
+
|
|
15
|
+
- **36 commands** across 7 workflow categories
|
|
16
|
+
- **10 core skill packs** with three-tier registry (Core/Org/Project)
|
|
17
|
+
- **8 specialised agent personas** covering all engineering roles
|
|
18
|
+
- **Wave-based parallel execution** with dependency graph and automatic compaction
|
|
19
|
+
- **Enterprise integrations**: Jira, Confluence, Slack, GitHub, GitLab
|
|
20
|
+
- **Three-tier governance**: Tier 1 (auto) / Tier 2 (peer review) / Tier 3 (compliance)
|
|
21
|
+
- **Five non-bypassable compliance gates** (secret detection, CRITICAL findings, tests, CVEs, GDPR)
|
|
22
|
+
- **Intelligence layer**: health engine, difficulty scorer, anti-pattern detector, team profiling
|
|
23
|
+
- **Public skills registry**: npm-based `mindforge-skill-*` ecosystem
|
|
24
|
+
- **CI/CD integration**: GitHub Actions, GitLab CI, Jenkins adapters
|
|
25
|
+
- **@mindforge/sdk**: TypeScript SDK with client, event stream, and command builders
|
|
26
|
+
- **Monorepo support**: npm/pnpm/Nx/Turborepo/Lerna workspace detection
|
|
27
|
+
- **AI PR Review**: Claude API-powered code review with context loading
|
|
28
|
+
- **Self-update mechanism**: version check, changelog diff, scope-preserving apply
|
|
29
|
+
- **Version migration engine**: schema migration from v0.1.0 through v1.0.0
|
|
30
|
+
- **Plugin system**: extensible via `mindforge-plugin-*` npm namespace
|
|
31
|
+
- **Token usage optimiser**: profiling and efficiency strategies
|
|
32
|
+
- **50-point production readiness checklist**: fully verified before this release
|
|
33
|
+
|
|
34
|
+
**20 Architecture Decision Records** documenting every major design choice
|
|
35
|
+
|
|
36
|
+
- **15 test suites** with 3× consecutive run requirement
|
|
37
|
+
- **Complete reference documentation**: commands, security, ADR index, threat model
|
|
38
|
+
|
|
39
|
+
### Stable interface contract (v1.0.0)
|
|
40
|
+
|
|
41
|
+
See ADR-020. All 36 commands, HANDOFF.json schema, AUDIT event types,
|
|
42
|
+
@mindforge/sdk exports, and plugin.json format are stable in 1.x.x.
|
|
43
|
+
|
|
44
|
+
### Breaking changes from 0.6.0 (v1.0.0)
|
|
45
|
+
|
|
46
|
+
- VERIFY_PASS_RATE_WARNING_THRESHOLD in MINDFORGE.md is now 0.0-1.0 (was 0-100)
|
|
47
|
+
Run `/mindforge:migrate` to auto-convert
|
|
48
|
+
- AUDIT.jsonl session_id field is now required (auto-backfilled by migration)
|
|
49
|
+
- HANDOFF.json plugin_api_version field required for plugin compatibility
|
|
50
|
+
|
|
51
|
+
### Installation (v1.0.0)
|
|
52
|
+
|
|
53
|
+
```bash
|
|
54
|
+
npx mindforge-cc@latest
|
|
55
|
+
# or
|
|
56
|
+
npx mindforge-cc@1.0.0 --claude --global
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [1.0.1] — v1.0.1 Installer and Packaging Fixes — 2026-03-22
|
|
4
|
+
|
|
5
|
+
### Fixed (v1.0.1)
|
|
6
|
+
|
|
7
|
+
- Interactive setup now uses installer-core directly (no recursive wizard call).
|
|
8
|
+
- Package bin entry corrected to use `mindforge-cc` → `bin/install.js`.
|
|
9
|
+
|
|
10
|
+
### Changed (v1.0.1)
|
|
11
|
+
|
|
12
|
+
- Added publish whitelist to reduce package size and exclude build-only files.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
@@ -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
|
+
|