mindforge-cc 3.0.0-rc1 → 3.0.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 (3) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/README.md +28 -21
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Changelog
2
2
 
3
- ## [3.0.0-rc1] — Reactive Autonomous Intelligence — 2026-03-27
3
+ ## [3.0.0] — Reactive Autonomous Intelligence — 2026-03-27
4
4
 
5
- 🚀 **MindForge v3.0.0-rc1 — The Architecture Revolution**
5
+ 🚀 **MindForge v3.0.0 — The Architecture Revolution**
6
6
 
7
7
  This major release transforms MindForge from a "disciplined workflow engine" into a **Reactive Autonomous Intelligence**. By sharding context via semantic relevance and debating architectural decisions through adversarial model loops, V3 achieves sub-second reasoning and zero logic-drift in complex engineering sessions.
8
8
 
package/README.md CHANGED
@@ -4,10 +4,16 @@ MindForge turns Claude Code and Antigravity into production-grade engineering
4
4
  partners with governance, observability, and a reactive autonomous intelligence engine.
5
5
  Release published: v3.0.0-rc1.
6
6
 
7
+ # Install
7
8
  ```bash
8
9
  npx mindforge-cc@latest
9
10
  ```
10
11
 
12
+ # Install V3 (Latest)
13
+ ```bash
14
+ npm install -g mindforge-cc@latest
15
+ ```
16
+
11
17
  ---
12
18
 
13
19
  ## Why MindForge
@@ -59,6 +65,9 @@ npm install -g mindforge-cc
59
65
 
60
66
  # Or try the v2.0.0-alpha (latest features)
61
67
  npm install -g mindforge-cc@alpha
68
+
69
+ # Or try the V3 Release (latest features)
70
+ npm install -g mindforge-cc@latest
62
71
  ```
63
72
 
64
73
 
@@ -334,30 +343,28 @@ See `.mindforge/production/token-optimiser.md`.
334
343
 
335
344
  ---
336
345
 
337
- ## What's new in v2.4.0
338
- - **Adversarial Decision Synthesis (ADS)**: High-fidelity planning via Architect/Auditor/Synthesizer loop.
339
- - **SOUL Scoring Engine**: Objective architectural ranking: (Impact * Leverage * Reversibility) / (Effort * Risk * Cost).
340
- - **Semantic Context Sharding**: Dynamic Tri-Tier Memory (Hot/Warm/Cold) with SRD relevance scoring.
341
- - **Red-Team Jailbreak**: Hardened auditing protocol that forces high-fidelity system critique.
342
- - **Automated ADR Workflow**: synthesis results persisted as SOUL-scored records in `.planning/decisions/`.
343
- - **Unified 4-Pillar Workflow**: `plan`, `execute`, `verify`, `ship` now hardened with V3 intelligence.
346
+ ## What's new in v3.0.0-rc1
347
+
348
+ 🚀 **The Reactive Intelligence Era**
349
+
350
+ MindForge V3 transforms the framework from a "disciplined workflow engine" into a **Reactive Autonomous Intelligence**.
351
+
352
+ - **Context Sharding (SRD)**: Achieve a **40% reduction in token waste** via relevance-dense memory management.
353
+ - **Adversarial Decision Synthesis (ADS)**: Zero-drift architectural logic through a 3-model debate and SOUL-scoring engine.
354
+ - **Temporal Vision**: Full-fidelity history navigation, hindsight state injection, and automated repair.
355
+ - **RAG 2.0 (Auto-Shadowing)**: Background pattern retrieval from the local knowledge graph without manual prompts.
356
+ - **V3 Core Guide**: New definitive architecture guide in `docs/architecture/V3-CORE.md`.
344
357
 
345
358
  ---
346
359
 
347
- ## What's new in v2.x
348
-
349
- - **Expanded Persona Ecosystem**: 32+ specialized engineering personas integrated from the MindForge core.
350
- - **Real-time Dashboard**: `/mindforge:dashboard` and high-performance web-based observability.
351
- - **Persistent Knowledge Graph**: `/mindforge:remember` and long-term project memory.
352
- - **Multi-Model Intelligence Layer**: `/mindforge:cross-review`, `/mindforge:research`, and `/mindforge:costs`.
353
- - **Visual QA Engine**: `/mindforge:qa` and automated regression test generation.
354
- - **Persistent Browser Runtime**: `/mindforge:browse` and Playwright-powered Chromium daemon.
355
- - **Autonomous Execution Engine**: `/mindforge:auto` and mid-execution `/mindforge:steer`.
356
- - **Unified Skills Registry**: 3-tier registry (Core/Org/Project) with 12 core skill packs.
357
- - **120+ Framework Assets**: Standardized directory structure for cross-IDE compatibility.
358
- - **Enterprise Manifest**: `file-manifest.json` for single source of truth for multi-project codebase mapping.
359
- - **Enterprise Integrations**: Jira, Confluence, Slack, GitHub, GitLab.
360
- - **Governance Pillars**: 6 non-bypassable compliance gates and Tier 3 security scaffolding.
360
+ ## Evolution from v2.x
361
+
362
+ - **Expanded Persona Ecosystem**: 32+ specialized engineering personas.
363
+ - **Real-time Dashboard**: Web-based observability and governance.
364
+ - **Persistent Knowledge Graph**: Long-term project memory across sessions.
365
+ - **Multi-Model Intelligence**: Dynamic routing, adversarial reviews, and deep research.
366
+ - **Visual QA Engine**: Systematic visual audit and regression test generation.
367
+ - **Autonomous Execution**: Walk-away execution with real-time steerability.
361
368
 
362
369
  ---
363
370
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mindforge-cc",
3
- "version": "3.0.0-rc1",
3
+ "version": "3.0.0",
4
4
  "description": "MindForge - Enterprise Agentic Framework for Claude Code and Antigravity",
5
5
  "bin": {
6
6
  "mindforge-cc": "bin/install.js"