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.
- package/.agent/mindforge/ship.md +2 -2
- package/.agent/mindforge/update.md +1 -1
- package/.agent/mindforge/wf-catalog.md +5 -2
- package/.agent/mindforge/wf-orchestrate-review.md +35 -0
- package/.agent/mindforge/wf-verification-loop.md +45 -0
- package/.agent/mindforge/wf-workflow-optimizer.md +51 -0
- package/.agent/skills/article-illustrator/SKILL.md +7 -7
- package/.agent/skills/arxiv/SKILL.md +6 -6
- package/.agent/skills/code-wiki/SKILL.md +11 -11
- package/.agent/skills/concept-diagrams/SKILL.md +6 -6
- package/.agent/skills/concept-diagrams/examples/apartment-floor-plan-conversion.md +244 -0
- package/.agent/skills/concept-diagrams/examples/automated-password-reset-flow.md +276 -0
- package/.agent/skills/concept-diagrams/examples/autonomous-llm-research-agent-flow.md +240 -0
- package/.agent/skills/concept-diagrams/examples/banana-journey-tree-to-smoothie.md +161 -0
- package/.agent/skills/concept-diagrams/examples/commercial-aircraft-structure.md +209 -0
- package/.agent/skills/concept-diagrams/examples/cpu-ooo-microarchitecture.md +236 -0
- package/.agent/skills/concept-diagrams/examples/electricity-grid-flow.md +182 -0
- package/.agent/skills/concept-diagrams/examples/feature-film-production-pipeline.md +172 -0
- package/.agent/skills/concept-diagrams/examples/hospital-emergency-department-flow.md +165 -0
- package/.agent/skills/concept-diagrams/examples/ml-benchmark-grouped-bar-chart.md +114 -0
- package/.agent/skills/concept-diagrams/examples/place-order-uml-sequence.md +325 -0
- package/.agent/skills/concept-diagrams/examples/smart-city-infrastructure.md +173 -0
- package/.agent/skills/concept-diagrams/examples/smartphone-layer-anatomy.md +154 -0
- package/.agent/skills/concept-diagrams/examples/sn2-reaction-mechanism.md +247 -0
- package/.agent/skills/concept-diagrams/examples/wind-turbine-structure.md +338 -0
- package/.agent/skills/concept-diagrams/templates/template.html +174 -0
- package/.agent/skills/domain-intel/SKILL.md +7 -7
- package/.agent/skills/duckduckgo-search/SKILL.md +17 -17
- package/.agent/skills/github-auth/scripts/gh-env.sh +66 -0
- package/.agent/skills/github-code-review/SKILL.md +9 -9
- package/.agent/skills/github-pr-workflow/SKILL.md +3 -3
- package/.agent/skills/godmode/SKILL.md +8 -8
- package/.agent/skills/jupyter-live-kernel/SKILL.md +3 -3
- package/.agent/skills/kanban-orchestrator/SKILL.md +10 -10
- package/.agent/skills/kanban-worker/SKILL.md +6 -6
- package/.agent/skills/llm-wiki/SKILL.md +7 -7
- package/.agent/skills/mindforge-autonomous/SKILL.md +1 -1
- package/.agent/skills/mindforge-complete-milestone/SKILL.md +1 -1
- package/.agent/skills/mindforge-discuss-phase/SKILL.md +1 -1
- package/.agent/skills/mindforge-do/SKILL.md +1 -1
- package/.agent/skills/mindforge-execute-phase/SKILL.md +1 -1
- package/.agent/skills/mindforge-list-workspaces/SKILL.md +1 -1
- package/.agent/skills/mindforge-manager/SKILL.md +1 -1
- package/.agent/skills/mindforge-neural-orchestrator/SKILL.md +1 -1
- package/.agent/skills/mindforge-new-milestone/SKILL.md +4 -4
- package/.agent/skills/mindforge-new-project/SKILL.md +4 -4
- package/.agent/skills/mindforge-new-workspace/SKILL.md +1 -1
- package/.agent/skills/mindforge-note/SKILL.md +1 -1
- package/.agent/skills/mindforge-plan-phase/SKILL.md +1 -1
- package/.agent/skills/mindforge-profile-user/SKILL.md +1 -1
- package/.agent/skills/mindforge-remove-workspace/SKILL.md +1 -1
- package/.agent/skills/mindforge-research-phase/SKILL.md +1 -1
- package/.agent/skills/mindforge-ui-phase/SKILL.md +1 -1
- package/.agent/skills/mindforge-ui-review/SKILL.md +1 -1
- package/.agent/skills/mindforge-verify-work/SKILL.md +1 -1
- package/.agent/skills/mindforge-workspace-isolated/SKILL.md +1 -1
- package/.agent/skills/node-inspect-debugger/SKILL.md +1 -1
- package/.agent/skills/obsidian/SKILL.md +15 -15
- package/.agent/skills/osint-investigation/SKILL.md +3 -2
- package/.agent/skills/osint-investigation/references/sources/courtlistener.md +98 -0
- package/.agent/skills/osint-investigation/references/sources/gdelt.md +104 -0
- package/.agent/skills/osint-investigation/references/sources/icij-offshore.md +104 -0
- package/.agent/skills/osint-investigation/references/sources/nyc-acris.md +90 -0
- package/.agent/skills/osint-investigation/references/sources/ofac-sdn.md +92 -0
- package/.agent/skills/osint-investigation/references/sources/opencorporates.md +103 -0
- package/.agent/skills/osint-investigation/references/sources/sec-edgar.md +83 -0
- package/.agent/skills/osint-investigation/references/sources/senate-ld.md +89 -0
- package/.agent/skills/osint-investigation/references/sources/usaspending.md +97 -0
- package/.agent/skills/osint-investigation/references/sources/wayback.md +93 -0
- package/.agent/skills/osint-investigation/references/sources/wikipedia.md +107 -0
- package/.agent/skills/osint-investigation/scripts/_http.py +82 -0
- package/.agent/skills/osint-investigation/scripts/_normalize.py +67 -0
- package/.agent/skills/osint-investigation/scripts/build_findings.py +221 -0
- package/.agent/skills/osint-investigation/scripts/entity_resolution.py +228 -0
- package/.agent/skills/osint-investigation/scripts/fetch_courtlistener.py +149 -0
- package/.agent/skills/osint-investigation/scripts/fetch_gdelt.py +161 -0
- package/.agent/skills/osint-investigation/scripts/fetch_icij_offshore.py +234 -0
- package/.agent/skills/osint-investigation/scripts/fetch_nyc_acris.py +203 -0
- package/.agent/skills/osint-investigation/scripts/fetch_ofac_sdn.py +175 -0
- package/.agent/skills/osint-investigation/scripts/fetch_opencorporates.py +191 -0
- package/.agent/skills/osint-investigation/scripts/fetch_sec_edgar.py +184 -0
- package/.agent/skills/osint-investigation/scripts/fetch_senate_ld.py +146 -0
- package/.agent/skills/osint-investigation/scripts/fetch_usaspending.py +170 -0
- package/.agent/skills/osint-investigation/scripts/fetch_wayback.py +142 -0
- package/.agent/skills/osint-investigation/scripts/fetch_wikipedia.py +266 -0
- package/.agent/skills/osint-investigation/scripts/timing_analysis.py +252 -0
- package/.agent/skills/oss-forensics/SKILL.md +10 -9
- package/.agent/skills/oss-forensics/scripts/evidence-store.py +313 -0
- package/.agent/skills/parallel-cli/SKILL.md +2 -2
- package/.agent/skills/pinggy-tunnel/SKILL.md +3 -3
- package/.agent/skills/pixel-art/SKILL.md +2 -2
- package/.agent/skills/plan/SKILL.md +10 -10
- package/.agent/skills/requesting-code-review/SKILL.md +4 -6
- package/.agent/skills/research-paper-writing/SKILL.md +32 -32
- package/.agent/skills/rest-graphql-debug/SKILL.md +31 -32
- package/.agent/skills/s6-container-supervision/SKILL.md +1 -1
- package/.agent/skills/scrapling/SKILL.md +1 -1
- package/.agent/skills/sherlock/SKILL.md +1 -1
- package/.agent/skills/simplify-code/SKILL.md +5 -7
- package/.agent/skills/skill-authoring/SKILL.md +4 -4
- package/.agent/skills/spike/SKILL.md +11 -13
- package/.agent/skills/subagent-driven-development/SKILL.md +7 -11
- package/.agent/skills/systematic-debugging/SKILL.md +13 -14
- package/.agent/skills/test-driven-development/SKILL.md +6 -7
- package/.agent/skills/video-orchestrator/SKILL.md +1 -1
- package/.agent/skills/web-pentest/SKILL.md +7 -7
- package/.claude/commands/mindforge/ship.md +2 -2
- package/.claude/commands/mindforge/update.md +1 -1
- package/.claude/commands/mindforge/wf-catalog.md +5 -2
- package/.claude/commands/mindforge/wf-orchestrate-review.md +35 -0
- package/.claude/commands/mindforge/wf-verification-loop.md +45 -0
- package/.claude/commands/mindforge/wf-workflow-optimizer.md +51 -0
- package/.mindforge/config.json +3 -3
- package/.mindforge/dynamic-workflows/REGISTRY.md +4 -1
- package/.mindforge/dynamic-workflows/index.json +910 -840
- package/.mindforge/dynamic-workflows/scripts/accessibility-audit.js +88 -90
- package/.mindforge/dynamic-workflows/scripts/ai-model-eval.js +59 -61
- package/.mindforge/dynamic-workflows/scripts/api-contract-test.js +87 -85
- package/.mindforge/dynamic-workflows/scripts/api-migration.js +120 -122
- package/.mindforge/dynamic-workflows/scripts/architecture-modernization.js +84 -86
- package/.mindforge/dynamic-workflows/scripts/code-audit.js +75 -77
- package/.mindforge/dynamic-workflows/scripts/code-explainer.js +99 -101
- package/.mindforge/dynamic-workflows/scripts/competitive-analysis.js +62 -64
- package/.mindforge/dynamic-workflows/scripts/competitive-teardown.js +106 -108
- package/.mindforge/dynamic-workflows/scripts/cost-analysis.js +78 -80
- package/.mindforge/dynamic-workflows/scripts/data-pipeline-validate.js +47 -49
- package/.mindforge/dynamic-workflows/scripts/database-migration.js +85 -87
- package/.mindforge/dynamic-workflows/scripts/debug-detective.js +97 -99
- package/.mindforge/dynamic-workflows/scripts/dependency-health.js +81 -83
- package/.mindforge/dynamic-workflows/scripts/design-system-audit.js +84 -86
- package/.mindforge/dynamic-workflows/scripts/documentation-gen.js +65 -67
- package/.mindforge/dynamic-workflows/scripts/feature-planner.js +78 -80
- package/.mindforge/dynamic-workflows/scripts/incident-response.js +81 -83
- package/.mindforge/dynamic-workflows/scripts/multi-repo-sync.js +49 -51
- package/.mindforge/dynamic-workflows/scripts/mutation-testing.js +113 -115
- package/.mindforge/dynamic-workflows/scripts/onboard-codebase.js +79 -81
- package/.mindforge/dynamic-workflows/scripts/orchestrate-review.js +115 -0
- package/.mindforge/dynamic-workflows/scripts/perf-optimize.js +97 -99
- package/.mindforge/dynamic-workflows/scripts/pr-review.js +61 -63
- package/.mindforge/dynamic-workflows/scripts/refactor-plan.js +88 -90
- package/.mindforge/dynamic-workflows/scripts/release-prep.js +79 -81
- package/.mindforge/dynamic-workflows/scripts/security-hardening.js +117 -119
- package/.mindforge/dynamic-workflows/scripts/security-threat-model.js +119 -121
- package/.mindforge/dynamic-workflows/scripts/tdd-sprint.js +80 -82
- package/.mindforge/dynamic-workflows/scripts/tech-evaluation.js +50 -52
- package/.mindforge/dynamic-workflows/scripts/test-coverage-gap.js +68 -70
- package/.mindforge/dynamic-workflows/scripts/ux-heuristic-audit.js +89 -91
- package/.mindforge/dynamic-workflows/scripts/verification-loop.js +138 -0
- package/.mindforge/dynamic-workflows/scripts/workflow-optimizer.js +136 -0
- package/.mindforge/dynamic-workflows/scripts/writer-reviewer.js +63 -65
- package/.mindforge/memory/sync-manifest.json +1 -1
- package/.mindforge/personas/advisor-researcher.md +2 -2
- package/.mindforge/personas/api-load-tester.md +1 -1
- package/.mindforge/personas/authentication-architect.md +1 -1
- package/.mindforge/personas/backup-recovery-specialist.md +1 -1
- package/.mindforge/personas/build-optimizer.md +1 -1
- package/.mindforge/personas/caching-strategist.md +1 -1
- package/.mindforge/personas/chaos-engineer.md +1 -1
- package/.mindforge/personas/compliance-auditor.md +1 -1
- package/.mindforge/personas/config-management-expert.md +1 -1
- package/.mindforge/personas/coverage-specialist.md +1 -1
- package/.mindforge/personas/debug-specialist.md +2 -2
- package/.mindforge/personas/debugger.md +2 -2
- package/.mindforge/personas/dependency-auditor.md +1 -1
- package/.mindforge/personas/developer.md +1 -1
- package/.mindforge/personas/devops-engineer.md +1 -1
- package/.mindforge/personas/doc-auditor.md +1 -1
- package/.mindforge/personas/executor.md +1 -1
- package/.mindforge/personas/go-specialist.md +1 -1
- package/.mindforge/personas/incident-commander.md +1 -1
- package/.mindforge/personas/java-specialist.md +1 -1
- package/.mindforge/personas/kubernetes-debugger.md +1 -1
- package/.mindforge/personas/logging-architect.md +1 -1
- package/.mindforge/personas/mf-planner.md +1 -1
- package/.mindforge/personas/mf-researcher.md +1 -1
- package/.mindforge/personas/mf-reviewer.md +1 -1
- package/.mindforge/personas/monorepo-architect.md +2 -1
- package/.mindforge/personas/nyquist-auditor.md +1 -1
- package/.mindforge/personas/observability-engineer.md +1 -1
- package/.mindforge/personas/performance-optimizer.md +1 -1
- package/.mindforge/personas/phase-researcher.md +5 -5
- package/.mindforge/personas/planner.md +1 -1
- package/.mindforge/personas/project-researcher.md +2 -2
- package/.mindforge/personas/python-specialist.md +1 -1
- package/.mindforge/personas/qa-engineer.md +1 -1
- package/.mindforge/personas/release-manager.md +6 -4
- package/.mindforge/personas/research-agent.md +4 -4
- package/.mindforge/personas/roadmapper-extend.md +1 -1
- package/.mindforge/personas/rust-specialist.md +1 -1
- package/.mindforge/personas/security-reviewer.md +1 -1
- package/.mindforge/personas/tech-writer.md +1 -1
- package/.mindforge/personas/typescript-wizard.md +1 -1
- package/.mindforge/personas/ui-researcher.md +1 -1
- package/.mindforge/skills/accessibility/SKILL.md +2 -2
- package/.mindforge/skills/agent-architecture-audit/SKILL.md +11 -0
- package/.mindforge/skills/arxiv/SKILL.md +6 -6
- package/.mindforge/skills/arxiv/scripts/search_arxiv.py +114 -0
- package/.mindforge/skills/code-tour/SKILL.md +2 -2
- package/.mindforge/skills/code-wiki/SKILL.md +11 -11
- package/.mindforge/skills/code-wiki/templates/README.md +31 -0
- package/.mindforge/skills/code-wiki/templates/architecture.md +30 -0
- package/.mindforge/skills/code-wiki/templates/getting-started.md +47 -0
- package/.mindforge/skills/code-wiki/templates/module.md +38 -0
- package/.mindforge/skills/concept-diagrams/SKILL.md +6 -6
- package/.mindforge/skills/concept-diagrams/examples/apartment-floor-plan-conversion.md +244 -0
- package/.mindforge/skills/concept-diagrams/examples/automated-password-reset-flow.md +276 -0
- package/.mindforge/skills/concept-diagrams/examples/autonomous-llm-research-agent-flow.md +240 -0
- package/.mindforge/skills/concept-diagrams/examples/banana-journey-tree-to-smoothie.md +161 -0
- package/.mindforge/skills/concept-diagrams/examples/commercial-aircraft-structure.md +209 -0
- package/.mindforge/skills/concept-diagrams/examples/cpu-ooo-microarchitecture.md +236 -0
- package/.mindforge/skills/concept-diagrams/examples/electricity-grid-flow.md +182 -0
- package/.mindforge/skills/concept-diagrams/examples/feature-film-production-pipeline.md +172 -0
- package/.mindforge/skills/concept-diagrams/examples/hospital-emergency-department-flow.md +165 -0
- package/.mindforge/skills/concept-diagrams/examples/ml-benchmark-grouped-bar-chart.md +114 -0
- package/.mindforge/skills/concept-diagrams/examples/place-order-uml-sequence.md +325 -0
- package/.mindforge/skills/concept-diagrams/examples/smart-city-infrastructure.md +173 -0
- package/.mindforge/skills/concept-diagrams/examples/smartphone-layer-anatomy.md +154 -0
- package/.mindforge/skills/concept-diagrams/examples/sn2-reaction-mechanism.md +247 -0
- package/.mindforge/skills/concept-diagrams/examples/wind-turbine-structure.md +338 -0
- package/.mindforge/skills/concept-diagrams/references/dashboard-patterns.md +43 -0
- package/.mindforge/skills/concept-diagrams/references/infrastructure-patterns.md +144 -0
- package/.mindforge/skills/concept-diagrams/references/physical-shape-cookbook.md +42 -0
- package/.mindforge/skills/concept-diagrams/templates/template.html +174 -0
- package/.mindforge/skills/creative-ideation/references/full-prompt-library.md +110 -0
- package/.mindforge/skills/documentation/SKILL.md +4 -1
- package/.mindforge/skills/domain-intel/SKILL.md +7 -7
- package/.mindforge/skills/domain-intel/scripts/domain_intel.py +397 -0
- package/.mindforge/skills/duckduckgo-search/SKILL.md +17 -17
- package/.mindforge/skills/duckduckgo-search/scripts/duckduckgo.sh +28 -0
- package/.mindforge/skills/environment-management/SKILL.md +1 -1
- package/.mindforge/skills/github-code-review/SKILL.md +9 -9
- package/.mindforge/skills/github-code-review/references/review-output-template.md +74 -0
- package/.mindforge/skills/github-issues/templates/bug-report.md +35 -0
- package/.mindforge/skills/github-issues/templates/feature-request.md +31 -0
- package/.mindforge/skills/github-pr-workflow/SKILL.md +3 -3
- package/.mindforge/skills/github-pr-workflow/references/ci-troubleshooting.md +183 -0
- package/.mindforge/skills/github-pr-workflow/references/conventional-commits.md +71 -0
- package/.mindforge/skills/github-pr-workflow/templates/pr-body-bugfix.md +35 -0
- package/.mindforge/skills/github-pr-workflow/templates/pr-body-feature.md +33 -0
- package/.mindforge/skills/jupyter-live-kernel/SKILL.md +3 -3
- package/.mindforge/skills/kanban-orchestrator/SKILL.md +10 -10
- package/.mindforge/skills/kanban-worker/SKILL.md +6 -6
- package/.mindforge/skills/meme-generation/SKILL.md +1 -1
- package/.mindforge/skills/meme-generation/scripts/generate_meme.py +470 -0
- package/.mindforge/skills/meme-generation/scripts/templates.json +97 -0
- package/.mindforge/skills/obsidian/SKILL.md +15 -15
- package/.mindforge/skills/orch-pipeline/SKILL.md +2 -2
- package/.mindforge/skills/osint-investigation/SKILL.md +3 -2
- package/.mindforge/skills/osint-investigation/references/sources/courtlistener.md +98 -0
- package/.mindforge/skills/osint-investigation/references/sources/gdelt.md +104 -0
- package/.mindforge/skills/osint-investigation/references/sources/icij-offshore.md +104 -0
- package/.mindforge/skills/osint-investigation/references/sources/nyc-acris.md +90 -0
- package/.mindforge/skills/osint-investigation/references/sources/ofac-sdn.md +92 -0
- package/.mindforge/skills/osint-investigation/references/sources/opencorporates.md +103 -0
- package/.mindforge/skills/osint-investigation/references/sources/sec-edgar.md +83 -0
- package/.mindforge/skills/osint-investigation/references/sources/senate-ld.md +89 -0
- package/.mindforge/skills/osint-investigation/references/sources/usaspending.md +97 -0
- package/.mindforge/skills/osint-investigation/references/sources/wayback.md +93 -0
- package/.mindforge/skills/osint-investigation/references/sources/wikipedia.md +107 -0
- package/.mindforge/skills/osint-investigation/scripts/_http.py +82 -0
- package/.mindforge/skills/osint-investigation/scripts/_normalize.py +67 -0
- package/.mindforge/skills/osint-investigation/scripts/build_findings.py +221 -0
- package/.mindforge/skills/osint-investigation/scripts/entity_resolution.py +228 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_courtlistener.py +149 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_gdelt.py +161 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_icij_offshore.py +234 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_nyc_acris.py +203 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_ofac_sdn.py +175 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_opencorporates.py +191 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_sec_edgar.py +184 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_senate_ld.py +146 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_usaspending.py +170 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_wayback.py +142 -0
- package/.mindforge/skills/osint-investigation/scripts/fetch_wikipedia.py +266 -0
- package/.mindforge/skills/osint-investigation/scripts/timing_analysis.py +252 -0
- package/.mindforge/skills/osint-investigation/templates/source-template.md +59 -0
- package/.mindforge/skills/oss-forensics/SKILL.md +6 -6
- package/.mindforge/skills/oss-forensics/references/evidence-types.md +89 -0
- package/.mindforge/skills/oss-forensics/references/github-archive-guide.md +184 -0
- package/.mindforge/skills/oss-forensics/references/investigation-templates.md +131 -0
- package/.mindforge/skills/oss-forensics/references/recovery-techniques.md +164 -0
- package/.mindforge/skills/oss-forensics/scripts/evidence-store.py +313 -0
- package/.mindforge/skills/oss-forensics/templates/forensic-report.md +151 -0
- package/.mindforge/skills/oss-forensics/templates/malicious-package-report.md +43 -0
- package/.mindforge/skills/pixel-art/SKILL.md +2 -2
- package/.mindforge/skills/pixel-art/references/palettes.md +49 -0
- package/.mindforge/skills/plan/SKILL.md +10 -10
- package/.mindforge/skills/requesting-code-review/SKILL.md +4 -6
- package/.mindforge/skills/research-paper-writing/SKILL.md +32 -32
- package/.mindforge/skills/research-paper-writing/references/autoreason-methodology.md +394 -0
- package/.mindforge/skills/research-paper-writing/references/checklists.md +434 -0
- package/.mindforge/skills/research-paper-writing/references/citation-workflow.md +563 -0
- package/.mindforge/skills/research-paper-writing/references/experiment-patterns.md +728 -0
- package/.mindforge/skills/research-paper-writing/references/human-evaluation.md +476 -0
- package/.mindforge/skills/research-paper-writing/references/paper-types.md +481 -0
- package/.mindforge/skills/research-paper-writing/references/reviewer-guidelines.md +433 -0
- package/.mindforge/skills/research-paper-writing/references/sources.md +191 -0
- package/.mindforge/skills/research-paper-writing/references/writing-guide.md +474 -0
- package/.mindforge/skills/research-paper-writing/templates/README.md +251 -0
- package/.mindforge/skills/scrapling/SKILL.md +1 -1
- package/.mindforge/skills/sherlock/SKILL.md +1 -1
- package/.mindforge/skills/simplify-code/SKILL.md +5 -7
- package/.mindforge/skills/spike/SKILL.md +11 -13
- package/.mindforge/skills/subagent-driven-development/SKILL.md +7 -11
- package/.mindforge/skills/subagent-driven-development/references/context-budget-discipline.md +53 -0
- package/.mindforge/skills/subagent-driven-development/references/gates-taxonomy.md +93 -0
- package/.mindforge/skills/systematic-debugging/SKILL.md +13 -14
- package/.mindforge/skills/test-driven-development/SKILL.md +6 -7
- package/.mindforge/skills/testing-standards/SKILL.md +1 -1
- package/.mindforge/skills/web-pentest/SKILL.md +2 -2
- package/.mindforge/skills/web-pentest/references/bypass-techniques.md +133 -0
- package/.mindforge/skills/web-pentest/references/exploitation-techniques.md +204 -0
- package/.mindforge/skills/web-pentest/references/scope-enforcement.md +110 -0
- package/.mindforge/skills/web-pentest/references/vuln-taxonomy.md +81 -0
- package/.mindforge/skills/web-pentest/templates/authorization.md +69 -0
- package/.mindforge/skills/web-pentest/templates/pentest-report.md +178 -0
- package/.mindforge/skills/writing-skills/SKILL.md +4 -3
- package/CHANGELOG.md +23 -1821
- package/MINDFORGE.md +3 -3
- package/README.md +58 -510
- package/RELEASENOTES.md +87 -2
- package/SECURITY.md +5 -3
- package/bin/install.js +1 -1
- package/bin/models/bedrock-provider.js +192 -0
- package/bin/models/model-client.js +19 -0
- package/bin/updater/changelog-fetcher.js +95 -5
- package/bin/utils/readiness-gate.js +3 -3
- package/changelogs/README.md +109 -0
- package/changelogs/index.json +103 -0
- package/changelogs/v0.1.0.md +21 -0
- package/changelogs/v0.2.0.md +15 -0
- package/changelogs/v0.3.0.md +28 -0
- package/changelogs/v0.4.0.md +29 -0
- package/changelogs/v0.5.0.md +34 -0
- package/changelogs/v0.6.0.md +34 -0
- package/changelogs/v1.0.0.md +60 -0
- package/changelogs/v1.0.1.md +15 -0
- package/changelogs/v1.0.2.md +10 -0
- package/changelogs/v1.0.3.md +10 -0
- package/changelogs/v1.0.4.md +10 -0
- package/changelogs/v1.0.5.md +10 -0
- package/changelogs/v10.0.0.md +71 -0
- package/changelogs/v10.0.2.md +15 -0
- package/changelogs/v10.0.3.md +21 -0
- package/changelogs/v10.0.4.md +16 -0
- package/changelogs/v10.0.5.md +16 -0
- package/changelogs/v10.0.6.md +15 -0
- package/changelogs/v10.0.7.md +15 -0
- package/changelogs/v10.0.8.md +15 -0
- package/changelogs/v10.0.9.md +15 -0
- package/changelogs/v10.1.0.md +16 -0
- package/changelogs/v10.1.1.md +15 -0
- package/changelogs/v10.2.0.md +14 -0
- package/changelogs/v10.3.0.md +13 -0
- package/changelogs/v10.4.0.md +13 -0
- package/changelogs/v10.5.0.md +13 -0
- package/changelogs/v10.6.0.md +13 -0
- package/changelogs/v10.7.0.md +15 -0
- package/changelogs/v11.0.0.md +66 -0
- package/changelogs/v11.0.1.md +10 -0
- package/changelogs/v11.1.0.md +56 -0
- package/changelogs/v11.2.0.md +41 -0
- package/changelogs/v11.2.1.md +38 -0
- package/changelogs/v11.3.0.md +45 -0
- package/changelogs/v11.3.1.md +39 -0
- package/changelogs/v11.4.0.md +38 -0
- package/changelogs/v11.5.0.md +77 -0
- package/changelogs/v11.5.1.md +47 -0
- package/changelogs/v11.6.0.md +45 -0
- package/changelogs/v11.7.0.md +30 -0
- package/changelogs/v11.7.1.md +8 -0
- package/changelogs/v11.8.0.md +19 -0
- package/changelogs/v11.8.1.md +28 -0
- package/changelogs/v11.8.2.md +22 -0
- package/changelogs/v11.8.3.md +22 -0
- package/changelogs/v11.9.0.md +17 -0
- package/changelogs/v11.9.1.md +8 -0
- package/changelogs/v2.0.0-alpha.1.md +42 -0
- package/changelogs/v2.0.0-alpha.10.md +13 -0
- package/changelogs/v2.0.0-alpha.11.md +14 -0
- package/changelogs/v2.0.0-alpha.12.md +16 -0
- package/changelogs/v2.0.0-alpha.2.md +14 -0
- package/changelogs/v2.0.0-alpha.3.md +17 -0
- package/changelogs/v2.0.0-alpha.4.md +17 -0
- package/changelogs/v2.0.0-alpha.7.md +18 -0
- package/changelogs/v2.0.0-alpha.8.md +11 -0
- package/changelogs/v2.0.0-alpha.9.md +12 -0
- package/changelogs/v2.0.0.md +35 -0
- package/changelogs/v2.1.0.md +22 -0
- package/changelogs/v2.1.1.md +25 -0
- package/changelogs/v2.1.2.md +21 -0
- package/changelogs/v2.3.2.md +19 -0
- package/changelogs/v2.3.3.md +16 -0
- package/changelogs/v2.3.4.md +16 -0
- package/changelogs/v2.3.5.md +21 -0
- package/changelogs/v2.4.0.md +29 -0
- package/changelogs/v2.5.0.md +26 -0
- package/changelogs/v2.6.0.md +26 -0
- package/changelogs/v3.0.0.md +17 -0
- package/changelogs/v4.0.0.md +19 -0
- package/changelogs/v4.1.0.md +19 -0
- package/changelogs/v4.3.0.md +31 -0
- package/changelogs/v5.0.0-alpha.1.md +35 -0
- package/changelogs/v5.0.0-alpha.2.md +22 -0
- package/changelogs/v5.1.0.md +42 -0
- package/changelogs/v5.2.0.md +18 -0
- package/changelogs/v5.3.0.md +14 -0
- package/changelogs/v5.4.0.md +28 -0
- package/changelogs/v5.5.0.md +11 -0
- package/changelogs/v5.6.0.md +11 -0
- package/changelogs/v5.7.0.md +12 -0
- package/changelogs/v5.8.0.md +12 -0
- package/changelogs/v5.9.0.md +11 -0
- package/changelogs/v6.0.0-alpha.md +45 -0
- package/changelogs/v6.1.0-alpha.md +29 -0
- package/changelogs/v6.2.0-alpha.md +30 -0
- package/changelogs/v6.2.0.md +21 -0
- package/changelogs/v6.3.0.md +14 -0
- package/changelogs/v6.4.0.md +13 -0
- package/changelogs/v6.5.0.md +13 -0
- package/changelogs/v6.6.0.md +12 -0
- package/changelogs/v6.7.0.md +12 -0
- package/changelogs/v7.0.0.md +13 -0
- package/changelogs/v8.0.0.md +14 -0
- package/changelogs/v8.1.0.md +13 -0
- package/changelogs/v8.2.0.md +12 -0
- package/changelogs/v8.2.1.md +11 -0
- package/changelogs/v9.0.0.md +20 -0
- package/docs/commands-reference.md +72 -4
- package/docs/faq.md +38 -1
- package/docs/getting-started.md +52 -12
- package/docs/sdk-reference.md +36 -3
- package/docs/troubleshooting.md +59 -1
- package/docs/user-guide.md +7 -4
- package/package.json +4 -3
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.7.1] - 2026-06-23 — Workflow Forge (patch)
|
|
4
|
+
|
|
5
|
+
Patch release: adds `bin/parse-workflow-args.js` (slash command argument splitter, produced by the tdd-sprint E2E run) and resolves 2 high-severity npm vulnerabilities in the tmp/inquirer dependency chain. No feature changes; all 94 tests pass.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.8.0] - 2026-06-24 — Workflow Forge II
|
|
4
|
+
|
|
5
|
+
Expands the Dynamic Workflow Library from 12 to 33 workflows across 5 tiers, adding a new **Beast tier** for compound multi-phase multi-agent workflows with adversarial verification. 21 new workflows added. 92/92 tests pass.
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- **Beast tier** (3 compound workflows, 5 phases, 8+ agents): `security-hardening` (5-angle OWASP parallel scout + 3-vote adversarial verify + STRIDE threat model + remediation roadmap), `accessibility-audit` (WCAG 2.2 6-principle parallel audit + 3-vote verify + remediation spec), `security-threat-model` (asset inventory + 6-parallel STRIDE + mitigations + CVSS scoring)
|
|
10
|
+
- **Dev tier additions** (7): `test-coverage-gap`, `api-contract-test`, `mutation-testing`, `debug-detective`, `writer-reviewer`, `code-explainer`, `design-system-audit`
|
|
11
|
+
- **Ops tier additions** (4): `database-migration`, `dependency-health`, `multi-repo-sync`, `cost-analysis`
|
|
12
|
+
- **Intelligence tier additions** (3): `architecture-modernization`, `documentation-gen`, `api-migration`, `data-pipeline-validate` (4 total)
|
|
13
|
+
- **Research tier additions** (3): `ai-model-eval`, `ux-heuristic-audit`, `competitive-teardown`
|
|
14
|
+
- 21 new `/mindforge:wf-*` slash command pairs
|
|
15
|
+
- Updated `wf-catalog` listing all 33 workflows across 5 tiers
|
|
16
|
+
- `tests/workflow-registry.test.js` — `beast` added to valid tier allowlist
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.8.1] — 2026-07-01 — First Stable Release
|
|
4
|
+
|
|
5
|
+
### Security
|
|
6
|
+
- **mcp-server:** Patched hono to >=4.12.25 — fixes CORS credential reflection, path traversal (Windows), body-limit bypass, Set-Cookie merging, Lambda@Edge header drop
|
|
7
|
+
- **sdk:** Patched picomatch — fixes ReDoS via extglob quantifiers and Method Injection via POSIX character classes
|
|
8
|
+
- **ztai:** Added SECURITY_TIER_3_SIMULATED disclosure constant and startup warning for in-process key simulation
|
|
9
|
+
|
|
10
|
+
### Fixes
|
|
11
|
+
- `bin/sre/sli-verifier.js`: `simulateShadowWave()` now throws in non-simulate mode — gate with `MINDFORGE_SRE_SIMULATE=true`
|
|
12
|
+
- `bin/spawn-agent.js`: spawn stub now exits 1 with actionable error instead of silently succeeding
|
|
13
|
+
- `bin/memory/eis-client.js`: `resolveRemoteNode()` now throws explicitly instead of returning null
|
|
14
|
+
- `bin/browser/session-manager.js`: added `capabilities.importFromBrowser=false` export
|
|
15
|
+
- `.mindforge/config.json`: `mesh.node_id` changed from "beta-node" placeholder to "auto"
|
|
16
|
+
|
|
17
|
+
### Docs
|
|
18
|
+
- README: fixed stale version refs (11.5.1→11.8.1), corrected workflow count to 32, added Node.js >=18 prerequisite and Hello World section
|
|
19
|
+
- SECURITY.md: documented Tier-3 simulation scope, audit-hash replay boundary, spawn dispatch status
|
|
20
|
+
- docs/troubleshooting.md: added spawn stub, importFromBrowser, and test cwd entries
|
|
21
|
+
- docs/sdk-reference.md: updated version to 11.8.1, marked unimplemented methods
|
|
22
|
+
- docs/enterprise-setup.md: documented mesh.node_id configuration requirement
|
|
23
|
+
|
|
24
|
+
### Tests
|
|
25
|
+
- install.test.js + production.test.js: added cwd guard, scoped secrets scan to MindForge root only
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.8.2] — 2026-07-01 — Clean Stable Release
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
- `bin/installer-core.js`: Added main-guard — `health` command now produces full diagnostic output
|
|
7
|
+
- `bin/mindforge-cli.js:185`: Fixed null-status bug — signal-killed child processes now exit with code 1 instead of 0
|
|
8
|
+
- `bin/change-classifier.js`: Tier 2 branch now pushes descriptive reasons to reasons[] array
|
|
9
|
+
- `sdk/tests/sdk.test.js:30`: Replaced hardcoded version "11.8.0" with dynamic package.json read
|
|
10
|
+
- `tests/sdk-exports.test.js`: Fixed MODULE_NOT_FOUND path resolution
|
|
11
|
+
- `README.md:7`: Updated "Latest: v11.8.0" header to "Latest: v11.8.1"
|
|
12
|
+
|
|
13
|
+
### Improvements
|
|
14
|
+
- `bin/spawn-agent.js --help`: Added v1.0 stub disclosure note to usage text
|
|
15
|
+
- `bin/governance/ztai-manager.js`: Lazy-instantiate SecureEnclaveProvider — eliminates spurious Tier-3 warning on commands that do not use Tier-3 trust
|
|
16
|
+
- `bin/review/cross-review-engine.js`: Added CLI entry point with --help, --diff, --phase, --context args
|
|
17
|
+
- `tests/worktree-engine.test.js`: Added 90-second timeout override to prevent false parallel-runner timeout
|
|
18
|
+
- ESLint: Resolved auto-fixable errors, lint stage now clean
|
|
19
|
+
- Test coverage: Added tests/errors.test.js and tests/file-io.test.js to improve coverage toward 80% target
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.8.3] — 2026-07-01 — Autopsy Fixes Stable Release
|
|
4
|
+
|
|
5
|
+
### Fixes (all confirmed by IQ200 deep audit)
|
|
6
|
+
- `bin/mindforge-cli.js`: Added `--version` / `-V` flag — now prints version and exits 0
|
|
7
|
+
- `bin/spawn-agent.js`: Marked spawn/identity as `[NOT IMPLEMENTED in v1.0]` in help text; added `assertSafeName()` path-containment guard to spawn branch
|
|
8
|
+
- `.mindforge/config.json`: `mesh.node_id` confirmed `"auto"` (not "beta-node")
|
|
9
|
+
- `bin/governance/rbac.js`: Created re-export shim → `rbac-manager.js`
|
|
10
|
+
- `bin/engine/skill-loader.js`: Created stub module with `loadSkill`, `matchTriggers`, `VERSION` exports
|
|
11
|
+
- `bin/memory/eis-client.js`: Added `module.exports.EISClient = EISClient` — named import now works
|
|
12
|
+
- `sdk/`: Added `@types/node` dev dependency; 24 TypeScript typecheck errors resolved
|
|
13
|
+
- `bin/autonomous/auto-runner.js`: `null` phase now throws `TypeError` instead of silently coercing to `"0"`
|
|
14
|
+
- `.mindforge/skills/`: Resolved 12 duplicate trigger strings — skill routing is now deterministic
|
|
15
|
+
|
|
16
|
+
### Health Score
|
|
17
|
+
- IQ200 audit: 248/258 → 258/258 checks passing (100%)
|
|
18
|
+
- Test suite: 95/97 → 95/97 (2 env-skipped, 0 failures)
|
|
19
|
+
- 0 CVEs across all 3 packages
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.9.0] — 2026-07-27 — Bedrock Provider + Full Dry-Run Audit
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
- `bin/models/bedrock-provider.js`: AWS Bedrock provider with Anthropic/Bedrock config switch and base64 credential decoding
|
|
7
|
+
|
|
8
|
+
### Fixes (from a full exhaustive dry-run of all 224 commands, 216 personas, and 355 skills)
|
|
9
|
+
- 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`)
|
|
10
|
+
- Repointed 21 broken `@.agent/references/` and `@.agent/templates/` path references to their real `docs/References/` and `docs/Templates/*/` locations
|
|
11
|
+
- Copied in missing companion `scripts/`/`references/`/`templates/` assets for 17 skills that referenced files never carried over during porting
|
|
12
|
+
- Fixed hardcoded broken paths (`~/.hermes/skills`, `/home/teknium/...`, `HERMES_HOME`)
|
|
13
|
+
- Fixed a markdown fence-nesting bug in `code-tour` and 4 truncated heredoc strings in `github-code-review`
|
|
14
|
+
- Removed banned single-word triggers (`test`, `tests`) from `testing-standards`
|
|
15
|
+
- CI: build SDK before test suite; run Verification before Health Check in execution-plane
|
|
16
|
+
- Security: patched hono and picomatch HIGH-severity vulnerabilities
|
|
17
|
+
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.9.1] — 2026-07-29 — Packaging Fix: Restore Missing Workflow Commands
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- A blanket `.claude/` rule in `.gitignore` (pre-existing, unrelated to the v11.9.0 work) was silently excluding 34 command files under `.claude/commands/mindforge/` from git — mostly the `wf-*` dynamic-workflow slash commands, plus `skill-tdd.md`, `skills-index.md`, and `systematic-debug.md`. Since `package.json`'s `files` array includes `.claude/commands/`, this meant **v11.9.0's published npm tarball was missing every `wf-*` slash command** even though the mirrored `.agent/mindforge/` copies shipped correctly. Removed the redundant gitignore rule (the repo's existing `*.local` pattern already covers the actual intended exclusion, `.claude/settings.local.json`) and committed all 34 files.
|
|
7
|
+
- Added a regression guard to `tests/packaging-allowlist.test.js` asserting `.claude/commands/mindforge/` and `.agent/mindforge/` ship the same file count — the prior `>=150` floor check passed throughout this gap's entire lifetime since both counts already exceeded 150 independently.
|
|
8
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.0.0-alpha.1] — Day 8: Autonomous Execution Engine — 2026-03-22
|
|
4
|
+
|
|
5
|
+
### Added (MindForge v2.0.0-alpha.1)
|
|
6
|
+
|
|
7
|
+
**Autonomous execution engine:**
|
|
8
|
+
|
|
9
|
+
- `/mindforge:auto` — walk-away autonomous phase/milestone execution
|
|
10
|
+
- `/mindforge:steer` — mid-execution guidance injection from second terminal
|
|
11
|
+
- Node repair operator: RETRY → DECOMPOSE → PRUNE → ESCALATE
|
|
12
|
+
- Stuck detection engine: 5 patterns (S01-S05)
|
|
13
|
+
- Headless CLI mode: `mindforge-cc headless --phase N`
|
|
14
|
+
- `.planning/steering-queue.jsonl` — steering instruction queue
|
|
15
|
+
- `.planning/auto-state.json` — real-time execution state
|
|
16
|
+
|
|
17
|
+
**MINDFORGE.md v2 settings:**
|
|
18
|
+
|
|
19
|
+
- AUTO_MODE_DEFAULT_TIMEOUT_MINUTES, AUTO_MODE_UAT
|
|
20
|
+
- AUTO_NODE_REPAIR_BUDGET, AUTO_RETRY_ON_VERIFY_FAIL
|
|
21
|
+
- AUTO_TASK_MAX_TOKENS, AUTO_TASK_TIMEOUT_MINUTES
|
|
22
|
+
- AUTO_PUSH_ON_WAVE_COMPLETE, AUTO_NOTIFY_ON_ESCALATION
|
|
23
|
+
|
|
24
|
+
### Hardened (v2.0.0-alpha.1)
|
|
25
|
+
|
|
26
|
+
- Gate 3 (secret detection) now runs PRE-COMMIT in auto mode
|
|
27
|
+
- Pre-flight dirty check excludes `.planning/` state files
|
|
28
|
+
- DECOMPOSE:- **Deny**: The action is blocked, and the violation is logged to `AUDIT.jsonl`.
|
|
29
|
+
- **Blast Radius Denial (v5.3.0)**: Action is blocked if the `Impact Score` exceeds the policy `max_impact` threshold.
|
|
30
|
+
- **Escalate**: The action requires a higher-tier DID signature or explicit HITL (Human-in-the-Loop) approval.
|
|
31
|
+
eserves module/package names
|
|
32
|
+
- Steering injection guard validates all instructions
|
|
33
|
+
- SIGTERM handler waits for task cleanup before saving state
|
|
34
|
+
|
|
35
|
+
### Architecture Decisions (v2.0.0-alpha.1)
|
|
36
|
+
|
|
37
|
+
- ADR-021: Autonomy Boundary
|
|
38
|
+
- ADR-022: Node Repair Hierarchy
|
|
39
|
+
- ADR-023: Gate 3 Timing
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.0.0-alpha.10] — Skill Installation & Validation CLI — 2026-03-24
|
|
4
|
+
|
|
5
|
+
### Added (v2.0.0-alpha.10)
|
|
6
|
+
|
|
7
|
+
- New CLI commands: `validate-skill`, `install-skill`, `register-skill`, `audit-skill`.
|
|
8
|
+
- Robust skill validation logic (Level 1 & 2) in `bin/skill-validator.js`.
|
|
9
|
+
- Automated manifest management and audit logging in `bin/skill-registry.js`.
|
|
10
|
+
- Integrated CLI commands into the `install-skill.md` agentic workflow for higher reliability.
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.0.0-alpha.11] — Persistent Knowledge Graph — 2026-03-24
|
|
4
|
+
|
|
5
|
+
### Added (v2.0.0-alpha.11)
|
|
6
|
+
|
|
7
|
+
- **Persistent Knowledge Graph**: Core engine for long-term memory across projects.
|
|
8
|
+
- **`remember` CLI**: New command for manual knowledge management and semantic search.
|
|
9
|
+
- **Automated Capture**: Hooks in `AutoRunner` and `CrossReviewEngine` to ingest insights automatically from phase completions and review reports.
|
|
10
|
+
- **Context Injection**: `installer-core.js` now auto-injects relevant historical context into `CLAUDE.md` during installation.
|
|
11
|
+
- **`test-memory` CLI**: New command for memory suite verification.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.0.0-alpha.12] — Self-Building Skills Platform — 2026-03-24
|
|
4
|
+
|
|
5
|
+
### Added (v2.0.0-alpha.12)
|
|
6
|
+
|
|
7
|
+
- **Self-Building Skills Platform**: Intelligent engine for automatically capturing skills from documentation, sessions, and npm packages.
|
|
8
|
+
- **`/mindforge:learn`**: High-level orchestration command for 7-step skill generation pipeline.
|
|
9
|
+
- **`/mindforge:marketplace`**: Seamless integration with npm registry for community skills discovery and installation.
|
|
10
|
+
- **7-Dimension Quality Scorer**: Static analysis tool ensuring high-quality, injection-safe skill authoring.
|
|
11
|
+
- **Auto-Capture Hook**: Automatic pattern detection from phase outputs (SUMMARY, ADR, HANDOFF).
|
|
12
|
+
- **CLI Commands**: `learn-skill` and `marketplace` added to `bin/mindforge-cli.js`.
|
|
13
|
+
- **ADR-036, ADR-037, ADR-038**: New architectural decisions for skill sourcing, capture thresholds, and quality gates.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.0.0-alpha.2] — Day 9: Visual QA Engine (Browser Runtime Engine) — 2026-03-22
|
|
4
|
+
|
|
5
|
+
### Added (v2.0.0-alpha.2)
|
|
6
|
+
|
|
7
|
+
- [NEW] Persistent Browser Runtime (Playwright-powered Chromium daemon).
|
|
8
|
+
- [NEW] Visual Verification Hook (`<verify-visual>`) in PLAN files.
|
|
9
|
+
- [NEW] Systematic Visual QA Engine (`/mindforge:qa`).
|
|
10
|
+
- [NEW] Persistent Session Management for Browser Control.
|
|
11
|
+
- [NEW] ADR-024, ADR-025, ADR-026.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.0.0-alpha.3] — Day 10: Multi-Model Intelligence Layer — 2026-03-22
|
|
4
|
+
|
|
5
|
+
### Added (v2.0.0-alpha.3)
|
|
6
|
+
|
|
7
|
+
- [NEW] Unified Multi-Model Intelligence Layer (Anthropic, OpenAI, Gemini).
|
|
8
|
+
- [NEW] Dynamic Model Router with Persona and Tier-based logic.
|
|
9
|
+
- [NEW] Real-time Cost Tracking and Daily Budget Enforcement.
|
|
10
|
+
- [NEW] Adversarial Cross-Model Code Review Engine (`/mindforge:cross-review`).
|
|
11
|
+
- [NEW] Deep Research Engine with Gemini 1.5 Pro 1M context support (`/mindforge:research`).
|
|
12
|
+
- [NEW] Model usage and cost reporting (`/mindforge:costs`).
|
|
13
|
+
- [NEW] Secure API handling with SSRF protection and header-based auth.
|
|
14
|
+
- [NEW] ADR-027, ADR-028, ADR-029.
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.0.0-alpha.4] — Day 11: Persistent Knowledge Graph (Long-Term Memory) — 2026-03-22
|
|
4
|
+
|
|
5
|
+
### Added (v2.0.0-alpha.4)
|
|
6
|
+
|
|
7
|
+
- [NEW] Persistent Knowledge Graph for long-term memory across sessions.
|
|
8
|
+
- [NEW] TF-IDF search engine with confidence-based relevance ranking.
|
|
9
|
+
- [NEW] Automated Knowledge Capture from ADRs, Debug Reports, and Retrospectives.
|
|
10
|
+
- [NEW] Global Knowledge Sync for machine-wide insight sharing (`~/.mindforge/global-knowledge-base.jsonl`).
|
|
11
|
+
- [NEW] Skill SDK integration for programmatic memory access.
|
|
12
|
+
- [NEW] Manual memory management command (`/mindforge:remember`).
|
|
13
|
+
- [NEW] Append-only audit-ready storage schema for all knowledge types.
|
|
14
|
+
- [NEW] ADR-030, ADR-031, ADR-032.
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.0.0-alpha.7] — Day 12: Real-time Observability Dashboard — 2026-03-22
|
|
4
|
+
|
|
5
|
+
### Added (v2.0.0-alpha.7)
|
|
6
|
+
|
|
7
|
+
- [NEW] Real-time Dashboard Server (Express + SSE Bridge).
|
|
8
|
+
- [NEW] Premium 5-tab UI: Activity, Metrics, Approvals, Memory, Team.
|
|
9
|
+
- [NEW] Live Data Streaming for Audit Logs, Quality, Costs, and Team Activity.
|
|
10
|
+
- [NEW] Hardened Tier 3 Governance: Mandatory Plan ID typing for sensitive approvals.
|
|
11
|
+
- [NEW] Metrics Aggregator: Multi-source JSONL processing for observability.
|
|
12
|
+
- [NEW] CLI Command: `/mindforge:dashboard` for server lifecycle management.
|
|
13
|
+
- [NEW] ADR-033: Real-time Observability Architecture.
|
|
14
|
+
- [HARDENED] SSE Rotation Detection (Inode-based).
|
|
15
|
+
- [HARDENED] Localhost-only Security Model (Strict CORS/Binding).
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.0.0-alpha.8] — Antigravity Visibility Fix — 2026-03-23
|
|
4
|
+
|
|
5
|
+
### Fixed (v2.0.0-alpha.8)
|
|
6
|
+
|
|
7
|
+
- **Antigravity Command Visibility**: Relocated workflows to `.agents/workflows/` (from `agents/`) and injected mandatory YAML frontmatter (`description`) to ensure registration in Antigravity.
|
|
8
|
+
- **Zero-Config Sync**: Updated `init-project` command to reflect the new `.agents` directory standard.
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.0.0-alpha.9] — Verified Antigravity Compatibility — 2026-03-23
|
|
4
|
+
|
|
5
|
+
### Fixed (v2.0.0-alpha.9)
|
|
6
|
+
|
|
7
|
+
- Fixed critical installer regression where `files` variable was undefined during command installation.
|
|
8
|
+
- Fixed `resolveBaseDir` hardcoding that prevented `.agents/ relocation in non-standard environments.
|
|
9
|
+
- Verified end-to-end Antigravity fix for command visibility and YAML frontmatter.
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.0.0] — The Autonomous Enterprise — 2026-03-24
|
|
4
|
+
|
|
5
|
+
🚀 **MindForge v2.0.0 — The Autonomous Enterprise — Major Release**
|
|
6
|
+
|
|
7
|
+
This major release transforms MindForge from a Claude-centric framework into a universal AI agent operating system. With support for 6 major runtimes and a hardened autonomous execution engine, v2.0.0 is built for enterprise-scale AI orchestration.
|
|
8
|
+
|
|
9
|
+
### Added (v2.0.0)
|
|
10
|
+
|
|
11
|
+
- **6-Runtime Multi-Platform Support**: Official support for Claude Code, Antigravity, Cursor, OpenCode, Gemini CLI, and GitHub Copilot.
|
|
12
|
+
- **Runtime Adapters**: Automatic content transformation for Gemini (model/filename mapping) and preambles for non-slash runtimes (Cursor/Copilot).
|
|
13
|
+
- **`/mindforge:new-runtime`**: Rapidly scaffold custom AI agent runtimes with correct directory structures and command visibility.
|
|
14
|
+
- **Unified Migration Engine (v2.0.0)**: Additive schema upgrades for `AUDIT.jsonl` (runtime/agent_id) and `token-usage.jsonl` (model_group).
|
|
15
|
+
- **Hardened Self-Building Skills**: Automated skill capture from documentation and phase outputs.
|
|
16
|
+
- **7-Dimension Quality Scorer**: Enhanced static analysis for skill authoring.
|
|
17
|
+
- **MindForge Integration**: 10 new advanced commands for design-first planning, zero-friction capture, and smart routing.
|
|
18
|
+
- **`/mindforge:do`**: Smart natural language dispatcher that routes intent to the correct command.
|
|
19
|
+
- **`/mindforge:ui-phase` & `/mindforge:ui-review`**: Tier-1 visual design contract and visual audit engine.
|
|
20
|
+
- **`/mindforge:note`**: Instant idea capture with todo promotion.
|
|
21
|
+
- **`/mindforge:validate-phase`**: Requirement coverage and test gap identification.
|
|
22
|
+
- **`/mindforge:session-report`**: Professional stakeholder summary with token profiling.
|
|
23
|
+
- **Backlog & Seed Management**: `/mindforge:add-backlog`, `/mindforge:review-backlog`, and `/mindforge:plant-seed`.
|
|
24
|
+
- **Parallel Workstreams**: `/mindforge:workstreams` for concurrent milestone execution.
|
|
25
|
+
- **65-Point Production Checklist**: Exhaustive verification suite for enterprise readiness.
|
|
26
|
+
|
|
27
|
+
### Changed (v2.0.0)
|
|
28
|
+
|
|
29
|
+
- **Directory Standard**: Antigravity local workflows moved to `.agents/workflows/` with mandatory YAML frontmatter.
|
|
30
|
+
- **Migration Strategy**: Transitioned to an idempotent, backup-first migration mod- **ADR-039**: Multi-Runtime Platform Support.
|
|
31
|
+
- **ADR-040**: Additive Schema Migration Strategy.
|
|
32
|
+
- **ADR-041**: Stable Runtime Interface Contract.
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.1.0] — The Specialized Expansion — 2026-03-24
|
|
4
|
+
|
|
5
|
+
🧩 **MindForge v2.1.0 — The Specialized Expansion**
|
|
6
|
+
|
|
7
|
+
This release significantly expands the MindForge persona ecosystem, integrating 18+ high-performance specialized agents from the MindForge framework. This expansion doubles the framework's baseline capabilities in research, architecture, execution, and quality assurance.
|
|
8
|
+
|
|
9
|
+
### Added (v2.1.0)
|
|
10
|
+
|
|
11
|
+
- **18+ New Specialized Personas**: Integration of advanced agents including `nyquist-auditor`, `user-profiler`, `advisor-researcher`, `ui-auditor`, and more.
|
|
12
|
+
- **Extended Mapping & Strategy**: Enhanced `roadmapper-extend` and `codebase-mapper-extend` for deep project lifecycle management.
|
|
13
|
+
- **Comprehensive Permissions Audit**: Full tool-access transparency for all 32 personas in `docs/PERSONAS.md`.
|
|
14
|
+
- **Architectural State Update**: `Master-Context.md` now reflects the 32-persona structural foundation.
|
|
15
|
+
|
|
16
|
+
### Changed (v2.1.0)
|
|
17
|
+
|
|
18
|
+
- **Documentation Overhaul**: Complete update of `PERSONAS.md` and `Master-Context.md` to reflect the expanded ecosystem.
|
|
19
|
+
- **Branding Alignment**: All integrated MindForge personas rebranded and fully sanitized for MindForge native use.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.1.1] — Core Migration Finalization — 2026-03-25
|
|
4
|
+
|
|
5
|
+
🧩 **MindForge v2.1.1 — Core Migration Finalization**
|
|
6
|
+
|
|
7
|
+
This release completes the structural rebranding and migration of the MindForge framework into MindForge. It finalizes the path alignment for all 120+ assets, hardens the core configuration management, and fully integrates the expanded persona ecosystem.
|
|
8
|
+
|
|
9
|
+
### Added (v2.1.1)
|
|
10
|
+
|
|
11
|
+
- **Finalized Path Mapping**: All framework assets (skills, workflows, bin) now reside in a unified, flat `.agent/` structure for cross-IDE compatibility.
|
|
12
|
+
- **32-Persona Ecosystem**: Full integration of 32 specialized engineering personas with defined tool permissions and capability matrices.
|
|
13
|
+
- **Unified 4-Pillar Workflow**: Hardened `plan`, `execute`, `verify`, and `ship` logic with project-level `.agent/` integrity.
|
|
14
|
+
- **Enterprise Manifest**: New `file-manifest.json` serving as the single source of truth for multi-project codebase mapping.
|
|
15
|
+
- **Consolidated Configuration**: Unified framework settings and project-level governance in `.mindforge/` and `.agent/`.
|
|
16
|
+
- **Rebranded Lifecycle Hooks**: 5 new high-performance hooks for context monitoring, prompt guarding, and real-time status updates.
|
|
17
|
+
|
|
18
|
+
### Changed (v2.1.1)
|
|
19
|
+
|
|
20
|
+
- **Zero-Watermark Integrity**: 100% elimination of residual "MindForge" and "get-shit-done" identifiers from codebase, documentation, and metadata.
|
|
21
|
+
- **Documentation Overhaul**: Modernized the entire documentation suite, including Architecture, Personas, Skills Authoring, and Command References.
|
|
22
|
+
- **Hardened Settings**: `settings.json` now features dynamic hook pathing for increased portability across system environments.
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.1.2]*Status: V5.2.0 Semantic Consensus Implemented & Verified (2026-03-28)*
|
|
4
|
+
|
|
5
|
+
🚀 **MindForge v2.1.2 — Enterprise Branding & CI Fix**
|
|
6
|
+
|
|
7
|
+
This release transforms the MindForge installation experience with a high-impact "Enterprise-Grade" CLI interface and resolves critical CI/CD integration issues.
|
|
8
|
+
|
|
9
|
+
### Added (v2.1.2)
|
|
10
|
+
|
|
11
|
+
- **Enterprise CLI Branding**: New ultra-blocky ASCII "MINDFORGE" branding and high-contrast "Digital Architect" design system.
|
|
12
|
+
- **Payload Manifest Summary**: Architectural summary screen displaying dynamic counts of deployed Personas, Skills, and Integrations.
|
|
13
|
+
- **"TRY IT NOW" Utility**: Boxed terminal widget providing immediate post-install command guidance.
|
|
14
|
+
- **Enhanced Status Reporting**: Unified architectural status grid for environment detection.
|
|
15
|
+
|
|
16
|
+
### Fixed (v2.1.2)
|
|
17
|
+
|
|
18
|
+
- **CI/CD Permissions**: Resolved `RequestError [HttpError]: GitHub Actions is not permitted to create or approve pull requests` by adding `contents: write` to `auto-pr.yml`.
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.3.2] — Asset Sync Repair — 2026-03-25
|
|
4
|
+
|
|
5
|
+
🚀 **MindForge v2.3.2 — Asset Sync Repair**
|
|
6
|
+
|
|
7
|
+
This release fixes documentation asset synchronization and repairs logic corruption in the installer core.
|
|
8
|
+
|
|
9
|
+
### Added (v2.3.2)
|
|
10
|
+
|
|
11
|
+
- **Docs & Templates Sync**: Integrated `docs/references` and `docs/templates` into the standard installation payload.
|
|
12
|
+
- **Recursive Counting**: Implemented deep directory file counting for accurate manifest reporting.
|
|
13
|
+
|
|
14
|
+
### Fixed (v2.3.2)
|
|
15
|
+
|
|
16
|
+
- **Installer Logic**: Repaired syntax corruption and removed duplicated code blocks in `installer-core.js`.
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.3.3] — Payload Cleanup & Enterprise Pruning — 2026-03-25
|
|
4
|
+
|
|
5
|
+
🚀 **MindForge v2.3.3 — Payload Cleanup & Enterprise Pruning**
|
|
6
|
+
|
|
7
|
+
This release strictly prunes the installation payload to remove legacy GSD artifacts, project-specific state, and development-only folders, ensuring a clean "out-of-the-box" enterprise experience.
|
|
8
|
+
|
|
9
|
+
### Fixed (v2.3.3)
|
|
10
|
+
|
|
11
|
+
- **Installation Payload**: Removed legacy migration folders (`01-migrate-legacy-to-mindforge`, `day1`, `day2`, `day3`).
|
|
12
|
+
- **State Leakage**: Excluded project-specific state files (`AUDIT.jsonl`, `HANDOFF.json`, `jira-sync.json`, `slack-threads.json`) from distribution.
|
|
13
|
+
- **Enterprise Pruning**: Updated `installer-core.js` to automatically filter out development-only framework folders (e.g., `distribution`, `monorepo`, `production`).
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.3.4] — Architectural Sync & Zero-GSD Purge — 2026-03-25
|
|
4
|
+
|
|
5
|
+
### Added (v2.3.4)
|
|
6
|
+
|
|
7
|
+
- **Comprehensive Planning Sync**: Expanded `.planning` deployment to include `ROADMAP.md`, `ARCHITECTURE.md`, `REQUIREMENTS.md`, and `RELEASE-CHECKLIST.md` by default.
|
|
8
|
+
- **Zero-GSD Standard**: Completed the removal of all "GSD" instances from the installer logic and internal system identifiers.
|
|
9
|
+
|
|
10
|
+
### Fixed (v2.3.4)
|
|
11
|
+
|
|
12
|
+
- **Documentation Payload**: Fixed a discrepancy in the path-mapping for documentation subdirectories (`references/`, `templates/`) ensuring they correctly sync into `.agents/docs/`.
|
|
13
|
+
- **Directory Persistence**: Ensured that empty planning subdirectories correctly persist with `.gitkeep` during fresh installations.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.3.5] — Intelligent Asset Sync & Merge — 2026-03-26
|
|
4
|
+
|
|
5
|
+
🚀 **MindForge v2.3.5 — Intelligent Asset Sync & Merge**
|
|
6
|
+
|
|
7
|
+
This release transforms the installation engine from a static "skip if exists" model to an intelligent "Merge & Sync" system, ensuring all framework assets, documentation, and advanced modules are correctly deployed even into existing project environments.
|
|
8
|
+
|
|
9
|
+
### Added (v2.3.5)
|
|
10
|
+
|
|
11
|
+
- **Intelligent Merging**: Refactored `copyDir` to support `noOverwrite` mode, allowing the installer to add missing subfolders and templates without disrupting user-customized files.
|
|
12
|
+
- **Advanced Module Sync**: Added explicit path mapping for `memory`, `plugins`, `intelligence`, and `dashboard` modules into the standard installation payload.
|
|
13
|
+
- **Expanded Asset Types**: Upgraded runtime definitions to include `memorySubdir` and `pluginsSubdir` for all supported IDE environments.
|
|
14
|
+
|
|
15
|
+
### Fixed (v2.3.5)
|
|
16
|
+
|
|
17
|
+
- **Sync Gating**: Removed restrictive directory existence checks that caused the installer to skip entire asset categories if the parent folder already existed.
|
|
18
|
+
- **Documentation Parity**: Hardened the documentation sync logic to ensure `references/` and `templates/` always reach the `.agents/docs/` target.
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.4.0] — The Core Pillars Optimization — 2026-03-27
|
|
4
|
+
|
|
5
|
+
🚀 **MindForge v2.4.0 — The Core Pillars Optimization**
|
|
6
|
+
|
|
7
|
+
This major architectural update introduces a dynamic, SRD-based memory sharding system and the Adversarial Decision Synthesis (ADS) protocol, replacing legacy monolithic handoffs with a hardened, high-fidelity Tri-Tier Memory model.
|
|
8
|
+
|
|
9
|
+
### Added (v2.4.0)
|
|
10
|
+
|
|
11
|
+
- **Adversarial Decision Synthesis (ADS)**:
|
|
12
|
+
- **ADS Engine**: Integrated a 3-model synthesis loop (Architect/Auditor/Synthesizer) for peer-reviewed architectural planning.
|
|
13
|
+
- **SOUL Scoring Engine**: New scoring metric `(Impact * Leverage * Reversibility) / (Effort * Risk * Cost)` for objective decision ranking.
|
|
14
|
+
- **Red-Team Jailbreak**: Enforced architectural auditing that forces the identification of at least 3 critical system flaws.
|
|
15
|
+
- **Automated ADR Workflow**: synthesis results are now persisted as SOUL-scored Decision Records in `.planning/decisions/`.
|
|
16
|
+
- **Semantic Context Sharding**:
|
|
17
|
+
- **Tri-Tier Memory Controller**: Integrated `shard-controller.md` to manage memory transitions across Hot (`HANDOFF.json`), Warm (`.planning/memories/`), and Cold (`.mindforge/memory/`) tiers.
|
|
18
|
+
- **SRD Scoring Engine**: New weighted Semantic Relevance Density (SRD) scoring for contextual items based on Decisiveness, Frequency, and Impact.
|
|
19
|
+
- **Enterprise-Grade Hardening**: Implemented SHA-256 integrity verification and automated semantic tagging for all memory shards.
|
|
20
|
+
- **Proactive Warm Retrieval**: Updated the context injector to automatically pull relevant shards based on task sub-context.
|
|
21
|
+
- **Shard Helper Utility**: New `bin/shard-helper.js` for standalone memory analysis and integrity auditing.
|
|
22
|
+
|
|
23
|
+
### Changed (v2.4.0)
|
|
24
|
+
|
|
25
|
+
- **Planning Protocol**: `/mindforge:plan-phase` now officially supports the `--ads` flag for high-fidelity synthesis cycles.
|
|
26
|
+
- **Compaction Protocol V3**: Upgraded the standard compaction flow to include `Step 4.5: Semantic Sharding`, preventing long-term context window pollution and reducing context overhead by ~35%.
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.5.0] — Local-First Knowledge Graph (RAG 2.0) — 2026-03-27
|
|
4
|
+
|
|
5
|
+
🚀 **MindForge v2.5.0 — The Knowledge Graph Revolution**
|
|
6
|
+
|
|
7
|
+
This update introduces a sophisticated Local-First Knowledge Graph (RAG 2.0), moving beyond flat vector search to a typed-edge, traversable knowledge architecture with proactive context shadowing.
|
|
8
|
+
|
|
9
|
+
### Added (v2.5.0)
|
|
10
|
+
|
|
11
|
+
- **Local-First Knowledge Graph (RAG 2.0)**:
|
|
12
|
+
- **Embedding Engine**: Custom local TF-IDF vectorizer with bigram detection and camelCase splitting. Zero external dependencies.
|
|
13
|
+
- **Graph Engine**: Typed-edge graph (6 types) with BFS traversal, cycle detection, and SHA-256 edge integrity.
|
|
14
|
+
- **Auto-Shadow Engine**: Proactive "ghost-pattern" context injection for subagents based on graph proximity and semantic similarity.
|
|
15
|
+
- **Typed Edges**: Support for `RELATED_TO`, `CAUSED_BY`, `SUPERSEDES`, `DEPENDS_ON`, `INFORMS`, and `CONTRADICTS` relationships.
|
|
16
|
+
- **Graph-Aware Capture**: Automatic edge inference during memory capture from bug patterns and review findings.
|
|
17
|
+
- **Maintenance Tools**: Integrity verification, edge weight decay (time-based), and orphan node pruning.
|
|
18
|
+
- **SDK Extensions**:
|
|
19
|
+
- Full TypeScript support for graph traversal, edge management, and hybrid similarity queries.
|
|
20
|
+
|
|
21
|
+
### Fixed (v2.5.0)
|
|
22
|
+
|
|
23
|
+
- **macOS App Sandbox Compatibility**: Implemented `setTestMode()` in memory engines to bypass nesting-related EPERM errors when running from sandboxed editors.
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [2.6.0] — Temporal Vision (Time-Travel Debugging) — 2026-03-27
|
|
4
|
+
|
|
5
|
+
🚀 **MindForge v2.6.0 — The Observability Revolution**
|
|
6
|
+
|
|
7
|
+
This update introduces "Temporal Vision," a high-fidelity time-travel debugging system that allows developers to scrub through execution history, explore past states, and perform "Hindsight Injection" to repair architectural drift automatically.
|
|
8
|
+
|
|
9
|
+
### Added (v2.6.0)
|
|
10
|
+
|
|
11
|
+
- **Temporal Vision Engine**:
|
|
12
|
+
- **Temporal Hub**: Synchronous state snapshotting of the `.planning/` directory at every significant audit point.
|
|
13
|
+
- **State Snapshots**: High-fidelity records of `.md`, `.json`, and `.log` files stored in `.planning/history/[audit_id]/`.
|
|
14
|
+
- **Hindsight Injection**: Automated state repair protocol that rolls back history to a specific point ($T_n$), injects a correction, and re-triggers autonomous execution.
|
|
15
|
+
- **Observability Interface (Dashboard Integration)**:
|
|
16
|
+
- **Temporal API**: REST endpoints for history navigation, snapshot exploration, and remote hindsight injection.
|
|
17
|
+
- **Auto-Runner Integration**: Unified event ID generation and automated state capture embedded in the core loop.
|
|
18
|
+
- **CLI Extensions**:
|
|
19
|
+
- `/mindforge:temporal status`: View snapshot density and history stats.
|
|
20
|
+
- `/mindforge:temporal inject`: Manual hindsight injection from the terminal.
|
|
21
|
+
- `/mindforge:temporal cleanup`: Automated purge of stale history snapshots.
|
|
22
|
+
- **Governance**:
|
|
23
|
+
- **Temporal Protocol (`temporal-protocol.md`)**: Definition of safety rules, recovery boundaries, and state integrity checks.
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [3.0.0] — Reactive Autonomous Intelligence — 2026-03-27
|
|
4
|
+
|
|
5
|
+
🚀 **MindForge v3.0.0 — The Architecture Revolution**
|
|
6
|
+
|
|
7
|
+
This major release transforms MindForge from a "disciplined workflow engine" into a **Reactive Autonomous Intelligence**. By sharding context via semantic relevance and debating architectural decisions through adversarial model loops, V3 achieves sub-second reasoning and zero logic-drift in complex engineering sessions.
|
|
8
|
+
|
|
9
|
+
### Key Pillars (v3.0.0-rc1)
|
|
10
|
+
|
|
11
|
+
- **Context Sharding (SRD)**: 40% reduction in token waste via relevance-dense Hot/Warm/Cold context tiers.
|
|
12
|
+
- **Adversarial Decision Synthesis (ADS)**: Zero-drift architectural logic through Red-Team/Blue-Team debate and SOUL-scoring.
|
|
13
|
+
- **Temporal Vision**: Full-fidelity history navigation, hindsight injection, and automated state repair.
|
|
14
|
+
- **RAG 2.0 (Auto-Shadowing)**: Background pattern retrieval from the local knowledge graph without manual prompts.
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [4.0.0] — Dynamic Multi-Agent Swarms (Agentic Mesh) — 2026-03-27
|
|
4
|
+
|
|
5
|
+
🚀 **MindForge v4.0.0 — The Mesh Revolution**
|
|
6
|
+
|
|
7
|
+
This landmark release introduces **Dynamic Multi-Agent Swarms (Agentic Mesh)**, shifting MindForge from sequential subagent execution to a parallel, task-aware, and verifiable cluster-based orchestration system. V4 enables mass-scale autonomous engineering through ephemeral specialist clusters and zero-trust resonance.
|
|
8
|
+
|
|
9
|
+
### Key Pillars (v4.0.0)
|
|
10
|
+
|
|
11
|
+
- **Dynamic Swarm Orchestration**: The new `SwarmController` analyzes task complexity and spawns ephemeral clusters of specialist personas in parallel.
|
|
12
|
+
- **Micro-Persona Factory**: On-the-fly persona specialization using task-specific knowledge injection via `Context7`.
|
|
13
|
+
- **Wave Executor (Mesh Mode)**: Refactored parallel execution engine with shared `SWARM-STATE` synchronization and leader-led synthesis.
|
|
14
|
+
- **ZTAI (Zero-Trust Agentic Identity)**: DID-based cryptographic signing for swarm actions and multi-tier trust enforcement.
|
|
15
|
+
- **Enterprise specialist Library**: 12+ pre-defined swarm templates including `AIEngineeringSwarm`, `IdentityTrustSwarm`, `DataMeshSwarm`, and `IncidentResponseSwarm`.
|
|
16
|
+
- **HITL Governance Gates**: Human-in-the-loop decision gates for high-risk (Tier 3) architectural and compliance-heavy operations.
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|