mindforge-cc 11.8.3 → 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 (435) 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/.agent/mindforge/wf-orchestrate-review.md +35 -0
  5. package/.agent/mindforge/wf-verification-loop.md +45 -0
  6. package/.agent/mindforge/wf-workflow-optimizer.md +51 -0
  7. package/.agent/skills/article-illustrator/SKILL.md +7 -7
  8. package/.agent/skills/arxiv/SKILL.md +6 -6
  9. package/.agent/skills/code-wiki/SKILL.md +11 -11
  10. package/.agent/skills/concept-diagrams/SKILL.md +6 -6
  11. package/.agent/skills/concept-diagrams/examples/apartment-floor-plan-conversion.md +244 -0
  12. package/.agent/skills/concept-diagrams/examples/automated-password-reset-flow.md +276 -0
  13. package/.agent/skills/concept-diagrams/examples/autonomous-llm-research-agent-flow.md +240 -0
  14. package/.agent/skills/concept-diagrams/examples/banana-journey-tree-to-smoothie.md +161 -0
  15. package/.agent/skills/concept-diagrams/examples/commercial-aircraft-structure.md +209 -0
  16. package/.agent/skills/concept-diagrams/examples/cpu-ooo-microarchitecture.md +236 -0
  17. package/.agent/skills/concept-diagrams/examples/electricity-grid-flow.md +182 -0
  18. package/.agent/skills/concept-diagrams/examples/feature-film-production-pipeline.md +172 -0
  19. package/.agent/skills/concept-diagrams/examples/hospital-emergency-department-flow.md +165 -0
  20. package/.agent/skills/concept-diagrams/examples/ml-benchmark-grouped-bar-chart.md +114 -0
  21. package/.agent/skills/concept-diagrams/examples/place-order-uml-sequence.md +325 -0
  22. package/.agent/skills/concept-diagrams/examples/smart-city-infrastructure.md +173 -0
  23. package/.agent/skills/concept-diagrams/examples/smartphone-layer-anatomy.md +154 -0
  24. package/.agent/skills/concept-diagrams/examples/sn2-reaction-mechanism.md +247 -0
  25. package/.agent/skills/concept-diagrams/examples/wind-turbine-structure.md +338 -0
  26. package/.agent/skills/concept-diagrams/templates/template.html +174 -0
  27. package/.agent/skills/domain-intel/SKILL.md +7 -7
  28. package/.agent/skills/duckduckgo-search/SKILL.md +17 -17
  29. package/.agent/skills/github-auth/scripts/gh-env.sh +66 -0
  30. package/.agent/skills/github-code-review/SKILL.md +9 -9
  31. package/.agent/skills/github-pr-workflow/SKILL.md +3 -3
  32. package/.agent/skills/godmode/SKILL.md +8 -8
  33. package/.agent/skills/jupyter-live-kernel/SKILL.md +3 -3
  34. package/.agent/skills/kanban-orchestrator/SKILL.md +10 -10
  35. package/.agent/skills/kanban-worker/SKILL.md +6 -6
  36. package/.agent/skills/llm-wiki/SKILL.md +7 -7
  37. package/.agent/skills/mindforge-autonomous/SKILL.md +1 -1
  38. package/.agent/skills/mindforge-complete-milestone/SKILL.md +1 -1
  39. package/.agent/skills/mindforge-discuss-phase/SKILL.md +1 -1
  40. package/.agent/skills/mindforge-do/SKILL.md +1 -1
  41. package/.agent/skills/mindforge-execute-phase/SKILL.md +1 -1
  42. package/.agent/skills/mindforge-list-workspaces/SKILL.md +1 -1
  43. package/.agent/skills/mindforge-manager/SKILL.md +1 -1
  44. package/.agent/skills/mindforge-neural-orchestrator/SKILL.md +1 -1
  45. package/.agent/skills/mindforge-new-milestone/SKILL.md +4 -4
  46. package/.agent/skills/mindforge-new-project/SKILL.md +4 -4
  47. package/.agent/skills/mindforge-new-workspace/SKILL.md +1 -1
  48. package/.agent/skills/mindforge-note/SKILL.md +1 -1
  49. package/.agent/skills/mindforge-plan-phase/SKILL.md +1 -1
  50. package/.agent/skills/mindforge-profile-user/SKILL.md +1 -1
  51. package/.agent/skills/mindforge-remove-workspace/SKILL.md +1 -1
  52. package/.agent/skills/mindforge-research-phase/SKILL.md +1 -1
  53. package/.agent/skills/mindforge-ui-phase/SKILL.md +1 -1
  54. package/.agent/skills/mindforge-ui-review/SKILL.md +1 -1
  55. package/.agent/skills/mindforge-verify-work/SKILL.md +1 -1
  56. package/.agent/skills/mindforge-workspace-isolated/SKILL.md +1 -1
  57. package/.agent/skills/node-inspect-debugger/SKILL.md +1 -1
  58. package/.agent/skills/obsidian/SKILL.md +15 -15
  59. package/.agent/skills/osint-investigation/SKILL.md +3 -2
  60. package/.agent/skills/osint-investigation/references/sources/courtlistener.md +98 -0
  61. package/.agent/skills/osint-investigation/references/sources/gdelt.md +104 -0
  62. package/.agent/skills/osint-investigation/references/sources/icij-offshore.md +104 -0
  63. package/.agent/skills/osint-investigation/references/sources/nyc-acris.md +90 -0
  64. package/.agent/skills/osint-investigation/references/sources/ofac-sdn.md +92 -0
  65. package/.agent/skills/osint-investigation/references/sources/opencorporates.md +103 -0
  66. package/.agent/skills/osint-investigation/references/sources/sec-edgar.md +83 -0
  67. package/.agent/skills/osint-investigation/references/sources/senate-ld.md +89 -0
  68. package/.agent/skills/osint-investigation/references/sources/usaspending.md +97 -0
  69. package/.agent/skills/osint-investigation/references/sources/wayback.md +93 -0
  70. package/.agent/skills/osint-investigation/references/sources/wikipedia.md +107 -0
  71. package/.agent/skills/osint-investigation/scripts/_http.py +82 -0
  72. package/.agent/skills/osint-investigation/scripts/_normalize.py +67 -0
  73. package/.agent/skills/osint-investigation/scripts/build_findings.py +221 -0
  74. package/.agent/skills/osint-investigation/scripts/entity_resolution.py +228 -0
  75. package/.agent/skills/osint-investigation/scripts/fetch_courtlistener.py +149 -0
  76. package/.agent/skills/osint-investigation/scripts/fetch_gdelt.py +161 -0
  77. package/.agent/skills/osint-investigation/scripts/fetch_icij_offshore.py +234 -0
  78. package/.agent/skills/osint-investigation/scripts/fetch_nyc_acris.py +203 -0
  79. package/.agent/skills/osint-investigation/scripts/fetch_ofac_sdn.py +175 -0
  80. package/.agent/skills/osint-investigation/scripts/fetch_opencorporates.py +191 -0
  81. package/.agent/skills/osint-investigation/scripts/fetch_sec_edgar.py +184 -0
  82. package/.agent/skills/osint-investigation/scripts/fetch_senate_ld.py +146 -0
  83. package/.agent/skills/osint-investigation/scripts/fetch_usaspending.py +170 -0
  84. package/.agent/skills/osint-investigation/scripts/fetch_wayback.py +142 -0
  85. package/.agent/skills/osint-investigation/scripts/fetch_wikipedia.py +266 -0
  86. package/.agent/skills/osint-investigation/scripts/timing_analysis.py +252 -0
  87. package/.agent/skills/oss-forensics/SKILL.md +10 -9
  88. package/.agent/skills/oss-forensics/scripts/evidence-store.py +313 -0
  89. package/.agent/skills/parallel-cli/SKILL.md +2 -2
  90. package/.agent/skills/pinggy-tunnel/SKILL.md +3 -3
  91. package/.agent/skills/pixel-art/SKILL.md +2 -2
  92. package/.agent/skills/plan/SKILL.md +10 -10
  93. package/.agent/skills/requesting-code-review/SKILL.md +4 -6
  94. package/.agent/skills/research-paper-writing/SKILL.md +32 -32
  95. package/.agent/skills/rest-graphql-debug/SKILL.md +31 -32
  96. package/.agent/skills/s6-container-supervision/SKILL.md +1 -1
  97. package/.agent/skills/scrapling/SKILL.md +1 -1
  98. package/.agent/skills/sherlock/SKILL.md +1 -1
  99. package/.agent/skills/simplify-code/SKILL.md +5 -7
  100. package/.agent/skills/skill-authoring/SKILL.md +4 -4
  101. package/.agent/skills/spike/SKILL.md +11 -13
  102. package/.agent/skills/subagent-driven-development/SKILL.md +7 -11
  103. package/.agent/skills/systematic-debugging/SKILL.md +13 -14
  104. package/.agent/skills/test-driven-development/SKILL.md +6 -7
  105. package/.agent/skills/video-orchestrator/SKILL.md +1 -1
  106. package/.agent/skills/web-pentest/SKILL.md +7 -7
  107. package/.claude/commands/mindforge/ship.md +2 -2
  108. package/.claude/commands/mindforge/update.md +1 -1
  109. package/.claude/commands/mindforge/wf-catalog.md +5 -2
  110. package/.claude/commands/mindforge/wf-orchestrate-review.md +35 -0
  111. package/.claude/commands/mindforge/wf-verification-loop.md +45 -0
  112. package/.claude/commands/mindforge/wf-workflow-optimizer.md +51 -0
  113. package/.mindforge/config.json +3 -3
  114. package/.mindforge/dynamic-workflows/REGISTRY.md +4 -1
  115. package/.mindforge/dynamic-workflows/index.json +910 -840
  116. package/.mindforge/dynamic-workflows/scripts/accessibility-audit.js +88 -90
  117. package/.mindforge/dynamic-workflows/scripts/ai-model-eval.js +59 -61
  118. package/.mindforge/dynamic-workflows/scripts/api-contract-test.js +87 -85
  119. package/.mindforge/dynamic-workflows/scripts/api-migration.js +120 -122
  120. package/.mindforge/dynamic-workflows/scripts/architecture-modernization.js +84 -86
  121. package/.mindforge/dynamic-workflows/scripts/code-audit.js +75 -77
  122. package/.mindforge/dynamic-workflows/scripts/code-explainer.js +99 -101
  123. package/.mindforge/dynamic-workflows/scripts/competitive-analysis.js +62 -64
  124. package/.mindforge/dynamic-workflows/scripts/competitive-teardown.js +106 -108
  125. package/.mindforge/dynamic-workflows/scripts/cost-analysis.js +78 -80
  126. package/.mindforge/dynamic-workflows/scripts/data-pipeline-validate.js +47 -49
  127. package/.mindforge/dynamic-workflows/scripts/database-migration.js +85 -87
  128. package/.mindforge/dynamic-workflows/scripts/debug-detective.js +97 -99
  129. package/.mindforge/dynamic-workflows/scripts/dependency-health.js +81 -83
  130. package/.mindforge/dynamic-workflows/scripts/design-system-audit.js +84 -86
  131. package/.mindforge/dynamic-workflows/scripts/documentation-gen.js +65 -67
  132. package/.mindforge/dynamic-workflows/scripts/feature-planner.js +78 -80
  133. package/.mindforge/dynamic-workflows/scripts/incident-response.js +81 -83
  134. package/.mindforge/dynamic-workflows/scripts/multi-repo-sync.js +49 -51
  135. package/.mindforge/dynamic-workflows/scripts/mutation-testing.js +113 -115
  136. package/.mindforge/dynamic-workflows/scripts/onboard-codebase.js +79 -81
  137. package/.mindforge/dynamic-workflows/scripts/orchestrate-review.js +115 -0
  138. package/.mindforge/dynamic-workflows/scripts/perf-optimize.js +97 -99
  139. package/.mindforge/dynamic-workflows/scripts/pr-review.js +61 -63
  140. package/.mindforge/dynamic-workflows/scripts/refactor-plan.js +88 -90
  141. package/.mindforge/dynamic-workflows/scripts/release-prep.js +79 -81
  142. package/.mindforge/dynamic-workflows/scripts/security-hardening.js +117 -119
  143. package/.mindforge/dynamic-workflows/scripts/security-threat-model.js +119 -121
  144. package/.mindforge/dynamic-workflows/scripts/tdd-sprint.js +80 -82
  145. package/.mindforge/dynamic-workflows/scripts/tech-evaluation.js +50 -52
  146. package/.mindforge/dynamic-workflows/scripts/test-coverage-gap.js +68 -70
  147. package/.mindforge/dynamic-workflows/scripts/ux-heuristic-audit.js +89 -91
  148. package/.mindforge/dynamic-workflows/scripts/verification-loop.js +138 -0
  149. package/.mindforge/dynamic-workflows/scripts/workflow-optimizer.js +136 -0
  150. package/.mindforge/dynamic-workflows/scripts/writer-reviewer.js +63 -65
  151. package/.mindforge/memory/sync-manifest.json +1 -1
  152. package/.mindforge/personas/advisor-researcher.md +2 -2
  153. package/.mindforge/personas/api-load-tester.md +1 -1
  154. package/.mindforge/personas/authentication-architect.md +1 -1
  155. package/.mindforge/personas/backup-recovery-specialist.md +1 -1
  156. package/.mindforge/personas/build-optimizer.md +1 -1
  157. package/.mindforge/personas/caching-strategist.md +1 -1
  158. package/.mindforge/personas/chaos-engineer.md +1 -1
  159. package/.mindforge/personas/compliance-auditor.md +1 -1
  160. package/.mindforge/personas/config-management-expert.md +1 -1
  161. package/.mindforge/personas/coverage-specialist.md +1 -1
  162. package/.mindforge/personas/debug-specialist.md +2 -2
  163. package/.mindforge/personas/debugger.md +2 -2
  164. package/.mindforge/personas/dependency-auditor.md +1 -1
  165. package/.mindforge/personas/developer.md +1 -1
  166. package/.mindforge/personas/devops-engineer.md +1 -1
  167. package/.mindforge/personas/doc-auditor.md +1 -1
  168. package/.mindforge/personas/executor.md +1 -1
  169. package/.mindforge/personas/go-specialist.md +1 -1
  170. package/.mindforge/personas/incident-commander.md +1 -1
  171. package/.mindforge/personas/java-specialist.md +1 -1
  172. package/.mindforge/personas/kubernetes-debugger.md +1 -1
  173. package/.mindforge/personas/logging-architect.md +1 -1
  174. package/.mindforge/personas/mf-planner.md +1 -1
  175. package/.mindforge/personas/mf-researcher.md +1 -1
  176. package/.mindforge/personas/mf-reviewer.md +1 -1
  177. package/.mindforge/personas/monorepo-architect.md +2 -1
  178. package/.mindforge/personas/nyquist-auditor.md +1 -1
  179. package/.mindforge/personas/observability-engineer.md +1 -1
  180. package/.mindforge/personas/performance-optimizer.md +1 -1
  181. package/.mindforge/personas/phase-researcher.md +5 -5
  182. package/.mindforge/personas/planner.md +1 -1
  183. package/.mindforge/personas/project-researcher.md +2 -2
  184. package/.mindforge/personas/python-specialist.md +1 -1
  185. package/.mindforge/personas/qa-engineer.md +1 -1
  186. package/.mindforge/personas/release-manager.md +6 -4
  187. package/.mindforge/personas/research-agent.md +4 -4
  188. package/.mindforge/personas/roadmapper-extend.md +1 -1
  189. package/.mindforge/personas/rust-specialist.md +1 -1
  190. package/.mindforge/personas/security-reviewer.md +1 -1
  191. package/.mindforge/personas/tech-writer.md +1 -1
  192. package/.mindforge/personas/typescript-wizard.md +1 -1
  193. package/.mindforge/personas/ui-researcher.md +1 -1
  194. package/.mindforge/skills/accessibility/SKILL.md +2 -2
  195. package/.mindforge/skills/agent-architecture-audit/SKILL.md +11 -0
  196. package/.mindforge/skills/arxiv/SKILL.md +6 -6
  197. package/.mindforge/skills/arxiv/scripts/search_arxiv.py +114 -0
  198. package/.mindforge/skills/code-tour/SKILL.md +2 -2
  199. package/.mindforge/skills/code-wiki/SKILL.md +11 -11
  200. package/.mindforge/skills/code-wiki/templates/README.md +31 -0
  201. package/.mindforge/skills/code-wiki/templates/architecture.md +30 -0
  202. package/.mindforge/skills/code-wiki/templates/getting-started.md +47 -0
  203. package/.mindforge/skills/code-wiki/templates/module.md +38 -0
  204. package/.mindforge/skills/concept-diagrams/SKILL.md +6 -6
  205. package/.mindforge/skills/concept-diagrams/examples/apartment-floor-plan-conversion.md +244 -0
  206. package/.mindforge/skills/concept-diagrams/examples/automated-password-reset-flow.md +276 -0
  207. package/.mindforge/skills/concept-diagrams/examples/autonomous-llm-research-agent-flow.md +240 -0
  208. package/.mindforge/skills/concept-diagrams/examples/banana-journey-tree-to-smoothie.md +161 -0
  209. package/.mindforge/skills/concept-diagrams/examples/commercial-aircraft-structure.md +209 -0
  210. package/.mindforge/skills/concept-diagrams/examples/cpu-ooo-microarchitecture.md +236 -0
  211. package/.mindforge/skills/concept-diagrams/examples/electricity-grid-flow.md +182 -0
  212. package/.mindforge/skills/concept-diagrams/examples/feature-film-production-pipeline.md +172 -0
  213. package/.mindforge/skills/concept-diagrams/examples/hospital-emergency-department-flow.md +165 -0
  214. package/.mindforge/skills/concept-diagrams/examples/ml-benchmark-grouped-bar-chart.md +114 -0
  215. package/.mindforge/skills/concept-diagrams/examples/place-order-uml-sequence.md +325 -0
  216. package/.mindforge/skills/concept-diagrams/examples/smart-city-infrastructure.md +173 -0
  217. package/.mindforge/skills/concept-diagrams/examples/smartphone-layer-anatomy.md +154 -0
  218. package/.mindforge/skills/concept-diagrams/examples/sn2-reaction-mechanism.md +247 -0
  219. package/.mindforge/skills/concept-diagrams/examples/wind-turbine-structure.md +338 -0
  220. package/.mindforge/skills/concept-diagrams/references/dashboard-patterns.md +43 -0
  221. package/.mindforge/skills/concept-diagrams/references/infrastructure-patterns.md +144 -0
  222. package/.mindforge/skills/concept-diagrams/references/physical-shape-cookbook.md +42 -0
  223. package/.mindforge/skills/concept-diagrams/templates/template.html +174 -0
  224. package/.mindforge/skills/creative-ideation/references/full-prompt-library.md +110 -0
  225. package/.mindforge/skills/documentation/SKILL.md +4 -1
  226. package/.mindforge/skills/domain-intel/SKILL.md +7 -7
  227. package/.mindforge/skills/domain-intel/scripts/domain_intel.py +397 -0
  228. package/.mindforge/skills/duckduckgo-search/SKILL.md +17 -17
  229. package/.mindforge/skills/duckduckgo-search/scripts/duckduckgo.sh +28 -0
  230. package/.mindforge/skills/environment-management/SKILL.md +1 -1
  231. package/.mindforge/skills/github-code-review/SKILL.md +9 -9
  232. package/.mindforge/skills/github-code-review/references/review-output-template.md +74 -0
  233. package/.mindforge/skills/github-issues/templates/bug-report.md +35 -0
  234. package/.mindforge/skills/github-issues/templates/feature-request.md +31 -0
  235. package/.mindforge/skills/github-pr-workflow/SKILL.md +3 -3
  236. package/.mindforge/skills/github-pr-workflow/references/ci-troubleshooting.md +183 -0
  237. package/.mindforge/skills/github-pr-workflow/references/conventional-commits.md +71 -0
  238. package/.mindforge/skills/github-pr-workflow/templates/pr-body-bugfix.md +35 -0
  239. package/.mindforge/skills/github-pr-workflow/templates/pr-body-feature.md +33 -0
  240. package/.mindforge/skills/jupyter-live-kernel/SKILL.md +3 -3
  241. package/.mindforge/skills/kanban-orchestrator/SKILL.md +10 -10
  242. package/.mindforge/skills/kanban-worker/SKILL.md +6 -6
  243. package/.mindforge/skills/meme-generation/SKILL.md +1 -1
  244. package/.mindforge/skills/meme-generation/scripts/generate_meme.py +470 -0
  245. package/.mindforge/skills/meme-generation/scripts/templates.json +97 -0
  246. package/.mindforge/skills/obsidian/SKILL.md +15 -15
  247. package/.mindforge/skills/orch-pipeline/SKILL.md +2 -2
  248. package/.mindforge/skills/osint-investigation/SKILL.md +3 -2
  249. package/.mindforge/skills/osint-investigation/references/sources/courtlistener.md +98 -0
  250. package/.mindforge/skills/osint-investigation/references/sources/gdelt.md +104 -0
  251. package/.mindforge/skills/osint-investigation/references/sources/icij-offshore.md +104 -0
  252. package/.mindforge/skills/osint-investigation/references/sources/nyc-acris.md +90 -0
  253. package/.mindforge/skills/osint-investigation/references/sources/ofac-sdn.md +92 -0
  254. package/.mindforge/skills/osint-investigation/references/sources/opencorporates.md +103 -0
  255. package/.mindforge/skills/osint-investigation/references/sources/sec-edgar.md +83 -0
  256. package/.mindforge/skills/osint-investigation/references/sources/senate-ld.md +89 -0
  257. package/.mindforge/skills/osint-investigation/references/sources/usaspending.md +97 -0
  258. package/.mindforge/skills/osint-investigation/references/sources/wayback.md +93 -0
  259. package/.mindforge/skills/osint-investigation/references/sources/wikipedia.md +107 -0
  260. package/.mindforge/skills/osint-investigation/scripts/_http.py +82 -0
  261. package/.mindforge/skills/osint-investigation/scripts/_normalize.py +67 -0
  262. package/.mindforge/skills/osint-investigation/scripts/build_findings.py +221 -0
  263. package/.mindforge/skills/osint-investigation/scripts/entity_resolution.py +228 -0
  264. package/.mindforge/skills/osint-investigation/scripts/fetch_courtlistener.py +149 -0
  265. package/.mindforge/skills/osint-investigation/scripts/fetch_gdelt.py +161 -0
  266. package/.mindforge/skills/osint-investigation/scripts/fetch_icij_offshore.py +234 -0
  267. package/.mindforge/skills/osint-investigation/scripts/fetch_nyc_acris.py +203 -0
  268. package/.mindforge/skills/osint-investigation/scripts/fetch_ofac_sdn.py +175 -0
  269. package/.mindforge/skills/osint-investigation/scripts/fetch_opencorporates.py +191 -0
  270. package/.mindforge/skills/osint-investigation/scripts/fetch_sec_edgar.py +184 -0
  271. package/.mindforge/skills/osint-investigation/scripts/fetch_senate_ld.py +146 -0
  272. package/.mindforge/skills/osint-investigation/scripts/fetch_usaspending.py +170 -0
  273. package/.mindforge/skills/osint-investigation/scripts/fetch_wayback.py +142 -0
  274. package/.mindforge/skills/osint-investigation/scripts/fetch_wikipedia.py +266 -0
  275. package/.mindforge/skills/osint-investigation/scripts/timing_analysis.py +252 -0
  276. package/.mindforge/skills/osint-investigation/templates/source-template.md +59 -0
  277. package/.mindforge/skills/oss-forensics/SKILL.md +6 -6
  278. package/.mindforge/skills/oss-forensics/references/evidence-types.md +89 -0
  279. package/.mindforge/skills/oss-forensics/references/github-archive-guide.md +184 -0
  280. package/.mindforge/skills/oss-forensics/references/investigation-templates.md +131 -0
  281. package/.mindforge/skills/oss-forensics/references/recovery-techniques.md +164 -0
  282. package/.mindforge/skills/oss-forensics/scripts/evidence-store.py +313 -0
  283. package/.mindforge/skills/oss-forensics/templates/forensic-report.md +151 -0
  284. package/.mindforge/skills/oss-forensics/templates/malicious-package-report.md +43 -0
  285. package/.mindforge/skills/pixel-art/SKILL.md +2 -2
  286. package/.mindforge/skills/pixel-art/references/palettes.md +49 -0
  287. package/.mindforge/skills/plan/SKILL.md +10 -10
  288. package/.mindforge/skills/requesting-code-review/SKILL.md +4 -6
  289. package/.mindforge/skills/research-paper-writing/SKILL.md +32 -32
  290. package/.mindforge/skills/research-paper-writing/references/autoreason-methodology.md +394 -0
  291. package/.mindforge/skills/research-paper-writing/references/checklists.md +434 -0
  292. package/.mindforge/skills/research-paper-writing/references/citation-workflow.md +563 -0
  293. package/.mindforge/skills/research-paper-writing/references/experiment-patterns.md +728 -0
  294. package/.mindforge/skills/research-paper-writing/references/human-evaluation.md +476 -0
  295. package/.mindforge/skills/research-paper-writing/references/paper-types.md +481 -0
  296. package/.mindforge/skills/research-paper-writing/references/reviewer-guidelines.md +433 -0
  297. package/.mindforge/skills/research-paper-writing/references/sources.md +191 -0
  298. package/.mindforge/skills/research-paper-writing/references/writing-guide.md +474 -0
  299. package/.mindforge/skills/research-paper-writing/templates/README.md +251 -0
  300. package/.mindforge/skills/scrapling/SKILL.md +1 -1
  301. package/.mindforge/skills/sherlock/SKILL.md +1 -1
  302. package/.mindforge/skills/simplify-code/SKILL.md +5 -7
  303. package/.mindforge/skills/spike/SKILL.md +11 -13
  304. package/.mindforge/skills/subagent-driven-development/SKILL.md +7 -11
  305. package/.mindforge/skills/subagent-driven-development/references/context-budget-discipline.md +53 -0
  306. package/.mindforge/skills/subagent-driven-development/references/gates-taxonomy.md +93 -0
  307. package/.mindforge/skills/systematic-debugging/SKILL.md +13 -14
  308. package/.mindforge/skills/test-driven-development/SKILL.md +6 -7
  309. package/.mindforge/skills/testing-standards/SKILL.md +1 -1
  310. package/.mindforge/skills/web-pentest/SKILL.md +2 -2
  311. package/.mindforge/skills/web-pentest/references/bypass-techniques.md +133 -0
  312. package/.mindforge/skills/web-pentest/references/exploitation-techniques.md +204 -0
  313. package/.mindforge/skills/web-pentest/references/scope-enforcement.md +110 -0
  314. package/.mindforge/skills/web-pentest/references/vuln-taxonomy.md +81 -0
  315. package/.mindforge/skills/web-pentest/templates/authorization.md +69 -0
  316. package/.mindforge/skills/web-pentest/templates/pentest-report.md +178 -0
  317. package/.mindforge/skills/writing-skills/SKILL.md +4 -3
  318. package/CHANGELOG.md +23 -1821
  319. package/MINDFORGE.md +3 -3
  320. package/README.md +58 -510
  321. package/RELEASENOTES.md +87 -2
  322. package/SECURITY.md +5 -3
  323. package/bin/install.js +1 -1
  324. package/bin/models/bedrock-provider.js +192 -0
  325. package/bin/models/model-client.js +19 -0
  326. package/bin/updater/changelog-fetcher.js +95 -5
  327. package/bin/utils/readiness-gate.js +3 -3
  328. package/changelogs/README.md +109 -0
  329. package/changelogs/index.json +103 -0
  330. package/changelogs/v0.1.0.md +21 -0
  331. package/changelogs/v0.2.0.md +15 -0
  332. package/changelogs/v0.3.0.md +28 -0
  333. package/changelogs/v0.4.0.md +29 -0
  334. package/changelogs/v0.5.0.md +34 -0
  335. package/changelogs/v0.6.0.md +34 -0
  336. package/changelogs/v1.0.0.md +60 -0
  337. package/changelogs/v1.0.1.md +15 -0
  338. package/changelogs/v1.0.2.md +10 -0
  339. package/changelogs/v1.0.3.md +10 -0
  340. package/changelogs/v1.0.4.md +10 -0
  341. package/changelogs/v1.0.5.md +10 -0
  342. package/changelogs/v10.0.0.md +71 -0
  343. package/changelogs/v10.0.2.md +15 -0
  344. package/changelogs/v10.0.3.md +21 -0
  345. package/changelogs/v10.0.4.md +16 -0
  346. package/changelogs/v10.0.5.md +16 -0
  347. package/changelogs/v10.0.6.md +15 -0
  348. package/changelogs/v10.0.7.md +15 -0
  349. package/changelogs/v10.0.8.md +15 -0
  350. package/changelogs/v10.0.9.md +15 -0
  351. package/changelogs/v10.1.0.md +16 -0
  352. package/changelogs/v10.1.1.md +15 -0
  353. package/changelogs/v10.2.0.md +14 -0
  354. package/changelogs/v10.3.0.md +13 -0
  355. package/changelogs/v10.4.0.md +13 -0
  356. package/changelogs/v10.5.0.md +13 -0
  357. package/changelogs/v10.6.0.md +13 -0
  358. package/changelogs/v10.7.0.md +15 -0
  359. package/changelogs/v11.0.0.md +66 -0
  360. package/changelogs/v11.0.1.md +10 -0
  361. package/changelogs/v11.1.0.md +56 -0
  362. package/changelogs/v11.2.0.md +41 -0
  363. package/changelogs/v11.2.1.md +38 -0
  364. package/changelogs/v11.3.0.md +45 -0
  365. package/changelogs/v11.3.1.md +39 -0
  366. package/changelogs/v11.4.0.md +38 -0
  367. package/changelogs/v11.5.0.md +77 -0
  368. package/changelogs/v11.5.1.md +47 -0
  369. package/changelogs/v11.6.0.md +45 -0
  370. package/changelogs/v11.7.0.md +30 -0
  371. package/changelogs/v11.7.1.md +8 -0
  372. package/changelogs/v11.8.0.md +19 -0
  373. package/changelogs/v11.8.1.md +28 -0
  374. package/changelogs/v11.8.2.md +22 -0
  375. package/changelogs/v11.8.3.md +22 -0
  376. package/changelogs/v11.9.0.md +17 -0
  377. package/changelogs/v11.9.1.md +8 -0
  378. package/changelogs/v2.0.0-alpha.1.md +42 -0
  379. package/changelogs/v2.0.0-alpha.10.md +13 -0
  380. package/changelogs/v2.0.0-alpha.11.md +14 -0
  381. package/changelogs/v2.0.0-alpha.12.md +16 -0
  382. package/changelogs/v2.0.0-alpha.2.md +14 -0
  383. package/changelogs/v2.0.0-alpha.3.md +17 -0
  384. package/changelogs/v2.0.0-alpha.4.md +17 -0
  385. package/changelogs/v2.0.0-alpha.7.md +18 -0
  386. package/changelogs/v2.0.0-alpha.8.md +11 -0
  387. package/changelogs/v2.0.0-alpha.9.md +12 -0
  388. package/changelogs/v2.0.0.md +35 -0
  389. package/changelogs/v2.1.0.md +22 -0
  390. package/changelogs/v2.1.1.md +25 -0
  391. package/changelogs/v2.1.2.md +21 -0
  392. package/changelogs/v2.3.2.md +19 -0
  393. package/changelogs/v2.3.3.md +16 -0
  394. package/changelogs/v2.3.4.md +16 -0
  395. package/changelogs/v2.3.5.md +21 -0
  396. package/changelogs/v2.4.0.md +29 -0
  397. package/changelogs/v2.5.0.md +26 -0
  398. package/changelogs/v2.6.0.md +26 -0
  399. package/changelogs/v3.0.0.md +17 -0
  400. package/changelogs/v4.0.0.md +19 -0
  401. package/changelogs/v4.1.0.md +19 -0
  402. package/changelogs/v4.3.0.md +31 -0
  403. package/changelogs/v5.0.0-alpha.1.md +35 -0
  404. package/changelogs/v5.0.0-alpha.2.md +22 -0
  405. package/changelogs/v5.1.0.md +42 -0
  406. package/changelogs/v5.2.0.md +18 -0
  407. package/changelogs/v5.3.0.md +14 -0
  408. package/changelogs/v5.4.0.md +28 -0
  409. package/changelogs/v5.5.0.md +11 -0
  410. package/changelogs/v5.6.0.md +11 -0
  411. package/changelogs/v5.7.0.md +12 -0
  412. package/changelogs/v5.8.0.md +12 -0
  413. package/changelogs/v5.9.0.md +11 -0
  414. package/changelogs/v6.0.0-alpha.md +45 -0
  415. package/changelogs/v6.1.0-alpha.md +29 -0
  416. package/changelogs/v6.2.0-alpha.md +30 -0
  417. package/changelogs/v6.2.0.md +21 -0
  418. package/changelogs/v6.3.0.md +14 -0
  419. package/changelogs/v6.4.0.md +13 -0
  420. package/changelogs/v6.5.0.md +13 -0
  421. package/changelogs/v6.6.0.md +12 -0
  422. package/changelogs/v6.7.0.md +12 -0
  423. package/changelogs/v7.0.0.md +13 -0
  424. package/changelogs/v8.0.0.md +14 -0
  425. package/changelogs/v8.1.0.md +13 -0
  426. package/changelogs/v8.2.0.md +12 -0
  427. package/changelogs/v8.2.1.md +11 -0
  428. package/changelogs/v9.0.0.md +20 -0
  429. package/docs/commands-reference.md +72 -4
  430. package/docs/faq.md +38 -1
  431. package/docs/getting-started.md +52 -12
  432. package/docs/sdk-reference.md +36 -3
  433. package/docs/troubleshooting.md +59 -1
  434. package/docs/user-guide.md +7 -4
  435. package/package.json +4 -3
package/README.md CHANGED
@@ -4,209 +4,44 @@
4
4
 
5
5
  ---
6
6
 
7
- ## Latest: v11.8.1
7
+ ## Latest release
8
8
 
9
- - **v11.8.0 "Workflow Forge II".** Expands the Dynamic Workflow Library from 12 to 32 workflows across 5 tiers adds a new **Beast tier** for compound 5-phase adversarial workflows (security-hardening, accessibility-audit, security-threat-model), plus 18 more across Dev/Ops/Intelligence/Research. 21 new `/mindforge:wf-*` commands. Total: 219 commands.
10
- - **v11.7.0 — "Workflow Forge".** Ships the first Dynamic Workflow Library — 12 pre-built multi-agent workflow scripts that run via Claude Code's `Workflow` tool with true parallel agent execution. Four tiers: Research (deep-research, competitive-analysis, tech-evaluation), Dev (code-audit, feature-planner, pr-review, tdd-sprint, refactor-plan), Ops (incident-response, release-prep), Intelligence (onboard-codebase, perf-optimize). 13 new `/mindforge:wf-*` commands. Total: 198 commands.
11
- - **v11.6.0 — "Skill Forge".** Adds 80 community-sourced skills across 8 domains (software-development, github, devops, research, security, creative, data-science, note-taking) — 30 promoted to engine tier for automatic trigger-matching, 50 in the extended tier for explicit activation. Three new slash commands: `/mindforge:systematic-debug`, `/mindforge:skill-tdd`, `/mindforge:skills-index`. Total: 153 skills, 232 engine-tier entries, 185 commands.
12
- - **v11.5.1 — Standalone MCP server.** The MindForge MCP server now ships as its own npm package, `mindforge-mcp-server@11.5.1`, listed on the official MCP Registry as `io.github.sairam0424/mindforge`. Add it to Claude Code with one command (see [Use the MCP server](#-use-the-mcp-server-standalone)); it exposes 7 tools over stdio (6 read-only + 1 guarded write).
13
- - **v11.3.0 — "Legion".** Imports 154 specialized Claude-Code-native subagents across 10 categories into `.claude/agents/`, fully rebranded and collision-safe. Additive and backward-compatible.
9
+ **v11.9.0** (2026-07-27)Bedrock provider + full dry-run audit. See [CHANGELOG.md](./CHANGELOG.md) for full history, or [RELEASENOTES.md](./RELEASENOTES.md) for human-readable notes.
14
10
 
15
- See [CHANGELOG.md](./CHANGELOG.md) for full release history.
16
-
17
- <details>
18
- <summary>v11.0.0 — Sovereign Stability highlights</summary>
19
-
20
- ## v11.0.0 — Sovereign Stability
21
-
22
- MindForge v11.0.0 "Sovereign Stability" is a production-hardening release focused on reliability, performance, and real-world deployment readiness. Key highlights:
23
-
24
- - **Memory-safe operations** — LRU-bounded caches, atomic writes, log rotation, and snapshot garbage collection eliminate resource leaks in long-running sessions.
25
- - **True wave parallelism** — Semaphore-based concurrent execution with configurable max concurrency replaces sequential task dispatch.
26
- - **Streaming SDK** — WebSocket event streaming, `streamExecution()` with AsyncIterable, and `batchExecute()` for high-throughput integrations.
27
- - **Hardened security** — Ephemeral enclave keys, session-scoped agent isolation, time-limited RBAC elevation, dashboard rate limiting, and structured ZK proof returns.
28
- - **Production observability** — `/api/v1/system` health endpoint, P95 latency tracking, heap health monitoring, and real EIS client with retry logic.
29
- - **Graduated intelligence** — Adaptive tier escalation (+1/+2/MAX) with cost-awareness, 3-tier stuck detection, and adaptive context windows.
30
-
31
- This release ships 211 personas, 153 skills, 154 specialized subagents, 198 commands, 18 pillars, and 49 swarm templates across 12 engineering domains.
32
-
33
- </details>
34
-
35
-
36
- ## Installation & Setup
11
+ ---
37
12
 
38
- ### 🔌 Claude Code Plugin (fastest)
13
+ ## Install
39
14
 
40
- Install MindForge's commands, subagents, and skills directly from the marketplace
41
- no project files written:
15
+ Fastest path Claude Code plugin marketplace (no project files written):
42
16
 
43
17
  ```bash
44
18
  /plugin marketplace add sairam0424/MindForge
45
19
  /plugin install mindforge@mindforge
46
20
  ```
47
21
 
48
- Prefer just a slice (e.g. Python agents)? Install a focused pack like
49
- `mindforge-lang@mindforge` instead. See [docs/plugin-installation.md](docs/plugin-installation.md)
50
- for all 11 plugins, token-budget guidance, and team setup.
51
-
52
- ### 🚀 Quick Start (npx — full framework engine)
53
-
54
- **Prerequisites:** Node.js >= 18.0.0
55
-
56
- The npx installer also writes the complete `.mindforge/` engine (governance, memory,
57
- planning) into your project:
58
-
59
- ```bash
60
- # For Claude Code
61
- npx mindforge-cc@latest --claude --global
62
-
63
- # For Antigravity
64
- npx mindforge-cc@latest --antigravity --global
65
- ```
66
-
67
- ### 🌍 Global Installation
68
-
69
- Enable system-wide `/mindforge` commands for your primary AI coding runtime:
70
-
71
- ```bash
72
- npm install -g mindforge-cc@latest
73
- ```
74
-
75
- ### 📂 Local Project Setup
76
-
77
- Initialize MindForge in an existing repository with specialized agent identities:
22
+ Or the full framework engine via `npx` (writes `.mindforge/` governance, memory, and planning into your project):
78
23
 
79
24
  ```bash
80
- # For Claude Code
81
25
  npx mindforge-cc@latest --claude --local
82
-
83
- # For Antigravity
84
- npx mindforge-cc@latest --antigravity --local
85
26
  ```
86
27
 
87
- ### 🔗 Use the MCP server (standalone)
88
-
89
- The MindForge MCP server is published as its own npm package,
90
- **`mindforge-mcp-server`** (`11.8.1`), and is listed on the official
91
- [MCP Registry](https://registry.modelcontextprotocol.io) as
92
- `io.github.sairam0424/mindforge`. Wire it into Claude Code with one command:
93
-
94
- ```bash
95
- claude mcp add mindforge -- npx -y mindforge-mcp-server
96
- ```
97
-
98
- It exposes **7 tools over stdio** — 6 read-only plus 1 guarded write:
99
-
100
- | Tool | Purpose |
101
- | :--- | :--- |
102
- | `mindforge_health` | Framework health check |
103
- | `mindforge_status` | Project status snapshot |
104
- | `mindforge_memory_query` | Query the knowledge graph |
105
- | `mindforge_memory_stats` | Knowledge graph statistics |
106
- | `mindforge_memory_find_related` | Find related knowledge entries |
107
- | `mindforge_audit_log` | Read the append-only audit trail |
108
- | `mindforge_memory_remember` | Persist a memory (guarded write) |
109
-
110
- ---
111
-
112
- ## Quick Verification
113
-
114
- After install, open Claude Code and type:
115
- - `/mindforge:status` — verify installation and show project health
116
- - `/mindforge:next` — auto-discover your first task
117
-
118
- ---
119
-
120
- - **Production Hardening (v11.0.0)** — LRU caches, atomic JSON writes, log rotation, HANDOFF validation, and temporal snapshot GC for crash-safe long-running sessions.
121
- - **True Wave Parallelism (v11.0.0)** — Semaphore-based concurrent wave execution with configurable max concurrency replaces sequential dispatch.
122
- - **Streaming SDK (v11.0.0)** — WebSocket event streaming, `streamExecution()` AsyncIterable, `batchExecute()`, model streaming across Anthropic/OpenAI/Gemini providers.
123
- - **Graduated Intelligence (v11.0.0)** — Adaptive tier escalation (+1/+2/MAX) with cost-awareness, 3-tier stuck detection, and adaptive context windows (10/20/30).
124
- - **Security Hardening (v11.0.0)** — Ephemeral enclave keys, session-scoped ZTAI, time-limited RBAC elevation, dashboard rate limiting (100 req/min/IP), token expiration.
125
- - **Observability (v11.0.0)** — `/api/v1/system` health endpoint, P95 latency ring buffer, heap health monitoring, real EIS client with exponential backoff.
126
- - **Grounded Wave Execution (v9.0.0)** — AutoRunner reads HANDOFF.json wave groups, dispatches tasks with audit tracing, persists progress, and resumes on restart (Pillar XXIV).
127
- - **Model Topology Modernization (v9.0.0)** — All model references updated to the Claude 4.x family: claude-opus-4-7, claude-sonnet-4-6, claude-haiku-4-5 (Pillar XXV).
128
- - **Unified Memory Architecture (v9.0.0)** — Knowledge and graph edges consolidated into SQLite (celestial.db) with FTS5 search. Four JSONL stores replaced by one queryable store (Pillar XXVI).
129
- - **Schema Migration Engine (v9.0.0)** — `_migrations` table with versioned migration tracking and transaction-wrapped bulk imports (Pillar XXVII).
130
- - **Integration Test Chain (v9.0.0)** — 27-assertion end-to-end test suite validating the full execution pipeline (Pillar XXVIII).
131
- - **Sovereign Identity Synthesis (v8.1.1)** — Autonomous `SOUL.md` generation derived from reasoning traces and interaction sentiment (Pillar XIX).
132
- - **Autonomous SRE Layer (v8.2.0)** — Self-healing production reliability engine with reactive sentinel observability and adversarial remediation auditing (Pillars XX-XXIII).
133
- - **Unified Persistence Layer (v8.0)** — Centralized SQLite/FTS5 engine for sub-millisecond reasoning audits and semantic reasoning (Pillar XV).
134
- - **Federated Mesh Synthesis (v8.0)** — Signed knowledge handoffs via MindForge Bundles (`.mfb`) and federated intelligence synchronization (Pillar XVI).
135
- - **Autonomous Skill Evolution (v8.0)** — Self-generating persistent skills from reasoning traces with logic-drift mining (Pillar XVII).
136
- - **Orbital Governance (v8.0)** — Hardware-bound (HSM/Biometric) attestation for high-blast-radius security gates (Pillar XVIII).
137
- - **Post-Quantum Agentic Security (v7.0)** — Lattice-based (Dilithium-5) signatures and ZK-Proof bypasses (Pillar XI).
138
- - **Proactive Semantic Homing (v7.0)** — Autonomous "Intent Hunting" and peer-healing mesh behavior (Pillar XII).
139
- - **Autonomous Resource Harvesting (v7.0)** — Real-time token arbitrage and dynamic task routing (Pillar IX).
140
- - **Neural Drift Remediation (v7.0)** — Semantic density heuristics and automated reasoning recovery (Pillar X).
141
- - **Interactive Temporal Steering (v5.10)** — Full history scrubbing, hindsight state repair, and real-time temporal slider navigation (Pillar VII).
142
- - **AgRevOps Hub (v6.0)** — Dynamic ROI tracking ($100/hr mapping), Milestone Velocity forecasting, and Governance Debt monitoring (Pillar VIII).
143
- - **Sovereign Reason Enclave (v5.8)** — TEE-simulated reasoning isolation with Zero-Knowledge (ZK) Audit Trails (Pillar VI).
144
- - **Multi-Cloud Arbitrage (v5.7)** — Dynamic routing across Vertex AI, Bedrock, and Azure with intelligence-first task affinity (Pillar V).
145
- - **Sentinel Execution (v5.6)** — JIT Binary Runtime Attestation and Zero-Trust Skill Enforcement (Pillar IV).
146
- - **Predictive Agentic Reliability (v5.5)** — Advanced loop detection and self-healing resonance (Pillar III).
147
- - **Dynamic Blast Radius (v5.3)** — Real-time impact analysis and circuit-breaker safety in the federated sync (Pillar II).
148
- - **Semantic Vector Consensus (v5.2)** — FIM v2 with cosine-similarity conflict resolution (Pillar I).
149
- - **Human-Agent Handover (v5.0)** — Nexus State Bundles and mid-wave steering injection.
150
- - **Autonomous FinOps (v4.3)** — Dynamic **C2C** (Confidence-to-Cost) routing.
151
- - **Proactive Equilibrium (v4.3)** — Real-time **Wave Divergence** monitoring and autonomous state recovery.
152
- - **MindForge Nexus (v4.1)** — High-fidelity **ART** (Agentic Reasoning Tracing).
153
- - **Zero-Trust Identity (v4.2)** — DID-signed non-repudiable audit logs with HSM/Enclave support.
154
- - **Global Intelligence Mesh (v4.2)** — Cross-repo knowledge sharing and Ghost Pattern Detection.
155
- - **Context Sharding (v3)** — relevance-dense memory management (40% token savings)
156
- - **Adversarial Synthesis (v3)** — zero-drift logic through red/blue model debate
157
- - **RAG 2.0 (v3)** — automatic semantic shadowing for background pattern retrieval
158
- - **Role personas** — specialised agent modes for each task type
159
- - **Specialized Identities** — custom `/agents/` workspace with enriched `IDENTITY.md` protocols
160
- - **Skills** — just-in-time domain knowledge loaded on demand
161
- - **Wave execution** — parallelism with dependency safety
162
- - **Autonomous Engine** — walk-away execution with steerability
163
- - **Real-time Dashboard** — web-based observability with Temporal Slider
164
- - **Browser Runtime** — headful/headless visual QA and sessions
165
-
166
- - **Multi-Model Intelligence** — dynamic routing, adversarial reviews, and deep research (v2)
167
- - **Persistent Knowledge Graph** — long-term memory across all engineering sessions (v2)
168
- - **Self-Building Skills** — automatically capture knowledge from any source into reusable skills (v2)
169
- - **Quality gates** — compliance and security are non-bypassable
170
- - **Audit trail** — append-only history of every action
171
-
172
- ---
173
-
174
- ## 🛠️ Configuration & Runtimes
175
-
176
- MindForge adapts to your existing engineering environment via runtime flags:
177
-
178
- | Runtime | Global Command | Local Setup |
179
- | :--- | :--- | :--- |
180
- | **Claude Code** | `mindforge-cc --claude --global` | `mindforge-cc --claude --local` |
181
- | **Antigravity** | `mindforge-cc --antigravity --global` | `mindforge-cc --antigravity --local` |
182
- | **Cursor** | `mindforge-cc --cursor --global` | `mindforge-cc --cursor --local` |
183
- | **GitHub Copilot** | `mindforge-cc --copilot --global` | `mindforge-cc --copilot --local` |
184
- | **Gemini CLI** | `mindforge-cc --gemini --global` | `mindforge-cc --gemini --local` |
185
-
186
- ### Advanced Setup Options
187
- - **Combined Runtimes**: `mindforge-cc --runtime claude,cursor --local`
188
- - **With Utilities**: `mindforge-cc --local --with-utils` (Installs specialized bin scripts)
189
- - **Minimalist**: `mindforge-cc --local --minimal` (Only basic protocols, no persona library)
28
+ All install channels (global, local, Antigravity, Cursor, Copilot, Gemini CLI, MCP server, combined runtimes, `--minimal`): see [docs/getting-started.md](docs/getting-started.md).
190
29
 
191
30
  ---
192
31
 
193
-
194
32
  ## Verify
195
33
 
196
- Open Claude Code or Antigravity in your project directory and run:
197
-
198
34
  ```bash
199
- /mindforge:health
35
+ /mindforge:health # framework + installation health check
36
+ /mindforge:health --repair # fix anything the health check flags
37
+ /mindforge:status # project status snapshot
38
+ /mindforge:next # auto-discover your first task
200
39
  ```
201
40
 
202
- If issues are found, run:
203
- ```bash
204
- /mindforge:health --repair
205
- ```
41
+ Full verification walkthrough: [docs/quick-verify.md](docs/quick-verify.md).
206
42
 
207
43
  ---
208
44
 
209
-
210
45
  ## Quick start (new project)
211
46
 
212
47
  ```bash
@@ -217,7 +52,6 @@ If issues are found, run:
217
52
  /mindforge:ship 1
218
53
  ```
219
54
 
220
-
221
55
  ## Quick start (existing codebase)
222
56
 
223
57
  ```bash
@@ -228,111 +62,56 @@ If issues are found, run:
228
62
 
229
63
  ---
230
64
 
65
+ ## Documentation
231
66
 
232
- ## Core workflow
233
-
234
- ```bash
235
- /mindforge:init-project
236
- Requirements interview
237
- Creates PROJECT.md, REQUIREMENTS.md, STATE.md
238
-
239
- /mindforge:do <text>
240
- Smart natural language dispatcher (v2)
241
-
242
- /mindforge:note <text>
243
- → Zero-friction idea capture and todo promotion (v2)
244
-
245
- /mindforge:ui-phase 1
246
- Create UI design contract (UI-SPEC.md) (v2)
247
-
248
- /mindforge:plan-phase 1 [--ads]
249
- Discuss scope and decisions
250
- Research domain (parallel)
251
- Create atomic XML task plans
252
- (Optional) Run Adversarial Decision Synthesis (ADS) loop
253
-
254
- /mindforge:execute-phase 1
255
- → Wave-based parallel execution
256
- → One commit per task
257
- → Automated verification
258
-
259
- /mindforge:ui-review 1
260
- → Retroactive 6-pillar visual audit (v2)
67
+ - **User Guide:** [docs/user-guide.md](docs/user-guide.md)
68
+ - **Getting started:** [docs/getting-started.md](docs/getting-started.md)
69
+ - **Quick verify:** [docs/quick-verify.md](docs/quick-verify.md)
70
+ - **Troubleshooting:** [docs/troubleshooting.md](docs/troubleshooting.md)
71
+ - **FAQ:** [docs/faq.md](docs/faq.md)
72
+ - **Full tutorial:** [docs/tutorial.md](docs/tutorial.md)
73
+ - **Commands reference (full):** [docs/commands-reference.md](docs/commands-reference.md)
74
+ - **Commands (quick):** [docs/References/commands.md](docs/References/commands.md)
75
+ - **Config reference:** [docs/References/config-reference.md](docs/References/config-reference.md)
76
+ - **SDK:** [docs/References/sdk-api.md](docs/References/sdk-api.md)
77
+ - **Skills:** [docs/References/skills-api.md](docs/References/skills-api.md)
78
+ - **Audit events:** [docs/References/audit-events.md](docs/References/audit-events.md)
79
+ - **Upgrade guide:** [docs/upgrade.md](docs/upgrade.md)
80
+ - **Workflow atlas:** [docs/workflow-atlas.md](docs/workflow-atlas.md)
81
+ - **Security:** [docs/security/SECURITY.md](docs/security/SECURITY.md) (MindForge never stores credentials in files)
82
+ - **Threat model:** [docs/security/threat-model.md](docs/security/threat-model.md)
83
+ - **Architecture:** [docs/architecture/README.md](docs/architecture/README.md)
84
+ - **Contributing:** [docs/contributing/CONTRIBUTING.md](docs/contributing/CONTRIBUTING.md)
85
+ - **Release notes:** [RELEASENOTES.md](RELEASENOTES.md)
86
+ - **CI quickstart:** [docs/ci-quickstart.md](docs/ci-quickstart.md)
87
+ - **Requirements:** [docs/requirements.md](docs/requirements.md)
88
+ - **Release checklist guide:** [docs/release-checklist-guide.md](docs/release-checklist-guide.md)
89
+ - **USPs and features:** [docs/usp-features.md](docs/usp-features.md)
261
90
 
262
- /mindforge:validate-phase 1
263
- → Requirement coverage and test gap audit (v2)
91
+ ---
264
92
 
265
- /mindforge:session-report
266
- → Automated post-session stakeholder summary (v2)
93
+ ## Core workflow
267
94
 
268
- /mindforge:add-backlog <desc>
269
- Park ideas in 999.x "parking lot" (v2)
95
+ | Command | What it does |
96
+ | :--- | :--- |
97
+ | `/mindforge:init-project` | Requirements interview → creates `PROJECT.md`, `REQUIREMENTS.md`, `STATE.md` |
98
+ | `/mindforge:plan-phase 1 [--ads]` | Discuss scope, research the domain in parallel, create atomic XML task plans |
99
+ | `/mindforge:execute-phase 1` | Wave-based parallel execution, one commit per task, automated verification |
100
+ | `/mindforge:verify-phase 1` | Human acceptance testing, debug agent on failures, UAT sign-off |
101
+ | `/mindforge:ship 1` | Changelog generation, final quality gates, PR creation |
102
+ | `/mindforge:auto --phase 1` | Walk-away autonomous execution with stuck detection and steering |
270
103
 
271
- /mindforge:review-backlog
272
- → Review and promote backlog items (v2)
104
+ Full command list: [docs/commands-reference.md](docs/commands-reference.md).
273
105
 
274
- /mindforge:plant-seed <idea>
275
- → Capture speculative ideas with triggers (v2)
106
+ ---
276
107
 
277
- /mindforge:workstreams
278
- → Parallel feature tracks with isolated state (v2)
108
+ ## Dynamic Workflow Library
279
109
 
280
- /mindforge:execute-phase 1
281
- → Wave-based parallel execution
282
- → One commit per task
283
- → Automated verification
110
+ 35 pre-built multi-agent workflow scripts that run via Claude Code's `Workflow` tool. Each fans out concurrent agents, synthesizes results, and returns structured output across 5 tiers (Research, Dev, Ops, Intelligence, Beast).
284
111
 
285
- /mindforge:verify-phase 1
286
- → Human acceptance testing
287
- → Debug agent on failures
288
- → UAT sign-off
112
+ **Discover:** `/mindforge:wf-catalog` or `node bin/mindforge-cli.js workflow list`
289
113
 
290
- /mindforge:ship 1
291
- → Changelog generation
292
- → Final quality gates
293
- → PR creation
294
-
295
- /mindforge:auto --phase 1
296
- → Walk-away autonomous execution (v2)
297
- → Intelligent stuck detection and node repair
298
- → External steering via steering-queue
299
-
300
- /mindforge:qa
301
- → Systematic visual verification of UI changes (v2)
302
- → Automated regression test generation
303
- → Persistent browser sessions and daemon
304
-
305
- /mindforge:cross-review
306
- → Adversarial multi-model code review and synthesis (v2)
307
- → Consensus detection and severity normalization
308
-
309
- /mindforge:research
310
- → Deep research using Gemini 1.5 Pro 1M context (v2)
311
- → Codebase-wide context packaging and SSRF protection
312
-
313
- /mindforge:costs
314
- → Real-time token usage and cost profiling (v2)
315
- → Daily budget tracking across all providers
316
-
317
- /mindforge:remember
318
- → Manual knowledge management and search (v2)
319
- → Persistent knowledge graph retrieval and promotion
320
-
321
- /mindforge:dashboard
322
- → Real-time web observability and governance at localhost:7339 (v2)
323
- → Live audit logs, metrics, activity, and team feed
324
-
325
- /mindforge:learn
326
- → Automatically capture skills from Docs, Sessions, or npm (v2)
327
- → 7-dimension quality scoring and injection protection
328
-
329
- /mindforge:marketplace
330
- → Search, install, and publish community skills (v2)
331
- → Verified installation via npm-based registry
332
-
333
- /mindforge:new-runtime
334
- → Scaffold custom runtime configurations for any AI agent (v2)
335
- ```
114
+ Full, verified 35-workflow table by tier: [docs/workflow-atlas.md](docs/workflow-atlas.md).
336
115
 
337
116
  ---
338
117
 
@@ -341,21 +120,19 @@ If issues are found, run:
341
120
  MindForge supports multiple interaction models to fit your engineering workflow:
342
121
 
343
122
  - **In-IDE Orchestration**: Use `/mindforge:agent <persona>` for real-time delegation.
344
- - **Enterprise Workflows**: Specialized commands like `/mindforge:tdd`, `/mindforge:architecture`, and `/mindforge:planner`.
123
+ - **Enterprise Workflows**: Specialized commands like `/mindforge:wf-tdd-sprint` and `/mindforge:plan-phase`.
345
124
  - **CLI Automation**: Run `node bin/mindforge-cli.js spawn <persona>` for scripted tasks.
346
125
 
347
126
  ---
348
127
 
349
128
  ## Updates and migrations
350
- ```bash
351
- /mindforge:update
352
- /mindforge:update --apply
353
- /mindforge:migrate --from v10.7.0 --to v11.0.0
354
- ```
129
+
130
+ Run `/mindforge:update` (add `--apply` to install) — see [docs/upgrade.md](docs/upgrade.md) for the full upgrade guide and fallback steps.
355
131
 
356
132
  ---
357
133
 
358
134
  ## Plugin system (v1.0.0)
135
+
359
136
  Plugins extend MindForge via the `mindforge-plugin-*` namespace.
360
137
 
361
138
  ```
@@ -367,6 +144,7 @@ Plugins extend MindForge via the `mindforge-plugin-*` namespace.
367
144
  ---
368
145
 
369
146
  ## Token usage profiling
147
+
370
148
  ```
371
149
  /mindforge:tokens --profile
372
150
  ```
@@ -374,236 +152,6 @@ See `.mindforge/production/token-optimiser.md`.
374
152
 
375
153
  ---
376
154
 
377
- ## Documentation
378
- - **User Guide:** `docs/user-guide.md`
379
- - **Troubleshooting:** `docs/troubleshooting.md`
380
- - **CI Quickstart:** `docs/ci-quickstart.md`
381
- - **Requirements:** `docs/requirements.md`
382
- - **Quick verify:** `docs/quick-verify.md`
383
- - **Upgrade guide:** `docs/upgrade.md`
384
- - **FAQ:** `docs/faq.md`
385
- - **Release notes:** `RELEASENOTES.md`
386
- - **Release checklist guide:** `docs/release-checklist-guide.md`
387
- - **USPs and features:** `docs/usp-features.md`
388
- - **Full tutorial:** `docs/tutorial.md`
389
- - **Commands:** `docs/reference/commands.md`
390
- - **Config reference:** `docs/reference/config-reference.md`
391
- - **SDK:** `docs/reference/sdk-api.md`
392
- - **Skills:** `docs/reference/skills-api.md`
393
- - **Audit events:** `docs/reference/audit-events.md`
394
- - **Security:** `docs/security/SECURITY.md`
395
- - **Threat model:** `docs/security/threat-model.md`
396
- - **Architecture:** `docs/architecture/README.md`
397
- - **Contributing:** `docs/contributing/CONTRIBUTING.md`
398
-
399
- ## 🚀 Dynamic Workflow Library
400
-
401
- 32 pre-built multi-agent workflow scripts that run via Claude Code's `Workflow` tool. Each workflow fans out concurrent agents, synthesizes results, and returns structured output.
402
-
403
- **Discover:** `/mindforge:wf-catalog` or `node bin/mindforge-cli.js workflow list`
404
-
405
- | Tier | Command | What it does |
406
- |------|---------|-------------|
407
- | Research | `/mindforge:wf-deep-research` | Fan-out web research → adversarial verify → cited report |
408
- | Research | `/mindforge:wf-competitive-analysis` | 5× parallel angles → SWOT → positioning |
409
- | Research | `/mindforge:wf-tech-evaluation` | 5× dimensions → scored matrix → recommendation |
410
- | Research | `/mindforge:wf-market-sizing` | TAM/SAM/SOM parallel model → triangulated estimate |
411
- | Research | `/mindforge:wf-literature-review` | Paper fan-out → claim extraction → synthesis matrix |
412
- | Research | `/mindforge:wf-patent-landscape` | Prior art search → novelty scoring → freedom-to-operate |
413
- | Research | `/mindforge:wf-persona-research` | Interview simulation × 5 → insight clustering → persona card |
414
- | Dev | `/mindforge:wf-code-audit` | 3× parallel auditors → verified findings → risk report |
415
- | Dev | `/mindforge:wf-feature-planner` | Brief → PRD → architecture → user stories |
416
- | Dev | `/mindforge:wf-pr-review` | 4× parallel reviewers → consensus verdict |
417
- | Dev | `/mindforge:wf-tdd-sprint` | Spec → RED → GREEN → REFACTOR loop |
418
- | Dev | `/mindforge:wf-refactor-plan` | Debt scan → risk-sort → safe sequence → plan |
419
- | Dev | `/mindforge:wf-api-design` | Domain model → OpenAPI spec → SDK skeleton → docs |
420
- | Dev | `/mindforge:wf-db-schema` | Requirements → ERD → migration scripts → seed data |
421
- | Dev | `/mindforge:wf-perf-regression` | Baseline benchmark → change → delta analysis → verdict |
422
- | Dev | `/mindforge:wf-dependency-audit` | License scan + CVE fan-out → risk matrix → upgrade plan |
423
- | Dev | `/mindforge:wf-test-coverage` | Coverage gap scan → test gen → mutation testing → report |
424
- | Ops | `/mindforge:wf-incident-response` | 4× parallel investigation → mitigate → RCA → postmortem |
425
- | Ops | `/mindforge:wf-release-prep` | Tests → changelog → version bump → PR → announcement |
426
- | Ops | `/mindforge:wf-cost-analysis` | Usage fan-out → cost model → optimization levers → plan |
427
- | Ops | `/mindforge:wf-capacity-plan` | Load model → bottleneck forecast → scaling roadmap |
428
- | Ops | `/mindforge:wf-runbook-gen` | Service map → failure modes → remediation steps → runbook |
429
- | Intelligence | `/mindforge:wf-onboard-codebase` | Map → domain → architecture → guided tour |
430
- | Intelligence | `/mindforge:wf-perf-optimize` | Profile → 4× bottleneck hunt → prioritized fix plan |
431
- | Intelligence | `/mindforge:wf-arch-review` | C4 model → 5× quality attributes → risk-ranked findings |
432
- | Intelligence | `/mindforge:wf-decision-analysis` | Options fan-out → criteria weighting → scored recommendation |
433
- | Intelligence | `/mindforge:wf-knowledge-graph` | Concept extraction → relationship map → gap analysis |
434
- | Intelligence | `/mindforge:wf-retrospective` | Data gather → 4× theme clusters → action items → timeline |
435
- | Intelligence | `/mindforge:wf-roadmap-prioritize` | Backlog fan-out → impact/effort scoring → sequenced roadmap |
436
- | Intelligence | `/mindforge:wf-tech-radar` | Adopt/Trial/Assess/Hold fan-out → consensus vote → radar chart |
437
- | Beast | `/mindforge:wf-security-hardening` | 5-angle OWASP parallel scout → STRIDE threat model → remediation roadmap |
438
- | Beast | `/mindforge:wf-accessibility-audit` | WCAG 2.2 parallel audit → 3-vote adversarial verify → remediation spec |
439
- | Beast | `/mindforge:wf-security-threat-model` | Asset inventory → STRIDE×6 → parallel mitigations → CVSS matrix |
440
-
441
- ---
442
-
443
- ## 📜 Framework Evolution & Version History
444
-
445
- <details>
446
- <summary><b>v11.7.0 — Workflow Forge (Dynamic Workflow Library)</b></summary>
447
-
448
- - **12 dynamic workflow scripts** in `.mindforge/dynamic-workflows/scripts/` — each runs via Claude Code's `Workflow` tool with true parallel agent execution, structured JSON schemas, and adversarial verification where appropriate.
449
- - **4 tiers:** Research (deep-research, competitive-analysis, tech-evaluation), Dev (code-audit, feature-planner, pr-review, tdd-sprint, refactor-plan), Ops (incident-response, release-prep), Intelligence (onboard-codebase, perf-optimize).
450
- - **13 /mindforge:wf-* commands** (wf-catalog + 12 workflows).
451
- - **CLI discovery:** `node bin/mindforge-cli.js workflow list|info|run <name>`.
452
- - Architecture follows adversarially-verified best practices: one-workflow-per-domain, predefined (not open-ended) pipelines, fan-out + gated synthesis pattern.
453
- </details>
454
-
455
- <details>
456
- <summary><b>v11.6.0 — Skill Forge (Core + Dev Skill Pack)</b></summary>
457
-
458
- - **80 new skills** across 8 domains: software-development, GitHub workflows, DevOps orchestration, research intelligence, security, creative tooling, data-science, and note-taking.
459
- - **Engine tier (auto-trigger):** 30 skills in `.mindforge/skills/` activated automatically by trigger-phrase matching — systematic debugging, TDD, kanban orchestration, OSINT investigation, web pentesting, concept diagram generation, research paper writing, and more.
460
- - **Extended tier (explicit):** 50 skills in `.agent/skills/` covering GitHub auth, docker management, DevOps watchers, 1Password, debuggers, pixel art, video orchestration, and more.
461
- - **3 new slash commands:** `/mindforge:systematic-debug` (4-phase RCA), `/mindforge:skill-tdd` (RED-GREEN-REFACTOR), `/mindforge:skills-index` (browseable skill catalog).
462
- - All skills cleanly integrated — zero external attribution in any committed file.
463
- </details>
464
-
465
- <details>
466
- <summary><b>v11.0.0 — Sovereign Stability (Production Hardening)</b></summary>
467
-
468
- - **Phase 1: Foundation** — LRU-bounded caches, atomic JSON writes, AUDIT.jsonl log rotation, HANDOFF.json structural validation, temporal snapshot garbage collection.
469
- - **Phase 2: Intelligence** — BM25 scoring with document-length normalization, full remediation strategy implementations, graduated intelligence interlock (+1/+2/MAX), 3-tier stuck detection, adaptive context windows.
470
- - **Phase 3: Security** — Structured ZK proof returns, ephemeral SRE enclave keys, session-scoped ZTAI agent registry, time-limited RBAC elevation, dashboard rate limiting and token expiration, optional GPG approval verification.
471
- - **Phase 4: Observability** — Async temporal I/O, `/api/v1/system` health endpoint, P95 latency ring buffer, heap health monitoring, EIS client de-stub with real fetch and retry logic.
472
- - **Phase 5: SDK/Distributed** — Semaphore-based wave parallelism, WebSocket event streaming with auto-reconnect, `batchExecute()`, model streaming (Anthropic/OpenAI/Gemini), migration script from v10.7.0.
473
- </details>
474
-
475
- <details>
476
- <summary><b>v10.x — The 200-Skills Expansion (Council → Platform Sovereign)</b></summary>
477
-
478
- - **Council Awakens (v10.0.3)**: Council decision framework, Instinct Engine, Cost-Aware Routing, 6-phase Verification Loop, Multi-LLM Consult.
479
- - **Skills Expansion (v10.0.4–v10.7.0)**: From 20 to 200+ core skills across 12 domains — AI/ML, data engineering, platform engineering, mobile, leadership, industry verticals, and more.
480
- - **400+ Personas**: Comprehensive specialist coverage with domain-expert identity protocols.
481
- - **49 Swarm Templates**: Task-aware parallel specialist clusters covering every engineering discipline.
482
- </details>
483
-
484
- <details>
485
- <summary><b>v9.x — Grounded Execution & SQLite Persistence</b></summary>
486
-
487
- - **Grounded Wave Execution (Pillar XXIV)**: AutoRunner reads HANDOFF.json wave groups with audit tracing and restart persistence.
488
- - **Model Topology Modernization (Pillar XXV)**: Claude 4.x family (opus-4-7, sonnet-4-6, haiku-4-5).
489
- - **Unified Memory Architecture (Pillar XXVI)**: SQLite (celestial.db) with FTS5 search replacing JSONL stores.
490
- - **Schema Migration Engine (Pillar XXVII)**: Versioned migration tracking with transaction-wrapped imports.
491
- - **Integration Test Chain (Pillar XXVIII)**: 27-assertion end-to-end pipeline validation.
492
- </details>
493
-
494
- <details>
495
- <summary><b>v8.1.x — Sovereign Identity (Pillar XIX)</b></summary>
496
-
497
- - **Pillar XIX: Sovereign Identity Synthesis**: Autonomous creation and evolution of `SOUL.md` from execution traces.
498
- - **Soul Mirroring**: Agent personality and decision-heuristics that self-adapt based on persistent user interaction sentiment.
499
- - **Identity Enforcement**: Mandatory alignment of subagents with the instance's unique Sovereign Identity.
500
- </details>
501
-
502
- <details>
503
- <summary><b>v8.0.x — Celestial Orchestration (SQLite & FMS)</b></summary>
504
-
505
- - **Pillar XV: Unified Persistence Layer**: Transition from file-based JSONL state to a high-performance SQLite engine with FTS5 semantic search.
506
- - **Pillar XVI: Federated Mesh Synthesis (FMS)**: Inter-project knowledge sharing via cryptographically signed `.mfb` (MindForge Bundles).
507
- - **Pillar XVII: Autonomous Skill Evolution (ASE)**: Automated mining of "Golden Traces" to synthesize reusable `.skill.md` artifacts.
508
- - **Pillar XVIII: Orbital Governance**: Hardware-locked security gates requiring HSM/Biometric attestation for high-impact mutations (>95).
509
- </details>
510
-
511
- <details>
512
- <summary><b>v7.x — Sovereign Intelligence (PQAS & Homing)</b></summary>
513
-
514
- - **Pillar XI: Post-Quantum Agentic Security (PQAS)**: Lattice-based (Dilithium-5) signatures and ZK-Proof bypasses for Tier 4 agent identities.
515
- - **Pillar XII: Proactive Semantic Homing**: Autonomous "Intent Hunting" where agents proactively claim tasks and peer-heal logic drift (>80) in the mesh.
516
- - **Pillar IX: Autonomous Resource Harvesting (ARH)**: Real-time token arbitrage and dynamic task routing based on MIR (Min-Intelligence-Requirement).
517
- - **Pillar X: Neural Drift Remediation (NDR)**: Semantic density heuristics and automated reasoning recovery to break logic loops and hallucinations.
518
- - **Agentic Learning Loop**: Mandatory "Read Before, Record After" protocol for all agentic actions, ensuring a persistent, self-improving engineering memory.
519
- </details>
520
-
521
- <details>
522
- <summary><b>v6.x — AgRevOps & Stability Patterns</b></summary>
523
-
524
- - **AgRevOps ROI Engine (Pillar VIII)**: Real-time value attribution ($100/hr dev saving mapping) for every autonomous reasoning cycle.
525
- - **FIM Expansion**: Aggregation of collective project health metrics via `PillarHealthTracker`.
526
- - **CADIA Optimizer (Pillar II Upgrade)**: Dynamic risk scoring (0-100) and session entropy guardrails to prevent rogue behaviors.
527
- - **Homing Signal Injection**: Automated capture of high-efficacy SCS homing instructions as durable, sharable knowledge.
528
- </details>
529
-
530
- <details>
531
- <summary><b>v5.10.x — Nexus Steering & AgRevOps</b></summary>
532
-
533
- - **Interactive Temporal Steering (Pillar VII)**: Hindsight injection and temporal slider navigation via the Nexus Dashboard.
534
- - **ROI Engine (Pillar VIII)**: Automated financial governance and cumulative agentic ROI tracking.
535
- - **Velocity Forecaster**: Statistical ETA prediction for milestones based on live telemetry.
536
- </details>
537
-
538
- <details>
539
- <summary><b>v5.9.x — Enterprise Level Hardening</b></summary>
540
-
541
- - **Unified NexusTracer**: Single, high-fidelity ART protocol singleton with a core asynchronous drive.
542
- - **Merkle-Style Audit Integrity**: Hardened SRE and ZTAI logs with cumulative Merkle-hash chains.
543
- - **MCA Circuit Breakers**: Stateful provider blacklisting in the `CloudBroker` with automated failure remediation.
544
- </details>
545
-
546
- <details>
547
- <summary><b>v5.7.x - v5.8.x — SRE & MCA Protocols</b></summary>
548
-
549
- - **Sovereign Reason Enclaves (v5.8)**: ZK-Proof compliance certificates for confidential reasoning cycles.
550
- - **Multi-Cloud Arbitrage (v5.7)**: Intelligence-first routing using persistent Task-to-Model success matrices.
551
- </details>
552
-
553
- <details>
554
- <summary><b>v5.1.x - v5.6.x — The "Enterprise" Era (Protocols & Trust)</b></summary>
555
-
556
- - **Sentinel Execution (v5.6)**: Binary Runtime Attestation and Reasoning Entropy Scoring (RES).
557
- - **Predictive Agentic Reliability (v5.5)**: Advanced loop detection (Semantic Mirroring) and self-healing triggers.
558
- - **Dynamic Blast Radius (v5.3/v5.4)**: Real-time impact analysis and circuit-breaker safety in the federated sync.
559
- - **Semantic Vector Consensus (v5.2)**: FIM v2 with cosine-similarity conflict resolution.
560
- - **Enterprise Edition Protocols (v5.1)**: 14 advanced agentic protocols (Brainstorming, Swarm, Parallel Mesh) integrated from Superpowers.
561
- </details>
562
-
563
- <details>
564
- <summary><b>v4.x — The Mesh & Nexus Revolution</b></summary>
565
-
566
- - **Enterprise Mesh (v4.3)**: Autonomous FinOps and Proactive Equilibrium (Wave Monitoring).
567
- - **Identity & Memory (v4.2)**: Zero-Trust Agentic Identity (ZTAI) with Ed25519 signing.
568
- - **MindForge Nexus (v4.1)**: Hierarchical ART tracing and trace context propagation.
569
- - **Mesh Dynamic Swarms (v4.0)**: Parallel, task-aware specialist clusters and micro-persona factory.
570
- </details>
571
-
572
- <details>
573
- <summary><b>v3.x — Reactive Autonomous Intelligence</b></summary>
574
-
575
- - **Context Sharding (SRD)**: 40% reduction in token waste via relevance-dense Hot/Warm/Cold context tiers.
576
- - **Adversarial Decision Synthesis (ADS)**: Zero-drift architectural logic through Red-Blue model debate.
577
- - **Temporal Vision**: Full-fidelity history navigation, hindsight injection, and automated state repair.
578
- - **RAG 2.0 (Auto-Shadowing)**: Background pattern retrieval from the local knowledge graph.
579
- </details>
580
-
581
- <details>
582
- <summary><b>v2.x — The Autonomous Enterprise & Knowledge Graph</b></summary>
583
-
584
- - **Multi-Runtime Support**: Official adapters for Claude Code, Antigravity, Cursor, Gemini, and Copilot.
585
- - **RAG 2.0**: Typed-edge Local Knowledge Graph with proactive context shadowing and TF-IDF search.
586
- - **Temporal Vision**: Full-fidelity history navigation, state snapshotting, and hindsight injection.
587
- - **Self-Building Skills**: Automated skill capture from documentation and phase outputs via `/mindforge:learn`.
588
- </details>
589
-
590
- <details>
591
- <summary><b>v1.x — Framework Foundation & Core Protocols</b></summary>
592
-
593
- - **Unified 4-Pillar Workflow**: Standardized `plan` → `execute` → `verify` → `ship` lifecycle.
594
- - **Specialized Persona Library**: 32+ high-performance engineering agents with defined capability matrices.
595
- - **Zero-Trust Logic**: Initial protocol enforcement and audit-trail persistence.
596
- </details>
597
-
598
- ---
599
-
600
- ## Security
601
- MindForge never stores credentials in files. Review:
602
- - `docs/security/SECURITY.md`
603
- - `docs/security/threat-model.md`
604
-
605
- ---
155
+ ## License
606
156
 
607
- ## ⚖️ License
608
157
  MIT © 2026 MindForge Team
609
- eam