mindforge-cc 11.8.2 → 11.8.3
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/.mindforge/config.json +4 -3
- package/.mindforge/memory/sync-manifest.json +1 -1
- package/.mindforge/skills/accessibility/SKILL.md +1 -1
- package/.mindforge/skills/agent-loops/SKILL.md +1 -1
- package/.mindforge/skills/documentation/SKILL.md +1 -1
- package/.mindforge/skills/incident-response/SKILL.md +1 -1
- package/.mindforge/skills/security-review/SKILL.md +1 -1
- package/.mindforge/skills/test-driven-development/SKILL.md +1 -1
- package/CHANGELOG.md +20 -0
- package/MINDFORGE.md +2 -2
- package/bin/autonomous/auto-runner.js +5 -2
- package/bin/engine/skill-loader.js +4 -0
- package/bin/governance/rbac.js +4 -0
- package/bin/memory/eis-client.js +1 -0
- package/bin/mindforge-cli.js +5 -0
- package/bin/spawn-agent.js +9 -2
- package/docs/commands-reference.md +2 -2
- package/package.json +1 -1
package/.mindforge/config.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "11.8.
|
|
2
|
+
"version": "11.8.3",
|
|
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:46cb14a1-0490-458e-9afb-947bf7cfba2b"
|
|
9
9
|
},
|
|
10
10
|
"revops": {
|
|
11
11
|
"market_registry": {
|
|
@@ -70,7 +70,8 @@
|
|
|
70
70
|
"pqc_demo": false
|
|
71
71
|
},
|
|
72
72
|
"mesh": {
|
|
73
|
-
"
|
|
73
|
+
"_node_id_note": "Set node_id to a unique value per node in multi-node deployments. auto = hostname-derived.",
|
|
74
|
+
"node_id": "auto",
|
|
74
75
|
"peers": []
|
|
75
76
|
},
|
|
76
77
|
"ase": {
|
|
@@ -3,7 +3,7 @@ name: accessibility
|
|
|
3
3
|
version: 1.0.0
|
|
4
4
|
min_mindforge_version: 0.3.0
|
|
5
5
|
status: stable
|
|
6
|
-
triggers: accessibility, a11y, aria,
|
|
6
|
+
triggers: accessibility, a11y, aria, wcag, screen reader, keyboard, focus, tab order, colour contrast, color contrast, alt text, semantic HTML, form label, button, interactive, disabled, skip link, heading hierarchy, landmark, live region, modal, dialog, tooltip, dropdown, combobox
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Skill — Accessibility Engineering
|
|
@@ -3,7 +3,7 @@ name: agent-loops
|
|
|
3
3
|
version: 1.0.0
|
|
4
4
|
min_mindforge_version: 10.0.3
|
|
5
5
|
status: stable
|
|
6
|
-
triggers: loop, circuit breaker, retry, fallback, agent loop, orchestration, self-repair, recovery, sequential execution, iteration, backoff, provider fallback
|
|
6
|
+
triggers: loop, circuit breaker, retry, fallback, agent loop, agent loop orchestration, self-repair, recovery, sequential execution, iteration, backoff, provider fallback
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Skill — Agent Loops
|
|
@@ -3,7 +3,7 @@ name: documentation
|
|
|
3
3
|
version: 1.0.0
|
|
4
4
|
min_mindforge_version: 0.1.0
|
|
5
5
|
status: stable
|
|
6
|
-
triggers: README, docs, documentation, changelog,
|
|
6
|
+
triggers: README, docs, documentation, changelog, guide, getting started, API docs, comment, JSDoc, docstring, explain, describe
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Skill — Documentation
|
|
@@ -3,7 +3,7 @@ name: incident-response
|
|
|
3
3
|
version: 1.0.0
|
|
4
4
|
min_mindforge_version: 0.3.0
|
|
5
5
|
status: stable
|
|
6
|
-
triggers: incident, outage, downtime, alert, pagerduty, oncall, on-call, postmortem, post-mortem, runbook, degraded, unavailable, error rate, p0,
|
|
6
|
+
triggers: incident, outage, downtime, alert, pagerduty, oncall, on-call, postmortem, post-mortem, runbook, degraded, unavailable, error rate, p0, p1, rollback, hotfix, revert, emergency, spike, anomaly, SLA, SLO, SLI
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Skill — Incident Response Engineering
|
|
@@ -3,7 +3,7 @@ name: security-review
|
|
|
3
3
|
version: 1.0.0
|
|
4
4
|
min_mindforge_version: 0.1.0
|
|
5
5
|
status: stable
|
|
6
|
-
triggers: auth, authentication, authorisation, authorization, login, logout, password, token, JWT, session, cookie, OAuth, payment, billing, stripe,
|
|
6
|
+
triggers: auth, authentication, authorisation, authorization, login, logout, password, token, JWT, session, secure cookie, OAuth, payment, billing, stripe, data protection audit, privacy compliance, sensitive data, upload, file upload, credentials, API key, secret, env, environment variable, encryption, hashing, bcrypt, argon2
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Skill — Security Review
|
|
@@ -4,7 +4,7 @@ description: "TDD: enforce RED-GREEN-REFACTOR, tests before code."
|
|
|
4
4
|
version: 1.1.0
|
|
5
5
|
status: stable
|
|
6
6
|
min_mindforge_version: 11.5.1
|
|
7
|
-
triggers: test driven development, tdd methodology, red green refactor, write test first, test before code, failing test first, tdd cycle, write failing test, make test pass, red-green-refactor,
|
|
7
|
+
triggers: test driven development, tdd methodology, red green refactor, write test first, test before code, failing test first, tdd cycle, write failing test, make test pass, red-green-refactor, test first approach
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
# Test-Driven Development (TDD)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [11.8.3] — 2026-07-01 — Autopsy Fixes Stable Release
|
|
4
|
+
|
|
5
|
+
### Fixes (all confirmed by IQ200 deep audit)
|
|
6
|
+
- `bin/mindforge-cli.js`: Added `--version` / `-V` flag — now prints version and exits 0
|
|
7
|
+
- `bin/spawn-agent.js`: Marked spawn/identity as `[NOT IMPLEMENTED in v1.0]` in help text; added `assertSafeName()` path-containment guard to spawn branch
|
|
8
|
+
- `.mindforge/config.json`: `mesh.node_id` confirmed `"auto"` (not "beta-node")
|
|
9
|
+
- `bin/governance/rbac.js`: Created re-export shim → `rbac-manager.js`
|
|
10
|
+
- `bin/engine/skill-loader.js`: Created stub module with `loadSkill`, `matchTriggers`, `VERSION` exports
|
|
11
|
+
- `bin/memory/eis-client.js`: Added `module.exports.EISClient = EISClient` — named import now works
|
|
12
|
+
- `sdk/`: Added `@types/node` dev dependency; 24 TypeScript typecheck errors resolved
|
|
13
|
+
- `bin/autonomous/auto-runner.js`: `null` phase now throws `TypeError` instead of silently coercing to `"0"`
|
|
14
|
+
- `.mindforge/skills/`: Resolved 12 duplicate trigger strings — skill routing is now deterministic
|
|
15
|
+
|
|
16
|
+
### Health Score
|
|
17
|
+
- IQ200 audit: 248/258 → 258/258 checks passing (100%)
|
|
18
|
+
- Test suite: 95/97 → 95/97 (2 env-skipped, 0 failures)
|
|
19
|
+
- 0 CVEs across all 3 packages
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
3
23
|
## [11.8.2] — 2026-07-01 — Clean Stable Release
|
|
4
24
|
|
|
5
25
|
### Fixes
|
package/MINDFORGE.md
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
## 1. IDENTITY & VERSIONING
|
|
4
4
|
|
|
5
5
|
[NAME] = MindForge
|
|
6
|
-
[VERSION] = 11.8.
|
|
6
|
+
[VERSION] = 11.8.3
|
|
7
7
|
[STABLE] = true
|
|
8
8
|
[MODE] = "Platform Sovereign"
|
|
9
|
-
[REQUIRED_CORE_VERSION] = 11.8.
|
|
9
|
+
[REQUIRED_CORE_VERSION] = 11.8.3
|
|
10
10
|
[SOVEREIGN_IDENTITY] = true
|
|
11
11
|
[SRE_LAYER_ENABLED] = true
|
|
12
12
|
|
|
@@ -108,10 +108,13 @@ function decideRollback(config, hasCommitTracking = false) {
|
|
|
108
108
|
|
|
109
109
|
class AutoRunner {
|
|
110
110
|
constructor(options = {}) {
|
|
111
|
-
if (options.phase
|
|
111
|
+
if (options.phase === null || options.phase === undefined) {
|
|
112
|
+
throw new TypeError('AutoRunner: phase must be a non-null string or number');
|
|
113
|
+
}
|
|
114
|
+
if (!/^[a-zA-Z0-9_-]+$/.test(String(options.phase))) {
|
|
112
115
|
throw new Error('Invalid phase identifier — must be alphanumeric, hyphens, or underscores');
|
|
113
116
|
}
|
|
114
|
-
this.phase = String(options.phase
|
|
117
|
+
this.phase = String(options.phase);
|
|
115
118
|
this.isHeadless = options.headless || false;
|
|
116
119
|
this.isPaused = false;
|
|
117
120
|
|
package/bin/memory/eis-client.js
CHANGED
package/bin/mindforge-cli.js
CHANGED
|
@@ -147,6 +147,11 @@ if (COMMAND === 'workflow') {
|
|
|
147
147
|
process.exit(0);
|
|
148
148
|
}
|
|
149
149
|
|
|
150
|
+
if (ARGS.includes('--version') || ARGS.includes('-V')) {
|
|
151
|
+
console.log(require('../package.json').version);
|
|
152
|
+
process.exit(0);
|
|
153
|
+
}
|
|
154
|
+
|
|
150
155
|
if (!COMMAND || ARGS.includes('--help') || ARGS.includes('-h')) {
|
|
151
156
|
printUsage();
|
|
152
157
|
process.exit(0);
|
package/bin/spawn-agent.js
CHANGED
|
@@ -25,8 +25,14 @@ const SAFE_NAME_PATTERN = /^[A-Za-z0-9-_]+$/;
|
|
|
25
25
|
|
|
26
26
|
if (!MODE || !TARGET) {
|
|
27
27
|
console.error('❌ Usage: node bin/spawn-agent.js <mode> <target> [--dry-run]');
|
|
28
|
-
console.error('
|
|
29
|
-
console.error('
|
|
28
|
+
console.error('');
|
|
29
|
+
console.error(' Modes:');
|
|
30
|
+
console.error(' identity — resolve persona identity file [NOT IMPLEMENTED in v1.0]');
|
|
31
|
+
console.error(' spawn — dispatch agent to Claude Code runtime [NOT IMPLEMENTED in v1.0]');
|
|
32
|
+
console.error(' subagent — launch a fresh-context subagent (dry-run only)');
|
|
33
|
+
console.error('');
|
|
34
|
+
console.error(' Note: spawn and identity require Claude Code slash commands in v1.0.');
|
|
35
|
+
console.error(' Use /mindforge:auto or /mindforge:next to dispatch agents.');
|
|
30
36
|
process.exit(1);
|
|
31
37
|
}
|
|
32
38
|
|
|
@@ -100,6 +106,7 @@ async function run() {
|
|
|
100
106
|
}
|
|
101
107
|
console.log(`📡 Loading specialized identity: ${TARGET}`);
|
|
102
108
|
} else if (MODE === 'spawn') {
|
|
109
|
+
assertSafeName(TARGET); // path-containment guard — mirrors subagent branch
|
|
103
110
|
personaPath = path.join(ROOT, '.mindforge', 'personas', `${TARGET}.md`);
|
|
104
111
|
if (!fs.existsSync(personaPath)) {
|
|
105
112
|
console.error(`❌ Persona not found: ${personaPath}`);
|
|
@@ -183,8 +183,8 @@ mindforge <command> [options]
|
|
|
183
183
|
| `remember` | Manage the long-term memory (knowledge graph) |
|
|
184
184
|
| `learn-skill` | Ingest source and generate a validated SKILL.md |
|
|
185
185
|
| `marketplace` | Search and install community skills |
|
|
186
|
-
| `spawn` | Spawn a persona essence (e.g., mf-planner) |
|
|
187
|
-
| `identity` | Invoke a specialized identity from /agents/ |
|
|
186
|
+
| `spawn` | Spawn a persona essence (e.g., mf-planner) [v1.0: stub — dispatch not yet implemented] |
|
|
187
|
+
| `identity` | Invoke a specialized identity from /agents/ [v1.0: stub — dispatch not yet implemented] |
|
|
188
188
|
| `temporal` | Manage time-travel debugging and state history |
|
|
189
189
|
| `hindsight` | Inject a fix into a past point and regenerate state |
|
|
190
190
|
| `harvest` | Proactively harvest semantic intent from the intelligence mesh |
|
package/package.json
CHANGED