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.
- package/CHANGELOG.md +2 -2
- package/README.md +28 -21
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [3.0.0
|
|
3
|
+
## [3.0.0] — Reactive Autonomous Intelligence — 2026-03-27
|
|
4
4
|
|
|
5
|
-
🚀 **MindForge v3.0.0
|
|
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
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
- **
|
|
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
|
-
##
|
|
348
|
-
|
|
349
|
-
- **Expanded Persona Ecosystem**: 32+ specialized engineering personas
|
|
350
|
-
- **Real-time Dashboard**:
|
|
351
|
-
- **Persistent Knowledge Graph**:
|
|
352
|
-
- **Multi-Model Intelligence
|
|
353
|
-
- **Visual QA Engine**:
|
|
354
|
-
- **
|
|
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
|
|