mindforge-cc 11.8.0 → 11.8.2

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.
@@ -1,9 +1,9 @@
1
1
  ---
2
- description: "Browse the MindForge dynamic workflow library — 33 pre-built multi-agent workflows across 5 tiers"
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** — 33 pre-built multi-agent workflows that run via Claude Code's Workflow tool.
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 — 33 pre-built multi-agent workflows across 5 tiers"
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** — 33 pre-built multi-agent workflows that run via Claude Code's Workflow tool.
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,11 +1,11 @@
1
1
  {
2
- "version": "11.8.0",
2
+ "version": "11.8.2",
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:a38ca026-98af-4484-a9bc-6011cfd57c48"
8
+ "active_did": "did:mindforge:12d03f93-4306-463a-aa40-c82832a11f43"
9
9
  },
10
10
  "revops": {
11
11
  "market_registry": {
@@ -1,6 +1,6 @@
1
1
  # MindForge Dynamic Workflow Registry
2
2
 
3
- 33 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.
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 |