mindforge-cc 11.9.0 → 11.9.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.
Files changed (161) hide show
  1. package/.agent/mindforge/ship.md +2 -2
  2. package/.agent/mindforge/update.md +1 -1
  3. package/.agent/mindforge/wf-catalog.md +5 -2
  4. package/.claude/commands/mindforge/ship.md +2 -2
  5. package/.claude/commands/mindforge/skill-tdd.md +53 -0
  6. package/.claude/commands/mindforge/skills-index.md +118 -0
  7. package/.claude/commands/mindforge/systematic-debug.md +60 -0
  8. package/.claude/commands/mindforge/update.md +1 -1
  9. package/.claude/commands/mindforge/wf-accessibility-audit.md +31 -0
  10. package/.claude/commands/mindforge/wf-ai-model-eval.md +31 -0
  11. package/.claude/commands/mindforge/wf-api-migration.md +31 -0
  12. package/.claude/commands/mindforge/wf-architecture-modernization.md +32 -0
  13. package/.claude/commands/mindforge/wf-catalog.md +62 -0
  14. package/.claude/commands/mindforge/wf-code-audit.md +31 -0
  15. package/.claude/commands/mindforge/wf-code-explainer.md +31 -0
  16. package/.claude/commands/mindforge/wf-competitive-analysis.md +31 -0
  17. package/.claude/commands/mindforge/wf-competitive-teardown.md +31 -0
  18. package/.claude/commands/mindforge/wf-cost-analysis.md +31 -0
  19. package/.claude/commands/mindforge/wf-data-pipeline-validate.md +31 -0
  20. package/.claude/commands/mindforge/wf-database-migration.md +31 -0
  21. package/.claude/commands/mindforge/wf-debug-detective.md +32 -0
  22. package/.claude/commands/mindforge/wf-design-system-audit.md +31 -0
  23. package/.claude/commands/mindforge/wf-documentation-gen.md +31 -0
  24. package/.claude/commands/mindforge/wf-feature-planner.md +31 -0
  25. package/.claude/commands/mindforge/wf-incident-response.md +31 -0
  26. package/.claude/commands/mindforge/wf-multi-repo-sync.md +31 -0
  27. package/.claude/commands/mindforge/wf-mutation-testing.md +31 -0
  28. package/.claude/commands/mindforge/wf-onboard-codebase.md +31 -0
  29. package/.claude/commands/mindforge/wf-orchestrate-review.md +35 -0
  30. package/.claude/commands/mindforge/wf-perf-optimize.md +31 -0
  31. package/.claude/commands/mindforge/wf-pr-review.md +31 -0
  32. package/.claude/commands/mindforge/wf-refactor-plan.md +31 -0
  33. package/.claude/commands/mindforge/wf-release-prep.md +31 -0
  34. package/.claude/commands/mindforge/wf-security-threat-model.md +31 -0
  35. package/.claude/commands/mindforge/wf-tdd-sprint.md +31 -0
  36. package/.claude/commands/mindforge/wf-tech-evaluation.md +31 -0
  37. package/.claude/commands/mindforge/wf-ux-heuristic-audit.md +31 -0
  38. package/.claude/commands/mindforge/wf-verification-loop.md +45 -0
  39. package/.claude/commands/mindforge/wf-workflow-optimizer.md +51 -0
  40. package/.claude/commands/mindforge/wf-writer-reviewer.md +30 -0
  41. package/.mindforge/config.json +2 -2
  42. package/.mindforge/memory/sync-manifest.json +1 -1
  43. package/.mindforge/personas/doc-auditor.md +1 -1
  44. package/.mindforge/personas/monorepo-architect.md +2 -1
  45. package/.mindforge/personas/release-manager.md +5 -3
  46. package/.mindforge/skills/documentation/SKILL.md +4 -1
  47. package/CHANGELOG.md +8 -1821
  48. package/MINDFORGE.md +3 -3
  49. package/README.md +58 -512
  50. package/RELEASENOTES.md +22 -0
  51. package/SECURITY.md +1 -1
  52. package/bin/install.js +1 -1
  53. package/bin/updater/changelog-fetcher.js +95 -5
  54. package/bin/utils/readiness-gate.js +3 -3
  55. package/changelogs/README.md +109 -0
  56. package/changelogs/index.json +103 -0
  57. package/changelogs/v0.1.0.md +21 -0
  58. package/changelogs/v0.2.0.md +15 -0
  59. package/changelogs/v0.3.0.md +28 -0
  60. package/changelogs/v0.4.0.md +29 -0
  61. package/changelogs/v0.5.0.md +34 -0
  62. package/changelogs/v0.6.0.md +34 -0
  63. package/changelogs/v1.0.0.md +60 -0
  64. package/changelogs/v1.0.1.md +15 -0
  65. package/changelogs/v1.0.2.md +10 -0
  66. package/changelogs/v1.0.3.md +10 -0
  67. package/changelogs/v1.0.4.md +10 -0
  68. package/changelogs/v1.0.5.md +10 -0
  69. package/changelogs/v10.0.0.md +71 -0
  70. package/changelogs/v10.0.2.md +15 -0
  71. package/changelogs/v10.0.3.md +21 -0
  72. package/changelogs/v10.0.4.md +16 -0
  73. package/changelogs/v10.0.5.md +16 -0
  74. package/changelogs/v10.0.6.md +15 -0
  75. package/changelogs/v10.0.7.md +15 -0
  76. package/changelogs/v10.0.8.md +15 -0
  77. package/changelogs/v10.0.9.md +15 -0
  78. package/changelogs/v10.1.0.md +16 -0
  79. package/changelogs/v10.1.1.md +15 -0
  80. package/changelogs/v10.2.0.md +14 -0
  81. package/changelogs/v10.3.0.md +13 -0
  82. package/changelogs/v10.4.0.md +13 -0
  83. package/changelogs/v10.5.0.md +13 -0
  84. package/changelogs/v10.6.0.md +13 -0
  85. package/changelogs/v10.7.0.md +15 -0
  86. package/changelogs/v11.0.0.md +66 -0
  87. package/changelogs/v11.0.1.md +10 -0
  88. package/changelogs/v11.1.0.md +56 -0
  89. package/changelogs/v11.2.0.md +41 -0
  90. package/changelogs/v11.2.1.md +38 -0
  91. package/changelogs/v11.3.0.md +45 -0
  92. package/changelogs/v11.3.1.md +39 -0
  93. package/changelogs/v11.4.0.md +38 -0
  94. package/changelogs/v11.5.0.md +77 -0
  95. package/changelogs/v11.5.1.md +47 -0
  96. package/changelogs/v11.6.0.md +45 -0
  97. package/changelogs/v11.7.0.md +30 -0
  98. package/changelogs/v11.7.1.md +8 -0
  99. package/changelogs/v11.8.0.md +19 -0
  100. package/changelogs/v11.8.1.md +28 -0
  101. package/changelogs/v11.8.2.md +22 -0
  102. package/changelogs/v11.8.3.md +22 -0
  103. package/changelogs/v11.9.0.md +17 -0
  104. package/changelogs/v11.9.1.md +8 -0
  105. package/changelogs/v2.0.0-alpha.1.md +42 -0
  106. package/changelogs/v2.0.0-alpha.10.md +13 -0
  107. package/changelogs/v2.0.0-alpha.11.md +14 -0
  108. package/changelogs/v2.0.0-alpha.12.md +16 -0
  109. package/changelogs/v2.0.0-alpha.2.md +14 -0
  110. package/changelogs/v2.0.0-alpha.3.md +17 -0
  111. package/changelogs/v2.0.0-alpha.4.md +17 -0
  112. package/changelogs/v2.0.0-alpha.7.md +18 -0
  113. package/changelogs/v2.0.0-alpha.8.md +11 -0
  114. package/changelogs/v2.0.0-alpha.9.md +12 -0
  115. package/changelogs/v2.0.0.md +35 -0
  116. package/changelogs/v2.1.0.md +22 -0
  117. package/changelogs/v2.1.1.md +25 -0
  118. package/changelogs/v2.1.2.md +21 -0
  119. package/changelogs/v2.3.2.md +19 -0
  120. package/changelogs/v2.3.3.md +16 -0
  121. package/changelogs/v2.3.4.md +16 -0
  122. package/changelogs/v2.3.5.md +21 -0
  123. package/changelogs/v2.4.0.md +29 -0
  124. package/changelogs/v2.5.0.md +26 -0
  125. package/changelogs/v2.6.0.md +26 -0
  126. package/changelogs/v3.0.0.md +17 -0
  127. package/changelogs/v4.0.0.md +19 -0
  128. package/changelogs/v4.1.0.md +19 -0
  129. package/changelogs/v4.3.0.md +31 -0
  130. package/changelogs/v5.0.0-alpha.1.md +35 -0
  131. package/changelogs/v5.0.0-alpha.2.md +22 -0
  132. package/changelogs/v5.1.0.md +42 -0
  133. package/changelogs/v5.2.0.md +18 -0
  134. package/changelogs/v5.3.0.md +14 -0
  135. package/changelogs/v5.4.0.md +28 -0
  136. package/changelogs/v5.5.0.md +11 -0
  137. package/changelogs/v5.6.0.md +11 -0
  138. package/changelogs/v5.7.0.md +12 -0
  139. package/changelogs/v5.8.0.md +12 -0
  140. package/changelogs/v5.9.0.md +11 -0
  141. package/changelogs/v6.0.0-alpha.md +45 -0
  142. package/changelogs/v6.1.0-alpha.md +29 -0
  143. package/changelogs/v6.2.0-alpha.md +30 -0
  144. package/changelogs/v6.2.0.md +21 -0
  145. package/changelogs/v6.3.0.md +14 -0
  146. package/changelogs/v6.4.0.md +13 -0
  147. package/changelogs/v6.5.0.md +13 -0
  148. package/changelogs/v6.6.0.md +12 -0
  149. package/changelogs/v6.7.0.md +12 -0
  150. package/changelogs/v7.0.0.md +13 -0
  151. package/changelogs/v8.0.0.md +14 -0
  152. package/changelogs/v8.1.0.md +13 -0
  153. package/changelogs/v8.2.0.md +12 -0
  154. package/changelogs/v8.2.1.md +11 -0
  155. package/changelogs/v9.0.0.md +20 -0
  156. package/docs/commands-reference.md +12 -6
  157. package/docs/faq.md +3 -3
  158. package/docs/getting-started.md +28 -3
  159. package/docs/sdk-reference.md +1 -1
  160. package/docs/user-guide.md +2 -2
  161. package/package.json +2 -1
package/RELEASENOTES.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release Notes
2
2
 
3
+ ## v11.9.0 — 2026-07-27 — Bedrock Provider + Full Dry-Run Audit
4
+
5
+ ### What's New
6
+ Added an AWS Bedrock provider and completed a full exhaustive dry-run audit of all 224 commands, 216 personas, and 355 skills.
7
+
8
+ ### Fixes
9
+ - `bin/models/bedrock-provider.js`: AWS Bedrock provider with Anthropic/Bedrock config switch and base64 credential decoding
10
+ - Resolved phantom-tool references ported unmodified from a different agent harness across 40 personas and ~40 skills (`Context7`/`search_web`/`read_url_content` → `WebFetch`/`WebSearch`; `CommandStatus`/`ReadTerminal`/`terminal`/`read_file`/`write_file`/`search_files`/`patch` → real Claude Code tool names; `delegate_task` → `Agent`; `kanban_create` → `TaskCreate`)
11
+ - Repointed 21 broken `@.agent/references/` and `@.agent/templates/` path references to their real `docs/References/` and `docs/Templates/*/` locations
12
+ - Copied in missing companion `scripts/`/`references/`/`templates/` assets for 17 skills that referenced files never carried over during porting
13
+ - Fixed hardcoded broken paths (`~/.hermes/skills`, `/home/teknium/...`, `HERMES_HOME`)
14
+ - Fixed a markdown fence-nesting bug in `code-tour` and 4 truncated heredoc strings in `github-code-review`
15
+ - Removed banned single-word triggers (`test`, `tests`) from `testing-standards`
16
+ - CI: build SDK before test suite; run Verification before Health Check in execution-plane
17
+ - Security: patched hono and picomatch HIGH-severity vulnerabilities
18
+
19
+ ### Stats
20
+ - Dry-run audit: 224 commands, 216 personas, 355 skills reviewed
21
+ - Phantom-tool references resolved: 40 personas, ~40 skills
22
+
23
+ ---
24
+
3
25
  ## v11.8.3 — 2026-07-01 — Autopsy Fixes Stable Release
4
26
 
5
27
  ### What's New
package/SECURITY.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Security Policy
2
2
 
3
- > **Current version:** 11.8.3 | **npm audit:** 0 vulnerabilities across root, sdk, mcp-server
3
+ > **Current version:** 11.9.0 | **npm audit:** 0 vulnerabilities across root, sdk, mcp-server
4
4
 
5
5
  ## Supported Versions
6
6
 
package/bin/install.js CHANGED
@@ -123,7 +123,7 @@ function printHelp() {
123
123
  npx mindforge-cc@latest --all --global Global install for all runtimes
124
124
 
125
125
  ${c.bold('DOCUMENTATION')}
126
- ${c.dim('https://github.com/mindforge-dev/mindforge')}
126
+ ${c.dim('https://github.com/sairam0424/MindForge')}
127
127
  ${c.dim('docs/enterprise-setup.md (after install)')}
128
128
  \n`);
129
129
  }
@@ -7,7 +7,15 @@
7
7
 
8
8
  const { compareSemver } = require('./version-comparator');
9
9
 
10
- const CHANGELOG_URL = 'https://raw.githubusercontent.com/mindforge-dev/mindforge/main/CHANGELOG.md';
10
+ const REPO = 'sairam0424/MindForge';
11
+ const CHANGELOG_URL = `https://raw.githubusercontent.com/${REPO}/main/CHANGELOG.md`;
12
+ const CHANGELOGS_ARCHIVE_BASE = `https://raw.githubusercontent.com/${REPO}/main/changelogs`;
13
+
14
+ // Root CHANGELOG.md ships as a rolling-window aggregator (newest ~10 versions,
15
+ // full '## [x.y.z]' headers). Older versions live one-per-file under changelogs/.
16
+ // Cap the per-version fallback fetch loop so an ancient fromVersion can't trigger
17
+ // unbounded GitHub requests.
18
+ const MAX_ARCHIVE_FETCHES = 20;
11
19
 
12
20
  /**
13
21
  * Fetch CHANGELOG.md and extract entries between fromVersion and toVersion.
@@ -16,13 +24,36 @@ const CHANGELOG_URL = 'https://raw.githubusercontent.com/mindforge-dev/mindforge
16
24
  async function fetchChangelog(fromVersion, toVersion) {
17
25
  const raw = await fetchRaw();
18
26
  if (!raw) return null;
19
- return extractEntries(raw, fromVersion, toVersion);
27
+
28
+ const sections = extractSections(raw, fromVersion, toVersion);
29
+ if (sections.length) {
30
+ return sections.map(s => s.lines.join('\n').trimEnd()).join('\n\n');
31
+ }
32
+
33
+ // Empty result can mean either "nothing changed" or "fromVersion predates the
34
+ // rolling window now kept in root CHANGELOG.md". Only fall back to the
35
+ // per-version archive when fromVersion is genuinely older than the oldest
36
+ // version still present in the fetched root file.
37
+ const oldestInWindow = oldestVersionIn(raw);
38
+ if (oldestInWindow && compareSemver(fromVersion, oldestInWindow) < 0) {
39
+ return fetchFromArchive(fromVersion, toVersion);
40
+ }
41
+
42
+ return null;
20
43
  }
21
44
 
22
45
  async function fetchRaw() {
46
+ return fetchUrl(CHANGELOG_URL);
47
+ }
48
+
49
+ async function fetchVersionFile(version) {
50
+ return fetchUrl(`${CHANGELOGS_ARCHIVE_BASE}/v${version}.md`);
51
+ }
52
+
53
+ function fetchUrl(url) {
23
54
  const https = require('https');
24
55
  return new Promise(resolve => {
25
- const req = https.get(CHANGELOG_URL, { timeout: 8000 }, res => {
56
+ const req = https.get(url, { timeout: 8000 }, res => {
26
57
  if (res.statusCode !== 200) { resolve(null); return; }
27
58
  let body = '';
28
59
  res.setEncoding('utf8');
@@ -34,10 +65,62 @@ async function fetchRaw() {
34
65
  });
35
66
  }
36
67
 
68
+ /**
69
+ * Fallback path: fromVersion predates the rolling window kept in root
70
+ * CHANGELOG.md. Fetch the archive's version index (the authoritative list of
71
+ * every released version — avoids guessing nonexistent versions by walking
72
+ * semver digits), select the versions in range, fetch each one's
73
+ * changelogs/vX.Y.Z.md, and concatenate the ones that exist. Capped at
74
+ * MAX_ARCHIVE_FETCHES, newest-first-trimmed (closest to toVersion kept).
75
+ */
76
+ async function fetchFromArchive(fromVersion, toVersion) {
77
+ const versions = await enumerateVersions(fromVersion, toVersion);
78
+ if (!versions.length) return null;
79
+
80
+ const results = await Promise.all(versions.map(v => fetchVersionFile(v)));
81
+ const parts = results.filter(Boolean).map(body => body.replace(/^# Changelog\s*\n+/, '').trimEnd());
82
+ return parts.length ? parts.join('\n\n') : null;
83
+ }
84
+
85
+ /**
86
+ * Fetch changelogs/index.json (authoritative version list) and return every
87
+ * version strictly after fromVersion and up to and including toVersion,
88
+ * oldest-first, capped at MAX_ARCHIVE_FETCHES (keeping the versions nearest
89
+ * toVersion when the range exceeds the cap, since those are most relevant to
90
+ * the user's update).
91
+ */
92
+ async function enumerateVersions(fromVersion, toVersion) {
93
+ const indexRaw = await fetchUrl(`${CHANGELOGS_ARCHIVE_BASE}/index.json`);
94
+ if (!indexRaw) return [];
95
+
96
+ let versions;
97
+ try { versions = JSON.parse(indexRaw).versions; } catch { return []; }
98
+ if (!Array.isArray(versions)) return [];
99
+
100
+ const inRange = versions.filter(
101
+ v => compareSemver(v, fromVersion) > 0 && compareSemver(v, toVersion) <= 0
102
+ );
103
+ // index.json is newest-first; keep the newest MAX_ARCHIVE_FETCHES, then
104
+ // restore oldest-first order for chronological concatenation.
105
+ return inRange.slice(0, MAX_ARCHIVE_FETCHES).reverse();
106
+ }
107
+
108
+ function oldestVersionIn(changelog) {
109
+ let oldest = null;
110
+ for (const line of changelog.split('\n')) {
111
+ const vMatch = line.match(/^## \[?v?(\d+\.\d+\.\d+)/);
112
+ if (vMatch) {
113
+ const v = vMatch[1];
114
+ if (!oldest || compareSemver(v, oldest) < 0) oldest = v;
115
+ }
116
+ }
117
+ return oldest;
118
+ }
119
+
37
120
  /**
38
121
  * Parse CHANGELOG.md and extract version sections in range (from, to].
39
122
  */
40
- function extractEntries(changelog, fromVersion, toVersion) {
123
+ function extractSections(changelog, fromVersion, toVersion) {
41
124
  const sections = [];
42
125
  let current = null;
43
126
 
@@ -54,9 +137,16 @@ function extractEntries(changelog, fromVersion, toVersion) {
54
137
  }
55
138
  if (current) sections.push(current);
56
139
 
140
+ return sections;
141
+ }
142
+
143
+ // Back-compat named export: some callers/tests may reference extractEntries
144
+ // directly with the original (string | null) return contract.
145
+ function extractEntries(changelog, fromVersion, toVersion) {
146
+ const sections = extractSections(changelog, fromVersion, toVersion);
57
147
  return sections.length
58
148
  ? sections.map(s => s.lines.join('\n').trimEnd()).join('\n\n')
59
149
  : null;
60
150
  }
61
151
 
62
- module.exports = { fetchChangelog };
152
+ module.exports = { fetchChangelog, extractEntries };
@@ -109,10 +109,10 @@ function releaseReadinessChecks(root) {
109
109
  },
110
110
  {
111
111
  id: 'changelog',
112
- label: 'CHANGELOG.md present',
112
+ label: 'CHANGELOG.md present and has an entry for the current version',
113
113
  points: 2,
114
- pass: fileExists(root, 'CHANGELOG.md'),
115
- fix: 'Add/update CHANGELOG.md.',
114
+ pass: fileExists(root, 'CHANGELOG.md') && Boolean(pkgVersion) && safeRead(root, 'CHANGELOG.md').includes(pkgVersion),
115
+ fix: `Add/update CHANGELOG.md — no entry found for version ${pkgVersion || '?'} in its rolling window. If this version has aged out of the root file, ensure changelogs/v${pkgVersion || '?'}.md exists and was prepended to CHANGELOG.md's rolling window before release.`,
116
116
  },
117
117
  {
118
118
  id: 'security-policy',
@@ -0,0 +1,109 @@
1
+ # MindForge Changelog Archive
2
+
3
+ Complete, unabridged version history for MindForge — every release from [v0.1.0](./v0.1.0.md) through [v11.9.1](./v11.9.1.md), one file per version.
4
+
5
+ The root [CHANGELOG.md](../CHANGELOG.md) keeps only the newest versions inline as a rolling-window aggregator (for `bin/updater/changelog-fetcher.js` regex compatibility); this index is the full historical record.
6
+
7
+ ## All versions (newest first)
8
+
9
+ | Version | Summary |
10
+ |---|---|
11
+ | [v11.9.1](./v11.9.1.md) | Packaging Fix: Restore Missing Workflow Commands |
12
+ | [v11.9.0](./v11.9.0.md) | Bedrock Provider + Full Dry-Run Audit |
13
+ | [v11.8.3](./v11.8.3.md) | Autopsy Fixes Stable Release |
14
+ | [v11.8.2](./v11.8.2.md) | Clean Stable Release |
15
+ | [v11.8.1](./v11.8.1.md) | First Stable Release |
16
+ | [v11.8.0](./v11.8.0.md) | Workflow Forge II |
17
+ | [v11.7.1](./v11.7.1.md) | Workflow Forge (patch) |
18
+ | [v11.7.0](./v11.7.0.md) | Workflow Forge |
19
+ | [v11.6.0](./v11.6.0.md) | Skill Forge |
20
+ | [v11.5.1](./v11.5.1.md) | Robustness + governance-gate patch (Wave 8) |
21
+ | [v11.5.0](./v11.5.0.md) | Governance hardening + autonomous-engine repair (Waves 4–7) |
22
+ | [v11.4.0](./v11.4.0.md) | Claude Code plugin distribution |
23
+ | [v11.3.1](./v11.3.1.md) | Packaging hotfix (commands, skills & framework now ship) |
24
+ | [v11.3.0](./v11.3.0.md) | "Legion" (154-subagent expansion) |
25
+ | [v11.2.1](./v11.2.1.md) | "Hardening" (security & integrity audit remediation) |
26
+ | [v11.2.0](./v11.2.0.md) | "Verification & Trust" |
27
+ | [v11.1.0](./v11.1.0.md) | "Beast Mode" |
28
+ | [v11.0.1](./v11.0.1.md) | "Stability Patch" |
29
+ | [v11.0.0](./v11.0.0.md) | "Sovereign Stability" |
30
+ | [v10.7.0](./v10.7.0.md) | "Platform Sovereign" |
31
+ | [v10.6.0](./v10.6.0.md) | "Data Alchemy" |
32
+ | [v10.5.0](./v10.5.0.md) | "AI Frontier" |
33
+ | [v10.4.0](./v10.4.0.md) | "Cross-Platform" |
34
+ | [v10.3.0](./v10.3.0.md) | "Leader's Edge" |
35
+ | [v10.2.0](./v10.2.0.md) | "Industry Forge" |
36
+ | [v10.1.1](./v10.1.1.md) | "Scale & Edge" |
37
+ | [v10.1.0](./v10.1.0.md) | "Strategic Intelligence" |
38
+ | [v10.0.9](./v10.0.9.md) | "Full Spectrum" |
39
+ | [v10.0.8](./v10.0.8.md) | "Deep Patterns" |
40
+ | [v10.0.7](./v10.0.7.md) | "Meta Engineer" |
41
+ | [v10.0.6](./v10.0.6.md) | "Complete Arsenal" |
42
+ | [v10.0.5](./v10.0.5.md) | "Forge Master" |
43
+ | [v10.0.4](./v10.0.4.md) | "Santa's Eval" |
44
+ | [v10.0.3](./v10.0.3.md) | "Council Awakens" |
45
+ | [v10.0.2](./v10.0.2.md) | "Persona Expansion" |
46
+ | [v10.0.0](./v10.0.0.md) | "Bedrock Fortified" |
47
+ | [v9.0.0](./v9.0.0.md) | Bedrock Meridian — Pillars XXIV-XXVIII |
48
+ | [v8.2.1](./v8.2.1.md) | Stability & Cleanup |
49
+ | [v8.2.0](./v8.2.0.md) | Autonomous SRE Layer — Pillars XX-XXIII |
50
+ | [v8.1.0](./v8.1.0.md) | Sovereign Identity — Pillar XIX |
51
+ | [v8.0.0](./v8.0.0.md) | Celestial Orchestration - SQLite & FMS |
52
+ | [v7.0.0](./v7.0.0.md) | Sovereign Intelligence - Post-Quantum & Homing |
53
+ | [v6.7.0](./v6.7.0.md) | Federated Intelligence Mesh - FIM Expansion |
54
+ | [v6.6.0](./v6.6.0.md) | Self-Corrective Synthesis - SCS |
55
+ | [v6.5.0](./v6.5.0.md) | Reason-Source Alignment - RSA |
56
+ | [v6.4.0](./v6.4.0.md) | Context Entropy Guard - CEG |
57
+ | [v6.3.0](./v6.3.0.md) | Intelligence-Drift Coupling - IDC |
58
+ | [v6.2.0](./v6.2.0.md) | Sovereign Enterprise Stable |
59
+ | [v6.2.0-alpha](./v6.2.0-alpha.md) | Sovereign Pillars XI & XII |
60
+ | [v6.1.0-alpha](./v6.1.0-alpha.md) | Sovereign Intelligence |
61
+ | [v6.0.0-alpha](./v6.0.0-alpha.md) | The v6.0.0-alpha release introduces the final pillar of the MindForge Enterprise architect |
62
+ | [v5.9.0](./v5.9.0.md) | - Pillar VII: Nexus Steering (Hierarchical Intent Orchestration). |
63
+ | [v5.8.0](./v5.8.0.md) | - Pillar VI: Sovereign Reason Enclaves (ZK-Proof Audit Trails). |
64
+ | [v5.7.0](./v5.7.0.md) | - Pillar V: Multi-Cloud Arbitrage (Task-to-Model Affinity Routing). |
65
+ | [v5.6.0](./v5.6.0.md) | - Pillar IV: Supply Chain Trust (Binary Runtime Attestation). |
66
+ | [v5.5.0](./v5.5.0.md) | - Pillar III: Predictive Agentic Reliability (Reasoning Entropy Monitoring). |
67
+ | [v5.4.0](./v5.4.0.md) | Enterprise-Grade Hardening — 2026-03-28 |
68
+ | [v5.3.0](./v5.3.0.md) | Dynamic Blast Radius — 2026-03-28 |
69
+ | [v5.2.0](./v5.2.0.md) | Semantic Vector Consensus — 2026-03-28 |
70
+ | [v5.1.0](./v5.1.0.md) | The Enterprise Expansion — 2026-03-28 |
71
+ | [v5.0.0-alpha.2](./v5.0.0-alpha.2.md) | Predictive Reliability & Supply Chain Trust — 2026-03-28 |
72
+ | [v5.0.0-alpha.1](./v5.0.0-alpha.1.md) | Federated Intelligence & Policy Orchestration — 2026-03-28 |
73
+ | [v4.3.0](./v4.3.0.md) | Enterprise Mesh & Proactive Equilibrium — 2026-03-28 |
74
+ | [v4.1.0](./v4.1.0.md) | MindForge Nexus (Observability & Tracing) — 2026-03-27 |
75
+ | [v4.0.0](./v4.0.0.md) | Dynamic Multi-Agent Swarms (Agentic Mesh) — 2026-03-27 |
76
+ | [v3.0.0](./v3.0.0.md) | Reactive Autonomous Intelligence — 2026-03-27 |
77
+ | [v2.6.0](./v2.6.0.md) | Temporal Vision (Time-Travel Debugging) — 2026-03-27 |
78
+ | [v2.5.0](./v2.5.0.md) | Local-First Knowledge Graph (RAG 2.0) — 2026-03-27 |
79
+ | [v2.4.0](./v2.4.0.md) | The Core Pillars Optimization — 2026-03-27 |
80
+ | [v2.3.5](./v2.3.5.md) | Intelligent Asset Sync & Merge — 2026-03-26 |
81
+ | [v2.3.4](./v2.3.4.md) | Architectural Sync & Zero-GSD Purge — 2026-03-25 |
82
+ | [v2.3.3](./v2.3.3.md) | Payload Cleanup & Enterprise Pruning — 2026-03-25 |
83
+ | [v2.3.2](./v2.3.2.md) | Asset Sync Repair — 2026-03-25 |
84
+ | [v2.1.2](./v2.1.2.md) | *Status: V5.2.0 Semantic Consensus Implemented & Verified (2026-03-28)* |
85
+ | [v2.1.1](./v2.1.1.md) | Core Migration Finalization — 2026-03-25 |
86
+ | [v2.1.0](./v2.1.0.md) | The Specialized Expansion — 2026-03-24 |
87
+ | [v2.0.0](./v2.0.0.md) | The Autonomous Enterprise — 2026-03-24 |
88
+ | [v2.0.0-alpha.12](./v2.0.0-alpha.12.md) | Self-Building Skills Platform — 2026-03-24 |
89
+ | [v2.0.0-alpha.11](./v2.0.0-alpha.11.md) | Persistent Knowledge Graph — 2026-03-24 |
90
+ | [v2.0.0-alpha.10](./v2.0.0-alpha.10.md) | Skill Installation & Validation CLI — 2026-03-24 |
91
+ | [v2.0.0-alpha.9](./v2.0.0-alpha.9.md) | Verified Antigravity Compatibility — 2026-03-23 |
92
+ | [v2.0.0-alpha.8](./v2.0.0-alpha.8.md) | Antigravity Visibility Fix — 2026-03-23 |
93
+ | [v2.0.0-alpha.7](./v2.0.0-alpha.7.md) | Day 12: Real-time Observability Dashboard — 2026-03-22 |
94
+ | [v2.0.0-alpha.4](./v2.0.0-alpha.4.md) | Day 11: Persistent Knowledge Graph (Long-Term Memory) — 2026-03-22 |
95
+ | [v2.0.0-alpha.3](./v2.0.0-alpha.3.md) | Day 10: Multi-Model Intelligence Layer — 2026-03-22 |
96
+ | [v2.0.0-alpha.2](./v2.0.0-alpha.2.md) | Day 9: Visual QA Engine (Browser Runtime Engine) — 2026-03-22 |
97
+ | [v2.0.0-alpha.1](./v2.0.0-alpha.1.md) | Day 8: Autonomous Execution Engine — 2026-03-22 |
98
+ | [v1.0.5](./v1.0.5.md) | v1.0.5 Minimal Install Option — 2026-03-22 |
99
+ | [v1.0.4](./v1.0.4.md) | v1.0.4 Antigravity Install Fix — 2026-03-22 |
100
+ | [v1.0.3](./v1.0.3.md) | v1.0.3 Antigravity Agents Folder — 2026-03-22 |
101
+ | [v1.0.2](./v1.0.2.md) | v1.0.2 CLI Bin Fix — 2026-03-22 |
102
+ | [v1.0.1](./v1.0.1.md) | v1.0.1 Installer and Packaging Fixes — 2026-03-22 |
103
+ | [v1.0.0](./v1.0.0.md) | v1.0.0 First Stable Public Release — 2026-03-22 |
104
+ | [v0.6.0](./v0.6.0.md) | Day 6 Distribution Platform |
105
+ | [v0.5.0](./v0.5.0.md) | Day 5 Intelligence Layer |
106
+ | [v0.4.0](./v0.4.0.md) | Day 4 Enterprise Integrations and Governance |
107
+ | [v0.3.0](./v0.3.0.md) | Day 3 Skills Platform |
108
+ | [v0.2.0](./v0.2.0.md) | Day 2 Wave Engine |
109
+ | [v0.1.0](./v0.1.0.md) | Day 1 Foundation |
@@ -0,0 +1,103 @@
1
+ {
2
+ "versions": [
3
+ "11.9.1",
4
+ "11.9.0",
5
+ "11.8.3",
6
+ "11.8.2",
7
+ "11.8.1",
8
+ "11.8.0",
9
+ "11.7.1",
10
+ "11.7.0",
11
+ "11.6.0",
12
+ "11.5.1",
13
+ "11.5.0",
14
+ "11.4.0",
15
+ "11.3.1",
16
+ "11.3.0",
17
+ "11.2.1",
18
+ "11.2.0",
19
+ "11.1.0",
20
+ "11.0.1",
21
+ "11.0.0",
22
+ "10.7.0",
23
+ "10.6.0",
24
+ "10.5.0",
25
+ "10.4.0",
26
+ "10.3.0",
27
+ "10.2.0",
28
+ "10.1.1",
29
+ "10.1.0",
30
+ "10.0.9",
31
+ "10.0.8",
32
+ "10.0.7",
33
+ "10.0.6",
34
+ "10.0.5",
35
+ "10.0.4",
36
+ "10.0.3",
37
+ "10.0.2",
38
+ "10.0.0",
39
+ "9.0.0",
40
+ "8.2.1",
41
+ "8.2.0",
42
+ "8.1.0",
43
+ "8.0.0",
44
+ "7.0.0",
45
+ "6.7.0",
46
+ "6.6.0",
47
+ "6.5.0",
48
+ "6.4.0",
49
+ "6.3.0",
50
+ "6.2.0",
51
+ "6.2.0-alpha",
52
+ "6.1.0-alpha",
53
+ "6.0.0-alpha",
54
+ "5.9.0",
55
+ "5.8.0",
56
+ "5.7.0",
57
+ "5.6.0",
58
+ "5.5.0",
59
+ "5.4.0",
60
+ "5.3.0",
61
+ "5.2.0",
62
+ "5.1.0",
63
+ "5.0.0-alpha.2",
64
+ "5.0.0-alpha.1",
65
+ "4.3.0",
66
+ "4.1.0",
67
+ "4.0.0",
68
+ "3.0.0",
69
+ "2.6.0",
70
+ "2.5.0",
71
+ "2.4.0",
72
+ "2.3.5",
73
+ "2.3.4",
74
+ "2.3.3",
75
+ "2.3.2",
76
+ "2.1.2",
77
+ "2.1.1",
78
+ "2.1.0",
79
+ "2.0.0",
80
+ "2.0.0-alpha.12",
81
+ "2.0.0-alpha.11",
82
+ "2.0.0-alpha.10",
83
+ "2.0.0-alpha.9",
84
+ "2.0.0-alpha.8",
85
+ "2.0.0-alpha.7",
86
+ "2.0.0-alpha.4",
87
+ "2.0.0-alpha.3",
88
+ "2.0.0-alpha.2",
89
+ "2.0.0-alpha.1",
90
+ "1.0.5",
91
+ "1.0.4",
92
+ "1.0.3",
93
+ "1.0.2",
94
+ "1.0.1",
95
+ "1.0.0",
96
+ "0.6.0",
97
+ "0.5.0",
98
+ "0.4.0",
99
+ "0.3.0",
100
+ "0.2.0",
101
+ "0.1.0"
102
+ ]
103
+ }
@@ -0,0 +1,21 @@
1
+ # Changelog
2
+
3
+ ## [0.1.0] — Day 1 Foundation
4
+
5
+ ### Added (v0.1.0)
6
+
7
+ - Core directory scaffold
8
+ - CLAUDE.md agent entry point
9
+ - 8 agent persona definitions
10
+ - 5 initial core skill packs
11
+ - 6 slash commands: help, init-project, plan-phase, execute-phase, verify-phase, ship
12
+ - npm installer (npx mindforge-cc)
13
+ - State management: STATE.md, HANDOFF.json
14
+ - Org context templates: ORG.md, CONVENTIONS.md, SECURITY.md, TOOLS.md
15
+ persona definitions
16
+ - 5 initial core skill packs
17
+ - 6 slash commands: help, init-project, plan-phase, execute-phase, verify-phase, ship
18
+ - npm installer (npx mindforge-cc)
19
+ - State management: STATE.md, HANDOFF.json
20
+ - Org context templates: ORG.md, CONVENTIONS.md, SECURITY.md, TOOLS.md
21
+
@@ -0,0 +1,15 @@
1
+ # Changelog
2
+
3
+ ## [0.2.0] — Day 2 Wave Engine
4
+
5
+ ### Added (v0.2.0)
6
+
7
+ - Wave-based parallel execution engine
8
+ - Dependency parser and wave grouper
9
+ - Context injector with minimum-context principle
10
+ - Compaction protocol (automated at 70% context)
11
+ - AUDIT.jsonl append-only pipeline with full schema
12
+ - 4 new commands: /mindforge:next, /mindforge:quick, /mindforge:status, /mindforge:debug
13
+
14
+ ---
15
+
@@ -0,0 +1,28 @@
1
+ # Changelog
2
+
3
+ ## [0.3.0] — Day 3 Skills Platform
4
+
5
+ ### Added (v0.3.0)
6
+
7
+ - 5 new core skill packs: performance, accessibility, data-privacy,
8
+ incident-response, database-patterns
9
+ - Skills distribution engine: registry, loader, versioning, conflict resolver
10
+ - 5 new commands: /mindforge:skills, /mindforge:review, /mindforge:security-scan,
11
+ /mindforge:map-codebase, /mindforge:discuss-phase
12
+ - Persona customisation override system (project and phase level)
13
+ - Skills Manifest (MANIFEST.md) with tier-based registration
14
+ - Skills Authoring Guide for creating org and project skills
15
+ - Injection guard for Tier 2/3 skill validation
16
+
17
+ ### Changed (v0.3.0)
18
+
19
+ - execute-phase now uses multi-tier skills loading
20
+ - plan-phase now reads CONTEXT.md from discuss-phase if available
21
+ - CLAUDE.md updated with skills platform and new command awareness
22
+
23
+ ### Fixed (v0.3.0)
24
+
25
+ - cursor pagination correctness in database-patterns skill (compound cursor)
26
+
27
+ ---
28
+
@@ -0,0 +1,29 @@
1
+ # Changelog
2
+
3
+ ## [0.4.0] — Day 4 Enterprise Integrations and Governance
4
+
5
+ ### Added (v0.4.0)
6
+
7
+ - enterprise integration specs for Jira, Confluence, Slack, GitHub, and GitLab
8
+ - integration connection manager with credential hygiene and retry guidance
9
+ - governance layer: change classification, approvals, and compliance gates
10
+ - multi-developer handoff and session merger protocols
11
+ - 6 new commands: `/mindforge:audit`, `/mindforge:milestone`,
12
+ `/mindforge:complete-milestone`, `/mindforge:approve`,
13
+ `/mindforge:sync-jira`, `/mindforge:sync-confluence`
14
+ - Day 4 test suites: `tests/integrations.test.js`, `tests/governance.test.js`
15
+ - enterprise setup and governance guide docs
16
+
17
+ ### Changed (v0.4.0)
18
+
19
+ - README and CLAUDE entrypoint updated for enterprise governance workflows
20
+ - audit schema expanded for integration and governance events
21
+
22
+ ### Fixed (v0.4.0)
23
+
24
+ - Jira transition handling now documents dynamic transition lookup instead of
25
+ hardcoded IDs
26
+ - governance tiering now covers code-content matches and audit-history escalation
27
+
28
+ ---
29
+
@@ -0,0 +1,34 @@
1
+ # Changelog
2
+
3
+ ## [0.5.0] — Day 5 Intelligence Layer
4
+
5
+ ### Added (v0.5.0)
6
+
7
+ - framework health engine with 7-category diagnostics and safe auto-repair guidance
8
+ - smart context compaction with Level 1/2/3 protocols and structured handoff extraction
9
+ - phase difficulty scorer with weighted composite and task-granularity feedback
10
+ - anti-pattern detection engine with false-positive controls for C01/B03/D01
11
+ - skill gap analyzer for pre-planning capability coverage checks
12
+ - team profile system and per-developer profile templates
13
+ - metrics schema and quality tracker (`session`, `phase`, `skill usage`, `compaction quality`)
14
+ - project constitution file: `MINDFORGE.md`
15
+ - setup wizard modules: environment detection, idempotent config generation, interactive flow
16
+ - 4 new commands: `/mindforge:health`, `/mindforge:retrospective`,
17
+ `/mindforge:profile-team`, `/mindforge:metrics`
18
+ - 3 ADRs: ADR-012, ADR-013, ADR-014
19
+ - new Day 5 test suites: `tests/intelligence.test.js`, `tests/metrics.test.js`
20
+
21
+ ### Changed (v0.5.0)
22
+
23
+ - CLAUDE runtime contract now includes Day 5 intelligence behavior and
24
+ non-overridable MINDFORGE enforcement
25
+ - package entrypoint now points to setup wizard
26
+
27
+ ### Fixed (v0.5.0)
28
+
29
+ - AUDIT corruption handling now quarantines invalid lines instead of deleting entries
30
+ - wizard reliability improvements: stdin TTY fallback, end-of-flow credential guidance,
31
+ and idempotent config replacement behavior
32
+
33
+ ---
34
+
@@ -0,0 +1,34 @@
1
+ # Changelog
2
+
3
+ ## [0.6.0] — Day 6 Distribution Platform
4
+
5
+ ### Added (v0.6.0)
6
+
7
+ - Public skills registry: `npx mindforge-skills install/publish/search` (npm-based)
8
+ - Skill validator: 3-level validation schema (schema, content, quality)
9
+ - MINDFORGE.md JSON Schema: validation with non-overridable field markers
10
+ - MindForge CI mode: GitHub Actions / GitLab CI / Jenkins integration
11
+ - GitHub Actions workflow: health, security, quality, AI review jobs
12
+ - AI PR Review Engine: Claude API-powered code review with context loading
13
+ - Monorepo/workspace support: npm/pnpm/Nx/Turborepo/Lerna detection
14
+ - Cross-package planner: topological execution order for monorepo phases
15
+ - @mindforge/sdk: TypeScript SDK with client, event stream, and command builders
16
+ - SSE event stream: real-time progress events via Server-Sent Events
17
+ - /mindforge:init-org — organisation-wide MindForge setup command
18
+ - /mindforge:install-skill — install skill from public/private registry
19
+ - /mindforge:publish-skill — publish skill to npm registry
20
+ - /mindforge:pr-review — AI code review powered by Claude API
21
+ - /mindforge:workspace — monorepo workspace management
22
+ - /mindforge:benchmark — skill effectiveness benchmarking
23
+ - 3 new ADRs: ADR-015 npm registry, ADR-016 CI timeout, ADR-017 localhost SDK
24
+
25
+ ### Hardened (v0.6.0)
26
+
27
+ - Registry: TOCTOU-safe temp directory (chmod 700), tarball size verification
28
+ - CI: timeout exits with code 0 (soft stop), clear Tier 3 block messages
29
+ - SDK: localhost-only SSE binding, Linux inotify fallback
30
+ - AI review: robust daily limit (parse error tolerant), file-based diff truncation
31
+ - Monorepo: affected package detection uses manifest paths (not depth assumption)
32
+
33
+ ---
34
+
@@ -0,0 +1,60 @@
1
+ # Changelog
2
+
3
+ ## [1.0.0] — v1.0.0 First Stable Public Release — 2026-03-22
4
+
5
+ 🎉 **MindForge v1.0.0 — Enterprise Agentic Framework — First Stable Release**
6
+
7
+ Release published: v1.0.0 (GitHub Releases).
8
+
9
+ Built over 7 focused sprints, MindForge transforms Claude Code and Antigravity
10
+ from powerful-but-unstructured AI tools into production-grade engineering
11
+ partners with full governance, observability, and enterprise integration.
12
+
13
+ ### What ships in v1.0.0
14
+
15
+ - **36 commands** across 7 workflow categories
16
+ - **10 core skill packs** with three-tier registry (Core/Org/Project)
17
+ - **8 specialised agent personas** covering all engineering roles
18
+ - **Wave-based parallel execution** with dependency graph and automatic compaction
19
+ - **Enterprise integrations**: Jira, Confluence, Slack, GitHub, GitLab
20
+ - **Three-tier governance**: Tier 1 (auto) / Tier 2 (peer review) / Tier 3 (compliance)
21
+ - **Five non-bypassable compliance gates** (secret detection, CRITICAL findings, tests, CVEs, GDPR)
22
+ - **Intelligence layer**: health engine, difficulty scorer, anti-pattern detector, team profiling
23
+ - **Public skills registry**: npm-based `mindforge-skill-*` ecosystem
24
+ - **CI/CD integration**: GitHub Actions, GitLab CI, Jenkins adapters
25
+ - **@mindforge/sdk**: TypeScript SDK with client, event stream, and command builders
26
+ - **Monorepo support**: npm/pnpm/Nx/Turborepo/Lerna workspace detection
27
+ - **AI PR Review**: Claude API-powered code review with context loading
28
+ - **Self-update mechanism**: version check, changelog diff, scope-preserving apply
29
+ - **Version migration engine**: schema migration from v0.1.0 through v1.0.0
30
+ - **Plugin system**: extensible via `mindforge-plugin-*` npm namespace
31
+ - **Token usage optimiser**: profiling and efficiency strategies
32
+ - **50-point production readiness checklist**: fully verified before this release
33
+
34
+ **20 Architecture Decision Records** documenting every major design choice
35
+
36
+ - **15 test suites** with 3× consecutive run requirement
37
+ - **Complete reference documentation**: commands, security, ADR index, threat model
38
+
39
+ ### Stable interface contract (v1.0.0)
40
+
41
+ See ADR-020. All 36 commands, HANDOFF.json schema, AUDIT event types,
42
+ @mindforge/sdk exports, and plugin.json format are stable in 1.x.x.
43
+
44
+ ### Breaking changes from 0.6.0 (v1.0.0)
45
+
46
+ - VERIFY_PASS_RATE_WARNING_THRESHOLD in MINDFORGE.md is now 0.0-1.0 (was 0-100)
47
+ Run `/mindforge:migrate` to auto-convert
48
+ - AUDIT.jsonl session_id field is now required (auto-backfilled by migration)
49
+ - HANDOFF.json plugin_api_version field required for plugin compatibility
50
+
51
+ ### Installation (v1.0.0)
52
+
53
+ ```bash
54
+ npx mindforge-cc@latest
55
+ # or
56
+ npx mindforge-cc@1.0.0 --claude --global
57
+ ```
58
+
59
+ ---
60
+
@@ -0,0 +1,15 @@
1
+ # Changelog
2
+
3
+ ## [1.0.1] — v1.0.1 Installer and Packaging Fixes — 2026-03-22
4
+
5
+ ### Fixed (v1.0.1)
6
+
7
+ - Interactive setup now uses installer-core directly (no recursive wizard call).
8
+ - Package bin entry corrected to use `mindforge-cc` → `bin/install.js`.
9
+
10
+ ### Changed (v1.0.1)
11
+
12
+ - Added publish whitelist to reduce package size and exclude build-only files.
13
+
14
+ ---
15
+
@@ -0,0 +1,10 @@
1
+ # Changelog
2
+
3
+ ## [1.0.2] — v1.0.2 CLI Bin Fix — 2026-03-22
4
+
5
+ ### Fixed (v1.0.2)
6
+
7
+ - npm bin entry now uses a path format accepted by npm publish.
8
+
9
+ ---
10
+