mindforge-cc 11.8.0 → 11.8.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/mindforge/wf-catalog.md +2 -3
- package/.claude/commands/mindforge/wf-catalog.md +2 -3
- package/.mindforge/config.json +2 -2
- package/.mindforge/dynamic-workflows/REGISTRY.md +1 -2
- package/.mindforge/dynamic-workflows/index.json +520 -145
- package/.mindforge/memory/sync-manifest.json +1 -1
- package/CHANGELOG.md +26 -0
- package/MINDFORGE.md +2 -2
- package/README.md +18 -3
- package/SECURITY.md +9 -0
- package/bin/autonomous/auto-runner.js +8 -2
- package/bin/autonomous/dependency-dag.js +1 -1
- package/bin/browser/session-manager.js +3 -1
- package/bin/governance/ztai-manager.js +6 -0
- package/bin/memory/eis-client.js +6 -2
- package/bin/spawn-agent.js +10 -7
- package/bin/sre/sli-verifier.js +9 -1
- package/docs/sdk-reference.md +13 -1
- package/docs/troubleshooting.md +9 -0
- package/package.json +1 -1
- package/.agent/mindforge/wf-deep-research.md +0 -32
- package/.claude/commands/mindforge/wf-deep-research.md +0 -32
- package/.mindforge/dynamic-workflows/scripts/deep-research.js +0 -151
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: "Browse the MindForge dynamic workflow library —
|
|
2
|
+
description: "Browse the MindForge dynamic workflow library — 32 pre-built multi-agent workflows across 5 tiers"
|
|
3
3
|
---
|
|
4
4
|
# /mindforge:wf-catalog
|
|
5
5
|
|
|
6
|
-
Browse and discover the MindForge **Dynamic Workflow Library** —
|
|
6
|
+
Browse and discover the MindForge **Dynamic Workflow Library** — 32 pre-built multi-agent workflows that run via Claude Code's Workflow tool.
|
|
7
7
|
|
|
8
8
|
## Usage
|
|
9
9
|
`/mindforge:wf-catalog` — show all workflows grouped by tier
|
|
@@ -11,7 +11,6 @@ Browse and discover the MindForge **Dynamic Workflow Library** — 33 pre-built
|
|
|
11
11
|
## Tiers
|
|
12
12
|
|
|
13
13
|
**Research** — Fan-out search, adversarial verification, cited synthesis
|
|
14
|
-
- `/mindforge:wf-deep-research` — Multi-source fact-checked research report
|
|
15
14
|
- `/mindforge:wf-competitive-analysis` — SWOT and positioning summary
|
|
16
15
|
- `/mindforge:wf-tech-evaluation` — Scored technology comparison matrix
|
|
17
16
|
- `/mindforge:wf-ai-model-eval` — Benchmark AI models → scoring matrix → recommendation
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: "Browse the MindForge dynamic workflow library —
|
|
2
|
+
description: "Browse the MindForge dynamic workflow library — 32 pre-built multi-agent workflows across 5 tiers"
|
|
3
3
|
---
|
|
4
4
|
# /mindforge:wf-catalog
|
|
5
5
|
|
|
6
|
-
Browse and discover the MindForge **Dynamic Workflow Library** —
|
|
6
|
+
Browse and discover the MindForge **Dynamic Workflow Library** — 32 pre-built multi-agent workflows that run via Claude Code's Workflow tool.
|
|
7
7
|
|
|
8
8
|
## Usage
|
|
9
9
|
`/mindforge:wf-catalog` — show all workflows grouped by tier
|
|
@@ -11,7 +11,6 @@ Browse and discover the MindForge **Dynamic Workflow Library** — 33 pre-built
|
|
|
11
11
|
## Tiers
|
|
12
12
|
|
|
13
13
|
**Research** — Fan-out search, adversarial verification, cited synthesis
|
|
14
|
-
- `/mindforge:wf-deep-research` — Multi-source fact-checked research report
|
|
15
14
|
- `/mindforge:wf-competitive-analysis` — SWOT and positioning summary
|
|
16
15
|
- `/mindforge:wf-tech-evaluation` — Scored technology comparison matrix
|
|
17
16
|
- `/mindforge:wf-ai-model-eval` — Benchmark AI models → scoring matrix → recommendation
|
package/.mindforge/config.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "11.8.
|
|
2
|
+
"version": "11.8.1",
|
|
3
3
|
"environment": "development",
|
|
4
4
|
"governance": {
|
|
5
5
|
"drift_threshold": 0.75,
|
|
6
6
|
"critical_drift_threshold": 0.5,
|
|
7
7
|
"res_threshold": 0.8,
|
|
8
|
-
"active_did": "did:mindforge:
|
|
8
|
+
"active_did": "did:mindforge:2666a4d8-1d9c-4736-b157-c75564ff9ef8"
|
|
9
9
|
},
|
|
10
10
|
"revops": {
|
|
11
11
|
"market_registry": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# MindForge Dynamic Workflow Registry
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
32 pre-built multi-agent workflows across 5 tiers. Each runs via Claude Code's `Workflow` tool using `parallel()`, `pipeline()`, `phase()`, and `agent()` primitives to fan out work across concurrent subagents and synthesize results.
|
|
4
4
|
|
|
5
5
|
**Trigger:** Use `/mindforge:wf-catalog` to browse interactively, or invoke any `/mindforge:wf-<name>` command directly.
|
|
6
6
|
|
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
|
|
9
9
|
| Workflow | Command | Description | Best for |
|
|
10
10
|
|----------|---------|-------------|----------|
|
|
11
|
-
| deep-research | /mindforge:wf-deep-research | Fan-out web research with adversarial claim verification | Multi-source fact-checked research reports |
|
|
12
11
|
| competitive-analysis | /mindforge:wf-competitive-analysis | SWOT and positioning from 5 research angles | Evaluating products/companies against competitors |
|
|
13
12
|
| tech-evaluation | /mindforge:wf-tech-evaluation | Scored technology evaluation across 5 dimensions | Choosing frameworks, libraries, or platforms |
|
|
14
13
|
| ai-model-eval | /mindforge:wf-ai-model-eval | 4-parallel model benchmark → scoring matrix | Choosing between AI models or providers |
|