mindforge-cc 5.0.0 → 5.2.0

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 (68) hide show
  1. package/.agent/CLAUDE.md +14 -12
  2. package/.agent/hooks/mindforge-session-init_extended.js +42 -0
  3. package/.agent/settings.json +4 -0
  4. package/.agent/skills/mindforge-brainstorming/SKILL.md +164 -0
  5. package/.agent/skills/mindforge-brainstorming/scripts/frame-template.html +214 -0
  6. package/.agent/skills/mindforge-brainstorming/scripts/helper.js +88 -0
  7. package/.agent/skills/mindforge-brainstorming/scripts/server.cjs +354 -0
  8. package/.agent/skills/mindforge-brainstorming/scripts/start-server.sh +148 -0
  9. package/.agent/skills/mindforge-brainstorming/scripts/stop-server.sh +56 -0
  10. package/.agent/skills/mindforge-brainstorming/spec-document-reviewer-prompt.md +49 -0
  11. package/.agent/skills/mindforge-brainstorming/visual-companion.md +287 -0
  12. package/.agent/skills/mindforge-debug_extended/CREATION-LOG.md +119 -0
  13. package/.agent/skills/mindforge-debug_extended/SKILL.md +296 -0
  14. package/.agent/skills/mindforge-debug_extended/condition-based-waiting-example.ts +158 -0
  15. package/.agent/skills/mindforge-debug_extended/condition-based-waiting.md +115 -0
  16. package/.agent/skills/mindforge-debug_extended/defense-in-depth.md +122 -0
  17. package/.agent/skills/mindforge-debug_extended/find-polluter.sh +63 -0
  18. package/.agent/skills/mindforge-debug_extended/root-cause-tracing.md +169 -0
  19. package/.agent/skills/mindforge-debug_extended/test-academic.md +14 -0
  20. package/.agent/skills/mindforge-debug_extended/test-pressure-1.md +58 -0
  21. package/.agent/skills/mindforge-debug_extended/test-pressure-2.md +68 -0
  22. package/.agent/skills/mindforge-debug_extended/test-pressure-3.md +69 -0
  23. package/.agent/skills/mindforge-execute-phase_extended/SKILL.md +70 -0
  24. package/.agent/skills/mindforge-neural-orchestrator/SKILL.md +115 -0
  25. package/.agent/skills/mindforge-neural-orchestrator/references/codex-tools.md +100 -0
  26. package/.agent/skills/mindforge-neural-orchestrator/references/gemini-tools.md +33 -0
  27. package/.agent/skills/mindforge-parallel-mesh_extended/SKILL.md +182 -0
  28. package/.agent/skills/mindforge-plan-phase_extended/SKILL.md +152 -0
  29. package/.agent/skills/mindforge-plan-phase_extended/plan-document-reviewer-prompt.md +49 -0
  30. package/.agent/skills/mindforge-review-inbound/SKILL.md +213 -0
  31. package/.agent/skills/mindforge-review-request/SKILL.md +105 -0
  32. package/.agent/skills/mindforge-review-request/code-reviewer.md +146 -0
  33. package/.agent/skills/mindforge-ship_extended/SKILL.md +200 -0
  34. package/.agent/skills/mindforge-skill-creation/SKILL.md +655 -0
  35. package/.agent/skills/mindforge-skill-creation/anthropic-best-practices.md +1150 -0
  36. package/.agent/skills/mindforge-skill-creation/examples/CLAUDE_MD_TESTING.md +189 -0
  37. package/.agent/skills/mindforge-skill-creation/graphviz-conventions.dot +172 -0
  38. package/.agent/skills/mindforge-skill-creation/persuasion-principles.md +187 -0
  39. package/.agent/skills/mindforge-skill-creation/render-graphs.js +168 -0
  40. package/.agent/skills/mindforge-skill-creation/testing-skills-with-subagents.md +384 -0
  41. package/.agent/skills/mindforge-swarm-execution/SKILL.md +277 -0
  42. package/.agent/skills/mindforge-swarm-execution/code-quality-reviewer-prompt.md +26 -0
  43. package/.agent/skills/mindforge-swarm-execution/implementer-prompt.md +113 -0
  44. package/.agent/skills/mindforge-swarm-execution/spec-reviewer-prompt.md +61 -0
  45. package/.agent/skills/mindforge-tdd_extended/SKILL.md +371 -0
  46. package/.agent/skills/mindforge-tdd_extended/testing-anti-patterns.md +299 -0
  47. package/.agent/skills/mindforge-verify-work_extended/SKILL.md +139 -0
  48. package/.agent/skills/mindforge-workspace-isolated/SKILL.md +218 -0
  49. package/.agent/workflows/mindforge-verify-work.md +5 -0
  50. package/.agent/workflows/mindforge:brainstorming.md +16 -0
  51. package/.agent/workflows/mindforge:debug.md +4 -2
  52. package/.agent/workflows/mindforge:execute-phase.md +12 -0
  53. package/.agent/workflows/mindforge:plan-phase.md +11 -0
  54. package/.agent/workflows/mindforge:ship.md +6 -1
  55. package/.agent/workflows/mindforge:tdd.md +7 -2
  56. package/CHANGELOG.md +243 -115
  57. package/MINDFORGE.md +17 -9
  58. package/README.md +2 -2
  59. package/RELEASENOTES.md +16 -7
  60. package/bin/memory/federated-sync.js +82 -2
  61. package/docs/INTELLIGENCE-MESH.md +7 -3
  62. package/docs/PERSONAS.md +150 -2
  63. package/docs/architecture/V5-ENTERPRISE.md +8 -7
  64. package/docs/commands-reference.md +20 -1
  65. package/docs/governance-guide.md +13 -7
  66. package/docs/troubleshooting.md +24 -4
  67. package/docs/user-guide.md +37 -19
  68. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.1.0] — The Beast Addition — 2026-03-28
4
+
5
+ 🚀 **MindForge v5.1.0 — Evolution of the Agentic Protocol Mesh**
6
+
7
+ This major update integrates 14 advanced agentic protocols and high-performance session hooks originally developed in the Superpowers framework, fully sanitized and hardened for the MindForge ecosystem.
8
+
9
+ ### 🧩 Advanced Agentic Protocols (v5.1.0)
10
+
11
+ - **Extended Tactical Rigor**: Overlapping skills have been evolved into `_extended` variants (e.g., `mindforge-debug_extended`, `mindforge-tdd_extended`) with higher verification standards.
12
+ - **Neural Orchestration**: New `mindforge-neural-orchestrator` layer for intelligent protocol activation during session startup.
13
+ - **Autonomous Multi-Tasking**: Integrated `parallel-mesh` and `swarm-execution` for mass-scale phase execution.
14
+ - **Creative Intelligence**: New `mindforge:brainstorming` workflow for intent and architectural exploration.
15
+ - **Hardened QA Gates**: Evolution of `verify-work` and `ship` protocols with automated quality assurance and branch sanitization.
16
+ - **Isolated Workspaces**: Support for clean Git worktrees via `workspace-isolated`.
17
+
18
+ ### 🛠️ Core Infrastructure Updates (v5.1.0)
19
+
20
+ - **Native Session Hooks**: Replaced legacy bash hooks with high-performance Node.js session-initialization drivers.
21
+ - **Workflow Synchronization**: Core command suite (/plan, /execute, /debug, /ship etc.) updated to mandate Step 0 Protocol Activation.
22
+ - **Full Sanitization**: 100% elimination of external branding across all documentation and system identifiers.
23
+
24
+ ### Added (v5.1.0)
25
+
26
+ - `mindforge-brainstorming` (New)
27
+ - `mindforge-parallel-mesh_extended` (Extended)
28
+ - `mindforge-execute-phase_extended` (Extended)
29
+ - `mindforge-ship_extended` (Extended)
30
+ - `mindforge-review-inbound` (New)
31
+ - `mindforge-review-request` (New)
32
+ - `mindforge-swarm-execution` (New)
33
+ - `mindforge-debug_extended` (Extended)
34
+ - `mindforge-tdd_extended` (Extended)
35
+ - `mindforge-workspace-isolated` (New)
36
+ - `mindforge-neural-orchestrator` (New)
37
+ - `mindforge-verify-work_extended` (Extended)
38
+ - `mindforge-plan-phase_extended` (Extended)
39
+ - `mindforge-skill-creation` (New)
40
+
41
+ ---
42
+
3
43
  ## [5.0.0-alpha.2] — Predictive Reliability & Supply Chain Trust — 2026-03-28
4
44
 
5
45
  🚀 **MindForge v5.0.0 — Pillars III & IV Implementation**
@@ -40,7 +80,7 @@ This landmark release transforms MindForge into a distributed, governable, and c
40
80
  - **Policy Interceptor**: Deep integration into `auto-runner.js`, enforcing a pre-flight governance gate before every autonomous wave.
41
81
  - **Default Enterprise Policies**: Shipped with initial security guardrails for engine and infrastructure protection.
42
82
 
43
- ### Hardening ("Beast" Mode)
83
+ ### Hardening ("Beast" Mode v5.0.0-alpha.1)
44
84
 
45
85
  - **ZTAI Interlock**: All mesh and policy operations now utilize the hardware-enclave (simulated) signing engine for Tier 3 principals.
46
86
  - **Dynamic Intent Extraction**: Autonomous intents are now derived in real-time from active session identities.
@@ -148,7 +188,9 @@ This update introduces "Temporal Vision," a high-fidelity time-travel debugging
148
188
  - **Governance**:
149
189
  - **Temporal Protocol (`temporal-protocol.md`)**: Definition of safety rules, recovery boundaries, and state integrity checks.
150
190
 
151
- ### [2.5.0] — Local-First Knowledge Graph (RAG 2.0) — 2026-03-27
191
+ ---
192
+
193
+ ## [2.5.0] — Local-First Knowledge Graph (RAG 2.0) — 2026-03-27
152
194
 
153
195
  🚀 **MindForge v2.5.0 — The Knowledge Graph Revolution**
154
196
 
@@ -168,11 +210,13 @@ This update introduces a sophisticated Local-First Knowledge Graph (RAG 2.0), mo
168
210
 
169
211
  ### Fixed (v2.5.0)
170
212
 
171
-
172
213
  - **macOS App Sandbox Compatibility**: Implemented `setTestMode()` in memory engines to bypass nesting-related EPERM errors when running from sandboxed editors.
173
214
 
174
- 🚀 **MindForge v2.4.0 — The Core Pillars Optimization**
215
+ ---
175
216
 
217
+ ## [2.4.0] — The Core Pillars Optimization — 2026-03-27
218
+
219
+ 🚀 **MindForge v2.4.0 — The Core Pillars Optimization**
176
220
 
177
221
  This major architectural update introduces a dynamic, SRD-based memory sharding system and the Adversarial Decision Synthesis (ADS) protocol, replacing legacy monolithic handoffs with a hardened, high-fidelity Tri-Tier Memory model.
178
222
 
@@ -195,22 +239,7 @@ This major architectural update introduces a dynamic, SRD-based memory sharding
195
239
  - **Planning Protocol**: `/mindforge:plan-phase` now officially supports the `--ads` flag for high-fidelity synthesis cycles.
196
240
  - **Compaction Protocol V3**: Upgraded the standard compaction flow to include `Step 4.5: Semantic Sharding`, preventing long-term context window pollution and reducing context overhead by ~35%.
197
241
 
198
- 🚀 **MindForge v2.4.0 — Semantic Context Sharding (Tri-Tier Memory)**
199
-
200
- This major architectural update introduces a dynamic, SRD-based memory sharding system, replacing legacy monolithic handoffs with a hardened, high-fidelity Tri-Tier Memory model (Hot, Warm, Cold).
201
-
202
- ### Added (v2.4.0)
203
-
204
- - **Tri-Tier Memory Controller**: Integrated `shard-controller.md` to manage memory transitions across Hot (`HANDOFF.json`), Warm (`.planning/memories/`), and Cold (`.mindforge/memory/`) tiers.
205
- - **SRD Scoring Engine**: New weighted Semantic Relevance Density (SRD) scoring for contextual items based on Decisiveness, Frequency, and Impact.
206
- - **Beast Mode Hardening**: Implemented SHA-256 integrity verification and automated semantic tagging for all memory shards.
207
- - **Proactive Warm Retrieval**: Updated the context injector to automatically pull relevant shards based on task sub-context.
208
- - **Shard Helper Utility**: New `bin/shard-helper.js` for standalone memory analysis and integrity auditing.
209
-
210
- ### Changed (v2.4.0)
211
-
212
- - **Compaction Protocol V3**: Upgraded the standard compaction flow to include `Step 4.5: Semantic Sharding`, preventing long-term context window pollution.
213
- - **Context Hygiene**: Reduced baseline context overhead for long-running sessions by ~35% through aggressive tiering.
242
+ ---
214
243
 
215
244
  ## [2.3.5] — Intelligent Asset Sync & Merge — 2026-03-26
216
245
 
@@ -229,6 +258,8 @@ This release transforms the installation engine from a static "skip if exists" m
229
258
  - **Sync Gating**: Removed restrictive directory existence checks that caused the installer to skip entire asset categories if the parent folder already existed.
230
259
  - **Documentation Parity**: Hardened the documentation sync logic to ensure `references/` and `templates/` always reach the `.agents/docs/` target.
231
260
 
261
+ ---
262
+
232
263
  ## [2.3.4] — Architectural Sync & Zero-GSD Purge — 2026-03-25
233
264
 
234
265
  ### Added (v2.3.4)
@@ -241,6 +272,8 @@ This release transforms the installation engine from a static "skip if exists" m
241
272
  - **Documentation Payload**: Fixed a discrepancy in the path-mapping for documentation subdirectories (`references/`, `templates/`) ensuring they correctly sync into `.agents/docs/`.
242
273
  - **Directory Persistence**: Ensured that empty planning subdirectories correctly persist with `.gitkeep` during fresh installations.
243
274
 
275
+ ---
276
+
244
277
  ## [2.3.3] — Payload Cleanup & Enterprise Pruning — 2026-03-25
245
278
 
246
279
  🚀 **MindForge v2.3.3 — Payload Cleanup & Enterprise Pruning**
@@ -253,6 +286,8 @@ This release strictly prunes the installation payload to remove legacy GSD artif
253
286
  - **State Leakage**: Excluded project-specific state files (`AUDIT.jsonl`, `HANDOFF.json`, `jira-sync.json`, `slack-threads.json`) from distribution.
254
287
  - **Enterprise Pruning**: Updated `installer-core.js` to automatically filter out development-only framework folders (e.g., `distribution`, `monorepo`, `production`).
255
288
 
289
+ ---
290
+
256
291
  ## [2.3.2] — Asset Sync Repair — 2026-03-25
257
292
 
258
293
  🚀 **MindForge v2.3.2 — Asset Sync Repair**
@@ -268,6 +303,8 @@ This release fixes documentation asset synchronization and repairs logic corrupt
268
303
 
269
304
  - **Installer Logic**: Repaired syntax corruption and removed duplicated code blocks in `installer-core.js`.
270
305
 
306
+ ---
307
+
271
308
  ## [2.1.2] — Beast Mode Branding & CI Fix — 2026-03-25
272
309
 
273
310
  🚀 **MindForge v2.1.2 — Beast Mode Branding & CI Fix**
@@ -285,6 +322,8 @@ This release transforms the MindForge installation experience with a high-impact
285
322
 
286
323
  - **CI/CD Permissions**: Resolved `RequestError [HttpError]: GitHub Actions is not permitted to create or approve pull requests` by adding `contents: write` to `auto-pr.yml`.
287
324
 
325
+ ---
326
+
288
327
  ## [2.1.1] — Core Migration Finalization — 2026-03-25
289
328
 
290
329
  🧩 **MindForge v2.1.1 — Core Migration Finalization**
@@ -306,19 +345,23 @@ This release completes the structural rebranding and migration of the MindForge
306
345
  - **Documentation Overhaul**: Modernized the entire documentation suite, including Architecture, Personas, Skills Authoring, and Command References.
307
346
  - **Hardened Settings**: `settings.json` now features dynamic hook pathing for increased portability across system environments.
308
347
 
348
+ ---
349
+
309
350
  ## [2.1.0] — The Specialized Expansion — 2026-03-24
310
351
 
311
352
  🧩 **MindForge v2.1.0 — The Specialized Expansion**
312
353
 
313
354
  This release significantly expands the MindForge persona ecosystem, integrating 18+ high-performance specialized agents from the MindForge framework. This expansion doubles the framework's baseline capabilities in research, architecture, execution, and quality assurance.
314
355
 
315
- ### Added
356
+ ### Added (v2.1.0)
357
+
316
358
  - **18+ New Specialized Personas**: Integration of advanced agents including `nyquist-auditor`, `user-profiler`, `advisor-researcher`, `ui-auditor`, and more.
317
359
  - **Extended Mapping & Strategy**: Enhanced `roadmapper-extend` and `codebase-mapper-extend` for deep project lifecycle management.
318
360
  - **Comprehensive Permissions Audit**: Full tool-access transparency for all 32 personas in `docs/PERSONAS.md`.
319
361
  - **Architectural State Update**: `Master-Context.md` now reflects the 32-persona structural foundation.
320
362
 
321
- ### Changed
363
+ ### Changed (v2.1.0)
364
+
322
365
  - **Documentation Overhaul**: Complete update of `PERSONAS.md` and `Master-Context.md` to reflect the expanded ecosystem.
323
366
  - **Branding Alignment**: All integrated MindForge personas rebranded and fully sanitized for MindForge native use.
324
367
 
@@ -330,7 +373,8 @@ This release significantly expands the MindForge persona ecosystem, integrating
330
373
 
331
374
  This major release transforms MindForge from a Claude-centric framework into a universal AI agent operating system. With support for 6 major runtimes and a hardened autonomous execution engine, v2.0.0 is built for enterprise-scale AI orchestration.
332
375
 
333
- ### Added
376
+ ### Added (v2.0.0)
377
+
334
378
  - **6-Runtime Multi-Platform Support**: Official support for Claude Code, Antigravity, Cursor, OpenCode, Gemini CLI, and GitHub Copilot.
335
379
  - **Runtime Adapters**: Automatic content transformation for Gemini (model/filename mapping) and preambles for non-slash runtimes (Cursor/Copilot).
336
380
  - **`/mindforge:new-runtime`**: Rapidly scaffold custom AI agent runtimes with correct directory structures and command visibility.
@@ -347,20 +391,19 @@ This major release transforms MindForge from a Claude-centric framework into a u
347
391
  - **Parallel Workstreams**: `/mindforge:workstreams` for concurrent milestone execution.
348
392
  - **65-Point Production Checklist**: Exhaustive verification suite for enterprise readiness.
349
393
 
350
- ### Changed
351
- - **Directory Standard**: Antigravity local workflows moved to `.agents/workflows/` with mandatory YAML frontmatter.
352
- - **Migration Strategy**: Transitioned to an idempotent, backup-first migration model with smart skipping.
353
- - **Stable Interface Contract**: Hardened internal members (RUNTIMES, generateEntryContent) for extensibility.
394
+ ### Changed (v2.0.0)
354
395
 
355
- ### Architecture Decisions
356
- - **ADR-039**: Multi-Runtime Platform Support.
396
+ - **Directory Standard**: Antigravity local workflows moved to `.agents/workflows/` with mandatory YAML frontmatter.
397
+ - **Migration Strategy**: Transitioned to an idempotent, backup-first migration mod- **ADR-039**: Multi-Runtime Platform Support.
357
398
  - **ADR-040**: Additive Schema Migration Strategy.
358
399
  - **ADR-041**: Stable Runtime Interface Contract.
359
400
 
360
401
  ---
361
402
 
362
403
  ## [2.0.0-alpha.12] — Self-Building Skills Platform — 2026-03-24
363
- ### Added
404
+
405
+ ### Added (v2.0.0-alpha.12)
406
+
364
407
  - **Self-Building Skills Platform**: Intelligent engine for automatically capturing skills from documentation, sessions, and npm packages.
365
408
  - **`/mindforge:learn`**: High-level orchestration command for 7-step skill generation pipeline.
366
409
  - **`/mindforge:marketplace`**: Seamless integration with npm registry for community skills discovery and installation.
@@ -369,86 +412,114 @@ This major release transforms MindForge from a Claude-centric framework into a u
369
412
  - **CLI Commands**: `learn-skill` and `marketplace` added to `bin/mindforge-cli.js`.
370
413
  - **ADR-036, ADR-037, ADR-038**: New architectural decisions for skill sourcing, capture thresholds, and quality gates.
371
414
 
415
+ ---
416
+
372
417
  ## [2.0.0-alpha.11] — Persistent Knowledge Graph — 2026-03-24
373
- ### Added
418
+
419
+ ### Added (v2.0.0-alpha.11)
420
+
374
421
  - **Persistent Knowledge Graph**: Core engine for long-term memory across projects.
375
422
  - **`remember` CLI**: New command for manual knowledge management and semantic search.
376
423
  - **Automated Capture**: Hooks in `AutoRunner` and `CrossReviewEngine` to ingest insights automatically from phase completions and review reports.
377
424
  - **Context Injection**: `installer-core.js` now auto-injects relevant historical context into `CLAUDE.md` during installation.
378
425
  - **`test-memory` CLI**: New command for memory suite verification.
379
426
 
427
+ ---
428
+
380
429
  ## [2.0.0-alpha.10] — Skill Installation & Validation CLI — 2026-03-24
381
- ### Added
430
+
431
+ ### Added (v2.0.0-alpha.10)
432
+
382
433
  - New CLI commands: `validate-skill`, `install-skill`, `register-skill`, `audit-skill`.
383
434
  - Robust skill validation logic (Level 1 & 2) in `bin/skill-validator.js`.
384
435
  - Automated manifest management and audit logging in `bin/skill-registry.js`.
385
436
  - Integrated CLI commands into the `install-skill.md` agentic workflow for higher reliability.
386
437
 
438
+ ---
439
+
387
440
  ## [2.0.0-alpha.9] — Verified Antigravity Compatibility — 2026-03-23
388
- ### Fixed
441
+
442
+ ### Fixed (v2.0.0-alpha.9)
443
+
389
444
  - Fixed critical installer regression where `files` variable was undefined during command installation.
390
- - Fixed `resolveBaseDir` hardcoding that prevented `.agents/` relocation in non-standard environments.
445
+ - Fixed `resolveBaseDir` hardcoding that prevented `.agents/ relocation in non-standard environments.
391
446
  - Verified end-to-end Antigravity fix for command visibility and YAML frontmatter.
392
447
 
448
+ ---
449
+
393
450
  ## [2.0.0-alpha.8] — Antigravity Visibility Fix — 2026-03-23
394
451
 
395
- ### Fixed
452
+ ### Fixed (v2.0.0-alpha.8)
453
+
396
454
  - **Antigravity Command Visibility**: Relocated workflows to `.agents/workflows/` (from `agents/`) and injected mandatory YAML frontmatter (`description`) to ensure registration in Antigravity.
397
455
  - **Zero-Config Sync**: Updated `init-project` command to reflect the new `.agents` directory standard.
398
456
 
457
+ ---
458
+
399
459
  ## [2.0.0-alpha.7] — Day 12: Real-time Observability Dashboard — 2026-03-22
400
460
 
401
- - [v2.0.0-alpha.7 (2026-03-22)]
402
- - [NEW] Real-time Dashboard Server (Express + SSE Bridge).
403
- - [NEW] Premium 5-tab UI: Activity, Metrics, Approvals, Memory, Team.
404
- - [NEW] Live Data Streaming for Audit Logs, Quality, Costs, and Team Activity.
405
- - [NEW] Hardened Tier 3 Governance: Mandatory Plan ID typing for sensitive approvals.
406
- - [NEW] Metrics Aggregator: Multi-source JSONL processing for observability.
407
- - [NEW] CLI Command: `/mindforge:dashboard` for server lifecycle management.
408
- - [NEW] ADR-033: Real-time Observability Architecture.
409
- - [HARDENED] SSE Rotation Detection (Inode-based).
410
- - [HARDENED] Localhost-only Security Model (Strict CORS/Binding).
461
+ ### Added (v2.0.0-alpha.7)
462
+
463
+ - [NEW] Real-time Dashboard Server (Express + SSE Bridge).
464
+ - [NEW] Premium 5-tab UI: Activity, Metrics, Approvals, Memory, Team.
465
+ - [NEW] Live Data Streaming for Audit Logs, Quality, Costs, and Team Activity.
466
+ - [NEW] Hardened Tier 3 Governance: Mandatory Plan ID typing for sensitive approvals.
467
+ - [NEW] Metrics Aggregator: Multi-source JSONL processing for observability.
468
+ - [NEW] CLI Command: `/mindforge:dashboard` for server lifecycle management.
469
+ - [NEW] ADR-033: Real-time Observability Architecture.
470
+ - [HARDENED] SSE Rotation Detection (Inode-based).
471
+ - [HARDENED] Localhost-only Security Model (Strict CORS/Binding).
472
+
473
+ ---
411
474
 
412
475
  ## [2.0.0-alpha.4] — Day 11: Persistent Knowledge Graph (Long-Term Memory) — 2026-03-22
413
476
 
414
- - [v2.0.0-alpha.4 (2026-03-22)]
415
- - [NEW] Persistent Knowledge Graph for long-term memory across sessions.
416
- - [NEW] TF-IDF search engine with confidence-based relevance ranking.
417
- - [NEW] Automated Knowledge Capture from ADRs, Debug Reports, and Retrospectives.
418
- - [NEW] Global Knowledge Sync for machine-wide insight sharing (`~/.mindforge/global-knowledge-base.jsonl`).
419
- - [NEW] Skill SDK integration for programmatic memory access.
420
- - [NEW] Manual memory management command (`/mindforge:remember`).
421
- - [NEW] Append-only audit-ready storage schema for all knowledge types.
422
- - [NEW] ADR-030, ADR-031, ADR-032.
477
+ ### Added (v2.0.0-alpha.4)
478
+
479
+ - [NEW] Persistent Knowledge Graph for long-term memory across sessions.
480
+ - [NEW] TF-IDF search engine with confidence-based relevance ranking.
481
+ - [NEW] Automated Knowledge Capture from ADRs, Debug Reports, and Retrospectives.
482
+ - [NEW] Global Knowledge Sync for machine-wide insight sharing (`~/.mindforge/global-knowledge-base.jsonl`).
483
+ - [NEW] Skill SDK integration for programmatic memory access.
484
+ - [NEW] Manual memory management command (`/mindforge:remember`).
485
+ - [NEW] Append-only audit-ready storage schema for all knowledge types.
486
+ - [NEW] ADR-030, ADR-031, ADR-032.
487
+
488
+ ---
423
489
 
424
490
  ## [2.0.0-alpha.3] — Day 10: Multi-Model Intelligence Layer — 2026-03-22
425
491
 
426
- - [v2.0.0-alpha.3 (2026-03-22)]
427
- - [NEW] Unified Multi-Model Intelligence Layer (Anthropic, OpenAI, Gemini).
428
- - [NEW] Dynamic Model Router with Persona and Tier-based logic.
429
- - [NEW] Real-time Cost Tracking and Daily Budget Enforcement.
430
- - [NEW] Adversarial Cross-Model Code Review Engine (`/mindforge:cross-review`).
431
- - [NEW] Deep Research Engine with Gemini 1.5 Pro 1M context support (`/mindforge:research`).
432
- - [NEW] Model usage and cost reporting (`/mindforge:costs`).
433
- - [NEW] Secure API handling with SSRF protection and header-based auth.
434
- - [NEW] ADR-027, ADR-028, ADR-029.
492
+ ### Added (v2.0.0-alpha.3)
493
+
494
+ - [NEW] Unified Multi-Model Intelligence Layer (Anthropic, OpenAI, Gemini).
495
+ - [NEW] Dynamic Model Router with Persona and Tier-based logic.
496
+ - [NEW] Real-time Cost Tracking and Daily Budget Enforcement.
497
+ - [NEW] Adversarial Cross-Model Code Review Engine (`/mindforge:cross-review`).
498
+ - [NEW] Deep Research Engine with Gemini 1.5 Pro 1M context support (`/mindforge:research`).
499
+ - [NEW] Model usage and cost reporting (`/mindforge:costs`).
500
+ - [NEW] Secure API handling with SSRF protection and header-based auth.
501
+ - [NEW] ADR-027, ADR-028, ADR-029.
502
+
503
+ ---
435
504
 
436
505
  ## [2.0.0-alpha.2] — Day 9: Visual QA Engine (Browser Runtime Engine) — 2026-03-22
437
506
 
438
- - [v2.0.0-alpha.2 (2026-03-22)]
439
- - [NEW] Persistent Browser Runtime (Playwright-powered Chromium daemon).
440
- - [NEW] Visual Verification Hook (`<verify-visual>`) in PLAN files.
441
- - [NEW] Systematic Visual QA Engine (`/mindforge:qa`).
442
- - [NEW] Persistent Session Management for Browser Control.
443
- - [NEW] ADR-024, ADR-025, ADR-026.
507
+ ### Added (v2.0.0-alpha.2)
508
+
509
+ - [NEW] Persistent Browser Runtime (Playwright-powered Chromium daemon).
510
+ - [NEW] Visual Verification Hook (`<verify-visual>`) in PLAN files.
511
+ - [NEW] Systematic Visual QA Engine (`/mindforge:qa`).
512
+ - [NEW] Persistent Session Management for Browser Control.
513
+ - [NEW] ADR-024, ADR-025, ADR-026.
444
514
 
445
- - [v2.0.0-alpha.1 (2026-03-22)]
446
- - Initial v2 scaffolding.
515
+ ---
447
516
 
448
517
  ## [2.0.0-alpha.1] — Day 8: Autonomous Execution Engine — 2026-03-22
449
518
 
450
519
  ### Added (MindForge v2.0.0-alpha.1)
520
+
451
521
  **Autonomous execution engine:**
522
+
452
523
  - `/mindforge:auto` — walk-away autonomous phase/milestone execution
453
524
  - `/mindforge:steer` — mid-execution guidance injection from second terminal
454
525
  - Node repair operator: RETRY → DECOMPOSE → PRUNE → ESCALATE
@@ -458,12 +529,14 @@ This major release transforms MindForge from a Claude-centric framework into a u
458
529
  - `.planning/auto-state.json` — real-time execution state
459
530
 
460
531
  **MINDFORGE.md v2 settings:**
532
+
461
533
  - AUTO_MODE_DEFAULT_TIMEOUT_MINUTES, AUTO_MODE_UAT
462
534
  - AUTO_NODE_REPAIR_BUDGET, AUTO_RETRY_ON_VERIFY_FAIL
463
535
  - AUTO_TASK_MAX_TOKENS, AUTO_TASK_TIMEOUT_MINUTES
464
536
  - AUTO_PUSH_ON_WAVE_COMPLETE, AUTO_NOTIFY_ON_ESCALATION
465
537
 
466
- ### Hardened
538
+ ### Hardened (v2.0.0-alpha.1)
539
+
467
540
  - Gate 3 (secret detection) now runs PRE-COMMIT in auto mode
468
541
  - Pre-flight dirty check excludes `.planning/` state files
469
542
  - DECOMPOSE: dependency chain correctly updated in downstream plans
@@ -472,43 +545,63 @@ This major release transforms MindForge from a Claude-centric framework into a u
472
545
  - Steering injection guard validates all instructions
473
546
  - SIGTERM handler waits for task cleanup before saving state
474
547
 
475
- ### Architecture Decisions
548
+ ### Architecture Decisions (v2.0.0-alpha.1)
549
+
476
550
  - ADR-021: Autonomy Boundary
477
551
  - ADR-022: Node Repair Hierarchy
478
552
  - ADR-023: Gate 3 Timing
479
553
 
554
+ ---
555
+
480
556
  ## [1.0.5] — v1.0.5 Minimal Install Option — 2026-03-22
481
557
 
482
- ### Added
558
+ ### Added (v1.0.5)
559
+
483
560
  - `--minimal` flag to install only essential project scaffolding.
484
561
 
562
+ ---
563
+
485
564
  ## [1.0.4] — v1.0.4 Antigravity Install Fix — 2026-03-22
486
565
 
487
- ### Fixed
566
+ ### Fixed (v1.0.4)
567
+
488
568
  - Antigravity local install now correctly copies commands and CLAUDE.md into `agents/`.
489
569
 
570
+ ---
571
+
490
572
  ## [1.0.3] — v1.0.3 Antigravity Agents Folder — 2026-03-22
491
573
 
492
- ### Changed
574
+ ### Changed (v1.0.3)
575
+
493
576
  - Local Antigravity installs now target `agents/` by default (legacy `.agent/` detected and supported).
494
577
 
578
+ ---
579
+
495
580
  ## [1.0.2] — v1.0.2 CLI Bin Fix — 2026-03-22
496
581
 
497
- ### Fixed
582
+ ### Fixed (v1.0.2)
583
+
498
584
  - npm bin entry now uses a path format accepted by npm publish.
499
585
 
586
+ ---
587
+
500
588
  ## [1.0.1] — v1.0.1 Installer and Packaging Fixes — 2026-03-22
501
589
 
502
- ### Fixed
590
+ ### Fixed (v1.0.1)
591
+
503
592
  - Interactive setup now uses installer-core directly (no recursive wizard call).
504
593
  - Package bin entry corrected to use `mindforge-cc` → `bin/install.js`.
505
594
 
506
- ### Changed
595
+ ### Changed (v1.0.1)
596
+
507
597
  - Added publish whitelist to reduce package size and exclude build-only files.
508
598
 
599
+ ---
600
+
509
601
  ## [1.0.0] — v1.0.0 First Stable Public Release — 2026-03-22
510
602
 
511
603
  🎉 **MindForge v1.0.0 — Enterprise Agentic Framework — First Stable Release**
604
+
512
605
  Release published: v1.0.0 (GitHub Releases).
513
606
 
514
607
  Built over 7 focused sprints, MindForge transforms Claude Code and Antigravity
@@ -517,49 +610,56 @@ partners with full governance, observability, and enterprise integration.
517
610
 
518
611
  ### What ships in v1.0.0
519
612
 
520
- **36 commands** across 7 workflow categories
521
- **10 core skill packs** with three-tier registry (Core/Org/Project)
522
- **8 specialised agent personas** covering all engineering roles
523
- **Wave-based parallel execution** with dependency graph and automatic compaction
524
- **Enterprise integrations**: Jira, Confluence, Slack, GitHub, GitLab
525
- **Three-tier governance**: Tier 1 (auto) / Tier 2 (peer review) / Tier 3 (compliance)
526
- **Five non-bypassable compliance gates** (secret detection, CRITICAL findings, tests, CVEs, GDPR)
527
- **Intelligence layer**: health engine, difficulty scorer, anti-pattern detector, team profiling
528
- **Public skills registry**: npm-based `mindforge-skill-*` ecosystem
529
- **CI/CD integration**: GitHub Actions, GitLab CI, Jenkins adapters
530
- **@mindforge/sdk**: TypeScript SDK with client, event stream, and command builders
531
- **Monorepo support**: npm/pnpm/Nx/Turborepo/Lerna workspace detection
532
- **AI PR Review**: Claude API-powered code review with context loading
533
- **Self-update mechanism**: version check, changelog diff, scope-preserving apply
534
- **Version migration engine**: schema migration from v0.1.0 through v1.0.0
535
- **Plugin system**: extensible via `mindforge-plugin-*` npm namespace
536
- **Token usage optimiser**: profiling and efficiency strategies
537
- **50-point production readiness checklist**: fully verified before this release
613
+ - **36 commands** across 7 workflow categories
614
+ - **10 core skill packs** with three-tier registry (Core/Org/Project)
615
+ - **8 specialised agent personas** covering all engineering roles
616
+ - **Wave-based parallel execution** with dependency graph and automatic compaction
617
+ - **Enterprise integrations**: Jira, Confluence, Slack, GitHub, GitLab
618
+ - **Three-tier governance**: Tier 1 (auto) / Tier 2 (peer review) / Tier 3 (compliance)
619
+ - **Five non-bypassable compliance gates** (secret detection, CRITICAL findings, tests, CVEs, GDPR)
620
+ - **Intelligence layer**: health engine, difficulty scorer, anti-pattern detector, team profiling
621
+ - **Public skills registry**: npm-based `mindforge-skill-*` ecosystem
622
+ - **CI/CD integration**: GitHub Actions, GitLab CI, Jenkins adapters
623
+ - **@mindforge/sdk**: TypeScript SDK with client, event stream, and command builders
624
+ - **Monorepo support**: npm/pnpm/Nx/Turborepo/Lerna workspace detection
625
+ - **AI PR Review**: Claude API-powered code review with context loading
626
+ - **Self-update mechanism**: version check, changelog diff, scope-preserving apply
627
+ - **Version migration engine**: schema migration from v0.1.0 through v1.0.0
628
+ - **Plugin system**: extensible via `mindforge-plugin-*` npm namespace
629
+ - **Token usage optimiser**: profiling and efficiency strategies
630
+ - **50-point production readiness checklist**: fully verified before this release
538
631
 
539
632
  **20 Architecture Decision Records** documenting every major design choice
540
- **15 test suites** with 3× consecutive run requirement
541
- **Complete reference documentation**: commands, security, ADR index, threat model
542
633
 
543
- ### Stable interface contract
634
+ - **15 test suites** with 3× consecutive run requirement
635
+ - **Complete reference documentation**: commands, security, ADR index, threat model
636
+
637
+ ### Stable interface contract (v1.0.0)
638
+
544
639
  See ADR-020. All 36 commands, HANDOFF.json schema, AUDIT event types,
545
640
  @mindforge/sdk exports, and plugin.json format are stable in 1.x.x.
546
641
 
547
- ### Breaking changes from 0.6.0
642
+ ### Breaking changes from 0.6.0 (v1.0.0)
643
+
548
644
  - VERIFY_PASS_RATE_WARNING_THRESHOLD in MINDFORGE.md is now 0.0-1.0 (was 0-100)
549
645
  Run `/mindforge:migrate` to auto-convert
550
646
  - AUDIT.jsonl session_id field is now required (auto-backfilled by migration)
551
647
  - HANDOFF.json plugin_api_version field required for plugin compatibility
552
648
 
553
- ### Installation
649
+ ### Installation (v1.0.0)
650
+
554
651
  ```bash
555
652
  npx mindforge-cc@latest
556
653
  # or
557
654
  npx mindforge-cc@1.0.0 --claude --global
558
655
  ```
559
656
 
657
+ ---
658
+
560
659
  ## [0.6.0] — Day 6 Distribution Platform
561
660
 
562
- ### Added
661
+ ### Added (v0.6.0)
662
+
563
663
  - Public skills registry: `npx mindforge-skills install/publish/search` (npm-based)
564
664
  - Skill validator: 3-level validation schema (schema, content, quality)
565
665
  - MINDFORGE.md JSON Schema: validation with non-overridable field markers
@@ -578,16 +678,20 @@ npx mindforge-cc@1.0.0 --claude --global
578
678
  - /mindforge:benchmark — skill effectiveness benchmarking
579
679
  - 3 new ADRs: ADR-015 npm registry, ADR-016 CI timeout, ADR-017 localhost SDK
580
680
 
581
- ### Hardened
681
+ ### Hardened (v0.6.0)
682
+
582
683
  - Registry: TOCTOU-safe temp directory (chmod 700), tarball size verification
583
684
  - CI: timeout exits with code 0 (soft stop), clear Tier 3 block messages
584
685
  - SDK: localhost-only SSE binding, Linux inotify fallback
585
686
  - AI review: robust daily limit (parse error tolerant), file-based diff truncation
586
687
  - Monorepo: affected package detection uses manifest paths (not depth assumption)
587
688
 
689
+ ---
690
+
588
691
  ## [0.5.0] — Day 5 Intelligence Layer
589
692
 
590
- ### Added
693
+ ### Added (v0.5.0)
694
+
591
695
  - framework health engine with 7-category diagnostics and safe auto-repair guidance
592
696
  - smart context compaction with Level 1/2/3 protocols and structured handoff extraction
593
697
  - phase difficulty scorer with weighted composite and task-granularity feedback
@@ -602,19 +706,24 @@ npx mindforge-cc@1.0.0 --claude --global
602
706
  - 3 ADRs: ADR-012, ADR-013, ADR-014
603
707
  - new Day 5 test suites: `tests/intelligence.test.js`, `tests/metrics.test.js`
604
708
 
605
- ### Changed
709
+ ### Changed (v0.5.0)
710
+
606
711
  - CLAUDE runtime contract now includes Day 5 intelligence behavior and
607
712
  non-overridable MINDFORGE enforcement
608
713
  - package entrypoint now points to setup wizard
609
714
 
610
- ### Fixed
715
+ ### Fixed (v0.5.0)
716
+
611
717
  - AUDIT corruption handling now quarantines invalid lines instead of deleting entries
612
718
  - wizard reliability improvements: stdin TTY fallback, end-of-flow credential guidance,
613
719
  and idempotent config replacement behavior
614
720
 
721
+ ---
722
+
615
723
  ## [0.4.0] — Day 4 Enterprise Integrations and Governance
616
724
 
617
- ### Added
725
+ ### Added (v0.4.0)
726
+
618
727
  - enterprise integration specs for Jira, Confluence, Slack, GitHub, and GitLab
619
728
  - integration connection manager with credential hygiene and retry guidance
620
729
  - governance layer: change classification, approvals, and compliance gates
@@ -625,18 +734,23 @@ npx mindforge-cc@1.0.0 --claude --global
625
734
  - Day 4 test suites: `tests/integrations.test.js`, `tests/governance.test.js`
626
735
  - enterprise setup and governance guide docs
627
736
 
628
- ### Changed
737
+ ### Changed (v0.4.0)
738
+
629
739
  - README and CLAUDE entrypoint updated for enterprise governance workflows
630
740
  - audit schema expanded for integration and governance events
631
741
 
632
- ### Fixed
742
+ ### Fixed (v0.4.0)
743
+
633
744
  - Jira transition handling now documents dynamic transition lookup instead of
634
745
  hardcoded IDs
635
746
  - governance tiering now covers code-content matches and audit-history escalation
636
747
 
748
+ ---
749
+
637
750
  ## [0.3.0] — Day 3 Skills Platform
638
751
 
639
- ### Added
752
+ ### Added (v0.3.0)
753
+
640
754
  - 5 new core skill packs: performance, accessibility, data-privacy,
641
755
  incident-response, database-patterns
642
756
  - Skills distribution engine: registry, loader, versioning, conflict resolver
@@ -647,17 +761,22 @@ npx mindforge-cc@1.0.0 --claude --global
647
761
  - Skills Authoring Guide for creating org and project skills
648
762
  - Injection guard for Tier 2/3 skill validation
649
763
 
650
- ### Changed
764
+ ### Changed (v0.3.0)
765
+
651
766
  - execute-phase now uses multi-tier skills loading
652
767
  - plan-phase now reads CONTEXT.md from discuss-phase if available
653
768
  - CLAUDE.md updated with skills platform and new command awareness
654
769
 
655
- ### Fixed
770
+ ### Fixed (v0.3.0)
771
+
656
772
  - cursor pagination correctness in database-patterns skill (compound cursor)
657
773
 
774
+ ---
775
+
658
776
  ## [0.2.0] — Day 2 Wave Engine
659
777
 
660
- ### Added
778
+ ### Added (v0.2.0)
779
+
661
780
  - Wave-based parallel execution engine
662
781
  - Dependency parser and wave grouper
663
782
  - Context injector with minimum-context principle
@@ -665,9 +784,12 @@ npx mindforge-cc@1.0.0 --claude --global
665
784
  - AUDIT.jsonl append-only pipeline with full schema
666
785
  - 4 new commands: /mindforge:next, /mindforge:quick, /mindforge:status, /mindforge:debug
667
786
 
787
+ ---
788
+
668
789
  ## [0.1.0] — Day 1 Foundation
669
790
 
670
- ### Added
791
+ ### Added (v0.1.0)
792
+
671
793
  - Core directory scaffold
672
794
  - CLAUDE.md agent entry point
673
795
  - 8 agent persona definitions
@@ -676,3 +798,9 @@ npx mindforge-cc@1.0.0 --claude --global
676
798
  - npm installer (npx mindforge-cc)
677
799
  - State management: STATE.md, HANDOFF.json
678
800
  - Org context templates: ORG.md, CONVENTIONS.md, SECURITY.md, TOOLS.md
801
+ persona definitions
802
+ - 5 initial core skill packs
803
+ - 6 slash commands: help, init-project, plan-phase, execute-phase, verify-phase, ship
804
+ - npm installer (npx mindforge-cc)
805
+ - State management: STATE.md, HANDOFF.json
806
+ - Org context templates: ORG.md, CONVENTIONS.md, SECURITY.md, TOOLS.md