mindforge-cc 6.2.0-alpha → 6.2.1
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/bin/lib/commands.cjs +4 -4
- package/.agent/bin/lib/state.cjs +1 -1
- package/.agent/bin/lib/verify.cjs +7 -7
- package/.agent/bin/mindforge-tools.cjs +1 -1
- package/.agent/hooks/mindforge-context-monitor.js +1 -1
- package/.agent/hooks/mindforge-session-init_extended.js +4 -4
- package/.agent/hooks/mindforge-workflow-guard.js +1 -1
- package/.agent/mindforge/debug.md +3 -0
- package/.agent/mindforge/execute-phase.md +6 -0
- package/.agent/mindforge/learning.md +20 -0
- package/.agent/mindforge/plan-phase.md +9 -7
- package/.agent/mindforge/record-learning.md +22 -0
- package/.agent/mindforge/retrospective.md +1 -0
- package/.agent/mindforge/ship.md +7 -0
- package/.claude/CLAUDE.md +16 -7
- package/.claude/commands/mindforge/approve.md +16 -24
- package/.claude/commands/mindforge/audit.md +28 -28
- package/.claude/commands/mindforge/auto.md +20 -27
- package/.claude/commands/mindforge/benchmark.md +31 -24
- package/.claude/commands/mindforge/browse.md +24 -22
- package/.claude/commands/mindforge/complete-milestone.md +16 -26
- package/.claude/commands/mindforge/costs.md +10 -23
- package/.claude/commands/mindforge/cross-review.md +15 -25
- package/.claude/commands/mindforge/dashboard.md +99 -32
- package/.claude/commands/mindforge/debug.md +130 -31
- package/.claude/commands/mindforge/discuss-phase.md +139 -33
- package/.claude/commands/mindforge/execute-phase.md +197 -34
- package/.claude/commands/mindforge/health.md +25 -25
- package/.claude/commands/mindforge/help.md +27 -23
- package/.claude/commands/mindforge/init-org.md +132 -34
- package/.claude/commands/mindforge/init-project.md +167 -37
- package/.claude/commands/mindforge/install-skill.md +24 -28
- package/.claude/commands/mindforge/learn.md +144 -33
- package/.claude/commands/mindforge/learning.md +20 -0
- package/.claude/commands/mindforge/map-codebase.md +299 -33
- package/.claude/commands/mindforge/marketplace.md +121 -30
- package/.claude/commands/mindforge/metrics.md +20 -27
- package/.claude/commands/mindforge/migrate.md +41 -30
- package/.claude/commands/mindforge/milestone.md +11 -30
- package/.claude/commands/mindforge/new-runtime.md +20 -26
- package/.claude/commands/mindforge/next.md +106 -31
- package/.claude/commands/mindforge/plan-phase.md +128 -31
- package/.claude/commands/mindforge/plugins.md +38 -28
- package/.claude/commands/mindforge/pr-review.md +42 -29
- package/.claude/commands/mindforge/profile-team.md +21 -24
- package/.claude/commands/mindforge/publish-skill.md +18 -25
- package/.claude/commands/mindforge/qa.md +14 -25
- package/.claude/commands/mindforge/quick.md +136 -32
- package/.claude/commands/mindforge/record-learning.md +22 -0
- package/.claude/commands/mindforge/release.md +9 -24
- package/.claude/commands/mindforge/remember.md +24 -23
- package/.claude/commands/mindforge/research.md +11 -24
- package/.claude/commands/mindforge/retrospective.md +25 -26
- package/.claude/commands/mindforge/review.md +158 -34
- package/.claude/commands/mindforge/security-scan.md +239 -31
- package/.claude/commands/mindforge/ship.md +108 -31
- package/.claude/commands/mindforge/skills.md +142 -33
- package/.claude/commands/mindforge/status.md +110 -27
- package/.claude/commands/mindforge/steer.md +11 -22
- package/.claude/commands/mindforge/sync-confluence.md +10 -25
- package/.claude/commands/mindforge/sync-jira.md +11 -27
- package/.claude/commands/mindforge/tokens.md +7 -22
- package/.claude/commands/mindforge/update.md +43 -30
- package/.claude/commands/mindforge/verify-phase.md +63 -27
- package/.claude/commands/mindforge/workspace.md +27 -26
- package/.mindforge/engine/shard-controller.md +1 -1
- package/CHANGELOG.md +34 -15
- package/README.md +93 -98
- package/RELEASENOTES.md +6 -6
- package/bin/autonomous/auto-runner.js +1 -1
- package/bin/autonomous/mesh-self-healer.js +2 -2
- package/bin/change-classifier.js +1 -1
- package/bin/dashboard/server.js +4 -4
- package/bin/dashboard/sse-bridge.js +1 -1
- package/bin/engine/learning-manager.js +181 -0
- package/bin/engine/sre-manager.js +1 -1
- package/bin/engine/temporal-cli.js +1 -1
- package/bin/engine/temporal-hindsight.js +4 -4
- package/bin/governance/approve.js +2 -2
- package/bin/governance/policy-engine.js +1 -1
- package/bin/governance/ztai-manager.js +1 -1
- package/bin/hindsight-injector.js +1 -1
- package/bin/installer-core.js +8 -0
- package/bin/memory/federated-sync.js +7 -7
- package/bin/mindforge-cli.js +9 -0
- package/bin/models/cloud-broker.js +1 -1
- package/bin/review/ads-engine.js +6 -6
- package/bin/skill-registry.js +4 -4
- package/bin/skills-builder/marketplace-client.js +2 -2
- package/bin/skills-builder/pattern-detector.js +2 -2
- package/bin/skills-builder/skill-generator.js +1 -1
- package/bin/skills-builder/skill-registrar.js +4 -4
- package/bin/skills-builder/skill-scorer.js +1 -1
- package/bin/skills-builder/source-loader.js +2 -2
- package/bin/wizard/theme.js +1 -1
- package/docs/CAPABILITIES-MANIFEST.md +2 -2
- package/docs/MIND-FORGE-REFERENCE-V6.md +3 -3
- package/docs/Templates/Project/AGENTS_LEARNING.md +88 -0
- package/docs/architecture/V4-SWARM-MESH.md +1 -1
- package/docs/architecture/V5-ENTERPRISE.md +1 -1
- package/docs/ci-cd.md +1 -1
- package/docs/commands-reference.md +106 -48
- package/docs/registry/COMMANDS.md +1 -1
- package/docs/registry/PERSONAS.md +1 -1
- package/docs/registry/README.md +1 -1
- package/docs/registry/SKILLS.md +1 -1
- package/docs/security/ZTAI-OVERVIEW.md +1 -1
- package/docs/user-guide.md +2 -2
- package/docs/workflow-atlas.md +1 -1
- package/package.json +2 -1
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
# AGENTS_LEARNING.md — Project Intelligence Evolution
|
|
2
|
+
|
|
3
|
+
This document captures the cumulative technical intelligence of AI agents operating within this project. It serves as a persistent memory layer to ensure agents evolve by learning from historical mistakes, maintaining high-fidelity engineering discipline, and adhering to architectural standards.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Context
|
|
8
|
+
**Project Name:** [Project Name]
|
|
9
|
+
**Project Type:** [Frontend / Backend / Fullstack / Infra]
|
|
10
|
+
**Tech Stack:** [e.g. Node.js, React, PostgreSQL]
|
|
11
|
+
**System Scope:** [Short description of the system]
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## 1. Mistakes Observed
|
|
16
|
+
| Mistake | Description | Example | Impact |
|
|
17
|
+
| :--- | :--- | :--- | :--- |
|
|
18
|
+
| [Title] | [Brief description] | [Example code/context] | [Low/Medium/High/Critical] |
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## 2. Root Cause Analysis
|
|
23
|
+
- [Mistake Name]: [Why did this happen? System design, bad assumptions, or implementation gaps?]
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## 3. Mitigation & Fix Strategy
|
|
28
|
+
- [Mistake Name]: [Exact steps to fix and preventive measures]
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## 4. Best Practices (Must Follow)
|
|
33
|
+
- **AI-First Engineering**: [Guideline]
|
|
34
|
+
- **Observability**: [Guideline]
|
|
35
|
+
- [Practice]: [Guideline]
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## 5. Anti-Patterns (Must Avoid)
|
|
40
|
+
- **Shadow Execution**: [Why it is harmful and what to do instead]
|
|
41
|
+
- [Pattern]: [Why it is harmful and what to do instead]
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## 6. Architectural Patterns to Follow
|
|
46
|
+
- [Pattern Name]: [Description and application]
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## 7. Failure Scenarios (Failure-First Thinking)
|
|
51
|
+
- **Scenario**: [What can break?]
|
|
52
|
+
- **System Behavior**: [How does the system behave?]
|
|
53
|
+
- **Agent Response**: [How should the agent respond?]
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## 8. Continuous Learning Rules
|
|
58
|
+
- **Post-Wave Retrospectives**: Update this document after every milestone or major fix.
|
|
59
|
+
- **Log Scavenging**: Analyze session logs for reasoning decay or loops.
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
## Evolution Log
|
|
64
|
+
|
|
65
|
+
### [Learning Entry - YYYY-MM-DDTHH:MM:SSZ]
|
|
66
|
+
|
|
67
|
+
**Context:**
|
|
68
|
+
<What task was being performed>
|
|
69
|
+
|
|
70
|
+
**Mistake:**
|
|
71
|
+
<What went wrong>
|
|
72
|
+
|
|
73
|
+
**Root Cause:**
|
|
74
|
+
<Why it happened>
|
|
75
|
+
|
|
76
|
+
**Fix:**
|
|
77
|
+
<What was done>
|
|
78
|
+
|
|
79
|
+
**Prevention Rule:**
|
|
80
|
+
<Rule to avoid this in future>
|
|
81
|
+
|
|
82
|
+
**Category:**
|
|
83
|
+
- Best Practice / Anti-Pattern / Bug Fix / Architecture
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
**Document Status:** Initialized
|
|
87
|
+
**Root Identity:** `did:mindforge:enclave:0x[Identity]`
|
|
88
|
+
**Last Verified:** [Date]
|
|
@@ -59,7 +59,7 @@ Every swarm cluster operates under strict enterprise governance rules:
|
|
|
59
59
|
|
|
60
60
|
- **Audit Trails**: Non-repudiable logs signed by each agent's unique **Decentralized Identifier (DID)**.
|
|
61
61
|
|
|
62
|
-
- **Identity Hardening (
|
|
62
|
+
- **Identity Hardening (Enterprise Mode)**: High-tier agents (T3) use asymmetric keys anchored in a simulated **Secure Enclave (HSM)**.
|
|
63
63
|
- **Integrity Proofs**: All audit blocks are finalized with **Merkle-root payloads** signed by the archiver to prevent tampering.
|
|
64
64
|
|
|
65
65
|
---
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# MindForge v5 Architecture: The Enterprise
|
|
1
|
+
# MindForge v5 Architecture: The Enterprise Standard
|
|
2
2
|
|
|
3
3
|
MindForge v5.1.0 is built on a distributed "Agentic OS" architecture. This major version introduces distributed intelligence and absolute governance via a zero-trust policy-as-code layer.
|
|
4
4
|
|
package/docs/ci-cd.md
CHANGED
|
@@ -16,7 +16,7 @@ MindForge v2.0.0 uses a sophisticated Control + Execution Plane architecture for
|
|
|
16
16
|
|
|
17
17
|
## 🔄 PR Workflow Lifecycle
|
|
18
18
|
|
|
19
|
-
When you open or update a Pull Request, MindForge triggers the following "
|
|
19
|
+
When you open or update a Pull Request, MindForge triggers the following "Enterprise" sequence:
|
|
20
20
|
|
|
21
21
|
1. **🔍 Classify**: Analyzes diffs to assign a **Governance Tier (1, 2, or 3)**.
|
|
22
22
|
2. **⚖️ Govern**:
|
|
@@ -1,86 +1,144 @@
|
|
|
1
|
-
# MindForge
|
|
1
|
+
# MindForge — Universal Commands Reference
|
|
2
2
|
|
|
3
|
-
MindForge commands are organized into functional pillars to support the entire software development lifecycle (SDLC).
|
|
3
|
+
MindForge commands are organized into functional pillars to support the entire software development lifecycle (SDLC), from initial architecture to final delivery at scale.
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
## 1. Project Management &
|
|
7
|
+
## 1. Project Management & Initialization
|
|
8
|
+
|
|
9
|
+
Commands to scaffold, orient, and prepare the framework for a specific repository context.
|
|
10
|
+
|
|
11
|
+
| Command | Description |
|
|
12
|
+
| :--- | :--- |
|
|
13
|
+
| `/mindforge:init-project` | Scaffolds the `.agent/` framework and initializes core planning files (`PROJECT.md`, `STATE.md`). |
|
|
14
|
+
| `/mindforge:init-org` | Standardizes MindForge at the organization level with global guardrails and security policies. |
|
|
15
|
+
| `/mindforge:map-codebase` | Performs deep architectural and semantic mapping of an existing codebase with parallel agents. |
|
|
16
|
+
| `/mindforge:new-runtime` | Scaffolds support for a new AI coding runtime (e.g., custom IDE or proprietary CLI). |
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
## 2. Core SDLC Lifecycle (The 4 Pillars)
|
|
21
|
+
|
|
22
|
+
The foundational MindForge workflow for predictable, high-quality development cycles.
|
|
23
|
+
|
|
24
|
+
| Command | Description |
|
|
25
|
+
| :--- | :--- |
|
|
26
|
+
| `/mindforge:plan-phase [N]` | Initiates strategic planning for a milestone: multi-agent discussion → research → atomic XML planning. |
|
|
27
|
+
| `/mindforge:execute-phase [N]` | Orchestrates the implementation of task plans via wave-based parallel execution with atomic commits. |
|
|
28
|
+
| `/mindforge:verify-phase [N]` | Triggers Human Acceptance Testing (UAT) and runs non-bypassable verification gates. |
|
|
29
|
+
| `/mindforge:ship [N]` | Finalizes delivery, generates a rich Pull Request body from artifacts, and prepares for merge. |
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## 3. Specialized Design & Audit Phases
|
|
34
|
+
|
|
35
|
+
Mid-cycle protocols for ensuring architectural alignment and visual integrity.
|
|
36
|
+
|
|
37
|
+
| Command | Description |
|
|
38
|
+
| :--- | :--- |
|
|
39
|
+
| `/mindforge:ui-phase [N]` | Generates a declarative UI Design Contract (`UI-SPEC.md`) before implementation begins. |
|
|
40
|
+
| `/mindforge:ui-review [N]` | Performs a retroactive visual audit of implemented UI against the DESIGN_SYSTEM.md and UI-SPEC.md. |
|
|
41
|
+
| `/mindforge:validate-phase [N]` | Audits a completed phase for requirement coverage and Nyquist validation gaps. |
|
|
42
|
+
| `/mindforge:discuss-phase [N]` | Interactive requirements gathering and decision-locking before creating formal plans. |
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
## 4. Task, Idea & Backlog Management
|
|
47
|
+
|
|
48
|
+
Capturing and routing engineering intent with zero friction.
|
|
8
49
|
|
|
9
50
|
| Command | Description |
|
|
10
51
|
| :--- | :--- |
|
|
11
|
-
| `/mindforge:
|
|
12
|
-
| `/mindforge:
|
|
13
|
-
| `/mindforge:
|
|
14
|
-
| `/mindforge:
|
|
52
|
+
| `/mindforge:do <intent>` | Smart natural language dispatcher that routes freeform text to the correct MindForge workflow. |
|
|
53
|
+
| `/mindforge:note <text>` | Captures logic choices, todos, or preferences into session memory with automated promotion to tasks. |
|
|
54
|
+
| `/mindforge:add-backlog <desc>` | Parks speculative ideas in a "parking lot" to keep the active milestone focus lean. |
|
|
55
|
+
| `/mindforge:review-backlog` | Periodically audits and promotes backlog items into the active development roadmap. |
|
|
56
|
+
| `/mindforge:plant-seed <idea>` | Captures forward-looking ideas with triggers that surface automatically at the relevant milestone. |
|
|
15
57
|
|
|
16
58
|
---
|
|
17
59
|
|
|
18
|
-
##
|
|
60
|
+
## 5. Intelligence, Research & Code Review
|
|
61
|
+
|
|
62
|
+
Leveraging multi-model intelligence for deep codebase insights and quality assurance.
|
|
19
63
|
|
|
20
64
|
| Command | Description |
|
|
21
65
|
| :--- | :--- |
|
|
22
|
-
| `/mindforge:
|
|
23
|
-
| `/mindforge:
|
|
24
|
-
| `/mindforge:
|
|
25
|
-
| `/mindforge:
|
|
66
|
+
| `/mindforge:research <topic>` | Deep research using Gemini 1.5 Pro's 1-million-token window on the full codebase context. |
|
|
67
|
+
| `/mindforge:cross-review` | Simultaneous code diff review by multiple AI models with consensus detection and synthesis. |
|
|
68
|
+
| `/mindforge:pr-review` | Targeted AI review of a Pull Request with context loading and logic branch verification. |
|
|
69
|
+
| `/mindforge:benchmark` | Measures real-world skill effectiveness over time using standardized scoring vectors. |
|
|
26
70
|
|
|
27
71
|
---
|
|
28
72
|
|
|
29
|
-
##
|
|
73
|
+
## 6. Multi-Agent Workflows & Workstreams
|
|
74
|
+
|
|
75
|
+
Managing parallel feature tracks and autonomous execution clusters.
|
|
30
76
|
|
|
31
77
|
| Command | Description |
|
|
32
78
|
| :--- | :--- |
|
|
33
|
-
| `/mindforge:
|
|
34
|
-
| `/mindforge:
|
|
35
|
-
| `/mindforge:
|
|
36
|
-
| `/mindforge:personas --set ID` | Switches the current agent to a specific persona (e.g., `architect`, `executor`). |
|
|
37
|
-
| `/mindforge:tokens` | Analyzes and profiles token usage for the current session. |
|
|
38
|
-
| `/mindforge:neural-orchestrator` | Activates the advanced protocol layer for the current session. |
|
|
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. |
|
|
79
|
+
| `/mindforge:workstreams` | Manages parallel feature tracks with isolated state and independent planning artifacts. |
|
|
80
|
+
| `/mindforge:agent <persona>` | Invokes or spawns a specialized enterprise persona from the MindForge library (e.g., `sre`, `architect`). |
|
|
81
|
+
| `/mindforge:auto --phase [N]` | Starts the Autonomous Execution Engine for 100% hands-free implementation and state recovery. |
|
|
41
82
|
|
|
42
83
|
---
|
|
43
84
|
|
|
44
|
-
##
|
|
85
|
+
## 7. Observability, Metrics & FinOps
|
|
86
|
+
|
|
87
|
+
Real-time governance of the AI agent's behavior, costs, and project velocity.
|
|
45
88
|
|
|
46
89
|
| Command | Description |
|
|
47
90
|
| :--- | :--- |
|
|
48
|
-
| `/mindforge:
|
|
49
|
-
| `/mindforge:
|
|
50
|
-
| `/mindforge:
|
|
51
|
-
| `/mindforge:
|
|
52
|
-
| `/mindforge:
|
|
53
|
-
| `/mindforge:marketplace search [Q]`| Searches community skills from the central registry. |
|
|
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. |
|
|
91
|
+
| `/mindforge:dashboard` | Starts the local web dashboard for real-time observability and temporal steering. |
|
|
92
|
+
| `/mindforge:status` | Displays a reach terminal dashboard of project state, pending tasks, and recent audit events. |
|
|
93
|
+
| `/mindforge:metrics` | Analyzes session and phase quality trends with automated early warning signals. |
|
|
94
|
+
| `/mindforge:costs` | Tracks real-time token consumption and financial impact across all AI providers. |
|
|
95
|
+
| `/mindforge:tokens` | Profiles token usage efficiency and provides compaction recommendations. |
|
|
56
96
|
|
|
57
97
|
---
|
|
58
98
|
|
|
59
|
-
##
|
|
99
|
+
## 8. Skills, Knowledge & Marketplace
|
|
100
|
+
|
|
101
|
+
Managing the framework's intelligence capabilities and the global community registry.
|
|
60
102
|
|
|
61
103
|
| Command | Description |
|
|
62
104
|
| :--- | :--- |
|
|
63
|
-
| `/mindforge:
|
|
64
|
-
| `/mindforge:
|
|
65
|
-
| `/mindforge:
|
|
66
|
-
| `/mindforge:
|
|
67
|
-
| `/mindforge:
|
|
105
|
+
| `/mindforge:remember <term>` | Retrieval-augmented search through the local knowledge graph and session memory. |
|
|
106
|
+
| `/mindforge:learn <source>` | Converts documentation, source code, or npm packages into validated, reusable MindForge skills. |
|
|
107
|
+
| `/mindforge:skills --list` | Lists all active skill packs with tier-based status (Core/Org/Project). |
|
|
108
|
+
| `/mindforge:marketplace` | Discover, evaluate, and install community-published skills from the npm-based registry. |
|
|
109
|
+
| `/mindforge:publish-skill` | Validates, versions, and publishes local skills to the central registry. |
|
|
110
|
+
| `/mindforge:install-skill` | Fetches and configures a skill from the marketplace into the local project. |
|
|
68
111
|
|
|
69
112
|
---
|
|
70
113
|
|
|
71
|
-
##
|
|
114
|
+
## 9. Governance, Integrations & Maintenance
|
|
72
115
|
|
|
73
|
-
|
|
116
|
+
Connecting MindForge to enterprise systems and keeping the framework hardened.
|
|
74
117
|
|
|
75
118
|
| Command | Description |
|
|
76
119
|
| :--- | :--- |
|
|
77
|
-
| `/mindforge:
|
|
78
|
-
| `/mindforge:
|
|
79
|
-
| `/mindforge:
|
|
80
|
-
| `/mindforge:
|
|
81
|
-
| `/mindforge:
|
|
82
|
-
| `/mindforge:
|
|
83
|
-
| `/mindforge:
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
120
|
+
| `/mindforge:sync-jira` | Synchronizes MindForge milestones and tasks with Jira tickets and status transitions. |
|
|
121
|
+
| `/mindforge:sync-confluence` | Exports architectural decisions and project documentation to Confluence spaces. |
|
|
122
|
+
| `/mindforge:approve [event]` | Issues a manual Tier 3 cryptographic signature for a sensitive or high-risk operation. |
|
|
123
|
+
| `/mindforge:health` | Runs comprehensive framework diagnostics across 7 categories with auto-repair loops. |
|
|
124
|
+
| `/mindforge:update` | Checks for, diffs, and applies MindForge framework updates in a safe, scope-preserving way. |
|
|
125
|
+
| `/mindforge:migrate` | Executes schema migrations for `.planning/` files across framework versions. |
|
|
126
|
+
| `/mindforge:plugins` | Manages the framework plugin system and installs `mindforge-plugin-*` extensions. |
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
## 10. Advanced Engineering Protocols
|
|
131
|
+
|
|
132
|
+
High-fidelity behaviors ported from the Superpowers library and hardened for production.
|
|
133
|
+
|
|
134
|
+
| Command | Description |
|
|
135
|
+
| :--- | :--- |
|
|
136
|
+
| `/mindforge:brainstorming` | Deep exploratory protocol for intent clarification and architectural ideation. |
|
|
137
|
+
| `/mindforge:swarm-execution` | Wave-based implemention for independent, non-conflicting tasks. |
|
|
138
|
+
| `/mindforge:parallel-mesh` | Orchestrates a mesh of agent waves with automated dependency compaction. |
|
|
139
|
+
| `/mindforge:workspace` | Manages isolated development environments via git worktrees with smart safety checks. |
|
|
140
|
+
| `/mindforge:tdd` | Strict Test-Driven Development (Red-Green-Refactor) with automated test generation. |
|
|
141
|
+
| `/mindforge:debug` | Systematic debugging using persistent state tracking and Root Cause Analysis. |
|
|
142
|
+
| `/mindforge:verify-work` | Multi-level truth verification protocol (substance, existence, wiring). |
|
|
143
|
+
| `/mindforge:retrospective` | Facilitates structured team retrospectives with objective telemetry and metrics. |
|
|
144
|
+
|
|
@@ -20,7 +20,7 @@ This registry catalogs every strategic, operational, and governance command avai
|
|
|
20
20
|
|
|
21
21
|
| Command | Description | Invocation | Outcome Goal |
|
|
22
22
|
| :--- | :--- | :--- | :--- |
|
|
23
|
-
| `/mindforge:init-project` | Initialize a new project with the framework. | `/mindforge:init-project` | "
|
|
23
|
+
| `/mindforge:init-project` | Initialize a new project with the framework. | `/mindforge:init-project` | "Enterprise-Grade" workspace. |
|
|
24
24
|
| `/mindforge:init-org` | Set up organization-level policy standards. | `/mindforge:init-org` | Standardized enterprise config. |
|
|
25
25
|
| `/mindforge:new-project` | Structured project initialization wizard. | `/mindforge:new-project` | Validated project baseline. |
|
|
26
26
|
| `/mindforge:milestone` | Define and track high-level milestones. | `/mindforge:milestone` | Recorded project roadmap. |
|
|
@@ -17,7 +17,7 @@ This registry catalogs the specialized agent essences available for direct inter
|
|
|
17
17
|
|
|
18
18
|
| Persona | Identifier | Cognitive Focus | Primary Directive |
|
|
19
19
|
| :--- | :--- | :--- | :--- |
|
|
20
|
-
| **mf-executor** | Lead Developer | "
|
|
20
|
+
| **mf-executor** | Lead Developer | "Enterprise-Grade" Logic & UI | "Ship premium-grade code with 100% test coverage." |
|
|
21
21
|
| **developer** | Code Smith | Clean Code & Patterns | "Implement features according to the approved plan." |
|
|
22
22
|
| **executor** | Pilot Developer | Atomic Multi-Plan | "Executes implementation plans with high fidelity and atomic commits." |
|
|
23
23
|
| **tech-writer** | Documentation Lead | Clarity & Accuracy | "Transform engineering complexity into readable documentation." |
|
package/docs/registry/README.md
CHANGED
|
@@ -13,7 +13,7 @@ Welcome to the central high-fidelity registry for the MindForge framework. This
|
|
|
13
13
|
| **[HOOKS.md](./HOOKS.md)** | 10+ Framework Guards | Security, visibility, and automation triggers. |
|
|
14
14
|
| **[AGENTS.md](./AGENTS.md)** | 20+ Digital Identities | Invocable personas and internal swarms. |
|
|
15
15
|
|
|
16
|
-
## 🚀 "
|
|
16
|
+
## 🚀 "Enterprise-Grade" Ready
|
|
17
17
|
|
|
18
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
19
|
|
package/docs/registry/SKILLS.md
CHANGED
|
@@ -6,7 +6,7 @@ This registry catalogs the high-fidelity SkillStacks available to the MindForge
|
|
|
6
6
|
|
|
7
7
|
| Skill | Primary Domain | Primary Capability |
|
|
8
8
|
| :--- | :--- | :--- |
|
|
9
|
-
| **agency-senior-developer** | Implementation | "
|
|
9
|
+
| **agency-senior-developer** | Implementation | "Enterprise-Grade" styling and robust logic. |
|
|
10
10
|
| **agency-software-architect** | System Design | Architectural pattern selection and complexity control. |
|
|
11
11
|
| **agency-backend-architect** | Core Logic | Database schema design and high-performance API logic. |
|
|
12
12
|
| **agency-frontend-developer** | Web Interface | Fluid components and interactive design systems. |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Zero-Trust Agentic Identity (ZTAI) Overview
|
|
2
2
|
|
|
3
|
-
MindForge v4.2 introduces **ZTAI
|
|
3
|
+
MindForge v4.2 introduces **ZTAI Enterprise Mode**, an enterprise-grade identity layer that ensures every agent action is cryptographically signed and non-repudiable.
|
|
4
4
|
|
|
5
5
|
## 1. Asymmetric Identity Model
|
|
6
6
|
Every MindForge persona in the 32+ agent library is assigned a unique asymmetric key pair (Ed25519) upon project initialization or agent spawning.
|
package/docs/user-guide.md
CHANGED
|
@@ -185,9 +185,9 @@ Treat compute as a financial asset. Monitor ROI ($100/hr value mapping) and Secu
|
|
|
185
185
|
|
|
186
186
|
---
|
|
187
187
|
|
|
188
|
-
## 13. Neural Protocol Mesh (
|
|
188
|
+
## 13. Neural Protocol Mesh (Enterprise Expansion)
|
|
189
189
|
|
|
190
|
-
The **
|
|
190
|
+
The **Enterprise Expansion** introduces 14 hardened protocols from the Superpowers framework, integrated into the core MindForge engine.
|
|
191
191
|
|
|
192
192
|
- **Brainstorming**: Deep ideation before planning.
|
|
193
193
|
- **Parallel Mesh**: Orchestrates context across multiple agents.
|
package/docs/workflow-atlas.md
CHANGED
|
@@ -6,7 +6,7 @@ This document classifies every workflow and action in the MindForge `.github/` d
|
|
|
6
6
|
|
|
7
7
|
## 🏗️ The 5-Layer Plane Architecture (v2.0.0 — Recommended)
|
|
8
8
|
|
|
9
|
-
These workflows form the modular "
|
|
9
|
+
These workflows form the modular "Enterprise" architecture implemented for enterprise-grade autonomy.
|
|
10
10
|
|
|
11
11
|
### 1. Control Plane (`control-plane.yml`)
|
|
12
12
|
- **Primary Trigger**: `push` or `pull_request` to `main` or `develop`.
|