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,14 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [10.2.0] - 2026-05-27 — "Industry Forge"
|
|
4
|
+
|
|
5
|
+
### Added (v10.2.0)
|
|
6
|
+
|
|
7
|
+
- **10 new core skills** — healthcare-systems, fintech-patterns, ecommerce-architecture, gaming-backend, edtech-platform, saas-multi-tenant, media-streaming, iot-platform, marketplace-trust, logistics-optimization.
|
|
8
|
+
- **8 new commands** — `/mindforge:healthcare`, `/mindforge:fintech`, `/mindforge:ecommerce`, `/mindforge:gaming`, `/mindforge:edtech`, `/mindforge:iot`, `/mindforge:marketplace`, `/mindforge:logistics`.
|
|
9
|
+
- **8 new personas** — healthcare-engineer, fintech-architect, ecommerce-engineer, gaming-engineer, edtech-architect, iot-architect, marketplace-engineer, logistics-architect.
|
|
10
|
+
- **1 new swarm template** — IndustryVerticalSwarm (HITL domain-specific architecture).
|
|
11
|
+
- **150 core skills milestone** — Industry vertical coverage added.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [10.3.0] - 2026-05-27 — "Leader's Edge"
|
|
4
|
+
|
|
5
|
+
### Added (v10.3.0)
|
|
6
|
+
|
|
7
|
+
- **10 new core skills** — technical-leadership, mentoring-patterns, stakeholder-communication, conflict-resolution, incident-communication, hiring-engineering, delegation-patterns, meeting-architecture, performance-reviews, change-management.
|
|
8
|
+
- **6 new commands** — `/mindforge:lead`, `/mindforge:communicate`, `/mindforge:hire`, `/mindforge:delegate`, `/mindforge:meeting-design`, `/mindforge:change`.
|
|
9
|
+
- **6 new personas** — tech-lead-coach, communication-architect, hiring-strategist, change-agent, meeting-designer, mentorship-lead.
|
|
10
|
+
- **1 new swarm template** — LeadershipSwarm (HITL engineering leadership).
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [10.4.0] - 2026-05-27 — "Cross-Platform"
|
|
4
|
+
|
|
5
|
+
### Added (v10.4.0)
|
|
6
|
+
|
|
7
|
+
- **10 new core skills** — react-native-patterns, flutter-architecture, offline-first-design, progressive-web-app, mobile-performance, cross-platform-testing, app-store-deployment, mobile-security, responsive-native, push-notification-architecture.
|
|
8
|
+
- **6 new commands** — `/mindforge:mobile`, `/mindforge:react-native`, `/mindforge:flutter`, `/mindforge:offline`, `/mindforge:pwa`, `/mindforge:push-notify`.
|
|
9
|
+
- **6 new personas** — mobile-architect, react-native-engineer, flutter-engineer, offline-specialist, mobile-security-engineer, pwa-architect.
|
|
10
|
+
- **1 new swarm template** — MobileSwarm (HITL cross-platform architecture).
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [10.5.0] - 2026-05-27 — "AI Frontier"
|
|
4
|
+
|
|
5
|
+
### Added (v10.5.0)
|
|
6
|
+
|
|
7
|
+
- **10 new core skills** — multimodal-ai, ai-safety-alignment, synthetic-data-generation, model-evaluation, embedding-systems, llm-orchestration, knowledge-graphs, ml-feature-store, ai-cost-management, autonomous-agents.
|
|
8
|
+
- **8 new commands** — `/mindforge:multimodal`, `/mindforge:ai-safety`, `/mindforge:embeddings`, `/mindforge:llm-route`, `/mindforge:knowledge-graph`, `/mindforge:feature-store`, `/mindforge:ai-cost`, `/mindforge:agent-design`.
|
|
9
|
+
- **8 new personas** — multimodal-engineer, ai-safety-engineer, embedding-architect, llm-orchestrator, knowledge-engineer, feature-store-engineer, ai-economist, agent-architect.
|
|
10
|
+
- **1 new swarm template** — AIFrontierSwarm (HITL AI system architecture + safety).
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [10.6.0] - 2026-05-27 — "Data Alchemy"
|
|
4
|
+
|
|
5
|
+
### Added (v10.6.0)
|
|
6
|
+
|
|
7
|
+
- **10 new core skills** — causal-inference, feature-engineering, ml-monitoring, data-governance, stream-processing, data-lakehouse, experiment-platform, data-mesh, real-time-analytics, data-privacy-engineering.
|
|
8
|
+
- **6 new commands** — `/mindforge:causal`, `/mindforge:lakehouse`, `/mindforge:data-mesh`, `/mindforge:stream`, `/mindforge:privacy-eng`, `/mindforge:realtime-analytics`.
|
|
9
|
+
- **6 new personas** — causal-scientist, data-mesh-architect, stream-engineer, lakehouse-architect, privacy-engineer, analytics-engineer.
|
|
10
|
+
- **1 new swarm template** — DataAlchemySwarm (HITL data architecture + privacy).
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [10.7.0] - 2026-05-27 — "Platform Sovereign"
|
|
4
|
+
|
|
5
|
+
### Added (v10.7.0)
|
|
6
|
+
|
|
7
|
+
- **10 new core skills** — internal-developer-platform, self-serve-infrastructure, platform-reliability, developer-productivity-metrics, api-marketplace, build-system-optimization, secrets-platform, environment-management, platform-observability, migration-platform.
|
|
8
|
+
- **6 new commands** — `/mindforge:platform`, `/mindforge:build-opt`, `/mindforge:secrets-mgmt`, `/mindforge:environments`, `/mindforge:observability-platform`, `/mindforge:migration-mgmt`.
|
|
9
|
+
- **6 new personas** — platform-lead, build-engineer, environment-engineer, productivity-analyst, secrets-engineer, migration-architect.
|
|
10
|
+
- **1 new swarm template** — PlatformSwarmV2 (HITL platform engineering + migration).
|
|
11
|
+
- **200 core skills milestone** — Full coverage across 12 domains.
|
|
12
|
+
- **Swarm templates v15.0.0** — 49 total templates.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.0.0] - 2026-05-28 — "Sovereign Stability"
|
|
4
|
+
|
|
5
|
+
### Breaking Changes
|
|
6
|
+
|
|
7
|
+
- `verifyZKProof()` returns structured `{ verified, reason }` instead of throwing
|
|
8
|
+
- `signPQ()` returns `{ signature, simulated, algorithm }` object instead of raw string
|
|
9
|
+
- Wave task execution order within waves is no longer deterministic
|
|
10
|
+
- SDK bumped to 11.0.0 with new type exports
|
|
11
|
+
- Dashboard tokens now expire after 24 hours
|
|
12
|
+
- `TemporalHub.captureState()` and `rollbackTo()` are now async
|
|
13
|
+
|
|
14
|
+
### Added
|
|
15
|
+
|
|
16
|
+
- LRUMap utility class for bounded caches with eviction callbacks
|
|
17
|
+
- Atomic JSON write primitives (write-to-temp, fsync, rename)
|
|
18
|
+
- AUDIT.jsonl log rotation with gzip archival (max 5000 lines)
|
|
19
|
+
- HANDOFF.json structural validation (fail-open)
|
|
20
|
+
- Temporal snapshot garbage collection (retain 50, expire > 7 days)
|
|
21
|
+
- BM25 scoring with document-length normalization
|
|
22
|
+
- Persistent index cache (mtime-based invalidation)
|
|
23
|
+
- Persistent adjacency index for knowledge graph
|
|
24
|
+
- Correction effectiveness tracking in self-corrective synthesizer
|
|
25
|
+
- Full remediation strategy implementations (CONTEXT_COMPRESSION, GOLDEN_TRACE_INJECTION, REASONING_RESTART)
|
|
26
|
+
- Graduated intelligence interlock (+1/+2/MAX tier) with cost-awareness
|
|
27
|
+
- 3-tier stuck detection (hash → length → truncated Levenshtein)
|
|
28
|
+
- Adaptive context window (10/20/30 based on velocity)
|
|
29
|
+
- Configurable external ZK verifier module path
|
|
30
|
+
- Ephemeral SRE enclave keys (crypto.randomBytes)
|
|
31
|
+
- Time-limited RBAC role elevation with auto-expiry
|
|
32
|
+
- Session-scoped ZTAI agent registry
|
|
33
|
+
- Dashboard rate limiting (100 req/min/IP) and token expiration (24h)
|
|
34
|
+
- /api/v1/token/refresh endpoint
|
|
35
|
+
- Optional GPG approval verification
|
|
36
|
+
- GET /api/v1/system observability endpoint (heap, uptime, audit stats)
|
|
37
|
+
- checkHeapHealth() with warning/critical thresholds
|
|
38
|
+
- Remediation effectiveness persistence
|
|
39
|
+
- Model router dynamic reload (mtime-based, 60s interval)
|
|
40
|
+
- P95 latency ring buffer for cloud broker
|
|
41
|
+
- EIS client with real fetch + 3-retry exponential backoff
|
|
42
|
+
- Semaphore-based parallel wave execution (max concurrency configurable)
|
|
43
|
+
- WebSocketEventStream with auto-reconnect
|
|
44
|
+
- SDK streamExecution() with AsyncIterable<StreamChunk>
|
|
45
|
+
- SDK batchExecute() with concurrent task execution
|
|
46
|
+
- SDK validateRuntimeConfig()
|
|
47
|
+
- Model streaming support (Anthropic, OpenAI, Gemini providers)
|
|
48
|
+
- Migration script (bin/migrations/10.7.0-to-11.0.0.js)
|
|
49
|
+
|
|
50
|
+
### Changed
|
|
51
|
+
|
|
52
|
+
- sessionDriftHistory bounded to 500 entries via LRUMap
|
|
53
|
+
- entropyCache bounded to 1000 entries via LRUMap
|
|
54
|
+
- Cloud broker failure tracking uses 5-minute sliding window
|
|
55
|
+
- Self-corrective synthesizer window expanded from 10 → 50 events
|
|
56
|
+
- Context refactorer uses adaptive window instead of fixed 20
|
|
57
|
+
|
|
58
|
+
### Fixed
|
|
59
|
+
|
|
60
|
+
- Memory leaks from unbounded Maps in long-running sessions
|
|
61
|
+
- Data corruption risk on process crash during state file writes
|
|
62
|
+
- Disk exhaustion from unbounded AUDIT.jsonl and snapshot growth
|
|
63
|
+
- Hardcoded SRE enclave private key (security issue)
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.0.1] - 2026-05-30 — "Stability Patch"
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
|
|
7
|
+
- **Version drift**: reconciled `.mindforge/config.json` (was 10.7.0) with the 11.x line; added a fail-closed pre-flight version-consistency assertion (`bin/utils/version-check.js`) and a regression test that runs the migration and asserts its post-state, so the drift cannot silently return. (UC-01)
|
|
8
|
+
- **Lint & dead code**: resolved all 109 ESLint errors, removed orphaned `bin/dashboard/team-tracker.js`, and made CI fail on any lint error. Fixed a latent `no-const-assign` runtime crash in `bin/review/ads-engine.js`. (UC-02)
|
|
9
|
+
- **SDK `executeCommand` no-op**: replaced the published no-op stub (which made `batchExecute` report every task "fulfilled" while executing nothing) with a real `child_process.spawn` executor with stdout/stderr capture, timeout (SIGTERM→SIGKILL), and exit-code propagation; added a regression test against the compiled dist. (UC-07a)
|
|
10
|
+
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.1.0] - 2026-05-31 — "Beast Mode"
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- **Pillar I — Integrity & Trust**
|
|
8
|
+
- `bin/utils/append-queue.js`: single-writer fsync'd append queue for concurrent-safe durable writes (UC-09)
|
|
9
|
+
- `bin/governance/audit-hash.js`: single canonical SHA-256 hasher shared by writer + verifier (UC-04)
|
|
10
|
+
- `bin/governance/audit-verifier.js` + `bin/verify-audit.js` CLI: fail-closed hash-chain verifier (`exit 1` on any break) (UC-04)
|
|
11
|
+
- All 7 audit-write paths unified through `appendAuditEntrySync` — the audit log is now genuinely tamper-evident with a verifiable prev-hash chain (UC-04b)
|
|
12
|
+
- Simulated PQC demoted: `pqas_enabled=false` by default, gated behind `experimental.pqc_demo`; Tier-3 uses real Ed25519 (UC-24)
|
|
13
|
+
|
|
14
|
+
- **Pillar II — Orchestration Correctness**
|
|
15
|
+
- `bin/autonomous/dependency-dag.js`: real Kahn topological sort + cycle detection, ported from test-only to the engine (UC-03)
|
|
16
|
+
- `planWaves(handoffs, {useDag:true})` opt-in DAG wave planning — explicit `.wave` always wins, legacy default unchanged (UC-03)
|
|
17
|
+
- Pre-flight cycle detection halts loud before any wave executes (UC-03)
|
|
18
|
+
- Wave-boundary timeout enforcement: `isTimedOut` + status `'timeout'` + resumable state (UC-14)
|
|
19
|
+
- Opt-in rollback hook records intent on terminal ESCALATE (no auto git-reset by default) (UC-14)
|
|
20
|
+
- `bin/engine/council-runtime.js`: minimal 4-voice council runtime (ADS loop) with injectable model, consensus scoring, dissent capture (UC-10)
|
|
21
|
+
|
|
22
|
+
- **Pillar III — Cost-Aware Routing**
|
|
23
|
+
- `bin/models/pricing-registry.js`: single source of truth for model pricing, loaded from `config.json` market_registry (UC-05)
|
|
24
|
+
- All 3 providers routed through the registry — hardcoded pricing eliminated (UC-05)
|
|
25
|
+
- Prompt-cache accounting: `cache_control:{type:'ephemeral'}` on system blocks, `cache_read`/`cache_creation` parsed + priced at ~10% input rate (UC-21)
|
|
26
|
+
- `bin/models/difficulty-scorer.js`: heuristic 1-10 scorer with Tier-3 floor (UC-06)
|
|
27
|
+
- Shadow-mode difficulty routing: logs intended model without changing actual selection (UC-06)
|
|
28
|
+
|
|
29
|
+
- **Pillar IV — Native Alignment + Observability**
|
|
30
|
+
- `.claude/settings.json` with hooks under real native events (`PostToolUse`/`PreToolUse`/`SessionStart`) — the security guard and context monitor now actually fire (UC-19a)
|
|
31
|
+
- `bin/hooks/instinct-capture-hook.js`: auto-captures behavioral patterns via PostToolUse, respects session limit (UC-11)
|
|
32
|
+
- `bin/engine/otel-exporter.js`: optional OTel GenAI exporter mapping NexusTracer spans to `gen_ai.*` semantic conventions, gated behind `OTEL_EXPORTER_OTLP_ENDPOINT` (UC-18)
|
|
33
|
+
- `bin/memory/retrieval-fusion.js`: Reciprocal Rank Fusion (RRF) over knowledge-graph + BM25 retrieval paths, replacing incomparable linear blends (UC-20)
|
|
34
|
+
|
|
35
|
+
### Fixed
|
|
36
|
+
|
|
37
|
+
- Audit-writer `close()` data-loss bug: threshold-triggered flushes were un-awaited, losing up to 10 entries on close (UC-09)
|
|
38
|
+
- Audit-writer flush failure no longer crashes the process via unhandled rejection — logs to stderr (UC-09)
|
|
39
|
+
- Vector-hub exit guard: `_dirty` boolean → pending-saves counter, closing a window where scheduled-but-unwritten saves were lost on hard exit (UC-09)
|
|
40
|
+
- `isTimedOut` fails CLOSED on malformed `timeout_at` (garbage deadline = halt, not run unbounded) (UC-14)
|
|
41
|
+
- Council position validation rejects NaN confidence / invalid recommendations (UC-10)
|
|
42
|
+
- Dissent is now captured under NO_CONSENSUS verdict (the deadlock case where it matters most) (UC-10)
|
|
43
|
+
- Pre-flight DAG check only cycle-checks stable-id tasks (id-less tasks can't be dependency targets) (UC-03)
|
|
44
|
+
- `groupIntoWaves` self-defends: dangling dep throws "Unknown dependency" (not misleading "Circular") (UC-03)
|
|
45
|
+
|
|
46
|
+
### Changed
|
|
47
|
+
|
|
48
|
+
- Audit rotation retired (it broke the hash chain at every 5000-line boundary); AUDIT.jsonl grows unbounded for now — chain-aware compaction is a deferred future feature (UC-04b)
|
|
49
|
+
- `knowledge-store.js` appends now use `appendDurableSync` (openSync+writeSync+fsyncSync+closeSync) for guaranteed durability (UC-09)
|
|
50
|
+
- `auto-shadow.js` `generateShadowContext()` now fuses retrieval paths via RRF instead of a single-path linear blend (UC-20)
|
|
51
|
+
|
|
52
|
+
### Removed
|
|
53
|
+
|
|
54
|
+
- Orphaned `createAuditWriter` buffered path (zero production callers after UC-04b unification)
|
|
55
|
+
- Hardcoded per-token pricing from `anthropic-provider.js`, `openai-provider.js`, `gemini-provider.js` (replaced by PricingRegistry)
|
|
56
|
+
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.2.0] - 2026-05-31 — "Verification & Trust"
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- **UC-08 — Unified Verification Runner**
|
|
8
|
+
- `bin/engine/verification-runner.js`: orchestrates test/lint/audit/typecheck stages into structured results with pass/fail/skip per stage
|
|
9
|
+
- `bin/engine/verify-cli.js`: CLI entrypoint writing `.planning/VERIFICATION.md` reports
|
|
10
|
+
- `mindforge verify` command registered in CLI
|
|
11
|
+
|
|
12
|
+
- **UC-25 — Eval Harness**
|
|
13
|
+
- `bin/eval/eval-harness.js`: recall@k, nDCG (graded relevance), and `runEval()` orchestrator for measuring retrieval quality
|
|
14
|
+
- `bin/eval/golden-set-retrieval.json`: 10-query seed golden set covering orchestration, security, memory, cost, verification, hooks, and architecture domains
|
|
15
|
+
|
|
16
|
+
- **UC-22 — Tool/MCP Trust Boundaries**
|
|
17
|
+
- `bin/security/trust-boundaries.js`: manifest pinning (deterministic SHA-256 with recursive key sort), tamper detection, untrusted output tagging with provenance, and high-impact command detection
|
|
18
|
+
- `bin/security/trust-gate-hook.js`: PreToolUse hook that blocks destructive Bash commands (rm -rf, force-push, DROP TABLE, hard reset) via native Claude Code hooks
|
|
19
|
+
- Trust-gate registered in `.claude/settings.json` PreToolUse
|
|
20
|
+
|
|
21
|
+
- **Council CLI**
|
|
22
|
+
- `bin/council-cli.js`: thin wrapper wiring `runCouncil` to the `/mindforge:council` command with structured JSON output and formatted display
|
|
23
|
+
|
|
24
|
+
### Fixed
|
|
25
|
+
|
|
26
|
+
- `auto-runner.js`: removed erroneous `new` on singleton ZTAIManager instance (was line 692)
|
|
27
|
+
|
|
28
|
+
### Removed
|
|
29
|
+
|
|
30
|
+
- Dead `quantum-verify` CLI command entry (no handler existed)
|
|
31
|
+
- Dead `AuditRotator` class and its export from `bin/utils/file-io.js` (zero callers; rotation broke the hash chain at rotation boundaries — see `bin/autonomous/audit-writer.js`)
|
|
32
|
+
|
|
33
|
+
### Changed
|
|
34
|
+
|
|
35
|
+
- Config `pqas_signing` provider clarified as "Dilithium-5 (simulated — inactive)"
|
|
36
|
+
- Banner version strings updated to v11.1.0 in self-corrective-synthesizer and remediation-engine
|
|
37
|
+
- SDK README heading updated to "New in v11.1.0"
|
|
38
|
+
- Version bumped to 11.2.0 across package.json and config.json
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.2.1] - 2026-05-31 — "Hardening" (security & integrity audit remediation)
|
|
4
|
+
|
|
5
|
+
Post-v11.2.0 audit remediation. Closes every exploitable security defect and
|
|
6
|
+
false-assurance stub surfaced by the end-to-end audit. No new features, no
|
|
7
|
+
breaking changes — fixes and honest-labeling only.
|
|
8
|
+
|
|
9
|
+
### Security (fixed)
|
|
10
|
+
|
|
11
|
+
- **trust-gate-hook**: scans the whole command + every line (a benign first line could previously cloak a destructive later line)
|
|
12
|
+
- **orbital-guardian**: `verify()` re-checks the Ed25519 attestation signature (added `did`/`signed_message` columns + migration); rejects forged APPROVED rows
|
|
13
|
+
- **policy-engine**: `reasoning_proof` alone no longer bypasses the blast-radius limit (`isProofValid` inits false; cryptographic `pq_proof` path unchanged)
|
|
14
|
+
- **shadow-mirror**: git calls use `execFileSync` (argv) + fail-closed `sanitizeRemediationId()` — closes command injection via `remediation_id`
|
|
15
|
+
- **trust-boundaries `isHighImpact`**: added chmod/chown/dd/mv/kill/shutdown/eval/command-substitution/redirect detection + shell-obfuscation normalization; narrowed interpreter-script pattern to stop false-positives on `node <projectfile>`
|
|
16
|
+
- **eis-client**: `verifyRemoteProvenance` delegates to real ZTAI signature verification, fail-closed (was returning true for any non-empty signature)
|
|
17
|
+
|
|
18
|
+
### Integrity / honest labeling (fixed)
|
|
19
|
+
|
|
20
|
+
- **ztai-archiver**: `verifyIntegrity()` recomputes the Merkle root from the live log (was a no-op `return true`); fail-closed on tamper/delete/reorder
|
|
21
|
+
- **mesh-self-healer**: emits an honest degraded advisory instead of fabricated 94%/100% consensus
|
|
22
|
+
- **logic-validator**: probes Ollama when reachable, honest heuristic fallback; stopped advertising the dead model path
|
|
23
|
+
- **reason-source-aligner**: consistent return shape (uninitialized no longer silently disables the mission-fidelity gate); real Jaccard similarity
|
|
24
|
+
- **sre-manager**: HMAC artifact relabeled as integrity tag, not "ZK-Proof"
|
|
25
|
+
- **installer-core**: PQAS-enabled message gated on the real `experimental.pqc_demo` flag
|
|
26
|
+
- **finding-synthesizer**: detects real severity-gap contradictions (was hardcoded `[]`)
|
|
27
|
+
- **logic-drift-detector**: relabeled heuristic, not "Neural"
|
|
28
|
+
- **session-manager / shadow-mirror(docker) / regression-writer / skill-registry**: honest disclosure instead of silent empties / fake isolation / tautological tests / mock placeholders
|
|
29
|
+
- **MINDFORGE.md**: `[PQAS_ENFORCED]` reconciled to reflect simulated/inactive default; **ztai-manager** logs relabeled `[ZTAI-HSM-SIM]`
|
|
30
|
+
|
|
31
|
+
### CI / hygiene
|
|
32
|
+
|
|
33
|
+
- **release workflow**: asserts the git tag matches `package.json` version (fail-closed) + skips publish if the version is already on npm
|
|
34
|
+
- **version-check**: runtime drift check widened to all 4 sources (was 2); SDK README guarded by test
|
|
35
|
+
- removed dead `AuditRotator` class (CHANGELOG had wrongly claimed it removed); deprecated orphaned `createAppendQueue`
|
|
36
|
+
- refreshed stale `v11.1.0` banners → current; added `cost_routing.shadow_mode` latch
|
|
37
|
+
- version bumped to 11.2.1 across all sources
|
|
38
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.3.0] - 2026-06-04 — "Legion" (154-subagent expansion)
|
|
4
|
+
|
|
5
|
+
Imports the full VoltAgent `awesome-claude-code-subagents` collection (154 Claude-Code-native
|
|
6
|
+
subagents across 10 categories) into MindForge, fully rebranded. Additive and
|
|
7
|
+
backward-compatible — no existing persona, skill, or command changed behavior.
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- **`subagents/` tree** — 154 specialized subagent definitions in 10 categories
|
|
12
|
+
(`01-core-development` … `10-research-analysis`), kept verbatim from upstream except
|
|
13
|
+
the rebrand and collision/functional fixes below. Agent bodies are unmodified prose.
|
|
14
|
+
- **`.mindforge/imported-agents.jsonl`** — generated index (name → path → category → model →
|
|
15
|
+
description) and **`scripts/build-subagent-index.js`** to regenerate it deterministically.
|
|
16
|
+
- **`bin/spawn-agent.js subagent <name>`** — third loader mode that resolves an imported
|
|
17
|
+
subagent via the index. Hardened with a strict name allowlist (`[A-Za-z0-9-_]`), exact
|
|
18
|
+
index-match resolution (never builds a path from input), and a `subagents/` containment
|
|
19
|
+
check — defense-in-depth path-traversal guards consistent with `BLOCK_ON_SECURITY`.
|
|
20
|
+
- **Installer delivery** — `bin/installer-core.js` now installs the 154 subagents into the
|
|
21
|
+
runtime's native agents directory (`.claude/agents/`, via the new `agentsSubdir` runtime
|
|
22
|
+
config + `installSubagents()`), flattening the category tree (READMEs excluded) so Claude
|
|
23
|
+
Code auto-discovers them. Runs for both global and local scope; mirrored to `.claude/agents/`
|
|
24
|
+
for non-claude local runtimes. Shown in `--dry-run` and the payload manifest; `--uninstall`
|
|
25
|
+
removes only the imported set, never the user's own agents. The `.mindforge/imported-agents.jsonl`
|
|
26
|
+
index ships with `.mindforge/`, so the `subagent` loader mode also works post-install.
|
|
27
|
+
- **`tests/subagent-import.test.js`** — asserts 154 indexed, every path exists, all 16
|
|
28
|
+
collisions renamed, no bare-name clash with personas, and the loader's traversal guards.
|
|
29
|
+
|
|
30
|
+
### Changed (rebrand — VoltAgent → MindForge)
|
|
31
|
+
|
|
32
|
+
- Plugin/marketplace metadata (`subagents/.claude-plugin/marketplace.json` + 10 category
|
|
33
|
+
`plugin.json`) renamed `voltagent-*` → `mindforge-*`, author → MindForge Team, URLs →
|
|
34
|
+
`github.com/sairam0424/MindForge`. Per-plugin versions preserved for upstream re-sync.
|
|
35
|
+
No live marketplace is published — metadata only.
|
|
36
|
+
- 16 name collisions with existing hand-authored MindForge personas resolved with a `-cc`
|
|
37
|
+
suffix (`api-designer-cc`, `debugger-cc`, …); the original personas remain authoritative
|
|
38
|
+
for the bare names.
|
|
39
|
+
- **agent-installer** fetch URLs repointed to `sairam0424/MindForge` under `subagents/`.
|
|
40
|
+
- **design-bridge** VoltAgent design-md dependency replaced with a `<DESIGN_MD_SOURCE>`
|
|
41
|
+
placeholder + a needs-configuration notice (MindForge ships no design-md repo yet).
|
|
42
|
+
- Dead VoltAgent Discord/sponsor links removed (no MindForge equivalent).
|
|
43
|
+
- `package.json` `files` allowlist now ships `subagents/` + the index; README capability
|
|
44
|
+
line notes the 154 subagents.
|
|
45
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.3.1] - 2026-06-05 — Packaging hotfix (commands, skills & framework now ship)
|
|
4
|
+
|
|
5
|
+
Critical fix for v11.3.0, where a too-narrow npm `files` allowlist silently dropped
|
|
6
|
+
most of the product from the published tarball. Users who ran `npx mindforge-cc` got
|
|
7
|
+
only hooks, personas, subagents, and three `.mindforge/` folders — **no slash commands,
|
|
8
|
+
no skills, and an incomplete framework** — with no error (the installer skips any source
|
|
9
|
+
absent from the tarball). v11.3.1 restores the full payload and adds a regression test
|
|
10
|
+
so this class of bug cannot ship silently again.
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- **npm `files` allowlist** (`package.json`) widened to ship what the installer reads:
|
|
15
|
+
`.claude/commands/` (174 slash commands), `.agent/mindforge/` + `.agent/forge/`,
|
|
16
|
+
`.agent/skills/` (73 skills), the entry `.claude/CLAUDE.md`, and the full `.mindforge/`
|
|
17
|
+
framework (`governance`, `integrations`, `intelligence`, `memory`, `metrics`, `models`,
|
|
18
|
+
`org`, `plugins`, `team` — previously only `engine`/`personas`/`skills` reached users).
|
|
19
|
+
Runtime state is explicitly **excluded** (`celestial.db`, `metrics/token-usage.jsonl`,
|
|
20
|
+
`memory/pattern-library.jsonl`) — `files` overrides `.npmignore`, so these are negated
|
|
21
|
+
in the allowlist itself.
|
|
22
|
+
- **`.planning/` scaffolding now ships and installs** — sourced from the clean, generic
|
|
23
|
+
`examples/starter-project/.planning/` (never the framework repo's own live `.planning/`,
|
|
24
|
+
which holds dev state: `AUDIT.jsonl`, `slack-threads.json`, `jira-sync.json`). Added the
|
|
25
|
+
four missing starter templates (`ROADMAP.md`, `REQUIREMENTS.md`, `ARCHITECTURE.md`,
|
|
26
|
+
`RELEASE-CHECKLIST.md`) so the autonomous engine (`/mindforge:auto`, `:next`) has the
|
|
27
|
+
files it expects.
|
|
28
|
+
- **`docs/References` / `docs/Templates` case-sensitivity bug** — the installer read
|
|
29
|
+
lowercase `docs/references`/`templates`, which "worked" on case-insensitive macOS but
|
|
30
|
+
silently missed on case-sensitive Linux/npm (manifest showed `REFERENCES 0 / TEMPLATES 0`).
|
|
31
|
+
Installer now reads the exact on-disk case and both dirs are allowlisted.
|
|
32
|
+
|
|
33
|
+
### Added
|
|
34
|
+
|
|
35
|
+
- **`tests/packaging-allowlist.test.js`** — packs the real tarball (`npm pack --dry-run
|
|
36
|
+
--json`) and asserts commands, skills, subagents, entry files, the full `.mindforge/`
|
|
37
|
+
framework, and `.planning/` templates all ship, while runtime DBs/telemetry do not.
|
|
38
|
+
Proven to fail under the broken v11.3.0 allowlist. Skips loudly if npm is unavailable.
|
|
39
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.4.0] - 2026-06-06 — Claude Code plugin distribution
|
|
4
|
+
|
|
5
|
+
MindForge is now installable as a native **Claude Code plugin** from a marketplace, in
|
|
6
|
+
addition to the `npx mindforge-cc` installer. This release ships the plugin tooling so
|
|
7
|
+
both the GitHub plugin channel and the npm tarball stay coherent.
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- **Plugin marketplace** (`.claude-plugin/marketplace.json` at the repo root) — users run
|
|
12
|
+
`/plugin marketplace add sairam0424/MindForge` then `/plugin install mindforge@mindforge`.
|
|
13
|
+
Lists 11 plugins: the comprehensive `mindforge` plugin + 10 à-la-carte subagent packs.
|
|
14
|
+
- **Comprehensive `mindforge` plugin** (`plugins/mindforge/`) bundling the full surface:
|
|
15
|
+
174 commands, 154 subagents, 73 skills + a synthesized `mindforge-protocol` skill (the
|
|
16
|
+
CLAUDE.md operating directive, since a plugin-root CLAUDE.md isn't loaded as context),
|
|
17
|
+
and governance hooks (translated to Claude `PreToolUse`/`PostToolUse` events with
|
|
18
|
+
`${CLAUDE_PLUGIN_ROOT}`-relative paths).
|
|
19
|
+
- **Bundled MindForge MCP server** — a self-contained esbuild single-file build
|
|
20
|
+
(`mcp/dist/index.js`, all deps inlined, no runtime `node_modules`) exposing 7 tools over
|
|
21
|
+
stdio: `mindforge_health`, `mindforge_status`, `mindforge_memory_query`,
|
|
22
|
+
`mindforge_memory_stats`, `mindforge_memory_find_related`, `mindforge_audit_log`
|
|
23
|
+
(read-only), and append-only `mindforge_memory_remember`. Scoped to the user's project
|
|
24
|
+
via `${CLAUDE_PROJECT_DIR}`; degrades gracefully when MindForge isn't set up.
|
|
25
|
+
- **Generators** (single source of truth, drift-guarded): `build-plugin-marketplace.js`,
|
|
26
|
+
`build-subagent-plugins.js`, `build-mindforge-plugin.js`, `vendor-sdk-into-mcp.js`,
|
|
27
|
+
`fix-command-frontmatter.js`; new `mcp-server/` package with esbuild build.
|
|
28
|
+
- **`tests/plugin-packaging.test.js`** (in `npm test`) — guards the generated plugin tree,
|
|
29
|
+
frontmatter validity, and MCP-bundle self-containment.
|
|
30
|
+
|
|
31
|
+
### Fixed
|
|
32
|
+
|
|
33
|
+
- Quoted YAML-unsafe `name`/`description` frontmatter across commands/agents/skills that
|
|
34
|
+
the plugin validator flagged (leading `-`/`@`, embedded `: `, trailing `:`) — these
|
|
35
|
+
silently loaded empty metadata. The npx installer inherits the fix.
|
|
36
|
+
- Per-category subagent `plugin.json` `agents[]` now derived from on-disk files, fixing
|
|
37
|
+
stale bare names for the 16 collision-renamed (`-cc`) agents.
|
|
38
|
+
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.5.0] - 2026-06-11 — Governance hardening + autonomous-engine repair (Waves 4–7)
|
|
4
|
+
|
|
5
|
+
This release bundles four waves of work: orchestration primitives, an **inert** manifest
|
|
6
|
+
engine + the new instinct CLI + GAN harness personas, governance/security hardening, and a
|
|
7
|
+
repair that makes the autonomous engine (`/mindforge:auto`) actually functional. Several
|
|
8
|
+
items ship deliberately **inert** (scaffolding present, not wired into any live path) and
|
|
9
|
+
are flagged as such below — they introduce **no behavior change yet**.
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- **Instinct CLI** (`/mindforge:instinct`, `bin/learning/instinct-cli.js`) — deterministic,
|
|
14
|
+
no-LLM management of the JSONL instinct store: `list`, `export`, `import`,
|
|
15
|
+
`promote-candidates` (list + flag), and `prune`.
|
|
16
|
+
- **Typed Inter-Agent Message Protocol** (`bin/autonomous/handoff-schema.js`) — five message
|
|
17
|
+
kinds (`task_handoff`, `query`, `response`, `completed`, `conflict`) with priority levels
|
|
18
|
+
(`low`/`normal`/`high`/`critical`) and message validation. Internal orchestration primitive.
|
|
19
|
+
- **Manifest-driven install resolver** (`bin/installer/install-manifests.js`,
|
|
20
|
+
`.mindforge/manifests/install-*.json`) — profile-to-module expansion and dependency
|
|
21
|
+
detection. Ships **INERT**: the adapter wiring it into `bin/installer-core.js`'s live
|
|
22
|
+
`install()` path is deferred to a future PR. No behavior change.
|
|
23
|
+
- **GAN-style harness personas** (`.mindforge/personas/gan-evaluator.md`, `gan-generator.md`,
|
|
24
|
+
`gan-planner.md`) — fully scoped and documented. Ships **INERT**: not wired to any live
|
|
25
|
+
command or automated workflow. No behavior change.
|
|
26
|
+
- **Governance test coverage** — `tests/trust-verifier.test.js` (7 tests) and
|
|
27
|
+
`tests/rbac-manager.test.js` (8 tests) lock the fail-closed contracts for future
|
|
28
|
+
safety-critical governance changes.
|
|
29
|
+
|
|
30
|
+
### Fixed
|
|
31
|
+
|
|
32
|
+
- **SSRF import-URL guard** (`bin/learning/lib/ssrf-guard.js`) — closed an IPv6 link-local
|
|
33
|
+
bypass (`fe81`–`fe8f` reachable via string-prefix check) and a symlink path-traversal
|
|
34
|
+
bypass, using numeric bitmask validation and canonical-path checking before system-dir
|
|
35
|
+
validation.
|
|
36
|
+
- **Federated EIS sync** (`bin/memory/eis-client.js`) — `getAuthHeader` no longer throws on
|
|
37
|
+
every call; it now registers a node identity via `ZTAI.registerAgent` and signs with
|
|
38
|
+
`ZTAI.signData`, restoring sync to non-localhost EIS endpoints.
|
|
39
|
+
- **RBAC tier elevation** (`bin/governance/rbac-manager.js`) — `getRolesByTier` now fails
|
|
40
|
+
safely for unregistered agents (no thrown exception) and resolves agent tier via the
|
|
41
|
+
correct ZTAI API.
|
|
42
|
+
- **Autonomous engine — wave crash** (`bin/autonomous/auto-runner.js`) — replaced ZTAI
|
|
43
|
+
singleton misuse (`getIdentity()`, non-existent) with `_getRunnerIdentity()` using the
|
|
44
|
+
real `registerAgent` API; `/mindforge:auto` no longer crashes on every wave.
|
|
45
|
+
- **Autonomous policy gate — fail-open** (`bin/autonomous/auto-runner.js`) — the async
|
|
46
|
+
policy verdict is now `await`ed (`this.policyEngine.evaluate(intent)`); the per-wave gate
|
|
47
|
+
previously always allowed.
|
|
48
|
+
- **Autonomous engine — fail-closed identity** (`bin/autonomous/auto-runner.js`) — if runner
|
|
49
|
+
identity cannot be established, the policy gate now denies and audits (`auto_mode_denied`)
|
|
50
|
+
instead of proceeding ungoverned.
|
|
51
|
+
|
|
52
|
+
### Changed
|
|
53
|
+
|
|
54
|
+
- **Instinct store schema** (`.mindforge/engine/instincts/instinct-schema.md`) — added
|
|
55
|
+
`project_id` (stable scope key) and `source` (`auto-capture`/`manual`/`imported`/
|
|
56
|
+
`observer`), plus origin-based confidence scoring: auto-capture starts at `0.3`, manual
|
|
57
|
+
at `0.7`.
|
|
58
|
+
- **Cost-routing shadow mode** (`bin/revops/router-steering-v2.js`) — arbitrage steering now
|
|
59
|
+
respects `cost_routing.shadow_mode` (default `true`); in observe-only mode `steer()`
|
|
60
|
+
returns `{ shadow, authoritative: false }` with SHADOW vs LIVE logging.
|
|
61
|
+
|
|
62
|
+
### Security
|
|
63
|
+
|
|
64
|
+
- **Tier-3 approvals now fail closed** (`bin/governance/approve.js`) — approvals require GPG
|
|
65
|
+
verification and **throw before writing any record** when no GPG key is configured, unless
|
|
66
|
+
`MINDFORGE_ALLOW_UNVERIFIED_APPROVAL=1` is set; unverified approvals are marked
|
|
67
|
+
`verified: false`.
|
|
68
|
+
- **Persona supply-chain scan** (`scripts/ci/validate-assets.js`) — persona asset validation
|
|
69
|
+
now detects dangerous invisible unicode (zero-width, bidi overrides, Unicode tags) across
|
|
70
|
+
`.mindforge/personas` to prevent ASCII-smuggling injection.
|
|
71
|
+
- **Destructive-command detector** (`bin/security/trust-boundaries.js`) — `normalizeShell`
|
|
72
|
+
now strips bare `#` tokens after quote-stripping, blocking quoted-hash evasion (e.g.
|
|
73
|
+
`rm "#" -rf /`).
|
|
74
|
+
- **Instinct import port allowlist** (`bin/learning/lib/ssrf-guard.js`) — `validateImportUrl`
|
|
75
|
+
enforces an `ALLOWED_IMPORT_PORTS` allowlist (`{'', '443'}`), blocking attempts to reach
|
|
76
|
+
internal services (Redis `:6379`, Mongo `:27017`, etc.) on otherwise-allowed public hosts.
|
|
77
|
+
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.5.1] - 2026-06-11 — Robustness + governance-gate patch (Wave 8)
|
|
4
|
+
|
|
5
|
+
A fast-follow patch from a fresh adversarial audit of the shipped v11.5.0 tree.
|
|
6
|
+
Hardens crash-prone JSON parsing in the autonomous/memory pipelines, closes a
|
|
7
|
+
CI governance-gate gap, and tightens two security surfaces. No new features.
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- **Crash-proof AUDIT.jsonl parsing** (`bin/memory/pillar-health-tracker.js`) —
|
|
12
|
+
`summarizePhase()` parsed every audit line with an unguarded `JSON.parse`, so a
|
|
13
|
+
single malformed/torn line crashed the knowledge-capture pipeline. Now parses
|
|
14
|
+
per-line in try/catch and skips bad lines.
|
|
15
|
+
- **Crash-proof compaction capture** (`bin/memory/knowledge-capture.js`) — a
|
|
16
|
+
malformed `handoff.json` no longer throws out of `captureFromCompaction()`; it
|
|
17
|
+
logs and returns `[]`, mirroring the missing-file path.
|
|
18
|
+
- **Resilient federated-sync stats** (`bin/memory/federated-sync.js`) — the two
|
|
19
|
+
unguarded `JSON.parse` calls on `sync-stats.json` (`handleSyncFailure`,
|
|
20
|
+
`resetFailures`) now fall back to `{failures:0}` on corruption, matching the
|
|
21
|
+
sibling `getLastSyncTimestamp` pattern.
|
|
22
|
+
|
|
23
|
+
### Security
|
|
24
|
+
|
|
25
|
+
- **CI Tier-3 governance gate now validates content** (`.github/workflows/control-plane.yml`)
|
|
26
|
+
— the gate counted approval files but never checked them; it now requires at
|
|
27
|
+
least one approval with `identity_verification.verified === true` and a
|
|
28
|
+
signature, and rejects any unverified/empty file. Completes the Wave-6
|
|
29
|
+
fail-closed `approve.js` work (a hand-committed empty approval no longer passes).
|
|
30
|
+
- **Dashboard approval attribution** (`bin/dashboard/api-router.js`) —
|
|
31
|
+
`POST /api/approve/:id` no longer records the client-supplied `approver`
|
|
32
|
+
(forgeable audit identity); it attributes the action to a fixed authenticated
|
|
33
|
+
actor. The dashboard remains localhost-bound + token-gated.
|
|
34
|
+
- **Destructive-command detector blocks Unix `truncate`** (`bin/security/trust-boundaries.js`)
|
|
35
|
+
— the SQL-only `truncate table` pattern missed `truncate -s 0 <path>` (in-place
|
|
36
|
+
file zeroing). Added a size-flag pattern so it is gated; benign uses stay allowed.
|
|
37
|
+
- **CI Tier-3 gate accepts an explicitly-acknowledged unverified approval**
|
|
38
|
+
(`.github/workflows/control-plane.yml`, `bin/governance/approve.js`) — since this
|
|
39
|
+
repo has no GPG signing infra, the gate accepts an approval that is either
|
|
40
|
+
GPG-verified OR an opted-in `unverified_ack` record (`approve.js` under
|
|
41
|
+
`MINDFORGE_ALLOW_UNVERIFIED_APPROVAL=1`), while still rejecting bare/stale
|
|
42
|
+
`verified:false` files. Replaced the stale v11.4.0 approval with a fresh one.
|
|
43
|
+
- **`uuid` dependency removed from `ads-engine`** (`bin/review/ads-engine.js`) — it
|
|
44
|
+
required the uninstalled `uuid` package, making `ads-engine` and (transitively)
|
|
45
|
+
`federated-sync` un-loadable in a clean install. Swapped to the built-in
|
|
46
|
+
`crypto.randomUUID()` (zero-native-deps); both modules now load.
|
|
47
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.6.0] - 2026-06-17 — Skill Forge
|
|
4
|
+
|
|
5
|
+
Largest single skill expansion in MindForge's history. Adds 80 community-sourced skills across 8 engineering domains with zero external attribution in any committed file. 30 skills are promoted to the engine tier for automatic trigger-matching; 50 live in the extended tier for explicit activation. Three new slash commands complete the discovery surface.
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- **Engine-tier skills (auto-trigger, `.mindforge/skills/`)** — 30 new skills activated automatically when task description matches trigger phrases:
|
|
10
|
+
- *Software development:* `systematic-debugging` (4-phase root-cause methodology), `test-driven-development` (RED-GREEN-REFACTOR), `plan` (implementation planning), `simplify-code`, `requesting-code-review`, `spike`, `subagent-driven-development`, `code-wiki`
|
|
11
|
+
- *DevOps & orchestration:* `kanban-orchestrator`, `kanban-worker` (multi-agent task routing)
|
|
12
|
+
- *GitHub workflows:* `github-code-review`, `github-pr-workflow`, `github-issues`, `codebase-inspection`
|
|
13
|
+
- *Research & intelligence:* `research-paper-writing`, `arxiv`, `osint-investigation`, `domain-intel`, `duckduckgo-search`, `scrapling`, `blogwatcher`
|
|
14
|
+
- *Creative:* `concept-diagrams` (SVG educational visuals), `creative-ideation`, `pixel-art`, `meme-generation`
|
|
15
|
+
- *Security:* `web-pentest` (authorized penetration testing), `oss-forensics`, `sherlock`
|
|
16
|
+
- *Data-science & note-taking:* `jupyter-live-kernel`, `obsidian`
|
|
17
|
+
|
|
18
|
+
- **Extended-tier skills (explicit activation, `.agent/skills/`)** — 20 additional skills beyond the promoted 30:
|
|
19
|
+
- *Software development:* `node-inspect-debugger`, `python-debugpy`, `skill-authoring`, `rest-graphql-debug`
|
|
20
|
+
- *GitHub:* `github-auth`, `github-repo-management`
|
|
21
|
+
- *DevOps:* `docker-management`, `devops-cli`, `devops-watchers`, `pinggy-tunnel`, `s6-container-supervision`
|
|
22
|
+
- *Research:* `llm-wiki`, `polymarket`, `parallel-cli`
|
|
23
|
+
- *Security:* `godmode`, `1password-skill`
|
|
24
|
+
- *Creative:* `hyperframes`, `article-illustrator`, `comic-creator`, `video-orchestrator`
|
|
25
|
+
|
|
26
|
+
- **3 new slash commands:**
|
|
27
|
+
- `/mindforge:systematic-debug` — 4-phase root-cause debugging (no fixes without RCA)
|
|
28
|
+
- `/mindforge:skill-tdd` — strict RED-GREEN-REFACTOR TDD enforcement
|
|
29
|
+
- `/mindforge:skills-index` — browseable catalog of all 153 skills grouped by category
|
|
30
|
+
|
|
31
|
+
### Changed
|
|
32
|
+
|
|
33
|
+
- `tests/install.test.js` — added `hermes-agent` to secret-scanner skip list (gitignored donor directory)
|
|
34
|
+
- `CLAUDE.md` — new **Extended Skill Library** section documents both skill tiers, trigger mechanics, and bulk import pattern
|
|
35
|
+
|
|
36
|
+
### Skill counts
|
|
37
|
+
|
|
38
|
+
| Tier | Before | After |
|
|
39
|
+
|---|---|---|
|
|
40
|
+
| Engine tier (`.mindforge/skills/`) | 202 | 232 |
|
|
41
|
+
| Extended tier (`.agent/skills/`) | 73 | 123 |
|
|
42
|
+
| Slash commands | 174 | 177 |
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [11.7.0] - 2026-06-23 — Workflow Forge
|
|
4
|
+
|
|
5
|
+
First Dynamic Workflow Library for MindForge. Adds 12 pre-built multi-agent workflow scripts that users trigger via `/mindforge:wf-*` commands. Each workflow uses Claude Code's `Workflow` tool primitives (`parallel()`, `pipeline()`, `phase()`, `agent()`) for true fan-out concurrent agent execution with structured synthesis. Architecture follows adversarially-verified best practices: three-tier progressive disclosure, one-workflow-per-domain, predefined (not open-ended) patterns.
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- **Dynamic Workflow Library (`.mindforge/dynamic-workflows/`)** — 12 self-contained multi-agent workflow scripts:
|
|
10
|
+
- *Research tier:* `deep-research` (5× parallel searches → 3-vote adversarial verify → cited synthesis), `competitive-analysis` (5× parallel angles → SWOT → positioning), `tech-evaluation` (5× dimension agents → scored matrix → recommendation)
|
|
11
|
+
- *Dev tier:* `code-audit` (3× parallel auditors → adversarial verify → risk report), `feature-planner` (brief → PRD → architecture → user stories pipeline), `pr-review` (4× parallel reviewers → consensus verdict), `tdd-sprint` (Spec → Red → Green → Refactor loop), `refactor-plan` (debt scan → risk-sort → safe sequence → plan)
|
|
12
|
+
- *Ops tier:* `incident-response` (4× parallel investigation → mitigation → RCA → postmortem), `release-prep` (tests → changelog → version bump → PR → announcement)
|
|
13
|
+
- *Intelligence tier:* `onboard-codebase` (map → domain → architecture → guided tour), `perf-optimize` (profile → 4× parallel bottleneck hunt → fix plan → benchmarks)
|
|
14
|
+
- **13 new slash commands** — `/mindforge:wf-catalog` (browseable index) + 12 `/mindforge:wf-<name>` workflow commands
|
|
15
|
+
- **CLI workflow subcommand** — `node bin/mindforge-cli.js workflow list|info|run <name>` for discovery and metadata access
|
|
16
|
+
- **Workflow registry** — `index.json` (machine-readable) + `REGISTRY.md` (human-readable catalog) with tier, description, phases, and command for each workflow
|
|
17
|
+
- **`tests/workflow-registry.test.js`** — validates registry consistency, script meta exports, command mirror parity, and frontmatter schema for all workflow commands
|
|
18
|
+
|
|
19
|
+
### Summary
|
|
20
|
+
|
|
21
|
+
| Tier | Workflows | Commands |
|
|
22
|
+
|------|-----------|----------|
|
|
23
|
+
| Research | 3 | `wf-deep-research`, `wf-competitive-analysis`, `wf-tech-evaluation` |
|
|
24
|
+
| Dev | 4 | `wf-code-audit`, `wf-feature-planner`, `wf-pr-review`, `wf-tdd-sprint`, `wf-refactor-plan` |
|
|
25
|
+
| Ops | 2 | `wf-incident-response`, `wf-release-prep` |
|
|
26
|
+
| Intelligence | 2 | `wf-onboard-codebase`, `wf-perf-optimize` |
|
|
27
|
+
| **Total** | **12** | **13 (including wf-catalog)** |
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|