mindforge-cc 10.0.1 → 10.0.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,11 +1,11 @@
1
1
  {
2
- "version": "9.0.0",
2
+ "version": "10.0.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:5fa2a9d0-0b25-42db-8477-6e78501d66c1"
8
+ "active_did": "did:mindforge:d623d3ee-0911-4098-b9c8-260ab5824ab5"
9
9
  },
10
10
  "revops": {
11
11
  "market_registry": {
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # Changelog
2
2
 
3
- ## [10.0.1] - 2026-05-24 — "Persona Expansion"
3
+ ## [10.0.2] - 2026-05-24 — "Persona Expansion"
4
4
 
5
- ### Added (v10.0.1)
5
+ ### Added (v10.0.2)
6
6
 
7
7
  - **47 new specialist personas** — Security & Compliance (6), Architecture & System Design (8), Frontend & UX (10), Performance & Reliability (5), Data & ML (4), DevOps & Infrastructure (6), Language Specialists (5), DX & Operations (8), Strategy & Review (9), Specialized Engineering (10).
8
8
  - **6 new swarm templates** — ArchitectureSwarm, PerformanceSwarm, InfrastructureSwarm, AccessibilitySwarm, ReviewSwarm, MigrationSwarm.
9
9
  - **Updated existing swarms** — UISwarm, BackendSwarm, SecuritySwarm, DeveloperExperienceSwarm, DataMeshSwarm, IncidentResponseSwarm, ComplianceSwarm, QualityAssuranceSwarm now include relevant new specialist personas.
10
10
  - **Swarm templates v5.0.0** — Bump from 4.2.0 with expanded member rosters and new specialist orchestration patterns.
11
11
  - **Persona registry documentation** — 10 new category tables in `docs/registry/PERSONAS.md`.
12
- - **Persona reference guide** — Updated `docs/PERSONAS.md` with all 47 entries (total: 79 personas).
12
+ - **Persona reference guide** — Updated `docs/PERSONAS.md` with all 47 entries (total: 108 personas).
13
13
 
14
14
  ---
15
15
 
package/MINDFORGE.md CHANGED
@@ -1,12 +1,12 @@
1
- # MINDFORGE.md — Parameter Registry (v10.0.1)
1
+ # MINDFORGE.md — Parameter Registry (v10.0.2)
2
2
 
3
3
  ## 1. IDENTITY & VERSIONING
4
4
 
5
5
  [NAME] = MindForge
6
- [VERSION] = 10.0.1-BEDROCK
6
+ [VERSION] = 10.0.2-BEDROCK
7
7
  [STABLE] = true
8
8
  [MODE] = \"Bedrock Fortified\"
9
- [REQUIRED_CORE_VERSION] = 10.0.1
9
+ [REQUIRED_CORE_VERSION] = 10.0.2
10
10
  [SOVEREIGN_IDENTITY] = true
11
11
  [SRE_LAYER_ENABLED] = true
12
12
 
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ---
6
6
 
7
- ## v10.0.0 — Bedrock Fortified (Production-Grade Architecture)
7
+ ## v10.0.1 — Bedrock Fortified (Production-Grade Architecture)
8
8
 
9
9
  MindForge v9.0.0 "Bedrock Meridian" grounds previously-stub implementations into real, auditable execution. This release introduces grounded wave dispatch via HANDOFF.json, consolidates all memory stores into a single SQLite database, modernizes the model topology to the Claude 4.x family, and adds a 27-assertion integration test chain — completing the transition from framework scaffolding to production-verified infrastructure (Pillars XXIV-XXVIII).
10
10
 
package/RELEASENOTES.md CHANGED
@@ -1,12 +1,12 @@
1
- # Release Notes — v10.0.0 "Bedrock Fortified"
1
+ # Release Notes — v10.0.1 "Bedrock Fortified"
2
2
 
3
3
  **Release Date**: 2026-05-21
4
- **Tag**: `v10.0.0`
4
+ **Tag**: `v10.0.1`
5
5
  **Status**: STABLE (Production Hardened)
6
6
 
7
7
  ## Executive Summary
8
8
 
9
- MindForge v10.0.0 "Bedrock Fortified" is a comprehensive 4-phase rewrite that transforms the framework from a feature-rich prototype into a production-hardened platform. This release closes 4 critical security vulnerabilities, replaces all native C++ dependencies with pure WASM equivalents, decomposes the monolithic auto-runner into focused modules, establishes CI with coverage enforcement, and reduces the published package by 72%. Every test passes. Every endpoint is authenticated. Every query is parameterized.
9
+ MindForge v10.0.1 "Bedrock Fortified" is a comprehensive 4-phase rewrite that transforms the framework from a feature-rich prototype into a production-hardened platform. This release closes 4 critical security vulnerabilities, replaces all native C++ dependencies with pure WASM equivalents, decomposes the monolithic auto-runner into focused modules, establishes CI with coverage enforcement, and reduces the published package by 72%. Every test passes. Every endpoint is authenticated. Every query is parameterized.
10
10
 
11
11
  ---
12
12
 
@@ -78,7 +78,7 @@ You must address these before upgrading from v9.x:
78
78
  ### Step 1: Update your dependency
79
79
 
80
80
  ```bash
81
- npm install mindforge-cc@10.0.0
81
+ npm install mindforge-cc@10.0.1
82
82
  ```
83
83
 
84
84
  ### Step 2: Set the dashboard token (if using the dashboard)
@@ -120,7 +120,7 @@ If your scripts call `mindforge sync-jira` or `mindforge sync-confluence`, remov
120
120
  ### Step 6: Verify
121
121
 
122
122
  ```bash
123
- npx mindforge-cc --version # Should print 10.0.0
123
+ npx mindforge-cc --version # Should print 10.0.1
124
124
  npm test # All 41 tests should pass
125
125
  ```
126
126
 
package/SECURITY.md CHANGED
@@ -44,7 +44,7 @@ We follow responsible disclosure practices. We will credit reporters in the rele
44
44
 
45
45
  ---
46
46
 
47
- ## Security Features (v10.0.0)
47
+ ## Security Features (v10.0.1)
48
48
 
49
49
  ### Authentication & Authorization
50
50
 
@@ -748,7 +748,7 @@ function collectManifestStats() {
748
748
  }
749
749
  } catch (e) {
750
750
  // Fallback to default values if counting fails
751
- return { personas: 32, skills: 10, governance: 4, integrations: 6, actions: 60, docs: 12, templates: 5 };
751
+ return { personas: 108, skills: 10, governance: 4, integrations: 6, actions: 60, docs: 12, templates: 18 };
752
752
  }
753
753
 
754
754
  return stats;
@@ -94,7 +94,7 @@ const Theme = {
94
94
  * Success Banner ( V2 Architectural Style)
95
95
  */
96
96
  printSuccessV2(runtime, scope, stats = {}) {
97
- const { personas = 32, skills = 12, governance = 4, integrations = 7 } = stats;
97
+ const { personas = 108, skills = 12, governance = 4, integrations = 7 } = stats;
98
98
  const boxWidth = 72;
99
99
 
100
100
  console.log(`\n ${this.colors.green('MINDFORGE is ready! ')} ${this.colors.dim('─'.repeat(boxWidth - 20))}╮`);
@@ -125,7 +125,7 @@ const Theme = {
125
125
  * Print Manifest (Hardened for V2)
126
126
  */
127
127
  printManifest(stats = {}) {
128
- const { personas = 32, skills = 12, governance = 4, integrations = 7, actions = 60, docs = 12, templates = 8 } = stats;
128
+ const { personas = 108, skills = 12, governance = 4, integrations = 7, actions = 60, docs = 12, templates = 18 } = stats;
129
129
 
130
130
  console.log(` ${this.colors.bold('PAYLOAD MANIFEST')}`);
131
131
  console.log(` ${this.colors.dim('┌' + '─'.repeat(74) + '┐')}`);
@@ -1,4 +1,4 @@
1
- # MindForge — Getting Started (v10.0.0)
1
+ # MindForge — Getting Started (v10.0.1)
2
2
 
3
3
  This guide gets you from zero to a working MindForge project in under five minutes.
4
4
 
@@ -14,7 +14,7 @@ import {
14
14
  } from '@mindforge/sdk';
15
15
  ```
16
16
 
17
- Current SDK version: `10.0.0`
17
+ Current SDK version: `10.0.1`
18
18
 
19
19
  ---
20
20
 
@@ -1,4 +1,4 @@
1
- # MindForge Troubleshooting (v10.0.0)
1
+ # MindForge Troubleshooting (v10.0.1)
2
2
 
3
3
  This page lists common issues and fast fixes. If you get stuck, start with
4
4
  `/mindforge:health`.
@@ -54,14 +54,14 @@ npx mindforge-cc@latest --claude --local --force
54
54
  ```
55
55
  Then run:
56
56
  ```
57
- /mindforge:migrate --from v9.0.0 --to v10.0.0
57
+ /mindforge:migrate --from v9.0.0 --to v10.0.1
58
58
  ```
59
59
 
60
60
  ### Schema mismatch warning on startup
61
61
  **Fix:**
62
62
  ```
63
63
  /mindforge:migrate --dry-run
64
- /mindforge:migrate --from vX.Y.Z --to v10.0.0
64
+ /mindforge:migrate --from vX.Y.Z --to v10.0.1
65
65
  ```
66
66
 
67
67
  ### AUDIT.jsonl parse errors
@@ -1,4 +1,4 @@
1
- # MindForge User Guide (v10.0.0)
1
+ # MindForge User Guide (v10.0.1)
2
2
 
3
3
  This guide gets you from install to productive, with the minimum needed to run MindForge in a real project.
4
4
 
@@ -95,7 +95,7 @@ MindForge uses a unified 4-pillar workflow, hardened by the **Neural Protocol Me
95
95
 
96
96
  ## 6. High-Performance Personas
97
97
 
98
- MindForge features 46+ specialized personas. Each persona is optimized for a specific stage of the lifecycle.
98
+ MindForge features 108 specialized personas. Each persona is optimized for a specific stage of the lifecycle.
99
99
 
100
100
  - **Neural Orchestrator**: Activates and manages the advanced protocol layer.
101
101
  - **Brainstormer**: Expert in deep requirements discovery and behavioral ideation.
@@ -136,7 +136,7 @@ Observe your agent waves, token spend, and milestone progress in real-time.
136
136
 
137
137
  The dashboard provides a premium web interface at `http://localhost:7339`.
138
138
 
139
- > **Authentication (v10.0.0+):** The dashboard now requires a bearer token for access. The token is printed to the console at startup. Pass it in the `Authorization` header or use the login prompt in the browser UI.
139
+ > **Authentication (v10.0.1+):** The dashboard now requires a bearer token for access. The token is printed to the console at startup. Pass it in the `Authorization` header or use the login prompt in the browser UI.
140
140
 
141
141
  ---
142
142
 
@@ -1,7 +1,7 @@
1
1
  NAME=ExampleProject
2
2
  VERSION=1.0.0
3
- DESCRIPTION=Starter example for MindForge v10.0.0
4
- MINDFORGE_VERSION_REQUIRED=10.0.0
3
+ DESCRIPTION=Starter example for MindForge v10.0.1
4
+ MINDFORGE_VERSION_REQUIRED=10.0.1
5
5
 
6
6
  # Model preferences
7
7
  PLANNER_MODEL=claude-sonnet-4-6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mindforge-cc",
3
- "version": "10.0.1",
3
+ "version": "10.0.2",
4
4
  "description": "MindForge — Sovereign Agentic Intelligence Framework. Bedrock Fortified: Production-Grade Architecture (v10)",
5
5
  "bin": {
6
6
  "mindforge-cc": "bin/install.js",