mindforge-cc 2.3.5 → 3.0.0
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/skills/mindforge-plan-phase/SKILL.md +1 -0
- package/.agent/skills/mindforge-system-architecture/SKILL.md +136 -0
- package/.agent/skills/mindforge-system-architecture/examples.md +120 -0
- package/.agent/skills/mindforge-system-architecture/scaling-checklist.md +76 -0
- package/.agent/skills/mindforge-tdd/SKILL.md +112 -0
- package/.agent/skills/mindforge-tdd/deep-modules.md +21 -0
- package/.agent/skills/mindforge-tdd/interface-design.md +22 -0
- package/.agent/skills/mindforge-tdd/mocking.md +24 -0
- package/.agent/skills/mindforge-tdd/refactoring.md +21 -0
- package/.agent/skills/mindforge-tdd/tests.md +28 -0
- package/.agent/workflows/mindforge-plan-phase.md +30 -1
- package/.agent/workflows/mindforge:architecture.md +40 -0
- package/.agent/workflows/mindforge:executor.md +18 -0
- package/.agent/workflows/mindforge:identity.md +18 -0
- package/.agent/workflows/mindforge:memory.md +18 -0
- package/.agent/workflows/mindforge:planner.md +18 -0
- package/.agent/workflows/mindforge:researcher.md +18 -0
- package/.agent/workflows/mindforge:reviewer.md +18 -0
- package/.agent/workflows/mindforge:tdd.md +41 -0
- package/.agent/workflows/mindforge:tool.md +18 -0
- package/.mindforge/engine/ads-protocol.md +54 -0
- package/.mindforge/engine/compaction-protocol.md +21 -36
- package/.mindforge/engine/context-injector.md +26 -0
- package/.mindforge/engine/knowledge-graph-protocol.md +125 -0
- package/.mindforge/engine/shard-controller.md +53 -0
- package/.mindforge/engine/temporal-protocol.md +40 -0
- package/.mindforge/personas/mf-executor.md +40 -0
- package/.mindforge/personas/mf-memory.md +33 -0
- package/.mindforge/personas/mf-planner.md +45 -0
- package/.mindforge/personas/mf-researcher.md +39 -0
- package/.mindforge/personas/mf-reviewer.md +35 -0
- package/.mindforge/personas/mf-tool.md +33 -0
- package/.planning/AUDIT.jsonl +1 -0
- package/.planning/TEMPORAL-TEST.md +1 -0
- package/.planning/history/36525e1d9da1b674/ARCHITECTURE.md +0 -0
- package/.planning/history/36525e1d9da1b674/HANDOFF.json +8 -0
- package/.planning/history/36525e1d9da1b674/PROJECT.md +33 -0
- package/.planning/history/36525e1d9da1b674/RELEASE-CHECKLIST.md +68 -0
- package/.planning/history/36525e1d9da1b674/REQUIREMENTS.md +0 -0
- package/.planning/history/36525e1d9da1b674/ROADMAP.md +12 -0
- package/.planning/history/36525e1d9da1b674/SNAPSHOT-META.json +18 -0
- package/.planning/history/36525e1d9da1b674/STATE.md +31 -0
- package/.planning/history/36525e1d9da1b674/TEMPORAL-TEST.md +1 -0
- package/.planning/history/36525e1d9da1b674/jira-sync.json +5 -0
- package/.planning/history/36525e1d9da1b674/slack-threads.json +3 -0
- package/.planning/history/test-audit-001/ARCHITECTURE.md +0 -0
- package/.planning/history/test-audit-001/HANDOFF.json +8 -0
- package/.planning/history/test-audit-001/PROJECT.md +33 -0
- package/.planning/history/test-audit-001/RELEASE-CHECKLIST.md +68 -0
- package/.planning/history/test-audit-001/REQUIREMENTS.md +0 -0
- package/.planning/history/test-audit-001/ROADMAP.md +12 -0
- package/.planning/history/test-audit-001/SNAPSHOT-META.json +17 -0
- package/.planning/history/test-audit-001/STATE.md +31 -0
- package/.planning/history/test-audit-001/TEMPORAL-TEST.md +1 -0
- package/.planning/history/test-audit-001/jira-sync.json +5 -0
- package/.planning/history/test-audit-001/slack-threads.json +3 -0
- package/CHANGELOG.md +101 -0
- package/README.md +57 -23
- package/bin/autonomous/auto-runner.js +23 -0
- package/bin/dashboard/server.js +2 -0
- package/bin/dashboard/temporal-api.js +82 -0
- package/bin/engine/temporal-cli.js +52 -0
- package/bin/engine/temporal-hub.js +138 -0
- package/bin/hindsight-injector.js +59 -0
- package/bin/memory/auto-shadow.js +274 -0
- package/bin/memory/embedding-engine.js +326 -0
- package/bin/memory/knowledge-capture.js +122 -5
- package/bin/memory/knowledge-graph.js +572 -0
- package/bin/memory/knowledge-store.js +15 -3
- package/bin/mindforge-cli.js +19 -0
- package/bin/models/model-router.js +1 -0
- package/bin/review/ads-engine.js +126 -0
- package/bin/review/ads-synthesizer.js +117 -0
- package/bin/shard-helper.js +134 -0
- package/bin/spawn-agent.js +61 -0
- package/docs/PERSONAS.md +71 -5
- package/docs/adr/ADR-042-ads-protocol.md +30 -0
- package/docs/architecture/README.md +55 -0
- package/docs/architecture/V3-CORE.md +52 -0
- package/docs/commands-reference.md +3 -2
- package/docs/usp-features.md +33 -15
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# MindForge v2.
|
|
1
|
+
# MindForge v2.4.0 — Commands Reference
|
|
2
2
|
|
|
3
3
|
MindForge commands are organized into functional pillars to support the entire software development lifecycle (SDLC).
|
|
4
4
|
|
|
@@ -19,7 +19,7 @@ MindForge commands are organized into functional pillars to support the entire s
|
|
|
19
19
|
|
|
20
20
|
| Command | Description |
|
|
21
21
|
| :--- | :--- |
|
|
22
|
-
| `/mindforge:plan-phase [N]` | Initiates strategic planning for a milestone: discuss → research → plan. |
|
|
22
|
+
| `/mindforge:plan-phase [N]` | Initiates strategic planning for a milestone: discuss → research → plan. Supports `--ads` for adversarial synthesis. |
|
|
23
23
|
| `/mindforge:execute-phase [N]` | Starts autonomous execution of task plans in parallel waves. |
|
|
24
24
|
| `/mindforge:verify-phase [N]` | Runs Human Acceptance Testing (UAT) and automated validation gates. |
|
|
25
25
|
| `/mindforge:ship [N]` | Finalizes delivery, generates release output, and creates a Pull Request. |
|
|
@@ -35,6 +35,7 @@ MindForge commands are organized into functional pillars to support the entire s
|
|
|
35
35
|
| `/mindforge:personas --list` | Displays all 32+ specialized engineering personas. |
|
|
36
36
|
| `/mindforge:personas --set ID` | Switches the current agent to a specific persona (e.g., `architect`, `executor`). |
|
|
37
37
|
| `/mindforge:tokens` | Analyzes and profiles token usage for the current session. |
|
|
38
|
+
| `shard-helper --verify` | (CLI Internal) Verifies the integrity and SHA-256 checksums of memory shards. |
|
|
38
39
|
|
|
39
40
|
---
|
|
40
41
|
|
package/docs/usp-features.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# MindForge
|
|
1
|
+
# MindForge v3.0.0 — Unique Selling Points, Features, and Best Practices (v3.0.0)
|
|
2
2
|
|
|
3
3
|
This document summarizes what makes MindForge v2.0.0 distinct, what features
|
|
4
4
|
are included in the official release, and how to use them effectively.
|
|
@@ -40,15 +40,24 @@ are included in the official release, and how to use them effectively.
|
|
|
40
40
|
10. **Multi-Model Intelligence Layer (v2)**
|
|
41
41
|
- Dynamic routing between Anthropic, OpenAI, and Gemini based on task persona and security tier. Adversarial code reviews ensure maximum coverage.
|
|
42
42
|
|
|
43
|
-
11. **Persistent Knowledge Graph (
|
|
44
|
-
- Captures and ranks engineering context (decisions, bug patterns, preferences)
|
|
43
|
+
11. **Persistent Knowledge Graph (RAG 2.0)**
|
|
44
|
+
- Captures and ranks engineering context (decisions, bug patterns, preferences) with **Automatic Semantic Shadowing** — background pattern retrieval without manual prompts.
|
|
45
45
|
|
|
46
|
-
12. **Real-time Observability Dashboard (
|
|
47
|
-
- High-fidelity web interface for live audit streams, metrics visualization, and
|
|
46
|
+
12. **Real-time Observability Dashboard (v3)**
|
|
47
|
+
- High-fidelity web interface for live audit streams, metrics visualization, and **Temporal History Scrubbing** with zero performance overhead.
|
|
48
48
|
|
|
49
|
-
13. **Self-Building Skills Platform (
|
|
49
|
+
13. **Self-Building Skills Platform (v3)**
|
|
50
50
|
- Automatically capture and score engineering patterns from docs, npm, or session history into high-quality `SKILL.md` files with non-bypassable quality gates.
|
|
51
51
|
|
|
52
|
+
14. **Context Sharding (v3)**
|
|
53
|
+
- 40% reduction in token waste via **Semantic Relevance Density (SRD)** management of Hot/Warm/Cold context tiers.
|
|
54
|
+
|
|
55
|
+
15. **Adversarial Decision Synthesis (v3)**
|
|
56
|
+
- Zero architectural drift through Red-Team/Blue-Team debate loops and automated synthesis scoring.
|
|
57
|
+
|
|
58
|
+
16. **Temporal Vision (v3)**
|
|
59
|
+
- Full-fidelity history navigation, hindsight injection, and automated state repair across the execution wave.
|
|
60
|
+
|
|
52
61
|
---
|
|
53
62
|
|
|
54
63
|
## Feature Set (v2.0.0)
|
|
@@ -206,25 +215,34 @@ preserving scope (local vs global).
|
|
|
206
215
|
|
|
207
216
|
---
|
|
208
217
|
|
|
209
|
-
###
|
|
210
|
-
**What it does:**
|
|
218
|
+
### 18. Adversarial Decision Synthesis (v3)
|
|
219
|
+
**What it does:** Ensures architectural integrity by debating every major decision through competing model personas.
|
|
220
|
+
|
|
221
|
+
**How to use:**
|
|
222
|
+
```bash
|
|
223
|
+
/mindforge:cross-review --ads # Triggers heavy synthesis mode
|
|
224
|
+
```
|
|
225
|
+
|
|
226
|
+
---
|
|
227
|
+
|
|
228
|
+
### 19. Temporal Vision & Hindsight (v3)
|
|
229
|
+
**What it does:** Provides the "Temporal Slider" for the Dashboard and the `hindsight-injector` for automated state repair.
|
|
211
230
|
|
|
212
231
|
**How to use:**
|
|
213
232
|
```bash
|
|
214
|
-
/mindforge:
|
|
233
|
+
/mindforge:temporal status
|
|
234
|
+
/mindforge:temporal inject [AUDIT_ID]
|
|
215
235
|
```
|
|
216
|
-
Access at `http://localhost:7339` (Localhost-only for security).
|
|
217
236
|
|
|
218
237
|
---
|
|
219
238
|
|
|
220
|
-
###
|
|
221
|
-
**What it does:**
|
|
239
|
+
### 20. Context Sharding Manager (v3)
|
|
240
|
+
**What it does:** Dramatically improves session longevity by sharding context based on sematic relevance.
|
|
222
241
|
|
|
223
242
|
**How to use:**
|
|
224
243
|
```bash
|
|
225
|
-
/mindforge:
|
|
226
|
-
/mindforge:
|
|
227
|
-
/mindforge:marketplace install mindforge-skill-example
|
|
244
|
+
/mindforge:memory shard
|
|
245
|
+
/mindforge:memory status --srd
|
|
228
246
|
```
|
|
229
247
|
|
|
230
248
|
---
|