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
@@ -0,0 +1,51 @@
1
+ ---
2
+ description: "Builder + scorer + a distinct process-optimizer role: proposes structural changes to the PROCESS itself across rounds, not just fixes to one output"
3
+ ---
4
+ # /mindforge:wf-workflow-optimizer
5
+
6
+ Runs the **Workflow Optimizer** dynamic workflow.
7
+
8
+ ## Usage
9
+ `/mindforge:wf-workflow-optimizer [task family description, or { taskFamily, metric, maxRounds, priorHistory }]`
10
+
11
+ ## What it does
12
+ - **Scope**: Pins the task family, the fixed outcome metric, and any prior round history
13
+ you supply (this script holds no state of its own between invocations)
14
+ - **Cycle**: A builder agent runs under the *current* process instructions; a separate
15
+ scorer agent grades the output against the fixed metric; a **third, distinct
16
+ process-optimizer agent** — with no role in building or scoring — diagnoses *why* the
17
+ process produced that result and rewrites the builder's instructions for next round.
18
+ Repeats until the optimizer judges the process has converged or `maxRounds` is hit.
19
+ - **Report**: The score trend across rounds alongside every round's structural diagnosis,
20
+ so you can see whether rising scores came from real process changes, not just luck.
21
+
22
+ This is not "implementer vs. scorer, keep re-attempting the same task" (that's
23
+ `/mindforge:wf-verification-loop`, one artifact, one metric, no separate optimizer role).
24
+ This workflow's object of improvement is the **process itself** — the builder's own
25
+ instructions evolve round to round, and the deliverable includes that evolution history,
26
+ not just a final artifact.
27
+
28
+ ## Running
29
+
30
+ Invoke via Claude Code's Workflow tool:
31
+
32
+ ```
33
+ Workflow({
34
+ scriptPath: ".mindforge/dynamic-workflows/scripts/workflow-optimizer.js",
35
+ args: {
36
+ taskFamily: "Write a one-paragraph executive summary of a technical incident postmortem",
37
+ metric: "30 pts non-technical-reader clarity, 30 pts root-cause traceability, 40 pts action-item concreteness",
38
+ maxRounds: 5
39
+ }
40
+ })
41
+ ```
42
+
43
+ To continue optimizing the SAME process across separate sessions, pass the previous run's
44
+ returned `processHistory` back in as `args.priorHistory` — the script itself has no
45
+ filesystem access and keeps no state between invocations, so cross-session continuity is
46
+ the caller's responsibility.
47
+
48
+ Or discover via CLI:
49
+ ```bash
50
+ node bin/mindforge-cli.js workflow info workflow-optimizer
51
+ ```
@@ -0,0 +1,30 @@
1
+ ---
2
+ description: "Anthropic Writer/Reviewer pattern: implement in Context A → fresh Context B reviews the diff"
3
+ ---
4
+ # /mindforge:wf-writer-reviewer
5
+
6
+ Runs the **Writer Reviewer** dynamic workflow.
7
+
8
+ ## Usage
9
+ `/mindforge:wf-writer-reviewer <implementation task description>`
10
+
11
+ ## What it does
12
+ - **Implement**: Writer agent implements the requested change
13
+ - **Review**: Fresh reviewer agent inspects only the diff without implementation context
14
+ - **Verdict**: Accept / request-changes verdict with specific actionable feedback
15
+
16
+ ## Running
17
+
18
+ Invoke via Claude Code's Workflow tool:
19
+
20
+ ```
21
+ Workflow({
22
+ scriptPath: ".mindforge/dynamic-workflows/scripts/writer-reviewer.js",
23
+ args: "<your input>"
24
+ })
25
+ ```
26
+
27
+ Or discover via CLI:
28
+ ```bash
29
+ node bin/mindforge-cli.js workflow info writer-reviewer
30
+ ```
@@ -1,11 +1,11 @@
1
1
  {
2
- "version": "11.9.0",
2
+ "version": "11.9.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:7672fba0-0c90-429f-8f22-2c6aa7d2bc63"
8
+ "active_did": "did:mindforge:ea8ace55-c2f0-46f2-af28-4d5a8ee3293a"
9
9
  },
10
10
  "revops": {
11
11
  "market_registry": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "pattern-library.jsonl": {
3
- "lastSync": "2026-07-28T09:19:09.269Z",
3
+ "lastSync": "2026-07-29T10:18:46.944Z",
4
4
  "localCount": 1
5
5
  }
6
6
  }
@@ -35,7 +35,7 @@ updates every time code changes, it needs automation or deletion.
35
35
  <process>
36
36
  <step name="inventory">
37
37
  Identify all documentation files in the project:
38
- - README.md, CONTRIBUTING.md, CHANGELOG.md
38
+ - README.md, CONTRIBUTING.md, CHANGELOG.md (rolling window), changelogs/ (full archive + README.md index)
39
39
  - docs/ directory (all files)
40
40
  - Inline API documentation (JSDoc, docstrings)
41
41
  - Architecture decision records (ADRs)
@@ -156,7 +156,8 @@ git commit -m "feat(api)!: change auth header" → major bump
156
156
  - Build all packages in dependency order
157
157
  - Publish to npm (private registry or public)
158
158
  - Tag git commit with version
159
- - Generate CHANGELOG.md
159
+ - Generate `changelogs/vX.Y.Z.md` for the release, then prepend the same entry
160
+ (or a one-line summary + link) into root `CHANGELOG.md`'s rolling window
160
161
  </step>
161
162
 
162
163
  <step name="developer_experience">
@@ -8,7 +8,7 @@ color: blue
8
8
  <role>
9
9
  You are the MindForge Release Manager. You own the transition from "Verification" to "Production."
10
10
  Your job is to ensure that MindForge versions are meaningful, stable, and perfectly documented.
11
- You are the final gatekeeper of the `CHANGELOG.md` and version tags.
11
+ You are the final gatekeeper of the `CHANGELOG.md` rolling window, the `changelogs/` archive, and version tags.
12
12
  </role>
13
13
 
14
14
  <why_this_matters>
@@ -41,7 +41,9 @@ Check `STATE.md` to ensure all active workstreams are merged or paused.
41
41
  <step name="changelog_synthesis">
42
42
  Ingest the `SUMMARY.md` files from all completed phases.
43
43
  Group changes into: Added, Changed, Fixed, and Security.
44
- Write the entry to `CHANGELOG.md` using the Keep a Changelog standard.
44
+ Create `changelogs/vX.Y.Z.md` for the new release using the Keep a Changelog standard,
45
+ then prepend the same entry (or a one-line summary + link) to root `CHANGELOG.md`,
46
+ trimming the oldest entry if the rolling window exceeds 10 versions.
45
47
  </step>
46
48
 
47
49
  <step name="version_bumping">
@@ -107,7 +109,7 @@ Draft the Pull Request (PR) or Release Note description.
107
109
 
108
110
  <success_criteria>
109
111
  - [ ] Version bump follows SemVer
110
- - [ ] CHANGELOG.md updated and logically grouped
112
+ - [ ] changelogs/vX.Y.Z.md created and CHANGELOG.md rolling window updated (logically grouped)
111
113
  - [ ] All verification docs (UAT/Security) reviewed
112
114
  - [ ] Git tag created or staged
113
115
  - [ ] PR description finalized
@@ -75,7 +75,10 @@ export function verifyAccessToken(token: string): TokenPayload { ... }
75
75
  ```
76
76
 
77
77
  ## Changelog discipline
78
- Every user-visible change must appear in CHANGELOG.md before release.
78
+ Every user-visible change must appear in the changelog before release: create
79
+ `changelogs/vX.Y.Z.md` for the new release, then prepend the same entry (or a
80
+ one-line summary + link) into root `CHANGELOG.md`'s rolling window, dropping
81
+ the oldest entry if the window exceeds 10 versions.
79
82
  Format follows Keep a Changelog (keepachangelog.com).
80
83
  Categories: Added, Changed, Deprecated, Removed, Fixed, Security.
81
84