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
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# MindForge — Documentation Registry Hub (v6.2.0-alpha)
|
|
2
|
+
|
|
3
|
+
Welcome to the central high-fidelity registry for the MindForge framework. This hub provides 100% transparency into the specialized assets, cognitive patterns, and automated guards that power the environment.
|
|
4
|
+
|
|
5
|
+
## 🗂️ Framework Registries
|
|
6
|
+
|
|
7
|
+
| Registry | Content Scope | Primary Purpose |
|
|
8
|
+
| :--- | :--- | :--- |
|
|
9
|
+
| **[COMMANDS.md](./COMMANDS.md)** | 64+ Core Operations | Direct terminal interaction reference. |
|
|
10
|
+
| **[SKILLS.md](./SKILLS.md)** | 70+ Atomic Skills | Distributed capability and tool mappings. |
|
|
11
|
+
| **[PERSONAS.md](./PERSONAS.md)** | 35+ Cognitive Egos | Specialized agent reasoning configurations. |
|
|
12
|
+
| **[WORKFLOWS.md](./WORKFLOWS.md)** | 100+ Automations | High-fidelity lifecycle and task flows. |
|
|
13
|
+
| **[HOOKS.md](./HOOKS.md)** | 10+ Framework Guards | Security, visibility, and automation triggers. |
|
|
14
|
+
| **[AGENTS.md](./AGENTS.md)** | 20+ Digital Identities | Invocable personas and internal swarms. |
|
|
15
|
+
|
|
16
|
+
## 🚀 "Beast Mode" Ready
|
|
17
|
+
|
|
18
|
+
These registries are synchronized automatically during every `mindforge init` or `update` cycle. They ensure that every framework capability is discoverable, verifiable, and enforceable by both human developers and AI agents.
|
|
19
|
+
|
|
20
|
+
## 🔍 How to Use This Hub
|
|
21
|
+
|
|
22
|
+
1. **Search**: Use `Ctrl+F` across any registry to find specific functional keywords.
|
|
23
|
+
2. **Invoke**: Use the "Trigger Commands" in [WORKFLOWS.md](./WORKFLOWS.md) for automated task orchestration.
|
|
24
|
+
3. **Audit**: Cross-reference [HOOKS.md](./HOOKS.md) to understand the security guards active in your session.
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
*MindForge v6.2.0-alpha — Absolute Sovereignty. Absolute Performance. Absolute Transparency.*
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
# MindForge — Skill Registry (v6.2.0-alpha)
|
|
2
|
+
|
|
3
|
+
This registry catalogs the high-fidelity SkillStacks available to the MindForge Intelligence Mesh.
|
|
4
|
+
|
|
5
|
+
## 🧠 Technical Architecture & Engineering
|
|
6
|
+
|
|
7
|
+
| Skill | Primary Domain | Primary Capability |
|
|
8
|
+
| :--- | :--- | :--- |
|
|
9
|
+
| **agency-senior-developer** | Implementation | "Beast Mode" styling and robust logic. |
|
|
10
|
+
| **agency-software-architect** | System Design | Architectural pattern selection and complexity control. |
|
|
11
|
+
| **agency-backend-architect** | Core Logic | Database schema design and high-performance API logic. |
|
|
12
|
+
| **agency-frontend-developer** | Web Interface | Fluid components and interactive design systems. |
|
|
13
|
+
| **agency-mobile-app-builder** | Native Apps | Multi-platform mobile development (iOS/Android). |
|
|
14
|
+
|
|
15
|
+
## 🛡️ Security & Compliance
|
|
16
|
+
|
|
17
|
+
| Skill | Primary Domain | Primary Capability |
|
|
18
|
+
| :--- | :--- | :--- |
|
|
19
|
+
| **agency-security-engineer** | Hardening | Threat detection and post-quantum security modeling. |
|
|
20
|
+
| **agency-blockchain-security** | Smart Contracts | Vulnerability detection and formal verification. |
|
|
21
|
+
| **agency-compliance-auditor** | Regulation | SOC 2 / ISO 27001 readiness and evidence gathering. |
|
|
22
|
+
| **agency-legal-compliance** | Legal | Jurisdiction-aware data handling and licensing review. |
|
|
23
|
+
|
|
24
|
+
## 🤖 AI & Data Intelligence
|
|
25
|
+
|
|
26
|
+
| Skill | Primary Domain | Primary Capability |
|
|
27
|
+
| :--- | :--- | :--- |
|
|
28
|
+
| **agency-ai-engineer** | ML Integration | Agentic steering and model optimization. |
|
|
29
|
+
| **agency-data-engineer** | Pipelines | Scalable ETL/ELT and lakehouse architecture. |
|
|
30
|
+
| **agency-database-optimizer** | Performance | Query optimization and indexing strategies. |
|
|
31
|
+
| **agency-analytics-reporter** | Insights | Data-driven storytelling and KPI dashboards. |
|
|
32
|
+
|
|
33
|
+
## 🎨 Design & Experience
|
|
34
|
+
|
|
35
|
+
| Skill | Primary Domain | Primary Capability |
|
|
36
|
+
| :--- | :--- | :--- |
|
|
37
|
+
| **agency-ui-designer** | Visual Identity | Pixel-perfect components and consistent branding. |
|
|
38
|
+
| **agency-ux-architect** | Human Interface | Fluid animations and intuitive user flows. |
|
|
39
|
+
| **agency-whimsy-injector** | Personality | Interactive delight and playful brand experiences. |
|
|
40
|
+
|
|
41
|
+
## 🛠️ MindForge Atomic Skills (Exhaustive)
|
|
42
|
+
|
|
43
|
+
These atomic skills are the underlying mechanics of the framework, providing specialized capabilities across the entire project lifecycle.
|
|
44
|
+
|
|
45
|
+
### 🔄 Core & Lifecycle Management
|
|
46
|
+
|
|
47
|
+
| Skill | Description |
|
|
48
|
+
| :--- | :--- |
|
|
49
|
+
| `mindforge-next` | Automatically advance to the next logical step in the workflow. |
|
|
50
|
+
| `mindforge-progress` | Check project progress, show context, and route to next action. |
|
|
51
|
+
| `mindforge-status` | Display a rich dashboard of active project state and readiness. |
|
|
52
|
+
| `mindforge-help` | Show available commands and comprehensive usage guides. |
|
|
53
|
+
| `mindforge-update` | Update MindForge to the latest version with changelog analysis. |
|
|
54
|
+
| `mindforge-settings` | Configure framework toggles, security gates, and model profiles. |
|
|
55
|
+
| `mindforge-session-report` | Generate post-session summaries and resource consumption analysis. |
|
|
56
|
+
| `mindforge-stats` | Display metrics, git velocity, and project timelines. |
|
|
57
|
+
|
|
58
|
+
### ♟️ Strategic Planning & Research
|
|
59
|
+
|
|
60
|
+
| Skill | Description |
|
|
61
|
+
| :--- | :--- |
|
|
62
|
+
| `mindforge-brainstorming` | Must use before creative work to explore requirements and design. |
|
|
63
|
+
| `mindforge-research-phase` | Deep research for technical implementation strategies. |
|
|
64
|
+
| `mindforge-map-codebase` | Parallel codebase mapping and semantic index creation. |
|
|
65
|
+
| `mindforge-milestone-summary` | Comprehensive project onboarding and overview generation. |
|
|
66
|
+
| `mindforge-discuss-phase` | Context gathering via adaptive stakeholder questioning. |
|
|
67
|
+
| `mindforge-plan-phase` | Create detailed documentation (PLAN.md) with verification loops. |
|
|
68
|
+
| `mindforge-plan-phase_extended` | Multi-step planning from specs and complex requirements. |
|
|
69
|
+
| `mindforge-plan-milestone-gaps` | Close roadmap gaps identified during milestone audits. |
|
|
70
|
+
| `mindforge-list-phase-assumptions` | Surface approach assumptions before committing to a plan. |
|
|
71
|
+
|
|
72
|
+
### 🚀 Implementation & Execution
|
|
73
|
+
|
|
74
|
+
| Skill | Description |
|
|
75
|
+
| :--- | :--- |
|
|
76
|
+
| `mindforge-execute-phase` | High-velocity implementation with wave-based parallelization. |
|
|
77
|
+
| `mindforge-execute-phase_extended` | Multi-session implementation with state-preservation checkpoints. |
|
|
78
|
+
| `mindforge-swarm-execution` | Execute independent tasks simultaneously within a session. |
|
|
79
|
+
| `mindforge-tdd` | Strict Red-Green-Refactor test-driven development. |
|
|
80
|
+
| `mindforge-tdd_extended` | Advanced TDD for complex features and obscure bugfixes. |
|
|
81
|
+
| `mindforge-fast` | Trivial task execution with zero framework overhead. |
|
|
82
|
+
| `mindforge-do` | Smart natural language dispatcher for automated routing. |
|
|
83
|
+
| `mindforge-manager` | Interactive command center for multi-phase orchestration. |
|
|
84
|
+
| `mindforge-ui-phase` | Generate a high-fidelity UI Design Contract (UI-SPEC.md). |
|
|
85
|
+
|
|
86
|
+
### ✅ Quality, Verification & Ship
|
|
87
|
+
|
|
88
|
+
| Skill | Description |
|
|
89
|
+
| :--- | :--- |
|
|
90
|
+
| `mindforge-verify-work` | Validate built features through conversational UAT. |
|
|
91
|
+
| `mindforge-verify-work_extended` | Evidence-first verification (proof before assertions). |
|
|
92
|
+
| `mindforge-ui-review` | Retroactive 6-pillar visual and accessibility audit. |
|
|
93
|
+
| `mindforge-debug` | Systematic debugging with persistent session state. |
|
|
94
|
+
| `mindforge-debug_extended` | Deep root-cause analysis (RCA) for complex failures. |
|
|
95
|
+
| `mindforge-validate-phase` | Fill Nyquist validation gaps for completed work. |
|
|
96
|
+
| `mindforge-audit-milestone` | Verify completion against original strategic intent. |
|
|
97
|
+
| `mindforge-audit-uat` | Cross-phase audit of all outstanding verification items. |
|
|
98
|
+
| `mindforge-review-request` | Verify requirements compliance before branch merge. |
|
|
99
|
+
| `mindforge-review-inbound` | Technical audit of received code review feedback. |
|
|
100
|
+
| `mindforge-pr-branch` | Create clean PR branches (filtering internal framework noise). |
|
|
101
|
+
| `mindforge-ship` | Full release pipeline (PR, review, and merge). |
|
|
102
|
+
| `mindforge-ship_extended` | Integration decision engine for completed implementation. |
|
|
103
|
+
|
|
104
|
+
### 🛠️ Environment & Workspace
|
|
105
|
+
|
|
106
|
+
| Skill | Description |
|
|
107
|
+
| :--- | :--- |
|
|
108
|
+
| `mindforge-new-project` | Deep-research project initialization and setup. |
|
|
109
|
+
| `mindforge-new-milestone` | Initialize new milestone cycles and update PROJECT.md. |
|
|
110
|
+
| `mindforge-new-workspace` | Create isolated repositories with independent planning state. |
|
|
111
|
+
| `mindforge-workspace-isolated` | Git worktree creation for clean feature isolation. |
|
|
112
|
+
| `mindforge-list-workspaces` | Display all active MindForge workspaces and their health. |
|
|
113
|
+
| `mindforge-remove-workspace` | Safe cleanup of workspaces and associated worktrees. |
|
|
114
|
+
| `mindforge-resume-work` | Full context restoration from previous session state. |
|
|
115
|
+
| `mindforge-pause-work` | Mid-phase handoff creation for session suspension. |
|
|
116
|
+
| `mindforge-cleanup` | Archive phase directories from completed milestones. |
|
|
117
|
+
| `mindforge-workstreams` | Manage parallel feature tracks with isolated state. |
|
|
118
|
+
| `mindforge-add-backlog` | Park speculative ideas in the "Parking Lot" (999.x). |
|
|
119
|
+
| `mindforge-review-backlog` | Promote backlog items to the active milestone roadmap. |
|
|
120
|
+
| `mindforge-add-phase` | Append new phases to the current milestone. |
|
|
121
|
+
| `mindforge-insert-phase` | Insert urgent decimal phases (e.g. 72.1) dynamically. |
|
|
122
|
+
| `mindforge-remove-phase` | Remove future phases and automatically renumber roadmap. |
|
|
123
|
+
| `mindforge-add-todo` | Capture real-time tasks from the conversation context. |
|
|
124
|
+
| `mindforge-note` | Zero-friction idea capture and observation log. |
|
|
125
|
+
| `mindforge-plant-seed` | Forward-looking idea capture with trigger conditions. |
|
|
126
|
+
|
|
127
|
+
### 🧠 Intelligence & Memory
|
|
128
|
+
|
|
129
|
+
| Skill | Description |
|
|
130
|
+
| :--- | :--- |
|
|
131
|
+
| `mindforge-neural-orchestrator` | Automated skill discovery and tool invocation protocol. |
|
|
132
|
+
| `mindforge-thread` | Persistent cross-session context and thread management. |
|
|
133
|
+
| `mindforge-memory` | Semantic clerk for long-term knowledge graph access. |
|
|
134
|
+
| `mindforge-skill-creation` | Learn, validate, and commit new framework capabilities. |
|
|
135
|
+
| `mindforge-forensics` | Post-mortem analysis of failed workflows and state. |
|
|
136
|
+
| `mindforge-system-architecture` | Multi-service design and scaling decision support. |
|
|
137
|
+
| `mindforge-profile-user` | Generate and maintain developer behavioral profiles. |
|
|
138
|
+
| `mindforge-reapply-patches` | Restore local modifications after framework updates. |
|
|
139
|
+
| `mindforge-join-discord` | Direct community integration and support access. |
|
|
140
|
+
|
|
141
|
+
---
|
|
142
|
+
*For more details, see the [MIND-FORGE-REFERENCE-V6.md](../MIND-FORGE-REFERENCE-V6.md).*
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
# MindForge — Workflow Registry (v6.2.0-alpha)
|
|
2
|
+
|
|
3
|
+
This registry catalogs the automated interaction flows available in the MindForge environment.
|
|
4
|
+
|
|
5
|
+
## 🧱 Initialization & Setup
|
|
6
|
+
|
|
7
|
+
| Workflow | Trigger Command | Logic Summary | Outcome Goal |
|
|
8
|
+
| :--- | :--- | :--- | :--- |
|
|
9
|
+
| **mindforge:init-project** | `/mindforge:init-project` | "Context extraction -> Framework initialization -> Baseline." | New MindForge project. |
|
|
10
|
+
| **mindforge:init-org** | `/mindforge:init-org` | "Organization-level standards -> Shared-configs -> Policies." | Standardized enterprise org. |
|
|
11
|
+
| **mindforge:new-runtime** | `/mindforge:new-runtime` | "Environment detection -> SDK scaffolding -> Test-loop." | Support for new target AI coding runtime. |
|
|
12
|
+
| **forge:init-project** | `/forge:init-project` | "FORGE-framework initialization -> Local deployment." | FORGE-ready workspace. |
|
|
13
|
+
|
|
14
|
+
## 🧠 Strategic Planning & Discovery
|
|
15
|
+
|
|
16
|
+
| Workflow | Trigger Command | Logic Summary | Outcome Goal |
|
|
17
|
+
| :--- | :--- | :--- | :--- |
|
|
18
|
+
| **mindforge:brainstorming** | `/mindforge:brainstorming` | "Intent exploration -> Requirement discovery -> Spec-generation." | Approved requirements. |
|
|
19
|
+
| **mindforge:milestone** | `/mindforge:milestone` | "Requirement clustering -> Timeline generation -> Slotting." | Recorded PROJECT.md roadmap. |
|
|
20
|
+
| **mindforge:architecture** | `/mindforge:architecture` | "Domain modeling -> Pattern selection -> Interface contract." | ARCHITECTURE and UI-SPEC docs. |
|
|
21
|
+
| **mindforge:discuss-phase** | `/mindforge:discuss-phase` | "Adaptive context gathering -> Assumption analysis -> Planning." | Approved PLAN.md. |
|
|
22
|
+
| **mindforge:plan-phase** | `/mindforge:plan-phase` | "Multi-phase blueprinting -> Security review -> Dependency check." | Approved implementation plan. |
|
|
23
|
+
| **mindforge:planner** | `/mindforge:planner` | "Invoke mf-planner -> Logic verification -> Minimization." | Strategic planning support. |
|
|
24
|
+
| **mindforge:researcher** | `/mindforge:researcher` | "Invoke mf-researcher -> Deep context search -> Summary." | Contextual research summaries. |
|
|
25
|
+
|
|
26
|
+
## 🚀 Execution & Implementation
|
|
27
|
+
|
|
28
|
+
| Workflow | Trigger Command | Logic Summary | Outcome Goal |
|
|
29
|
+
| :--- | :--- | :--- | :--- |
|
|
30
|
+
| **mindforge:execute-phase** | `/mindforge:execute-phase` | "Wave processing -> Parallel execution -> Swarm implementation." | Completed feature phase. |
|
|
31
|
+
| **mindforge:workstreams** | `/mindforge:workstreams` | "Feature track isolation -> Git Worktree sync -> PR-ready." | Parallel feature development. |
|
|
32
|
+
| **mindforge:tdd** | `/mindforge:tdd` | "Test-definition -> Implementation -> Refactor-cycle." | 100% tested feature code. |
|
|
33
|
+
| **mindforge:executor** | `/mindforge:executor` | "Invoke mf-executor -> Logic implementation -> Atomic commits." | High-fidelity execution assistance. |
|
|
34
|
+
| **mindforge:do** | `/mindforge:do` | "NLP intent routing -> Dispatcher -> Command execution." | Smart, intent-based action. |
|
|
35
|
+
| **mindforge:auto** | `/mindforge:auto` | "Autonomous wave execution -> Self-correcting loop -> Sync." | Bulk, unattended execution. |
|
|
36
|
+
| **mindforge:debug** | `/mindforge:debug` | "RCA investigation -> Log analysis -> Systematic repair." | Resolution of complex defects. |
|
|
37
|
+
| **mindforge:quick** | `/mindforge:quick` | "Atomic task execution -> Validation -> Immediate commit." | Ultra-fast trivial changes. |
|
|
38
|
+
| **mindforge:steer** | `/mindforge:steer` | "Engine interception -> Mid-execution guidance -> Adaptation." | Corrected autonomous engine flow. |
|
|
39
|
+
|
|
40
|
+
## 🛡️ Verification & Quality
|
|
41
|
+
|
|
42
|
+
| Workflow | Trigger Command | Logic Summary | Outcome Goal |
|
|
43
|
+
| :--- | :--- | :--- | :--- |
|
|
44
|
+
| **mindforge:health** | `/mindforge:health` | "Component diagnostics -> Config-audit -> Self-repair." | Balanced system health state. |
|
|
45
|
+
| **mindforge:validate-phase** | `/mindforge:validate-phase` | "Pillar gap analysis -> Requirement tracing -> Closure." | Validated and archived phase. |
|
|
46
|
+
| **mindforge:pr-review** | `/mindforge:pr-review` | "Diff analysis -> Security check -> Performance-audit." | Quality-assured code review. |
|
|
47
|
+
| **mindforge:security-scan** | `/mindforge:security-scan` | "Threat detection -> Hardcoding check -> OWASP auditing." | Hardened system security. |
|
|
48
|
+
| **mindforge:metrics** | `/mindforge:metrics` | "Quality trends -> Speed index -> Efficiency scores." | Real-time performance insights. |
|
|
49
|
+
| **mindforge:tokens** | `/mindforge:tokens` | "Consumption profile -> Cost analysis -> Optimization paths." | Optimized framework operation. |
|
|
50
|
+
| **mindforge:reviewer** | `/mindforge:reviewer` | "Invoke mf-reviewer -> Independent quality check." | High-confidence code audit. |
|
|
51
|
+
| **mindforge:audit** | `/mindforge:audit` | "Structured log analysis -> Integration query -> History." | Comprehensive event traceability. |
|
|
52
|
+
|
|
53
|
+
## 📦 Release & Shipping
|
|
54
|
+
|
|
55
|
+
| Workflow | Trigger Command | Logic Summary | Outcome Goal |
|
|
56
|
+
| :--- | :--- | :--- | :--- |
|
|
57
|
+
| **mindforge:ship** | `/mindforge:ship` | "PR generation -> Documentation sync -> Release tagging." | Merged features and updated docs. |
|
|
58
|
+
| **mindforge:release** | `/mindforge:release` | "Framework sync -> SemVer bump -> Global distribution." | New framework version release. |
|
|
59
|
+
| **mindforge:complete-milestone** | `/mindforge:complete-milestone` | "Verification -> Archival -> Next-milestone setup." | Archived milestone and prep-next. |
|
|
60
|
+
| **publish-release** | `/publish-release` | "Build orchestration -> Registry sync -> Distribution." | Deployed version to distribution hub. |
|
|
61
|
+
|
|
62
|
+
## 🧠 Knowledge & AI Intelligence
|
|
63
|
+
|
|
64
|
+
| Workflow | Trigger Command | Logic Summary | Outcome Goal |
|
|
65
|
+
| :--- | :--- | :--- | :--- |
|
|
66
|
+
| **mindforge:learn** | `/mindforge:learn` | "Source ingestion -> Validation -> Reusable skill creation." | New framework capability (SKILL.md). |
|
|
67
|
+
| **mindforge:remember** | `/mindforge:remember` | "Knowledge graph sync -> Semantic association -> Growth." | Evolving framework IQ. |
|
|
68
|
+
| **mindforge:memory** | `/mindforge:memory` | "Invoke mf-memory -> Persistent context retrieval." | Real-time knowledge graph interaction. |
|
|
69
|
+
| **mindforge:research** | `/mindforge:research` | "Deep context ingestion (Gemini) -> Logic synthesis." | Comprehensive research artifacts. |
|
|
70
|
+
|
|
71
|
+
---
|
|
72
|
+
*For more details, see the [MIND-FORGE-REFERENCE-V6.md](../MIND-FORGE-REFERENCE-V6.md).*
|
package/docs/user-guide.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# MindForge User Guide (v5.
|
|
1
|
+
# MindForge User Guide (v5.10.0)
|
|
2
2
|
|
|
3
3
|
This guide gets you from install to productive, with the minimum needed to run MindForge in a real project. It assumes Node.js 18+.
|
|
4
4
|
|
|
@@ -169,10 +169,18 @@ Tier 3 (Principal) agents execute reasoning in isolated enclaves to protect sens
|
|
|
169
169
|
/mindforge:agent --tier 3 # Automatically triggers SRE
|
|
170
170
|
```
|
|
171
171
|
|
|
172
|
-
### Dynamic Human-Agent Handover (
|
|
173
|
-
|
|
172
|
+
### Dynamic Human-Agent Handover & Temporal Steering (Pillar VII)
|
|
173
|
+
NEXUS enables sub-second state reconstruction and **Hindsight Injection**. When an agent drifts, roll back its logic via the Dashboard's **Temporal Slider** and inject a steering vector to re-orient the wave.
|
|
174
174
|
```bash
|
|
175
|
-
/mindforge:
|
|
175
|
+
/mindforge:temporal status # View active reasoning snapshots
|
|
176
|
+
/mindforge:temporal inject [ID] # Manual CLI-based hindsight
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
### Agentic Revenue Operations (AgRevOps) (Pillar VIII)
|
|
180
|
+
Treat compute as a financial asset. Monitor ROI ($100/hr value mapping) and Security Health directly.
|
|
181
|
+
```bash
|
|
182
|
+
/mindforge:costs --roi # Detailed financial analysis
|
|
183
|
+
/mindforge:finops status # View velocity and debt metrics
|
|
176
184
|
```
|
|
177
185
|
|
|
178
186
|
---
|
|
@@ -204,11 +212,33 @@ Keep your framework current with the latest personas and library updates:
|
|
|
204
212
|
|
|
205
213
|
---
|
|
206
214
|
|
|
207
|
-
|
|
215
|
+
---
|
|
216
|
+
|
|
217
|
+
## 16. Mastering the Nexus: Temporal Steering
|
|
218
|
+
|
|
219
|
+
MindForge v5.10.0 allows you to "time-travel" through your agent's reasoning.
|
|
220
|
+
|
|
221
|
+
1. **Launch the Dashboard**: `/mindforge:dashboard --start --open`
|
|
222
|
+
2. **Navigate to 'Temporal'**: Use the horizontal slider to scrub through reasoning snapshots.
|
|
223
|
+
3. **Inspect State**: View the exact memory, file diffs, and thought chain at that point in space-time.
|
|
224
|
+
4. **Inject Hindsight**: If you see a logic error, use the **Hindsight Injector** form to roll back and provide a corrective "Steering Vector."
|
|
225
|
+
|
|
226
|
+
## 17. AgRevOps: Financial Health & ROI
|
|
227
|
+
|
|
228
|
+
Monitor your project's economic performance in real-time via the **RevOps Hub**.
|
|
229
|
+
|
|
230
|
+
- **ROI Pulse**: Tracks net value (Dev hours saved vs. Token cost).
|
|
231
|
+
- **Velocity Gauge**: Real-time forecasting of milestone completion dates.
|
|
232
|
+
- **Security Health Score (SHS)**: A 0-100 score that penalizes policy bypasses and critical findings. Maintain a score > 80 to ensure autonomous stability.
|
|
233
|
+
|
|
234
|
+
---
|
|
235
|
+
|
|
236
|
+
## 18. Reference & Support
|
|
208
237
|
|
|
209
238
|
- **Architecture**: `docs/architecture/V5-ENTERPRISE.md`
|
|
210
239
|
- **Governance**: `docs/governance-guide.md`
|
|
240
|
+
- **Dashboard**: `docs/feature-dashboard.md`
|
|
241
|
+
- **USP & Roadmap**: `docs/usp-features.md`
|
|
211
242
|
- **Commands**: `docs/commands-reference.md`
|
|
212
|
-
- **Personas**: `docs/PERSONAS.md`
|
|
213
243
|
- **Troubleshooting**: `docs/troubleshooting.md`
|
|
214
244
|
- **Discord**: `/mindforge:join-discord`
|