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.
- package/.agent/CLAUDE.md +16 -7
- package/.agent/mindforge/health.md +6 -0
- package/.agent/mindforge/help.md +6 -0
- package/.agent/mindforge/security-scan.md +6 -1
- package/.agent/mindforge/status.md +10 -5
- package/.claude/CLAUDE.md +14 -12
- package/.mindforge/engine/integrity.json +12 -0
- package/.mindforge/engine/nexus-tracer.js +7 -111
- package/.mindforge/governance/policies/sovereign-default.json +16 -0
- package/.mindforge/org/skills/MANIFEST.md +10 -34
- package/.planning/RISK-AUDIT.jsonl +48 -0
- package/CHANGELOG.md +140 -17
- package/MINDFORGE.md +8 -5
- package/README.md +67 -7
- package/RELEASENOTES.md +54 -1
- package/SECURITY.md +38 -0
- package/bin/autonomous/auto-runner.js +14 -0
- package/bin/autonomous/intent-harvester.js +80 -0
- package/bin/autonomous/mesh-self-healer.js +67 -0
- package/bin/dashboard/frontend/index.html +241 -1
- package/bin/dashboard/revops-api.js +47 -0
- package/bin/dashboard/server.js +1 -0
- package/bin/engine/feedback-loop.js +36 -1
- package/bin/engine/logic-drift-detector.js +97 -0
- package/bin/engine/nexus-tracer.js +61 -22
- package/bin/engine/remediation-engine.js +72 -0
- package/bin/engine/sre-manager.js +63 -9
- package/bin/governance/impact-analyzer.js +75 -15
- package/bin/governance/policy-engine.js +120 -45
- package/bin/governance/quantum-crypto.js +90 -0
- package/bin/governance/ztai-manager.js +37 -1
- package/bin/installer-core.js +38 -7
- package/bin/mindforge-cli.js +30 -0
- package/bin/models/cloud-broker.js +89 -11
- package/bin/models/performance-stats.json +22 -0
- package/bin/revops/debt-monitor.js +60 -0
- package/bin/revops/market-evaluator.js +79 -0
- package/bin/revops/roi-engine.js +65 -0
- package/bin/revops/router-steering-v2.js +73 -0
- package/bin/revops/velocity-forecaster.js +59 -0
- package/bin/wizard/theme.js +5 -1
- package/docs/CAPABILITIES-MANIFEST.md +64 -0
- package/docs/INTELLIGENCE-MESH.md +21 -23
- package/docs/MIND-FORGE-REFERENCE-V6.md +96 -0
- package/docs/architecture/README.md +4 -4
- package/docs/architecture/V5-ENTERPRISE.md +51 -34
- package/docs/architecture/V6-SOVEREIGN.md +43 -0
- package/docs/commands-reference.md +4 -1
- package/docs/feature-dashboard.md +9 -3
- package/docs/governance-guide.md +78 -40
- package/docs/registry/AGENTS.md +37 -0
- package/docs/registry/COMMANDS.md +87 -0
- package/docs/registry/HOOKS.md +38 -0
- package/docs/registry/PERSONAS.md +64 -0
- package/docs/registry/README.md +27 -0
- package/docs/registry/SKILLS.md +142 -0
- package/docs/registry/WORKFLOWS.md +72 -0
- package/docs/user-guide.md +36 -6
- package/docs/usp-features.md +63 -352
- package/package.json +2 -2
|
@@ -13,59 +13,72 @@ The FIM transitions MindForge from local knowledge silos to a shared organizatio
|
|
|
13
13
|
- **Enterprise Resilience & Governance (v5.1.0)**: A high-availability central hub for sharing high-confidence agentic findings across the entire enterprise.
|
|
14
14
|
- **ZTAI-Signed Provenance**: Every piece of knowledge in the mesh is cryptographically tied to the DID of the agent that generated it.
|
|
15
15
|
|
|
16
|
-
### Pillar II: Agentic Policy Orchestrator (APO)
|
|
16
|
+
### Pillar II: Agentic Policy Orchestrator (APO) — CADIA Engine (v6.0.0 Alpha)
|
|
17
17
|
|
|
18
|
-
# MindForge Governance Guide (
|
|
19
|
-
MindForge
|
|
18
|
+
# MindForge Governance Guide (v6.0.0)
|
|
19
|
+
MindForge v6.0.0 introduces **Context-Aware Dynamic Impact Analysis (CADIA)**, a non-bypassable, architectural governance layer that evaluates every autonomous wave against organizational security and risk policies.
|
|
20
20
|
|
|
21
|
-
- **Policy-as-Code (PaC)**: Security rules are defined in declarative JSON
|
|
22
|
-
- **
|
|
23
|
-
- **
|
|
24
|
-
- **
|
|
21
|
+
- **Policy-as-Code (PaC)**: Security rules are defined in declarative JSON schemas, enabling version-controlled governance.
|
|
22
|
+
- **Dynamic Blast Radius Analysis**: Calculates real-time architectural risk based on file influence, session entropy (multi-file modification speed), and goal alignment.
|
|
23
|
+
- **Session Entropy Guardrails**: Risk increases logarithmically as an agent touches more files, preventing "Rogue Wave" mass corruption.
|
|
24
|
+
- **ZTAI-Trust Weighting**: Senior agents (Tier 3) gain "Architectural Credit," while Tier 1-2 agents are kept under strict risk caps.
|
|
25
|
+
- **Reasoning Proof Bypass**: Tier 3 agents can override high-risk blocks by providing a cryptographically signed "Reasoning Proof."
|
|
26
|
+
- **Enterprise Audit Log**: All evaluations are logged to `.planning/RISK-AUDIT.jsonl` for compliance reporting.
|
|
25
27
|
|
|
26
|
-
### Pillar III: Predictive Agentic Reliability (PAR)
|
|
28
|
+
### Pillar III: Predictive Agentic Reliability (PAR) (v5.5.0)
|
|
27
29
|
|
|
28
|
-
The PAR layer addresses reasoning decay and execution drifting in long-running autonomous sessions.
|
|
30
|
+
The PAR layer addresses reasoning decay and execution drifting in long-running autonomous sessions by monitoring the "logic-space" of the agent.
|
|
29
31
|
|
|
30
|
-
- **
|
|
32
|
+
- **Reasoning Entropy Scoring (RES)**: The `NexusTracer` calculates a semantic similarity score (Jaccard-based) for every reasoning step. A high score indicates thought stagnation or circular logic.
|
|
33
|
+
- **Proactive Loop Detection**: If more than 3 consecutive thoughts fall below the entropy threshold, a `STAGNATION_DETECTED` event is triggered.
|
|
34
|
+
- **Steering Vector Injection**: Upon loop detection, `TemporalHindsight` generates a "Steering Vector" — a high-priority system instruction that forces the agent to pivot its logic or escalate to a human.
|
|
31
35
|
- **Context Density Refactorer**: Proactive context summarization and handoff when reasoning-to-action density falls below 30%.
|
|
32
|
-
- **C2C Arbitrage**: Confidence-to-Cost (C2C) threshold gating to prevent low-value autonomous drifts.
|
|
33
|
-
- **Self-Healing Reasoning**: Automated triggering of "hindsight injection" when stuck patterns are detected.
|
|
34
36
|
|
|
35
|
-
### Pillar IV: Supply Chain Trust (ZTS)
|
|
37
|
+
### Pillar IV: Supply Chain Trust (ZTS) (v5.6.0)
|
|
36
38
|
|
|
37
|
-
The ZTS layer ensures the integrity of the agentic supply chain,
|
|
39
|
+
The ZTS layer ensures the absolute integrity of the agentic supply chain, cryptographically locking every skill and model in the reasoning path.
|
|
38
40
|
|
|
39
|
-
- **
|
|
41
|
+
- **Binary Runtime Attestation**: The `SkillValidator` performs Just-In-Time (JIT) attestation. Every `SKILL.md` is hashed and verified against signed signatures before being loaded into the agent's context.
|
|
42
|
+
- **ZTAI-Locked Registry**: Skills are signed using Tier 3 Decentralized Identifiers (DIDs) via HSM-simulated Secure Enclaves. Unauthorized skill modifications result in immediate execution blocking.
|
|
40
43
|
- **7-Dimension Certification (7D)**: Weighted scoring system (Schema, Triggers, Security, Clarity, etc.) for skill validation.
|
|
41
|
-
- **
|
|
42
|
-
- **Skill Telemetry**: Real-time auditing of skill performance and reliability metrics.
|
|
44
|
+
- **Agentic SBOM**: Automated `MANIFEST.sbom.json` generation tracking every model and skill signature in the reasoning chain.
|
|
43
45
|
|
|
44
46
|
---
|
|
45
47
|
|
|
46
|
-
### Pillar V: Multi-Cloud Arbitrage & Hedging
|
|
48
|
+
### Pillar V: Multi-Cloud Arbitrage & Hedging (v5.7.0)
|
|
49
|
+
|
|
50
|
+
The Multi-Cloud layer ensures absolute availability and intelligence-first routing by dynamically mapping task taxonomies to the most performant providers.
|
|
51
|
+
|
|
52
|
+
- **Task-to-Model Affinity Matrices**: Persistent tracking of success probability per model and task type (refactor, test, audit, etc.) in `performance-stats.json`.
|
|
53
|
+
- **Intelligence-First Routing**: The `CloudBroker` weights routing scoring by success probability (50%), cost (30%), and latency (20%), ensuring the most capable model is selected for the specific task taxonomy.
|
|
54
|
+
- **Automated Feedback Integration**: `WaveFeedbackLoop` automatically records task outcomes back into the performance repository, enabling the system to learn from cross-cloud execution history.
|
|
55
|
+
- **Provider Fallback Protocol**: Automated "Hedging" that migrates agent context to a secondary cloud provider if 5xx errors or high latencies are detected.
|
|
56
|
+
|
|
57
|
+
### Pillar VI: Sovereign Reason Enclaves (SRE) (v5.8.0)
|
|
47
58
|
|
|
48
|
-
|
|
59
|
+
SRE provides a "Confidential Computing" environment for the agent's internal thought process, protected by cryptographic Zero-Knowledge (ZK) audit trails.
|
|
49
60
|
|
|
50
|
-
- **
|
|
51
|
-
- **
|
|
52
|
-
- **
|
|
61
|
+
- **ZK-Proof Compliance Certificates**: Simulated zero-knowledge proofs (signed by System DID) generated for every confidential reasoning session in `SREManager`.
|
|
62
|
+
- **Privacy-Preserving Auditing**: `NexusTracer` replaces raw, sensitive thought traces in `AUDIT.jsonl` with verifiable cryptographic certificates, protecting proprietary reasoning logic.
|
|
63
|
+
- **Non-Custodial Verification**: New `verifyZKProof` utility allows auditors to cryptographically verify that an agent followed policy within the enclave without ever seeing the raw thoughts.
|
|
64
|
+
- **Thought-Chain Sanitization**: Automated redaction of sensitive patterns (keys, credentials, PII) from reasoning traces before persistent certificate generation.
|
|
53
65
|
|
|
54
|
-
### Pillar
|
|
66
|
+
### Pillar VII: Interactive Temporal Steering (NEXUS)
|
|
55
67
|
|
|
56
|
-
|
|
68
|
+
NEXUS transforms the `NexusTracer` from a passive observer into an active temporal control plane, enabling sub-second state reconstruction and hindsight injection.
|
|
57
69
|
|
|
58
|
-
- **
|
|
59
|
-
- **
|
|
60
|
-
- **
|
|
70
|
+
- **Temporal History Slider**: Real-time navigation through the agent's reasoning-space, allowing for high-fidelity state inspection at any point in the execution wave.
|
|
71
|
+
- **Hindsight Injection Protocol**: Allows for the injection of "Steering Vectors" into past reasoning nodes to re-orient the agent's logic without a full session restart.
|
|
72
|
+
- **Rollback-to-State**: Automated state reconstruction that resets the environment and `.planning/` directory to match a specific `auditId` signature.
|
|
73
|
+
- **Dynamic Handover (DHH)**: Integrated confidence-based human escalation when reasoning entropy remains high after steering.
|
|
61
74
|
|
|
62
|
-
### Pillar
|
|
75
|
+
### Pillar VIII: Agentic Revenue Operations (AgRevOps)
|
|
63
76
|
|
|
64
|
-
|
|
77
|
+
AgRevOps treats agentic compute as a first-class financial and governance asset, providing real-time ROI and accountability.
|
|
65
78
|
|
|
66
|
-
- **
|
|
67
|
-
- **
|
|
68
|
-
- **
|
|
79
|
+
- **ROI Logic Engine**: Maps complex task completions (refactor, test, audit) to developer-hour savings ($100/hr) vs. provider token costs.
|
|
80
|
+
- **Velocity Forecaster**: Predictive analytics that calculate milestone completion ETAs based on historical task-weight throughput and system latency.
|
|
81
|
+
- **Governance Debt Monitoring**: Tracks policy bypasses and high-risk security findings to compute a "Security Health Score" (SHS), ensuring framework liability remains within enterprise bounds.
|
|
69
82
|
|
|
70
83
|
---
|
|
71
84
|
|
|
@@ -92,9 +105,13 @@ DHH creates a seamless bridge between fully autonomous execution and high-precis
|
|
|
92
105
|
|
|
93
106
|
| Component | Path | Description |
|
|
94
107
|
| :--- | :--- | :--- |
|
|
95
|
-
| **Stuck Monitor** | `bin/
|
|
96
|
-
| **
|
|
108
|
+
| **Stuck Monitor** | `bin/engine/nexus-tracer.js` | Integrated RES loop detection and entropy scoring. |
|
|
109
|
+
| **Recovery Agent** | `bin/engine/temporal-hindsight.js` | Generates steering vectors for proactive recovery. |
|
|
110
|
+
| **Skill Validator** | `bin/skill-validator.js` | JIT Binary Runtime Attestation and 7D scoring. |
|
|
97
111
|
| **SRE Manager** | `bin/engine/sre-manager.js` | Trusted execution enclave management. |
|
|
112
|
+
| **ROI Engine** | `bin/revops/roi-engine.js` | Financial value synthesis and cost/benefit mapping. |
|
|
113
|
+
| **Velocity Forecaster** | `bin/revops/velocity-forecaster.js` | Predictive milestone ETA and throughput analytics. |
|
|
114
|
+
| **Debt Monitor** | `bin/revops/debt-monitor.js` | Security Health Score (SHS) and governance debt tracking. |
|
|
98
115
|
| **Handover Manager** | `bin/engine/handover-manager.js` | Nexus bundle creation and steering logic. |
|
|
99
116
|
| **SBOM Tracer** | `bin/engine/nexus-tracer.js` | SRE-aware audit logging and manifest generation. |
|
|
100
117
|
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# MindForge v6.1.0-alpha: Sovereign Intelligence (Pillars IX & X)
|
|
2
|
+
|
|
3
|
+
The **Sovereign Intelligence** phase elevates MindForge from reactive autonomous waves to a self-optimizing, self-healing agentic operating system. This is achieved through real-time financial arbitrage and proactive reasoning integrity monitoring.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Pillar IX: Autonomous Resource Harvesting (ARH)
|
|
8
|
+
|
|
9
|
+
### Goal
|
|
10
|
+
To maximize the economic efficiency of agentic work by dynamically harvesting the lowest-cost, highest-intelligence compute resources in real-time.
|
|
11
|
+
|
|
12
|
+
### Components
|
|
13
|
+
- **`MarketEvaluator`**: Real-time tracker for token pricing and intelligence benchmarks across model providers (Anthropic, OpenAI, Gemini).
|
|
14
|
+
- **`RouterSteeringV2`**: Advanced task-to-model affinity engine. It calculates the **Min-Intelligence-Requirement (MIR)** and steers tasks accordingly.
|
|
15
|
+
- **ROI Arbitrage Engine**: Automatically calculates and logs the "dollar value" saved by every autonomous wave compared to standard premium-only routing.
|
|
16
|
+
|
|
17
|
+
### Workflow
|
|
18
|
+
1. **MIR Analysis**: Before a subagent is spawned, the `CloudBroker` analyzes the task taxonomy.
|
|
19
|
+
2. **Arbitrage Selection**: The `MarketEvaluator` selects the optimal model (e.g., routing small fixes to a local model while keeping architectural reasoning on Gemini 1.5 Pro).
|
|
20
|
+
3. **Telemetry**: Savings are logged to `AUDIT.jsonl` under the `roi_arbitrage_event` category.
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## Pillar X: Neural Drift Remediation (NDR)
|
|
25
|
+
|
|
26
|
+
### Goal
|
|
27
|
+
To proactively detect and remediate "Reasoning Drift" (logic loops, hallucinations, and semantic decay) before it corrupts the autonomous execution wave.
|
|
28
|
+
|
|
29
|
+
### Components
|
|
30
|
+
- **`LogicDriftDetector`**: Heuristics-based engine that analyzes the `reasoning_trace` for semantic density, pattern repetition, and logical contradictions.
|
|
31
|
+
- **`RemediationEngine`**: A stateful recovery system that can trigger `REASONING_RESTART`, `GOLDEN_TRACE_INJECTION`, or `AUTONOMY_HALT`.
|
|
32
|
+
- **NexusTracer Hooks**: Deep integration into the core execution loop to intercept every reasoning span.
|
|
33
|
+
|
|
34
|
+
### Workflow
|
|
35
|
+
1. **Drift Sensing**: At every 10 reasoning nodes, the `NexusTracer` evaluates the current `DriftScore` (0-100).
|
|
36
|
+
2. **Remediation Trigger**: If `DriftScore > Threshold` (Default 75), the `RemediationEngine` is invoked.
|
|
37
|
+
3. **Audit Closure**: Every remediation action is logged as a `drift_remediation_event`, ensuring the "hindsight" is preserved for future sessions.
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## Architectural interlock (V6.1)
|
|
42
|
+
|
|
43
|
+
Sovereign Intelligence is the final layer of the MindForge Enterprise roadmap. It leverages the **CADIA** risk engine (v6.0) and the **ZTAI** identity layer (v5.x) to ensure that all self-healing actions are both safe and non-repudiable.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# MindForge
|
|
1
|
+
# MindForge v6.0.0-alpha — Commands Reference
|
|
2
2
|
|
|
3
3
|
MindForge commands are organized into functional pillars to support the entire software development lifecycle (SDLC).
|
|
4
4
|
|
|
@@ -37,6 +37,7 @@ MindForge commands are organized into functional pillars to support the entire s
|
|
|
37
37
|
| `/mindforge:tokens` | Analyzes and profiles token usage for the current session. |
|
|
38
38
|
| `/mindforge:neural-orchestrator` | Activates the advanced protocol layer for the current session. |
|
|
39
39
|
| `shard-helper --verify` | (CLI Internal) Verifies the integrity and SHA-256 checksums of memory shards. |
|
|
40
|
+
| `/mindforge:entropy-check`| (Sentinel) Manually trigger Reasoning Entropy Analysis on the current context. |
|
|
40
41
|
|
|
41
42
|
---
|
|
42
43
|
|
|
@@ -51,6 +52,7 @@ MindForge commands are organized into functional pillars to support the entire s
|
|
|
51
52
|
| `/mindforge:skills validate [PATH]` | Passes a skill through the 7-Dimension Scorer for quality verification. |
|
|
52
53
|
| `/mindforge:marketplace search [Q]`| Searches community skills from the central registry. |
|
|
53
54
|
| `/mindforge:marketplace install ID` | Installs a verified community skill into the project context. |
|
|
55
|
+
| `mindforge-cc sign <SKILL>`| (Sentinel) Cryptographically sign a skill with a Tier 3 DID signature. |
|
|
54
56
|
|
|
55
57
|
---
|
|
56
58
|
|
|
@@ -81,3 +83,4 @@ These protocols represent specialized, high-fidelity engineering behaviors porte
|
|
|
81
83
|
| `/mindforge:tdd` | Enhanced Test-Driven Development protocol with strict verification. |
|
|
82
84
|
| `/mindforge:debug` | Advanced systematic debugging with persistent state tracking. |
|
|
83
85
|
| `/mindforge:verify-work` | Multi-level truth verification (existence, substance, wiring). |
|
|
86
|
+
| `/mindforge:sentinel-status`| Displays real-time integrity and reliability metrics for the mesh. |
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Feature: Real-time Dashboard (
|
|
1
|
+
# Feature: Real-time Dashboard (v5.10.0)
|
|
2
2
|
|
|
3
3
|
The MindForge Real-time Dashboard provides a high-fidelity, web-based control center for your agentic workflows. It leverages **Server-Sent Events (SSE)** to push live updates from your codebase directly to your browser with zero performance overhead.
|
|
4
4
|
|
|
@@ -33,11 +33,17 @@ Default access: `http://localhost:7339` (Strictly bound to `127.0.0.1` for secur
|
|
|
33
33
|
- **Persona Context**: See which agent personas are currently active.
|
|
34
34
|
- **Steerage Feed**: View steering instructions as they are applied.
|
|
35
35
|
|
|
36
|
-
### 5. MindForge Nexus (
|
|
36
|
+
### 5. MindForge Nexus (v5.10+)
|
|
37
37
|
- **ART Trace Explorer**: Drill down into hierarchical reasoning spans and thought chains.
|
|
38
|
-
- **
|
|
38
|
+
- **Temporal Control Center**: Dynamic slider-based navigation of reasoning history.
|
|
39
|
+
- **Hindsight Injection**: Rollback project state to any previous `auditId` and inject steering instructions to correct drift.
|
|
39
40
|
- **Reasoning Heatmaps**: Identifying areas of adversarial disagreement and drift in real-time.
|
|
40
41
|
|
|
42
|
+
### 6. AgRevOps Financial Hub (v5.10+)
|
|
43
|
+
- **ROI Hub**: Real-time tracking of developer-hour value ($100/hr) vs. token expenditure.
|
|
44
|
+
- **Velocity Forecaster**: Predictive analytics for milestone completion ETAs based on live task throughput.
|
|
45
|
+
- **Security Health Score (SHS)**: Dynamic 0-100 score reflecting governance debt and policy compliance.
|
|
46
|
+
|
|
41
47
|
## 🛡 Hardened Security
|
|
42
48
|
- **Localhost Binding**: The server refuses connections from external IPs.
|
|
43
49
|
- **CORS Lock-down**: Only allows requests from the local control plane.
|
package/docs/governance-guide.md
CHANGED
|
@@ -1,61 +1,99 @@
|
|
|
1
|
-
# MindForge Governance Guide (
|
|
2
|
-
|
|
1
|
+
# MindForge Governance Guide (v6.2.0-alpha)
|
|
2
|
+
V6.2.0 Sovereign Intelligence: PQAS & Proactive Homing
|
|
3
3
|
|
|
4
4
|
## 1. Goal
|
|
5
|
-
MindForge
|
|
5
|
+
MindForge v6.2.0 achieves the final stage of **Sovereign Intelligence**, introducing post-quantum safe identities (PQAS) and proactive agentic homing. This eliminates reactive latency in the mesh and ensures long-term cryptographic resilience against future threats.
|
|
6
6
|
|
|
7
|
-
## 2. Agentic
|
|
7
|
+
## 2. Post-Quantum Agentic Security (Pillar XI)
|
|
8
|
+
MindForge implements Pillar XI to harden the identity layer against future quantum computing threats.
|
|
9
|
+
|
|
10
|
+
### A. Lattice-Based Cryptography
|
|
11
|
+
- **Signature Algorithm**: Dilithium-5 (Lattice-based).
|
|
12
|
+
- **Key Exchange**: Kyber-1024 (Lattice-based).
|
|
13
|
+
- **Hardening**: Every Tier 4 agent action is signed with quantum-safe primitives, ensuring non-repudiation in the post-quantum era.
|
|
14
|
+
|
|
15
|
+
### B. ZK-Proof Compliance Bypasses
|
|
16
|
+
For high-leverage architectural changes, Tier 3+ agents can generate a **Zero-Knowledge Proof** (simulated SNARK) to verify policy adherence without exposing confidential reasoning logic.
|
|
17
|
+
|
|
18
|
+
## 3. Proactive Semantic Homing (Pillar XII)
|
|
19
|
+
Pillar XII transitions the autonomous swarm from reactive wave-processing to proactive, self-healing "Homing" behavior.
|
|
20
|
+
|
|
21
|
+
### A. Intent Harvesting
|
|
22
|
+
Agents in an idle state proactively scan the **Federated Intelligence Mesh (FIM)** for unassigned tasks, claiming them based on **Skill-Affinity** scores to eliminate idle latency.
|
|
23
|
+
|
|
24
|
+
### B. Mesh Self-Healing
|
|
25
|
+
When an agent experiences critical logic drift (>80), peer agents in the mesh proactively "home in" on the node to provide collaborative reasoning and recovery vectors.
|
|
26
|
+
|
|
27
|
+
## 4. Agentic Policy Orchestrator (APO) — CADIA Engine
|
|
8
28
|
The APO is a decentralized governance engine that intercepts every autonomous intent before it is executed.
|
|
9
29
|
|
|
10
30
|
### A. Intent Interception
|
|
11
31
|
Before the `AutoRunner` begins a new execution wave, it extracts the acting agent's **Intent**:
|
|
12
32
|
- **DID**: The unique identity of the agent.
|
|
13
|
-
- **Action**: The operation being attempted (e.g., `
|
|
33
|
+
- **Action**: The operation being attempted (e.g., `WRITE`, `DELETE`, `EXECUTE`).
|
|
14
34
|
- **Resource**: The target of the action (e.g., specific directories, files, or API endpoints).
|
|
15
35
|
- **Tier**: The ZTAI Trust Tier assigned to the agent.
|
|
36
|
+
- **SessionId**: The unique identifier for the current autonomous session.
|
|
37
|
+
- **Reasoning Proof**: (Tier 3 Only) A justification for high-risk architectural actions.
|
|
38
|
+
|
|
39
|
+
### B. Policy Evaluation (v6.0.0)
|
|
40
|
+
The upgraded `PolicyEngine` evaluates the intent using the CADIA scoring model:
|
|
41
|
+
1. **Blast Radius Calculation**: The `ImpactAnalyzer` computes a risk score (0-100) based on architectural influence, session history, and goal alignment.
|
|
42
|
+
2. **Tier-Based Enforcement**:
|
|
43
|
+
- **Score > 25 (LOW)**: Permitted for Tier 1+.
|
|
44
|
+
- **Score > 50 (MEDIUM)**: Permitted for Tier 2+.
|
|
45
|
+
- **Score > 80 (CRITICAL)**: **Denied** (Default) for Tier 0-2.
|
|
46
|
+
- **Tier 3 Bypass**: Senior agents can override a CRITICAL score if a valid `reasoning_proof` is provided.
|
|
47
|
+
|
|
48
|
+
## 3. CADIA: Dynamic Impact Analysis Logic
|
|
49
|
+
The **ImpactAnalyzer** calculates a precision-weighted score using the follow heuristics:
|
|
16
50
|
|
|
17
|
-
###
|
|
18
|
-
|
|
19
|
-
- **
|
|
20
|
-
- **Deny**: The action is blocked, and the violation is logged to `AUDIT.jsonl`.
|
|
21
|
-
- **Blast Radius Denial (v5.3.0)**: Action is blocked if the `Impact Score` exceeds the policy `max_impact` threshold.
|
|
22
|
-
- **Escalate**: The action requires a higher-tier DID signature or explicit HITL (Human-in-the-Loop) approval.
|
|
51
|
+
### A. Architectural Influence Engine (x2.5)
|
|
52
|
+
High-influence files (Core, Governance, Models, and Project State) increase the blast radius score significantly.
|
|
53
|
+
- **Paths**: `bin/governance/*`, `bin/engine/*`, `package.json`, `.planning/*`.
|
|
23
54
|
|
|
24
|
-
|
|
25
|
-
|
|
55
|
+
### B. Sensitive Namespace Protection (x4.0)
|
|
56
|
+
Strict multipliers for mission-critical directories:
|
|
57
|
+
- **Namespaces**: `.mindforge/`, `bin/`, `config/`, `.agent/`.
|
|
58
|
+
|
|
59
|
+
### C. Session Entropy Tracker (+15 per file)
|
|
60
|
+
To prevent "Rogue Wave" mass-corruption, the risk score increases for every file touched in a single session after the 5th modification.
|
|
61
|
+
- **Penalty**: `(session_count - 5) * 15`.
|
|
62
|
+
|
|
63
|
+
### D. Goal-to-Path Alignment (+40 penalty)
|
|
64
|
+
The system cross-references targets against the **Current Phase** in `.planning/STATE.md`.
|
|
65
|
+
- **Anomalous Behavior**: If an agent tasked with "Fixing UI" attempts to modify `bin/models/cloud-broker.js`, a large penalty is applied.
|
|
66
|
+
|
|
67
|
+
### E. ZTAI-Trust Scaling (Risk Buffers)
|
|
68
|
+
Trust Tiers (0-3) provide a risk "overhead" buffer:
|
|
69
|
+
- **Tier 1**: -10 points.
|
|
70
|
+
- **Tier 2**: -20 points.
|
|
71
|
+
- **Tier 3**: -30 points (Sovereign Trust).
|
|
72
|
+
|
|
73
|
+
## 4. Trust Tier Architecture (ZTAI Hardened)
|
|
74
|
+
V6.0.0 maps ZTAI Trust Tiers to explicit project roles through the `RBACManager`.
|
|
26
75
|
|
|
27
76
|
| Tier | Role | Scope | Hardening |
|
|
28
77
|
| :--- | :--- | :--- | :--- |
|
|
29
|
-
| **0** | Informational | Research/Query only. | Read-only
|
|
30
|
-
| **1** | Implementation| Standard feature dev. | Write
|
|
31
|
-
| **2** | Specialized | Security/
|
|
32
|
-
| **3** | Principal | Lead Architect /
|
|
33
|
-
|
|
34
|
-
##
|
|
35
|
-
|
|
36
|
-
- **
|
|
37
|
-
- **
|
|
38
|
-
- **
|
|
39
|
-
|
|
40
|
-
## 5. Governance Workflow (V5.1.0)
|
|
41
|
-
1. **ZTAI Handshake**: Agent proves identity using Ed25519 signatures.
|
|
42
|
-
2. **Intent Pulse**: Agentic intent is broadcast to the policy interceptor.
|
|
43
|
-
3. **APO Evaluation**: Policy engine checks the intent against PaC rules.
|
|
44
|
-
4. **Role binding**: `RBACManager` grants or revokes permissions based on the active trust tier.
|
|
45
|
-
5. **Verified Wave**: Execution proceeds only if all policy gates are clear.
|
|
78
|
+
| **0** | Informational | Research/Query only. | Read-only. No CADIA bypass. |
|
|
79
|
+
| **1** | Implementation| Standard feature dev. | Write to `/src`, `/tests`. Session limit: 5 files. |
|
|
80
|
+
| **2** | Specialized | Security/Ops Specialist. | Access to `/security`, `/infra`. Higher risk cap (60). |
|
|
81
|
+
| **3** | Principal | Lead Architect / CEO. | **Full CADIA Bypass** (with Reasoning Proof). |
|
|
82
|
+
|
|
83
|
+
## 5. Enterprise Audit & Compliance (RISK-AUDIT)
|
|
84
|
+
Every governance evaluation is persistently recorded in `.planning/RISK-AUDIT.jsonl`. This log provides a high-fidelity trail for enterprise compliance:
|
|
85
|
+
- **requestId**: Unique ID for every evaluation.
|
|
86
|
+
- **impactScore**: The final CADIA risk score (0-100).
|
|
87
|
+
- **verdict**: PERMIT or DENY.
|
|
88
|
+
- **reason**: Detailed explanation for the decision (e.g., "Violation: Max Impact Exceeded").
|
|
46
89
|
|
|
47
90
|
## 6. Enterprise Policies
|
|
48
|
-
MindForge
|
|
91
|
+
MindForge v6.0.0 ships with default policies including:
|
|
49
92
|
- **`gate_tier_3_engine`**: Blocks all modifications to `bin/autonomous/` unless signed by a Tier 3 DID.
|
|
50
93
|
- **`protect_security_namespace`**: Limits access to `/security` and `/governance` to Tier 2+ specialists.
|
|
51
|
-
- **`
|
|
52
|
-
- **`
|
|
53
|
-
|
|
54
|
-
## 7. Dynamic Blast Radius (v5.3.0)
|
|
55
|
-
The **ImpactAnalyzer** calculates a score (0-100) for every intent:
|
|
56
|
-
- **Action Type**: `DELETE` (10), `WRITE` (5), `READ` (1).
|
|
57
|
-
- **Sensitivity**: 4x multiplier for `.mindforge/`, `bin/`, and `config/` namespaces.
|
|
58
|
-
- **Fail-Safe**: Defaults to Score 100 (CRITICAL) if analysis fails.
|
|
94
|
+
- **`enforce_blast_radius` (v6.0.0)**: Dynamic policy that enforces a strict 60-point cap for non-Sovereign agents.
|
|
95
|
+
- **`require_skill_attestation`**: Forces all skills to have valid ZTAI-signatures before loading.
|
|
59
96
|
|
|
60
97
|
---
|
|
61
|
-
*Status:
|
|
98
|
+
*Status: V6.0.0 CADIA (Context-Aware Dynamic Impact Analysis) Implemented & Verified (2026-03-29)*
|
|
99
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# MindForge — Agent Identity Registry (v6.2.0-alpha)
|
|
2
|
+
|
|
3
|
+
This registry catalogs the specialized agent identities available for direct invocation and autonomous collaboration within the MindForge mesh.
|
|
4
|
+
|
|
5
|
+
## 👤 Interaction Layer (Public Identifiers)
|
|
6
|
+
|
|
7
|
+
| Agent | Core Persona | Interaction Focus | Primary Directive |
|
|
8
|
+
| :--- | :--- | :--- | :--- |
|
|
9
|
+
| **mf-planner** | Strategic Architect | Planning & Roadmapping | "Design systems with 10/10 fidelity." |
|
|
10
|
+
| **mf-executor** | Lead Developer | Feature Implementation | "Ship premium-grade code by default." |
|
|
11
|
+
| **mf-reviewer** | Quality Auditor | Review & Validation | "Find the bugs before they ship." |
|
|
12
|
+
| **mf-memory** | Semantic Clerk | Knowledge & History | "Manage the knowledge graph sync." |
|
|
13
|
+
| **mf-researcher** | Discovery Agent | Deep Context Search | "Surface the unknown-unknowns." |
|
|
14
|
+
| **mf-tool** | System Operator | CLI & Environment | "Execute system transformations safely." |
|
|
15
|
+
|
|
16
|
+
## 🛡️ Specialized Sovereign Agents
|
|
17
|
+
|
|
18
|
+
| Agent | Core Persona | Operational Focus | Primary Directive |
|
|
19
|
+
| :--- | :--- | :--- | :--- |
|
|
20
|
+
| **security-reviewer** | Threat Hunter | Security Hardening | "Secure the framework against threats." |
|
|
21
|
+
| **nyquist-auditor** | Logic Auditor | Requirement Tracing | "Ensure 100% requirement coverage." |
|
|
22
|
+
| **debug-specialist** | RCA Expert | Systematic Debugging | "Debug with persistent state tracking." |
|
|
23
|
+
| **ui-auditor** | Visual Designer | Aesthetic Excellence | "Ensure 10/10 aesthetics & UX." |
|
|
24
|
+
| **verifier** | UAT Specialist | Evidence Validation | "Prove functionality with visual proof." |
|
|
25
|
+
|
|
26
|
+
## 🧠 Autonomous Swarm Enclaves
|
|
27
|
+
|
|
28
|
+
| Agent | Core Persona | Collaborative Focus | Primary Directive |
|
|
29
|
+
| :--- | :--- | :--- | :--- |
|
|
30
|
+
| **qa-engineer** | Logic Guard | Adversarial Testing | "Find failure modes in the logic." |
|
|
31
|
+
| **tech-writer** | Knowledge Lead | Documentation Sync | "Transform complexity into clarity." |
|
|
32
|
+
| **research-agent** | Data Scraper | Recursive Discovery | "Gather data points from web/repo." |
|
|
33
|
+
| **roadmapper** | Execution Lead | Milestone Sequencing | "Derive phases from requirements." |
|
|
34
|
+
| **user-profiler** | Behavioral Lead | Personalized DX | "Adapt to the unique user needs." |
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
*For more details, see the [MIND-FORGE-REFERENCE-V6.md](../MIND-FORGE-REFERENCE-V6.md).*
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
# MindForge — Command Registry (v6.2.0-alpha)
|
|
2
|
+
|
|
3
|
+
This registry catalogs every strategic, operational, and governance command available in the MindForge ecosystem.
|
|
4
|
+
|
|
5
|
+
## 🛡️ Strategic & Governance Commands
|
|
6
|
+
|
|
7
|
+
| Command | Description | Invocation | Outcome Goal |
|
|
8
|
+
| :--- | :--- | :--- | :--- |
|
|
9
|
+
| `/mindforge:status` | Real-time project and Sovereign health. | `/mindforge:status` | Verified engine manifestation. |
|
|
10
|
+
| `/mindforge:security-scan` | OWASP Top 10 + Sovereign Integrity check. | `/mindforge:security-scan` | Hardened codebase. |
|
|
11
|
+
| `/mindforge:health` | 7-pillar diagnostic of framework integrity. | `/mindforge:health` | 100% module health report. |
|
|
12
|
+
| `/mindforge:approve` | ZK-signed proof for Tier 3 gates. | `/mindforge:approve` | Unlocked high-risk commits. |
|
|
13
|
+
| `/mindforge:audit` | Query historical reasoning and compliance. | `/mindforge:audit` | Traceability and audit trail. |
|
|
14
|
+
| `/mindforge:tokens` | Real-time ROI and cost efficiency analysis. | `/mindforge:tokens` | Balanced resource consumption. |
|
|
15
|
+
| `/mindforge:quantum-verify` | Lattice-based framework integrity check. | `/mindforge:quantum-verify` | Cryptographically proven state. |
|
|
16
|
+
| `/mindforge:metrics` | Real-time velocity and quality aggregation. | `/mindforge:metrics` | Performance trends and KPIs. |
|
|
17
|
+
| `/mindforge:classify` | Governance tier assignment for changes. | `/mindforge:classify` | Risk-aware gate enforcement. |
|
|
18
|
+
|
|
19
|
+
## 📐 Project & Lifecycle Management
|
|
20
|
+
|
|
21
|
+
| Command | Description | Invocation | Outcome Goal |
|
|
22
|
+
| :--- | :--- | :--- | :--- |
|
|
23
|
+
| `/mindforge:init-project` | Initialize a new project with the framework. | `/mindforge:init-project` | "Beast Mode" workspace. |
|
|
24
|
+
| `/mindforge:init-org` | Set up organization-level policy standards. | `/mindforge:init-org` | Standardized enterprise config. |
|
|
25
|
+
| `/mindforge:new-project` | Structured project initialization wizard. | `/mindforge:new-project` | Validated project baseline. |
|
|
26
|
+
| `/mindforge:milestone` | Define and track high-level milestones. | `/mindforge:milestone` | Recorded project roadmap. |
|
|
27
|
+
| `/mindforge:discuss-phase` | Adaptive requirement gathering and discovery. | `/mindforge:discuss-phase` | Approved PLAN.md. |
|
|
28
|
+
| `/mindforge:plan-phase` | High-fidelity execution plan generation. | `/mindforge:plan-phase` | Atomic task blueprint. |
|
|
29
|
+
| `/mindforge:architecture` | Domain modeling and system design orchestration. | `/mindforge:architecture` | UI-SPEC and ARCHITECTURE docs. |
|
|
30
|
+
| `/mindforge:next` | Auto-detect and route the next logical action. | `/mindforge:next` | Zero-friction dev workflow. |
|
|
31
|
+
| `/mindforge:retro` | Performance-driven milestone retrospective. | `/mindforge:retro` | Identified growth areas. |
|
|
32
|
+
| `/mindforge:complete-milestone` | Milestone archival and next cycle preparation. | `/mindforge:complete-milestone` | Clean project state for next. |
|
|
33
|
+
|
|
34
|
+
## 🚀 Execution & Implementation
|
|
35
|
+
|
|
36
|
+
| Command | Description | Invocation | Outcome Goal |
|
|
37
|
+
| :--- | :--- | :--- | :--- |
|
|
38
|
+
| `/mindforge:execute-phase` | Wave-based parallel implementation. | `/mindforge:execute-phase` | Completed feature phase. |
|
|
39
|
+
| **mindforge:auto** | Autonomous execution mode (Wave mode). | `/mindforge:auto` | Unattended bulk task completion. |
|
|
40
|
+
| `/mindforge:do` | NLP intent ingestion and dispatching. | `/mindforge:do "[intent]"` | Smart task routing. |
|
|
41
|
+
| `/mindforge:steer` | Mid-execution instruction for active swarms. | `/mindforge:steer "[guide]"` | Remediated autonomous engine. |
|
|
42
|
+
| `/mindforge:headless` | Daemonize MindForge for background operation. | `/mindforge:headless` | Continuous framework uptime. |
|
|
43
|
+
| `/mindforge:quick` | Atomic task execution with validation. | `/mindforge:quick` | Fast, safe bugfixes and tweaks. |
|
|
44
|
+
| `/mindforge:tdd` | Strict Red-Green-Refactor development logic. | `/mindforge:tdd` | 100% tested implementation. |
|
|
45
|
+
| `/mindforge:swarm-execution` | Multi-agent parallel swarm orchestration. | `/mindforge:swarm-execution` | High-velocity implementation. |
|
|
46
|
+
| `/mindforge:debug` | RCA investigation and systematic repair. | `/mindforge:debug` | Resolved root-cause defects. |
|
|
47
|
+
| `/mindforge:workstreams` | Parallel feature track isolation and management. | `/mindforge:workstreams` | Isolated, concurrent development. |
|
|
48
|
+
|
|
49
|
+
## ✅ Verification & Quality
|
|
50
|
+
|
|
51
|
+
| Command | Description | Invocation | Outcome Goal |
|
|
52
|
+
| :--- | :--- | :--- | :--- |
|
|
53
|
+
| `/mindforge:verify-work` | UAT + Browser testing + Evidence capture. | `/mindforge:verify-work` | Visual proof of functionality. |
|
|
54
|
+
| `/mindforge:validate-phase` | Pillar gap analysis and requirement closure. | `/mindforge:validate-phase` | Quality-certified phase. |
|
|
55
|
+
| `/mindforge:pr-review` | AI-driven pull request review engine. | `/mindforge:pr-review` | Approved code and PR summary. |
|
|
56
|
+
| `/mindforge:ui-review` | Visual audit against DESIGN_SYSTEM.md. | `/mindforge:ui-review` | 10/10 aesthetic compliance. |
|
|
57
|
+
| `/mindforge:benchmark` | Measure skill and agent effectiveness. | `/mindforge:benchmark` | ROI and quality scores. |
|
|
58
|
+
| `/mindforge:test-memory` | Persistent memory suite validation check. | `/mindforge:test-memory` | Knowledge graph integrity. |
|
|
59
|
+
|
|
60
|
+
## 🧠 Knowledge & AI Intelligence
|
|
61
|
+
|
|
62
|
+
| Command | Description | Invocation | Outcome Goal |
|
|
63
|
+
| :--- | :--- | :--- | :--- |
|
|
64
|
+
| `/mindforge:learn` | Convert raw knowledge into a SKILL.md. | `/mindforge:learn` | New framework capability. |
|
|
65
|
+
| `/mindforge:remember` | Management of the semantic knowledge graph. | `/mindforge:remember` | Evolving framework intelligence. |
|
|
66
|
+
| `/mindforge:memory` | Real-time interaction with framework memory. | `/mindforge:memory` | Semantic context retrieval. |
|
|
67
|
+
| `/mindforge:research` | Deep research across the 1M token window. | `/mindforge:research` | Comprehensive context reports. |
|
|
68
|
+
| `/mindforge:hindsight` | Inject fixes into past state points. | `/mindforge:hindsight` | Repaired state history. |
|
|
69
|
+
| `/mindforge:harvest` | Proactive semantic intent harvesting. | `/mindforge:harvest` | Automated task claiming. |
|
|
70
|
+
| `/mindforge:self-heal` | Autonomous reasoning drift remediation. | `/mindforge:self-heal` | Stabilized swarm logic. |
|
|
71
|
+
| `/mindforge:temporal` | State history and time-travel debugging. | `/mindforge:temporal` | Advanced state traceability. |
|
|
72
|
+
|
|
73
|
+
## 📦 Skill & Asset Management
|
|
74
|
+
|
|
75
|
+
| Command | Description | Invocation | Outcome Goal |
|
|
76
|
+
| :--- | :--- | :--- | :--- |
|
|
77
|
+
| `/mindforge:install-skill` | Install a skill to the designated Tier. | `/mindforge:install-skill` | Deployed capability. |
|
|
78
|
+
| `/mindforge:register-skill` | Register skill in the framework Manifest. | `/mindforge:register-skill` | Discoverable skill asset. |
|
|
79
|
+
| `/mindforge:audit-skill` | Record lifecycle events in the audit log. | `/mindforge:audit-skill` | Compliance and history. |
|
|
80
|
+
| `/mindforge:validate-skill` | High-fidelity skill testing and linting. | `/mindforge:validate-skill` | Certified skill performance. |
|
|
81
|
+
| `/mindforge:marketplace` | Discover and install community skills. | `/mindforge:marketplace` | Ecosystem expansion. |
|
|
82
|
+
| `/mindforge:spawn` | Direct invocation of a persona essence. | `/mindforge:spawn [persona]` | Cognitive support on demand. |
|
|
83
|
+
| `/mindforge:identity` | Invoke specialized identity from /agents/. | `/mindforge:identity` | Specialized interaction persona. |
|
|
84
|
+
| `/mindforge:plugins` | Manage and audit framework logic plugins. | `/mindforge:plugins` | Customizable framework engine. |
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
*For more details, see the [MIND-FORGE-REFERENCE-V6.md](../MIND-FORGE-REFERENCE-V6.md).*
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# MindForge — Hook Registry (v6.2.0-alpha)
|
|
2
|
+
|
|
3
|
+
This registry catalogs the automation and security lifecycle hooks available in the MindForge environment.
|
|
4
|
+
|
|
5
|
+
## 🛡️ Framework Governance Hooks
|
|
6
|
+
|
|
7
|
+
| Hook | Trigger Event | Primary Security Protocol |
|
|
8
|
+
| :--- | :--- | :--- |
|
|
9
|
+
| **mindforge-session-init_extended** | `Session Start` | "Enterprise-grade context restoration, workspace mounting, and security baseline verification." |
|
|
10
|
+
| **mindforge-workflow-guard** | `Command Invocation` | "Enforcement of phase-based logic, mandatory plan approval, and verification gating." |
|
|
11
|
+
| **mindforge-prompt-guard** | `Token Input` | "Persona integrity enforcement, safety filtering, and prompt injection prevention." |
|
|
12
|
+
|
|
13
|
+
## 📊 Operational Visibility & Health
|
|
14
|
+
|
|
15
|
+
| Hook | Trigger Event | Primary Security Protocol |
|
|
16
|
+
| :--- | :--- | :--- |
|
|
17
|
+
| **mindforge-statusline** | `Terminal Init / Loop` | "Real-time productivity indicators, token counts, and phase status rendering." |
|
|
18
|
+
| **mindforge-check-update** | `Startup / Interval` | "Automatic framework update detection, changelog retrieval, and version sync." |
|
|
19
|
+
| **mindforge-context-monitor** | `Context Shift` | "Dynamic token optimization, context window management, and memory prioritizing." |
|
|
20
|
+
|
|
21
|
+
## 🔗 Version Control & Git Hooks
|
|
22
|
+
|
|
23
|
+
| Hook | Trigger Event | Primary Security Protocol |
|
|
24
|
+
| :--- | :--- | :--- |
|
|
25
|
+
| **pre-commit-security** | `git commit` | "Run a `--secrets` scan on staged files before commit." |
|
|
26
|
+
| **post-merge-status** | `git merge` | "Re-verify Sovereign framework integrity after code updates." |
|
|
27
|
+
| **pre-push-validation** | `git push` | "Validate that all active plans have an 'Approved' status." |
|
|
28
|
+
|
|
29
|
+
## 🧠 Reasoning & Memory Hooks
|
|
30
|
+
|
|
31
|
+
| Hook | Trigger Event | Primary Security Protocol |
|
|
32
|
+
| :--- | :--- | :--- |
|
|
33
|
+
| **nexus-tracer-init** | `Async Start` | "Inject the ZTAI signing protocol into every reasoning cycle." |
|
|
34
|
+
| **memory-load-check** | `Session Start` | "Verify the knowledge graph's semantic integrity." |
|
|
35
|
+
| **intent-harvest-trigger** | `Idle Threshold` | "Activate the Sovereign Homing engine for idle task-claiming." |
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
*For more details, see the [MIND-FORGE-REFERENCE-V6.md](../MIND-FORGE-REFERENCE-V6.md).*
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# MindForge — Persona Registry (v6.2.0-alpha)
|
|
2
|
+
|
|
3
|
+
This registry catalogs the specialized agent essences available for direct interaction and autonomous reasoning.
|
|
4
|
+
|
|
5
|
+
## 🧠 Strategic Reason Enclaves
|
|
6
|
+
|
|
7
|
+
| Persona | Identifier | Cognitive Focus | Primary Directive |
|
|
8
|
+
| :--- | :--- | :--- | :--- |
|
|
9
|
+
| **mf-planner** | Strategic Planner | Minimalism & Scalability | "Design systems with 10/10 fidelity and 1/1 complexity." |
|
|
10
|
+
| **architect** | Senior Architect | Core System Design | "Build robust, secure, and maintainable foundations." |
|
|
11
|
+
| **roadmapper** | Milestone Specialist | Timeline & Dependencies | "Convert requirements into executable milestones." |
|
|
12
|
+
| **analyst** | Requirements Lead | Scoping & Specs | "Translate ambiguous intent into precise, testable specifications." |
|
|
13
|
+
| **decision-architect** | Governance Lead | Implementation Verdicts | "Synthesize research and audits into actionable roadmap adjustments." |
|
|
14
|
+
| **advisor-researcher** | Trade-off Consultant | Comparative Rationale | "Research single decision points and provide structured comparisons." |
|
|
15
|
+
|
|
16
|
+
## 🚀 Implementation Pilots
|
|
17
|
+
|
|
18
|
+
| Persona | Identifier | Cognitive Focus | Primary Directive |
|
|
19
|
+
| :--- | :--- | :--- | :--- |
|
|
20
|
+
| **mf-executor** | Lead Developer | "Beast Mode" Logic & UI | "Ship premium-grade code with 100% test coverage." |
|
|
21
|
+
| **developer** | Code Smith | Clean Code & Patterns | "Implement features according to the approved plan." |
|
|
22
|
+
| **executor** | Pilot Developer | Atomic Multi-Plan | "Executes implementation plans with high fidelity and atomic commits." |
|
|
23
|
+
| **tech-writer** | Documentation Lead | Clarity & Accuracy | "Transform engineering complexity into readable documentation." |
|
|
24
|
+
| **mf-tool** | System Operator | Terminal & File Ops | "Execute complex system transformations safely." |
|
|
25
|
+
|
|
26
|
+
## 🛡️ Quality & Security Auditors
|
|
27
|
+
|
|
28
|
+
| Persona | Identifier | Cognitive Focus | Primary Directive |
|
|
29
|
+
| :--- | :--- | :--- | :--- |
|
|
30
|
+
| **mf-reviewer** | Quality Lead | Correctness & Performance | "Find the bugs and antipatterns before they ship." |
|
|
31
|
+
| **security-reviewer** | Threat Hunter | PQAS & OWASP | "Harden the framework against all agentic threats." |
|
|
32
|
+
| **nyquist-auditor** | Requirement Auditor | Gaps & Edge Cases | "Ensure every requirement has a verification plan." |
|
|
33
|
+
| **verifier** | UAT Specialist | Evidence & Validation | "Prove the feature works with visual evidence." |
|
|
34
|
+
| **qa-engineer** | QA Specialist | Adversarial Testing | "Think adversarially to find failure modes and logic gaps." |
|
|
35
|
+
| **ui-auditor** | Visual Specialist | Aesthetic Excellence | "Ensure 10/10 aesthetics and fluid animations." |
|
|
36
|
+
| **ui-checker** | Design Validator | UI-SPEC Compliance | "Verify visual implementation against recorded design contracts." |
|
|
37
|
+
| **integration-checker** | System Integrator | Cross-Component Flow | "Ensure disparate services work as a unified system." |
|
|
38
|
+
| **coverage-specialist** | Testing Analyst | Coverage Gap Index | "Identify untested code paths and logic branches." |
|
|
39
|
+
|
|
40
|
+
## 🔍 Research & Intelligence Agents
|
|
41
|
+
|
|
42
|
+
| Persona | Identifier | Cognitive Focus | Primary Directive |
|
|
43
|
+
| :--- | :--- | :--- | :--- |
|
|
44
|
+
| **mf-researcher** | Knowledge Lead | Context & Discovery | "Surface the unknown-unknowns before implementation." |
|
|
45
|
+
| **project-researcher** | Principal Researcher | Ecosystem & Feasibility | "Investigate technical constraints before project or milestone creation." |
|
|
46
|
+
| **research-agent** | Deep-Dive Specialist | Recursive Investigation | "Gather data points from the web and codebase recursively." |
|
|
47
|
+
| **research-synthesizer** | Wisdom Aggregator | Summary Generation | "Synthesize research outputs from multiple agents into a SUMMARY.md." |
|
|
48
|
+
| **phase-researcher** | Tactical Researcher | Implementation Logic | "Analyze approaches and best practices for the current phase." |
|
|
49
|
+
| **ui-researcher** | Design Consultant | Visual Trend Analysis | "Research modern UI patterns and aesthetic benchmarks." |
|
|
50
|
+
|
|
51
|
+
## 🧠 Specialized Diagnostics & Memory
|
|
52
|
+
|
|
53
|
+
| Persona | Identifier | Cognitive Focus | Primary Directive |
|
|
54
|
+
| :--- | :--- | :--- | :--- |
|
|
55
|
+
| **mf-memory** | Semantic Clerk | Persistent Context | "Manage long-term memory and knowledge graph synchronization." |
|
|
56
|
+
| **debug-specialist** | RCA Expert | Root Cause Analysis | "Debug systematically with persistent state tracking." |
|
|
57
|
+
| **debugger** | Logic Specialist | Hypothesis Testing | "Solve failures through scientific hypothesis testing." |
|
|
58
|
+
| **user-profiler** | Behavioral Analyst | Dev Experience | "Adapt the framework to the unique needs of the developer." |
|
|
59
|
+
| **assumptions-analyzer** | Logic Auditor | Pre-Planning Verification | "Surface approach assumptions before committing to a plan." |
|
|
60
|
+
| **codebase-mapper** | Ecosystem Explorer | Semantic Indexing | "Generate structured documentation for any repository." |
|
|
61
|
+
| **release-manager** | Pipeline Lead | SemVer & Ship Control | "Ensure every release is traceable and reversible." |
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
*For more details, see the [MIND-FORGE-REFERENCE-V6.md](../MIND-FORGE-REFERENCE-V6.md).*
|