mindforge-cc 5.6.0 → 6.0.0-alpha

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 (60) hide show
  1. package/.agent/CLAUDE.md +16 -7
  2. package/.agent/mindforge/health.md +6 -0
  3. package/.agent/mindforge/help.md +6 -0
  4. package/.agent/mindforge/security-scan.md +6 -1
  5. package/.agent/mindforge/status.md +10 -5
  6. package/.claude/CLAUDE.md +14 -12
  7. package/.mindforge/engine/integrity.json +12 -0
  8. package/.mindforge/engine/nexus-tracer.js +7 -111
  9. package/.mindforge/governance/policies/sovereign-default.json +16 -0
  10. package/.mindforge/org/skills/MANIFEST.md +10 -34
  11. package/.planning/RISK-AUDIT.jsonl +48 -0
  12. package/CHANGELOG.md +140 -17
  13. package/MINDFORGE.md +8 -5
  14. package/README.md +67 -7
  15. package/RELEASENOTES.md +54 -1
  16. package/SECURITY.md +38 -0
  17. package/bin/autonomous/auto-runner.js +14 -0
  18. package/bin/autonomous/intent-harvester.js +80 -0
  19. package/bin/autonomous/mesh-self-healer.js +67 -0
  20. package/bin/dashboard/frontend/index.html +241 -1
  21. package/bin/dashboard/revops-api.js +47 -0
  22. package/bin/dashboard/server.js +1 -0
  23. package/bin/engine/feedback-loop.js +36 -1
  24. package/bin/engine/logic-drift-detector.js +97 -0
  25. package/bin/engine/nexus-tracer.js +61 -22
  26. package/bin/engine/remediation-engine.js +72 -0
  27. package/bin/engine/sre-manager.js +63 -9
  28. package/bin/governance/impact-analyzer.js +75 -15
  29. package/bin/governance/policy-engine.js +120 -45
  30. package/bin/governance/quantum-crypto.js +90 -0
  31. package/bin/governance/ztai-manager.js +37 -1
  32. package/bin/installer-core.js +38 -7
  33. package/bin/mindforge-cli.js +30 -0
  34. package/bin/models/cloud-broker.js +89 -11
  35. package/bin/models/performance-stats.json +22 -0
  36. package/bin/revops/debt-monitor.js +60 -0
  37. package/bin/revops/market-evaluator.js +79 -0
  38. package/bin/revops/roi-engine.js +65 -0
  39. package/bin/revops/router-steering-v2.js +73 -0
  40. package/bin/revops/velocity-forecaster.js +59 -0
  41. package/bin/wizard/theme.js +5 -1
  42. package/docs/CAPABILITIES-MANIFEST.md +64 -0
  43. package/docs/INTELLIGENCE-MESH.md +21 -23
  44. package/docs/MIND-FORGE-REFERENCE-V6.md +96 -0
  45. package/docs/architecture/README.md +4 -4
  46. package/docs/architecture/V5-ENTERPRISE.md +51 -34
  47. package/docs/architecture/V6-SOVEREIGN.md +43 -0
  48. package/docs/commands-reference.md +4 -1
  49. package/docs/feature-dashboard.md +9 -3
  50. package/docs/governance-guide.md +78 -40
  51. package/docs/registry/AGENTS.md +37 -0
  52. package/docs/registry/COMMANDS.md +87 -0
  53. package/docs/registry/HOOKS.md +38 -0
  54. package/docs/registry/PERSONAS.md +64 -0
  55. package/docs/registry/README.md +27 -0
  56. package/docs/registry/SKILLS.md +142 -0
  57. package/docs/registry/WORKFLOWS.md +72 -0
  58. package/docs/user-guide.md +36 -6
  59. package/docs/usp-features.md +63 -352
  60. package/package.json +2 -2
@@ -1,383 +1,94 @@
1
- # MindForge v4.2.5 Unique Selling Points, Features, and Best Practices (v4.2.5)
1
+ # MindForge: 28 Unique Selling Points & Core Features (v6.2 Alpha)
2
2
 
3
- This document summarizes what makes MindForge v4.1.0 distinct, what features
4
- are included in the official release, and how to use them effectively.
3
+ MindForge is the enterprise's **Agentic OS**, built on the **CADIA v6.2 (Cross-Agentic Deterministic Intelligence Architecture)** framework. It provides a self-healing, self-optimizing environment for autonomous agent execution at scale.
5
4
 
6
5
  ---
7
6
 
8
- ## Unique Selling Points (USPs)
7
+ ## The 12 Pillars of Sovereign Intelligence
9
8
 
10
- 1. **File‑driven governance, not magic**
11
- - MindForge defines behavior through Markdown and JSON schemas, so teams can
12
- audit, review, and version everything like normal code.
9
+ 1. **Pillar I: Semantic Vector Consensus** (FIM v2) - Distributed knowledge merging.
10
+ 2. **Pillar II: Dynamic Blast Radius** (APO v2) - Real-time risk scoring (CADIA).
11
+ 3. **Pillar III: Predictive Agentic Reliability** (RES) - Heuristics to detect/interrupt reasoning loops.
12
+ 4. **Pillar IV: Supply Chain Trust** (ZTAI) - Cryptographically signed skills and binary attestation.
13
+ 5. **Pillar V: Multi-Cloud Arbitrage** (MCA) - Task-to-model affinity routing.
14
+ 6. **Pillar VII: Hierarchical Intent Orchestration** (Nexus) - Tiered reasoning capture.
15
+ 7. **Pillar VIII: AgRevOps ROI Engine** (Enterprise) - Quantifying economic value.
16
+ 8. **Pillar IX: Autonomous Resource Harvesting** (ARH) - Real-time token arbitrage.
17
+ 9. **Pillar X: Neural Drift Remediation** (NDR) - Proactive self-healing.
18
+ 10. **Pillar VI: Sovereign Reason Enclaves** (ZK-Audit) - Privacy-preserving audit trails.
19
+ 11. **Pillar XI: Post-Quantum Agentic Security** (PQAS) - Lattice-based signatures and bypasses.
20
+ 12. **Pillar XII: Proactive Semantic Homing** (Homing) - Proactive intent harvesting and mesh healing.
13
21
 
14
- 2. **Wave‑based parallel execution**
15
- - Plans run in dependency‑ordered “waves,” delivering speed without chaos.
16
-
17
- 3. **Non‑bypassable compliance gates**
18
- - Security, secrets, and test gates are enforced by design, not optional.
19
-
20
- 4. **Session compaction with continuity**
21
- - When context fills, MindForge writes machine‑readable handoffs that preserve
22
- state, decisions, and next steps.
23
-
24
- 5. **Production‑ready installer + updater**
25
- - Full install/update/uninstall support for both Claude Code and Antigravity,
26
- plus scoped updates and schema migrations.
27
-
28
- 6. **Built‑in audit trail**
29
- - `AUDIT.jsonl` provides a complete, append‑only history of actions and results.
30
-
31
- 7. **Extensible with plugins and skills**
32
- - Plugins add commands and skills without changing core files, keeping upgrades safe.
33
-
34
- 8. **Autonomous “Walk-Away” Execution (v2)**
35
- - `/mindforge:auto` allows for full phase/milestone completion with intelligent stuck detection and node repair (RETRY → DECOMPOSE → ESCALATE).
36
-
37
- 9. **Persistent Visual QA (v2)**
38
- - Headful/headless browser runtime with named session persistence and systematic visual diff verification.
39
-
40
- 10. **Multi-Model Intelligence Layer (v2)**
41
- - Dynamic routing between Anthropic, OpenAI, and Gemini based on task persona and security tier. Adversarial code reviews ensure maximum coverage.
42
-
43
- 11. **Persistent Knowledge Graph (RAG 2.0)**
44
- - Captures and ranks engineering context (decisions, bug patterns, preferences) with **Automatic Semantic Shadowing** — background pattern retrieval without manual prompts.
45
-
46
- 12. **Real-time Observability Dashboard (v3)**
47
- - High-fidelity web interface for live audit streams, metrics visualization, and **Temporal History Scrubbing** with zero performance overhead.
22
+ ---
48
23
 
49
- 13. **Self-Building Skills Platform (v3)**
50
- - Automatically capture and score engineering patterns from docs, npm, or session history into high-quality `SKILL.md` files with non-bypassable quality gates.
24
+ ## 26 Elite Unique Selling Points (USPs)
51
25
 
52
- 14. **Context Sharding (v3)**
53
- - 40% reduction in token waste via **Semantic Relevance Density (SRD)** management of Hot/Warm/Cold context tiers.
26
+ 1. **File-Driven Governance**: Behavior defined by Markdown/JSON, auditable like code.
27
+ 2. **Wave-Based Parallel Execution**: Dependency-ordered clusters for speed without chaos.
28
+ 3. **Non-Bypassable Compliance Gates**: 5 mandatory safety checks (Secrets, CVEs, Tests, etc.).
29
+ 4. **Session Compaction & Continuity**: Machine-readable handoffs to preserve state across context turns.
30
+ 5. **Production-Grade Installer**: Built-in update/uninstall and schema migration suite.
31
+ 6. **Immutable Audit Trail**: Append-only `AUDIT.jsonl` for total transparency.
32
+ 7. **Modular Skill Registry**: Extend capabilities without altering core engine files.
33
+ 8. **Autonomous "Walk-Away" (v2)**: Intelligence repair (RETRY → DECOMPOSE) for independent work.
34
+ 9. **Persistent Visual QA**: Browser runtime with visual diff verification.
35
+ 10. **Adversarial Multi-Model Review**: Cross-model validation (Gemini/Claude) for critical paths.
36
+ 11. **Automatic Semantic Shadowing**: RAG 2.0 with background pattern retrieval.
37
+ 12. **Temporal History Scrubbing**: "Time-Travel" dashboard to inspect and steer past states.
38
+ 13. **Self-Building Skills Platform**: Capture patterns from docs/npm into validated `SKILL.md` files.
39
+ 14. **Semantic Relevance Density (SRD)**: 40% reduction in token waste via tiered context sharding.
40
+ 15. **Red-Team Decision Synthesis**: Zero architectural drift through debate loops.
41
+ 16. **Hindsight Injection**: Correct logic errors on-the-fly via the Nexus temporal injector.
42
+ 17. **Dynamic Swarm Mesh**: Orchestrated specialist sub-agents with shared `SWARM-STATE`.
43
+ 18. **DID-Signed Identity (ZTAI)**: Non-repudiable logs backed by Decentralized Identifiers.
44
+ 19. **Sentinel Runtime Attestation**: Cryptographic integrity checks for every logic module.
45
+ 20. **Reasoning Entropy Scoring (RES)**: Proactive interruption of semantic deadlocks.
46
+ 21. **Nexus Temporal Slider**: High-fidelity dashboard for reasoning navigation.
47
+ 22. **AgRevOps Financial Governance**: Real-time dollar-value mapping per agentic cycle.
48
+ 23. **CADIA Blast Radius Optimizer**: Real-time architectural risk assessment (0-100).
49
+ 24. **Sovereign ROI Arbitrage**: Automated steering to lowest-cost/highest-value model tiers.
50
+ 25. **Ghost Pattern Detection**: Automated planning-phase detection of past architectural failures.
51
+ 26. **Sentinel Execution Center**: Centralized JIT attestation and reasoning guardrail enforcement.
54
52
 
55
- 15. **Adversarial Decision Synthesis (v3)**
56
- - Zero architectural drift through Red-Team/Blue-Team debate loops and automated synthesis scoring.
53
+ ---
57
54
 
58
- 16. **Temporal Vision (v3)**
59
- - Full-fidelity history navigation, hindsight injection, and automated state repair across the execution wave.
55
+ ## Sovereign Core Feature Set
60
56
 
61
- 17. **Dynamic Swarm Orchestration (v4)**
62
- - Parallel "Agentic Mesh" with shared state (`SWARM-STATE.json`) and leader-led synthesis of specialist outcomes.
57
+ ### 1. Unified Intelligence Layer
58
+ Unified API for Anthropic, OpenAI, and Gemini with persona-based routing and budget enforcement.
63
59
 
64
- 18. **Zero-Trust Agentic Identity "Beast Mode" (v4.2)**
65
- - Non-repudiable audit trails signed by unique Decentralized Identifiers (DIDs) for every swarm action. Tier 3 agents use simulated **Secure Enclave (HSM)** signing.
60
+ ### 2. Autonomous Workflow Engine
61
+ End-to-end lifecycle management: `/plan` `/execute` `/verify` `/ship`.
66
62
 
67
- 19. **MindForge Nexus: Agentic Reasoning Tracing (v4.1)**
68
- - High-fidelity **ART** spans embedded in the execution engine, providing deep visibility into agentic "thought chains" and parallel mesh reasoning.
63
+ ### 3. Agentic Observability
64
+ Real-time web dashboard for audit streams, reasoning heatmaps, and financial metrics.
69
65
 
70
- 20. **Global Intelligence Mesh (v4.2)**
71
- - Cross-repository knowledge sharing via the **Semantic Hub**. Proactive **Ghost Pattern Detection** identifies and prevents repeating past organizational failures.
66
+ ### 4. Zero-Trust Security
67
+ Mandatory DID signatures, JIT skill attestation, and "Default Deny" posture for sensitive files.
72
68
 
73
- 19. **MindForge Nexus: Agentic Reasoning Tracing (v4.1)**
74
- - High-fidelity **ART** spans embedded in the execution engine, providing deep visibility into agentic "thought chains" and parallel mesh reasoning.
69
+ ### 5. Multi-Project Memory (Global Mesh)
70
+ Organizational-level knowledge sharing via the Global Intelligence Mesh.
75
71
 
76
72
  ---
77
73
 
78
- ## Feature Set (v2.0.0)
79
-
80
- ### 1. Installation & Distribution
81
- **What it does:** Production‑grade installer with update, uninstall, and CI support.
74
+ ## Execution Guide (v6.1 Alpha)
82
75
 
83
- **How to use:**
84
76
  ```bash
85
- npx mindforge-cc@latest --claude --global
86
- npx mindforge-cc@latest --claude --local
87
- npx mindforge-cc@latest --antigravity --global
88
- ```
89
-
90
- ---
91
-
92
- ### 2. Core Workflow Engine
93
- **What it does:** End‑to‑end lifecycle for planning, execution, verification, and shipping.
94
-
95
- **How to use:**
96
- ```
77
+ # Core Cycle
97
78
  /mindforge:init-project
98
79
  /mindforge:plan-phase 1
99
80
  /mindforge:execute-phase 1
100
81
  /mindforge:verify-phase 1
101
82
  /mindforge:ship 1
102
- ```
103
-
104
- ---
105
-
106
- ### 3. Wave Execution
107
- **What it does:** Runs independent plans in parallel waves based on dependencies.
108
-
109
- **How to use:**
110
- - Create a phase plan with dependencies
111
- - Run `/mindforge:execute-phase N`
112
- - MindForge groups tasks into waves automatically
113
-
114
- ---
115
-
116
- ### 4. Governance & Compliance Gates
117
- **What it does:** Enforces secret scanning, CRITICAL security findings, tests,
118
- CVE checks, and GDPR retention.
119
-
120
- **How to use:**
121
- ```
122
- /mindforge:security-scan --deep --secrets --deps
123
- /mindforge:verify-phase 1
124
- ```
125
-
126
- ---
127
-
128
- ### 5. Intelligence Layer
129
- **What it does:** Health checks, difficulty scoring, anti‑pattern detection,
130
- team profiling, and metrics.
131
-
132
- **How to use:**
133
- ```
134
- /mindforge:health
135
- /mindforge:metrics
136
- /mindforge:profile-team
137
- ```
138
-
139
- ---
140
-
141
- ### 6. Skills Platform
142
- **What it does:** Loads skill packs on keyword triggers (Core/Org/Project tiers).
143
-
144
- **How to use:**
145
- ```
146
- /mindforge:skills list
147
- /mindforge:skills validate
148
- ```
149
-
150
- ---
151
-
152
- ### 7. Plugin System
153
- **What it does:** Extends MindForge with new commands, skills, personas, and hooks.
154
-
155
- **How to use:**
156
- ```
157
- /mindforge:plugins list
158
- /mindforge:plugins install mindforge-plugin-<name>
159
- /mindforge:plugins validate
160
- ```
161
-
162
- ---
163
-
164
- ### 8. Migration Engine
165
- **What it does:** Safely upgrades `.planning/` schemas across versions with backups.
166
-
167
- **How to use:**
168
- ```
169
- /mindforge:migrate --from v0.6.0 --to v1.0.0
170
- ```
171
-
172
- ---
173
83
 
174
- ### 9. Self‑Update System
175
- **What it does:** Checks for updates, shows changelog diff, applies updates while
176
- preserving scope (local vs global).
177
-
178
- **How to use:**
179
- ```
180
- /mindforge:update
181
- /mindforge:update --apply
182
- ```
183
-
184
- ---
185
-
186
- ### 11. Autonomous Execution (v2)
187
- **What it does:** Enables handoff-free execution of complex phases and milestones.
188
-
189
- **How to use:**
190
- ```bash
191
- /mindforge:auto --phase 1
192
- /mindforge:steer "Focus on security hardening next"
84
+ # Sovereign Commands
85
+ /mindforge:auto --phase 1 # Autonomous Walk-Away
86
+ /mindforge:costs --roi # Detailed ROI analysis
87
+ /mindforge:cross-review # Adversarial review
88
+ /mindforge:memory sync # Global Mesh sync
193
89
  ```
194
90
 
195
91
  ---
196
92
 
197
- ### 12. Browser Runtime & Visual QA (v2)
198
- **What it does:** Playwright-powered browser control with session persistence and automated UI bug detection.
199
-
200
- **How to use:**
201
- ```bash
202
- /mindforge:browse --navigate https://example.com
203
- /mindforge:qa --diff
204
- ```
205
-
206
- ---
207
-
208
- ### 13. Multi-Model Intelligence (v2)
209
- **What it does:** Unified API client for Anthropic, OpenAI, and Gemini with persona-based routing and automated cost tracking.
210
-
211
- **How to use:**
212
- ```bash
213
- /mindforge:cross-review # Adversarial multi-model review
214
- /mindforge:research "Deep search query" # 1M context research
215
- /mindforge:costs # Usage and budget summary
216
- ```
217
-
218
- ---
219
-
220
- ### 14. Persistent Knowledge Graph (v2)
221
- **What it does:** Long-term memory system that ensures architectural decisions and bug patterns are never forgotten. Supports TF-IDF search, confidence scoring, and global promotion.
222
-
223
- **How to use:**
224
- ```bash
225
- /mindforge:remember --add "insight" # Manual capture
226
- /mindforge:remember --search "query" # Manual retrieval
227
- /mindforge:remember --promote [ID] # Promote to machine-wide global store
228
- /mindforge:remember --stats # View memory health
229
- ```
230
-
231
- ---
232
-
233
- ### 18. Adversarial Decision Synthesis (v3)
234
- **What it does:** Ensures architectural integrity by debating every major decision through competing model personas.
235
-
236
- **How to use:**
237
- ```bash
238
- /mindforge:cross-review --ads # Triggers heavy synthesis mode
239
- ```
240
-
241
- ---
242
-
243
- ### 19. Temporal Vision & Hindsight (v3)
244
- **What it does:** Provides the "Temporal Slider" for the Dashboard and the `hindsight-injector` for automated state repair.
245
-
246
- **How to use:**
247
- ```bash
248
- /mindforge:temporal status
249
- /mindforge:temporal inject [AUDIT_ID]
250
- ```
251
-
252
- ---
253
-
254
- ### 20. Context Sharding Manager (v3)
255
- **What it does:** Dramatically improves session longevity by sharding context based on sematic relevance.
256
-
257
- **How to use:**
258
- ```bash
259
- /mindforge:memory shard
260
- /mindforge:memory status --srd
261
- ```
262
-
263
- ---
264
-
265
- ### 21. Dynamic Swarm Mesh (v4)
266
- **What it does:** Orchestrates parallel specialist clusters (e.g., Security, UI, Data) with automated state coordination.
267
-
268
- **How to use:**
269
- ```bash
270
- /mindforge:swarm spawn --template [NAME]
271
- /mindforge:swarm status --mesh
272
- ```
273
-
274
- ---
275
-
276
- ### 22. ZTAI Governance & Beast Mode (v4.2)
277
- **What it does:** Enforces cryptographic signing and trust-tier validation for all autonomous agent actions. Tier 3 agents utilize simulated Secure Enclaves for principal-level non-repudiation.
278
-
279
- **How to use:**
280
- ```bash
281
- /mindforge:identity verify [AGENT_ID]
282
- /mindforge:identity sign --did
283
- /mindforge:identity audit --manifest # Generates Merkle-root integrity proof
284
- ```
285
-
286
- ---
287
-
288
- ### 23. Global Intelligence Mesh (v4.2)
289
- **What it does:** Synchronizes local repo memory with a global organizational store. Includes Ghost Pattern Detection to flag architectural anti-patterns from past failures.
290
-
291
- **How to use:**
292
- ```bash
293
- /mindforge:memory sync --global
294
- /mindforge:memory status --mesh
295
- /mindforge:plan-phase --detect-ghosts # Automated during planning
296
- ```
297
- ---
298
-
299
- ### 24. Autonomous FinOps Hub (v4.3)
300
- **What it does:** Enterprise-grade economics engine that treats compute as a first-class resource. The `ModelBroker` utilizes a **Confidence-to-Cost (C2C)** engine to dynamically route tasks based on complexity and trust tier.
301
-
302
- **How to use:**
303
- ```bash
304
- /mindforge:finops status # View consumption and budget profile
305
- /mindforge:costs --roi # Detailed Agentic ROI analysis
306
- /mindforge:finops budget 500 # Set project-level budget ($500)
307
- ```
308
-
309
- ---
310
-
311
- ### 25. Proactive Equilibrium (Self-Healing) (v4.3)
312
- **What it does:** Achieves autonomous reliability via a `WaveFeedbackLoop`. If execution divergence exceeds 20%, the system performs **Temporal Hindsight** analysis and automatically rewrites the plan to recover.
313
-
314
- **How to use:**
315
- - Automated: Triggers during `/mindforge:execute-phase` when divergence is detected.
316
- - Manual: `/mindforge:temporal analyze` to run RCA on the last wave.
317
- **What it does:** High-fidelity Agentic Reasoning Tracing (ART) for the agentic mesh. Logs spans, parent-trace IDs, and granular reasoning traces.
318
-
319
- **How to use:**
320
- - Automated: Every wave/task execution triggers Nexus Tracer spans.
321
- - Manual: Query `.planning/AUDIT.jsonl` for `trace_id` and `span_id` chains.
322
- - Dashboard: Real-time visualization of mesh traces and reasoning heatmaps.
323
-
324
- ---
325
-
326
- ### 15. SDK (TypeScript)
327
- **What it does:** Programmatic access to health, audit log, event stream, and commands.
328
-
329
- **How to use:**
330
- ```ts
331
- import { MindForgeClient } from '@mindforge/sdk';
332
- const client = new MindForgeClient({ projectRoot: '.' });
333
- const report = await client.health();
334
- ```
335
-
336
- ---
337
-
338
- ## Best Practices for v2.0.0
339
-
340
- 1. **Always run health after install**
341
- - `/mindforge:health --repair` fixes drift immediately.
342
-
343
- 2. **Keep PLAN files lean**
344
- - Focus on *what*, not *how* (150–400 words).
345
-
346
- 3. **Use local installs for repos**
347
- - Local installs are safer and prevent cross‑project drift.
348
-
349
- 4. **Run migrations explicitly**
350
- - Don’t rely on auto‑inference when upgrading older state files.
351
-
352
- 5. **Treat plugins like production dependencies**
353
- - Validate plugins and prefer pinned versions.
354
-
355
- 6. **Use the audit log as ground truth**
356
- - Query `.planning/AUDIT.jsonl` for accountability and traceability.
357
-
358
- 7. **Gate Tier 3 changes through approvals**
359
- - CI will block Tier 3 changes without explicit approval.
360
-
361
- 8. **Keep secrets out of files**
362
- - Use environment variables only. MindForge enforces this.
363
-
364
- ---
365
-
366
- ## Using MindForge for Your Requirements
367
-
368
- ### If you need strict governance
369
- - Run full workflow (`plan → execute → verify → ship`)
370
- - Enable security scans and approvals
371
-
372
- ### If you need fast iteration
373
- - Use `/mindforge:quick` for single tasks
374
- - Keep local install with minimal setup
375
-
376
- ### If you need team scale
377
- - Use milestones, approvals, and `/mindforge:profile-team`
378
- - Enable CI mode for consistent enforcement
379
-
380
- ---
381
-
382
93
  ## Summary
383
- MindForge v4.3.0 combines governance, observability, and autonomous execution rigor with **enterprise-grade economics (FinOps)** and **self-healing reliability**. Its core value is providing a non-repudiable, cost-optimized, and resilient AI development engine for the most demanding software projects.
94
+ MindForge v6.1.0-alpha **Sovereign Intelligence** represents the pinnacle of the Agentic OS evolution. By combining **Interactive Temporal Steering** and **AgRevOps Financial Governance** with the core Sentinel security layer, it provides the first framework capable of self-correcting logic drift and quantifying its own economic value in real-time.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mindforge-cc",
3
- "version": "5.6.0",
4
- "description": "MindForge - Enterprise Agentic Framework for Claude Code and Antigravity",
3
+ "version": "6.0.0-alpha",
4
+ "description": "MindForge Sovereign Agentic Intelligence Framework. (CADIA v6.2 & PQAS Enabled)",
5
5
  "bin": {
6
6
  "mindforge-cc": "bin/install.js"
7
7
  },