mindforge-cc 5.10.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 (49) hide show
  1. package/.agent/mindforge/health.md +6 -0
  2. package/.agent/mindforge/help.md +6 -0
  3. package/.agent/mindforge/security-scan.md +6 -1
  4. package/.agent/mindforge/status.md +10 -5
  5. package/.claude/CLAUDE.md +14 -12
  6. package/.mindforge/engine/integrity.json +12 -0
  7. package/.mindforge/governance/policies/sovereign-default.json +16 -0
  8. package/.mindforge/org/skills/MANIFEST.md +10 -34
  9. package/.planning/RISK-AUDIT.jsonl +48 -0
  10. package/CHANGELOG.md +126 -19
  11. package/MINDFORGE.md +8 -5
  12. package/README.md +22 -3
  13. package/RELEASENOTES.md +19 -1
  14. package/SECURITY.md +38 -0
  15. package/bin/autonomous/auto-runner.js +14 -0
  16. package/bin/autonomous/intent-harvester.js +80 -0
  17. package/bin/autonomous/mesh-self-healer.js +67 -0
  18. package/bin/engine/logic-drift-detector.js +97 -0
  19. package/bin/engine/nexus-tracer.js +24 -4
  20. package/bin/engine/remediation-engine.js +72 -0
  21. package/bin/governance/impact-analyzer.js +75 -15
  22. package/bin/governance/policy-engine.js +120 -45
  23. package/bin/governance/quantum-crypto.js +90 -0
  24. package/bin/governance/ztai-manager.js +37 -1
  25. package/bin/installer-core.js +38 -7
  26. package/bin/mindforge-cli.js +30 -0
  27. package/bin/revops/market-evaluator.js +79 -0
  28. package/bin/revops/roi-engine.js +5 -0
  29. package/bin/revops/router-steering-v2.js +73 -0
  30. package/bin/wizard/theme.js +5 -1
  31. package/docs/CAPABILITIES-MANIFEST.md +64 -0
  32. package/docs/INTELLIGENCE-MESH.md +20 -32
  33. package/docs/MIND-FORGE-REFERENCE-V6.md +96 -0
  34. package/docs/architecture/README.md +4 -4
  35. package/docs/architecture/V5-ENTERPRISE.md +26 -12
  36. package/docs/architecture/V6-SOVEREIGN.md +43 -0
  37. package/docs/commands-reference.md +1 -1
  38. package/docs/feature-dashboard.md +9 -3
  39. package/docs/governance-guide.md +78 -48
  40. package/docs/registry/AGENTS.md +37 -0
  41. package/docs/registry/COMMANDS.md +87 -0
  42. package/docs/registry/HOOKS.md +38 -0
  43. package/docs/registry/PERSONAS.md +64 -0
  44. package/docs/registry/README.md +27 -0
  45. package/docs/registry/SKILLS.md +142 -0
  46. package/docs/registry/WORKFLOWS.md +72 -0
  47. package/docs/user-guide.md +36 -6
  48. package/docs/usp-features.md +63 -295
  49. package/package.json +2 -2
@@ -1,326 +1,94 @@
1
- # MindForge v5.6.0 Unique Selling Points, Features, and Best Practices (v5.6.0)
1
+ # MindForge: 28 Unique Selling Points & Core Features (v6.2 Alpha)
2
2
 
3
- This document summarizes what makes MindForge v5.6.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.
22
+ ---
45
23
 
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.
24
+ ## 26 Elite Unique Selling Points (USPs)
48
25
 
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.
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.
51
52
 
52
- 14. **Context Sharding (v3)**
53
- - 40% reduction in token waste via **Semantic Relevance Density (SRD)** management of Hot/Warm/Cold context tiers.
53
+ ---
54
54
 
55
- 15. **Adversarial Decision Synthesis (v3)**
56
- - Zero architectural drift through Red-Team/Blue-Team debate loops and automated synthesis scoring.
55
+ ## Sovereign Core Feature Set
57
56
 
58
- 16. **Temporal Vision (v3)**
59
- - Full-fidelity history navigation, hindsight injection, and automated state repair across the execution wave.
57
+ ### 1. Unified Intelligence Layer
58
+ Unified API for Anthropic, OpenAI, and Gemini with persona-based routing and budget enforcement.
60
59
 
61
- 17. **Dynamic Swarm Orchestration (v4)**
62
- - Parallel "Agentic Mesh" with shared state (`SWARM-STATE.json`) and leader-led synthesis of specialist outcomes.
60
+ ### 2. Autonomous Workflow Engine
61
+ End-to-end lifecycle management: `/plan` `/execute` `/verify` `/ship`.
63
62
 
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.
63
+ ### 3. Agentic Observability
64
+ Real-time web dashboard for audit streams, reasoning heatmaps, and financial metrics.
66
65
 
67
- 19. **MindForge Sentinel: Binary Runtime Attestation (v5.6)**
68
- - Cryptographically ensure skill integrity before execution. Every `SKILL.md` is JIT-verified against ZTAI-signed signatures, preventing supply-chain attacks and unauthorized logic injection.
66
+ ### 4. Zero-Trust Security
67
+ Mandatory DID signatures, JIT skill attestation, and "Default Deny" posture for sensitive files.
69
68
 
70
- 20. **Predictive Agentic Reliability: Reasoning Entropy (v5.5)**
71
- - Proactively detect and break agentic reasoning loops. Using RES (Reasoning Entropy Scoring), the system interrupts semantic stagnation and injects Steering Vectors to recover lost autonomy.
69
+ ### 5. Multi-Project Memory (Global Mesh)
70
+ Organizational-level knowledge sharing via the Global Intelligence Mesh.
72
71
 
73
72
  ---
74
73
 
75
- ## Feature Set (v2.0.0)
74
+ ## Execution Guide (v6.1 Alpha)
76
75
 
77
- ### 1. Installation & Distribution
78
- **What it does:** Production‑grade installer with update, uninstall, and CI support.
79
-
80
- **How to use:**
81
76
  ```bash
82
- npx mindforge-cc@latest --claude --global
83
- npx mindforge-cc@latest --claude --local
84
- npx mindforge-cc@latest --antigravity --global
85
- ```
86
-
87
- ---
88
-
89
- ### 2. Core Workflow Engine
90
- **What it does:** End‑to‑end lifecycle for planning, execution, verification, and shipping.
91
-
92
- **How to use:**
93
- ```
77
+ # Core Cycle
94
78
  /mindforge:init-project
95
79
  /mindforge:plan-phase 1
96
80
  /mindforge:execute-phase 1
97
81
  /mindforge:verify-phase 1
98
82
  /mindforge:ship 1
99
- ```
100
-
101
- ---
102
-
103
- ### 3. Wave Execution
104
- **What it does:** Runs independent plans in parallel waves based on dependencies.
105
-
106
- **How to use:**
107
- - Create a phase plan with dependencies
108
- - Run `/mindforge:execute-phase N`
109
- - MindForge groups tasks into waves automatically
110
-
111
- ---
112
-
113
- ### 4. Governance & Compliance Gates
114
- **What it does:** Enforces secret scanning, CRITICAL security findings, tests,
115
- CVE checks, and GDPR retention.
116
-
117
- **How to use:**
118
- ```
119
- /mindforge:security-scan --deep --secrets --deps
120
- /mindforge:verify-phase 1
121
- ```
122
-
123
- ---
124
-
125
- ### 5. Intelligence Layer
126
- **What it does:** Health checks, difficulty scoring, anti‑pattern detection,
127
- team profiling, and metrics.
128
83
 
129
- **How to use:**
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
130
89
  ```
131
- /mindforge:health
132
- /mindforge:metrics
133
- /mindforge:profile-team
134
- ```
135
-
136
- ---
137
-
138
- ### 6. Skills Platform
139
- **What it does:** Loads skill packs on keyword triggers (Core/Org/Project tiers).
140
-
141
- **How to use:**
142
- ```
143
- /mindforge:skills list
144
- /mindforge:skills validate
145
- ```
146
-
147
- ---
148
-
149
- ### 7. Plugin System
150
- **What it does:** Extends MindForge with new commands, skills, personas, and hooks.
151
-
152
- **How to use:**
153
- ```
154
- /mindforge:plugins list
155
- /mindforge:plugins install mindforge-plugin-<name>
156
- /mindforge:plugins validate
157
- ```
158
-
159
- ---
160
-
161
- ### 8. Migration Engine
162
- **What it does:** Safely upgrades `.planning/` schemas across versions with backups.
163
-
164
- **How to use:**
165
- ```
166
- /mindforge:migrate --from v0.6.0 --to v1.0.0
167
- ```
168
-
169
- ---
170
-
171
- ### 9. Self‑Update System
172
- **What it does:** Checks for updates, shows changelog diff, applies updates while
173
- preserving scope (local vs global).
174
-
175
- **How to use:**
176
- ```
177
- /mindforge:update
178
- /mindforge:update --apply
179
- ```
180
-
181
- ---
182
-
183
- ### 11. Autonomous Execution (v2)
184
- **What it does:** Enables handoff-free execution of complex phases and milestones.
185
-
186
- **How to use:**
187
- ```bash
188
- /mindforge:auto --phase 1
189
- /mindforge:steer "Focus on security hardening next"
190
- ```
191
-
192
- ---
193
-
194
- ### 12. Browser Runtime & Visual QA (v2)
195
- **What it does:** Playwright-powered browser control with session persistence and automated UI bug detection.
196
-
197
- **How to use:**
198
- ```bash
199
- /mindforge:browse --navigate https://example.com
200
- /mindforge:qa --diff
201
- ```
202
-
203
- ---
204
-
205
- ### 13. Multi-Model Intelligence (v2)
206
- **What it does:** Unified API client for Anthropic, OpenAI, and Gemini with persona-based routing and automated cost tracking.
207
-
208
- **How to use:**
209
- ```bash
210
- /mindforge:cross-review # Adversarial multi-model review
211
- /mindforge:research "Deep search query" # 1M context research
212
- /mindforge:costs # Usage and budget summary
213
- ```
214
-
215
- ---
216
-
217
- ### 14. Persistent Knowledge Graph (v2)
218
- **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.
219
-
220
- **How to use:**
221
- ```bash
222
- /mindforge:remember --add "insight" # Manual capture
223
- /mindforge:remember --search "query" # Manual retrieval
224
- /mindforge:remember --promote [ID] # Promote to machine-wide global store
225
- /mindforge:remember --stats # View memory health
226
- ```
227
-
228
- ---
229
-
230
- ### 18. Adversarial Decision Synthesis (v3)
231
- **What it does:** Ensures architectural integrity by debating every major decision through competing model personas.
232
-
233
- **How to use:**
234
- ```bash
235
- /mindforge:cross-review --ads # Triggers heavy synthesis mode
236
- ```
237
-
238
- ---
239
-
240
- ### 19. Temporal Vision & Hindsight (v3)
241
- **What it does:** Provides the "Temporal Slider" for the Dashboard and the `hindsight-injector` for automated state repair.
242
-
243
- **How to use:**
244
- ```bash
245
- /mindforge:temporal status
246
- /mindforge:temporal inject [AUDIT_ID]
247
- ```
248
-
249
- ---
250
-
251
- ### 20. Context Sharding Manager (v3)
252
- **What it does:** Dramatically improves session longevity by sharding context based on sematic relevance.
253
-
254
- **How to use:**
255
- ```bash
256
- /mindforge:memory shard
257
- /mindforge:memory status --srd
258
- ```
259
-
260
- ---
261
-
262
- ### 21. Dynamic Swarm Mesh (v4)
263
- **What it does:** Orchestrates parallel specialist clusters (e.g., Security, UI, Data) with automated state coordination.
264
-
265
- **How to use:**
266
- ```bash
267
- /mindforge:swarm spawn --template [NAME]
268
- /mindforge:swarm status --mesh
269
- ```
270
-
271
- ---
272
-
273
- ### 22. ZTAI Governance & Beast Mode (v4.2)
274
- **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.
275
-
276
- **How to use:**
277
- ```bash
278
- /mindforge:identity verify [AGENT_ID]
279
- /mindforge:identity sign --did
280
- /mindforge:identity audit --manifest # Generates Merkle-root integrity proof
281
- ```
282
-
283
- ---
284
-
285
- ### 23. Global Intelligence Mesh (v4.2)
286
- **What it does:** Synchronizes local repo memory with a global organizational store. Includes Ghost Pattern Detection to flag architectural anti-patterns from past failures.
287
-
288
- **How to use:**
289
- ```bash
290
- /mindforge:memory sync --global
291
- /mindforge:memory status --mesh
292
- /mindforge:plan-phase --detect-ghosts # Automated during planning
293
- ```
294
- ---
295
-
296
- ### 24. Autonomous FinOps Hub (v4.3)
297
- **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.
298
-
299
- **How to use:**
300
- ```bash
301
- /mindforge:finops status # View consumption and budget profile
302
- /mindforge:costs --roi # Detailed Agentic ROI analysis
303
- /mindforge:finops budget 500 # Set project-level budget ($500)
304
- ```
305
-
306
- ---
307
-
308
- ### 26. Sentinel Execution Center (v5.6)
309
- **What it does:** Centralizes security and reliability policy monitoring. Enforces JIT attestation and reasoning entropy guardrails across the agentic mesh.
310
-
311
- **How to use:**
312
- - Automated: Every skill load and reasoning step is monitored by the Sentinel layer.
313
- - Manual: `mindforge-cc sign <skill-name>` to authorize a new skill for production use.
314
-
315
- ---
316
-
317
- ## Best Practices for v5.6.0
318
-
319
- 1. **Sign Your Skills**: In Enterprise mode, unsigned skills are blocked. Always run the `sign` command before deploying new logic.
320
- 2. **Monitor RES Heatmaps**: Use the Dashboard to identify which specialists are prone to circular reasoning and refine their `IDENTITY.md` accordingly.
321
- 3. **Always run health after install**: `/mindforge:health --repair` fixes drift immediately.
322
90
 
323
91
  ---
324
92
 
325
93
  ## Summary
326
- MindForge v5.6.0 "Sentinel Execution" combines governance, observability, and autonomous execution rigor with **Zero-Trust Skill Integrity** and **Predictive 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.10.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
  },