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,19 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [4.1.0] — MindForge Nexus (Observability & Tracing) — 2026-03-27
|
|
4
|
+
|
|
5
|
+
🚀 **MindForge v4.1.0 — The Observability Revolution**
|
|
6
|
+
|
|
7
|
+
This update introduces **MindForge Nexus**, a high-fidelity observability and tracing system designed for the agentic mesh. It enables deep visibility into agentic "thought chains" and parallel swarm execution through OpenTelemetry-compatible tracing.
|
|
8
|
+
|
|
9
|
+
### Key Pillars (v4.1.0)
|
|
10
|
+
|
|
11
|
+
- **Nexus Tracer Engine**: Core engine for managing hierarchical spans and trace context propagation across the mesh.
|
|
12
|
+
- **Agentic Reasoning Tracing (ART)**: New audit event type `reasoning_trace` for capturing granular agentic thought cycles.
|
|
13
|
+
- **Hierarchical Span Orchestration**: Universal ART fields (`trace_id`, `span_id`, `parent_span_id`) integrated into all audit events.
|
|
14
|
+
- **Mesh-Integrated Tracing**: Direct injection of tracing protocols into the `Wave Executor` and `Swarm Controller`.
|
|
15
|
+
- **Nexus Dashboard Spec**: Architectural blueprint for real-time trace visualization and reasoning heatmaps.
|
|
16
|
+
- **ZTAI Observability**: Integrated trust-tier visibility for secure execution monitoring.
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [4.3.0] — Enterprise Mesh & Proactive Equilibrium — 2026-03-28
|
|
4
|
+
|
|
5
|
+
🚀 **MindForge v4.3.0 — The Maturity Release**
|
|
6
|
+
|
|
7
|
+
This major update completes the **MindForge V4 Roadmap**, introducing autonomous financial governance and self-healing reliability engines. It also includes a comprehensive structural reorganization of the framework for enterprise scalability.
|
|
8
|
+
|
|
9
|
+
### Key Pillars (v4.3.0)
|
|
10
|
+
|
|
11
|
+
- **Autonomous FinOps Hub (Pillar V)**: Implemented `ModelBroker` for dynamic **C2C (Confidence-to-Cost)** routing and `FinOpsHub` for real-time ROI tracking.
|
|
12
|
+
- **Proactive Equilibrium (Pillar VI)**: Implemented `WaveFeedbackLoop` for divergence detection and `TemporalHindsight` for autonomous state recovery (RCA/Repair).
|
|
13
|
+
- **Structural Reorganization**: Migrated all core engine implementation files from `.mindforge/` logic directories to a standardized `bin/` domain architecture.
|
|
14
|
+
- **Global Memory Sync**: Enhanced `SemanticHub` to support organizational-level knowledge sharing via `~/.mindforge/`.
|
|
15
|
+
- **Hardened ZTAI Enterprise Mode**: HSM-simulated signing for Tier 3 principals and automated audit integrity manifests.
|
|
16
|
+
|
|
17
|
+
🚀 **MindForge v4.2.0 — The Security Revolution**
|
|
18
|
+
|
|
19
|
+
This update introduces **Zero-Trust Agentic Identity (ZTAI)**, a core pillar of the MindForge enterprise security architecture. It establishes a DID-based identity system with cryptographic signing for all agentic actions, ensuring non-repudiable audit trails and tiered governance.
|
|
20
|
+
|
|
21
|
+
### Key Pillars (v4.2.0)
|
|
22
|
+
|
|
23
|
+
- **ZTAI Identity Engine**: Core manager for DID generation (`did:mindforge:<uuid>`) and Ed25519 key pair lifecycle.
|
|
24
|
+
- **Cryptographic Audit Signing**: All reasoning traces and spans are signed by the originating agent, ensuring log integrity.
|
|
25
|
+
- **Trust-Tiered Governance**: 4-tier authorization model (0-3) for granular permission control across the agentic mesh.
|
|
26
|
+
- **Identity-Lock Engine**: Automated security gate in the `WaveExecutor` that blocks unauthorized Tier 3 actions.
|
|
27
|
+
- **Trust Verifier**: Real-time cryptographic validation of the `AUDIT.jsonl` log for cross-session integrity.
|
|
28
|
+
- **Enterprise-Grade Hardening**: session-based key rotation and hardware security module (HSM) hook placeholders.
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [5.0.0-alpha.1] — Federated Intelligence & Policy Orchestration — 2026-03-28
|
|
4
|
+
|
|
5
|
+
🚀 **MindForge v5.0.0 — The Sovereign Enterprise Release**
|
|
6
|
+
|
|
7
|
+
This landmark release transforms MindForge into a distributed, governable, and cryptographically verified agentic operating system. V5 introduces the first two pillars of the Enterprise Architecture: Federated Intelligence Mesh (FIM) and Agentic Policy Orchestrator (APO).
|
|
8
|
+
|
|
9
|
+
### Pillar I: Federated Intelligence Mesh (FIM)
|
|
10
|
+
|
|
11
|
+
- **Enterprise Intelligence Service (EIS)**: Implemented `eis-client.js` for secure, authenticated communication with the organizational knowledge hub.
|
|
12
|
+
- **Delta-Sync Protocol**: Implemented `federated-sync.js` with timestamp-based delta pulls, significantly reducing synchronization latency.
|
|
13
|
+
- **ZTAI-Signed Provenance**: Every knowledge item in the mesh is cryptographically tied to the DID of the originating agent.
|
|
14
|
+
- **Hybrid Knowledge Graph**: Extended `knowledge-graph.js` to seamlessly resolve local nodes and remote federated nodes.
|
|
15
|
+
|
|
16
|
+
### Pillar II: Agentic Policy Orchestrator (APO)
|
|
17
|
+
|
|
18
|
+
- **Policy-as-Code (PaC)**: Implemented `policy-engine.js` for intent-based evaluation of agent actions against organizational security rules.
|
|
19
|
+
- **RBAC Manager**: Implemented `rbac-manager.js` for mapping DIDs to project roles and binding permissions to ZTAI Trust Tiers.
|
|
20
|
+
- **Policy Interceptor**: Deep integration into `auto-runner.js`, enforcing a pre-flight governance gate before every autonomous wave.
|
|
21
|
+
- **Default Enterprise Policies**: Shipped with initial security guardrails for engine and infrastructure protection.
|
|
22
|
+
- **Dynamic Blast Radius (v5.3.0)**: Integrated `ImpactAnalyzer` to calculate and enforce risk-based thresholds for autonomous actions.
|
|
23
|
+
|
|
24
|
+
### Hardening (Enterprise Mode v5.0.0-alpha.1)
|
|
25
|
+
|
|
26
|
+
- **ZTAI Interlock**: All mesh and policy operations now utilize the hardware-enclave (simulated) signing engine for Tier 3 principals.
|
|
27
|
+
- **Dynamic Intent Extraction**: Autonomous intents are now derived in real-time from active session identities.
|
|
28
|
+
- **Conflict Resolution (v5.2.0)**: Uses **Hybrid Semantic Synthesis** (Pillar I v5.2.0).
|
|
29
|
+
- **Similarity > 0.9**: Near-identical; auto-resolve via **Last-Write-Wins (LWW)**.
|
|
30
|
+
- **0.75 - 0.9**: Semantic Overlap; triggers **Autonomous ADS Merging**.
|
|
31
|
+
- **0.6 - 0.75**: Conflict; triggers **Nexus Handover (DHH)** for human steering.
|
|
32
|
+
- **< 0.6**: Topic Collision; isolates entries into unique IDs to prevent data loss.
|
|
33
|
+
|
|
34
|
+
---
|
|
35
|
+
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [5.0.0-alpha.2] — Predictive Reliability & Supply Chain Trust — 2026-03-28
|
|
4
|
+
|
|
5
|
+
🚀 **MindForge v5.0.0 — Pillars III & IV Implementation**
|
|
6
|
+
|
|
7
|
+
This update adds the next two critical architectural pillars to the v5 Enterprise roadmap, focusing on long-term session reliability and a verifiable asset supply chain.
|
|
8
|
+
|
|
9
|
+
### Pillar III: Predictive Agentic Reliability (PAR)
|
|
10
|
+
|
|
11
|
+
- **Advanced Loop Detection**: Implemented **S03 (Semantic Mirroring)** and **S04 (Infinite Decomposition)** patterns in the `StuckMonitor`.
|
|
12
|
+
- **Context Density Refactorer**: New proactive utility that triggers context summarization and handoffs when reasoning-to-action density falls below 30%.
|
|
13
|
+
- **C2C Arbitrage**: Integrated **Confidence-to-Cost** threshold gating into the `AutoRunner` to prevent low-value autonomous drift.
|
|
14
|
+
- **Self-Healing Integration**: Automated triggering of "hindsight injection" and state repair when PAR patterns are detected.
|
|
15
|
+
|
|
16
|
+
### Pillar IV: Supply Chain Trust (ZTS)
|
|
17
|
+
|
|
18
|
+
- **Agentic SBOM**: Implemented the `NexusTracer` manifest generator, producing real-time `MANIFEST.sbom.json` files for every reasoning chain.
|
|
19
|
+
- **7-Dimension Certification (7D)**: Re-architected the `skill-validator` with a weighted scoring system covering Schema, Triggers, Security, Clarity, and Examples.
|
|
20
|
+
- **Enterprise-Grade Enforcement**: Strict `--enterprise` mode requirement for a minimum **7.0/10.0** certification score.
|
|
21
|
+
- **Model/Skill Telemetry**: Integrated real-time tracking of asset provenance and usage history in the audit stream.
|
|
22
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [5.1.0] — The Enterprise Expansion — 2026-03-28
|
|
4
|
+
|
|
5
|
+
🚀 **MindForge v5.1.0 — Evolution of the Agentic Protocol Mesh**
|
|
6
|
+
|
|
7
|
+
This major update integrates 14 advanced agentic protocols and high-performance session hooks originally developed in the Superpowers framework, fully sanitized and hardened for the MindForge ecosystem.
|
|
8
|
+
|
|
9
|
+
### 🧩 Advanced Agentic Protocols (v5.1.0)
|
|
10
|
+
|
|
11
|
+
- **Extended Tactical Rigor**: Overlapping skills have been evolved into `_extended` variants (e.g., `mindforge-debug_extended`, `mindforge-tdd_extended`) with higher verification standards.
|
|
12
|
+
- **Neural Orchestration**: New `mindforge-neural-orchestrator` layer for intelligent protocol activation during session startup.
|
|
13
|
+
- **Autonomous Multi-Tasking**: Integrated `parallel-mesh` and `swarm-execution` for mass-scale phase execution.
|
|
14
|
+
- **Creative Intelligence**: New `mindforge:brainstorming` workflow for intent and architectural exploration.
|
|
15
|
+
- **Hardened QA Gates**: Evolution of `verify-work` and `ship` protocols with automated quality assurance and branch sanitization.
|
|
16
|
+
- **Isolated Workspaces**: Support for clean Git worktrees via `workspace-isolated`.
|
|
17
|
+
|
|
18
|
+
### 🛠️ Core Infrastructure Updates (v5.1.0)
|
|
19
|
+
|
|
20
|
+
- **Native Session Hooks**: Replaced legacy bash hooks with high-performance Node.js session-initialization drivers.
|
|
21
|
+
- **Workflow Synchronization**: Core command suite (/plan, /execute, /debug, /ship etc.) updated to mandate Step 0 Protocol Activation.
|
|
22
|
+
- **Full Sanitization**: 100% elimination of external branding across all documentation and system identifiers.
|
|
23
|
+
|
|
24
|
+
### Added (v5.1.0)
|
|
25
|
+
|
|
26
|
+
- `mindforge-brainstorming` (New)
|
|
27
|
+
- `mindforge-parallel-mesh_extended` (Extended)
|
|
28
|
+
- `mindforge-execute-phase_extended` (Extended)
|
|
29
|
+
- `mindforge-ship_extended` (Extended)
|
|
30
|
+
- `mindforge-review-inbound` (New)
|
|
31
|
+
- `mindforge-review-request` (New)
|
|
32
|
+
- `mindforge-swarm-execution` (New)
|
|
33
|
+
- `mindforge-debug_extended` (Extended)
|
|
34
|
+
- `mindforge-tdd_extended` (Extended)
|
|
35
|
+
- `mindforge-workspace-isolated` (New)
|
|
36
|
+
- `mindforge-neural-orchestrator` (New)
|
|
37
|
+
- `mindforge-verify-work_extended` (Extended)
|
|
38
|
+
- `mindforge-plan-phase_extended` (Extended)
|
|
39
|
+
- `mindforge-skill-creation` (New)
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [5.2.0] — Semantic Vector Consensus — 2026-03-28
|
|
4
|
+
|
|
5
|
+
🚀 **MindForge v5.2.0 — Pillar I Implementation (FIM v2)**
|
|
6
|
+
|
|
7
|
+
This update transcends simple timestamp-based synchronization, moving to a vector-space consensus model for organizational knowledge.
|
|
8
|
+
|
|
9
|
+
### Pillar I: Semantic Vector Consensus (v5.2.0)
|
|
10
|
+
|
|
11
|
+
- **Hybrid Semantic Synthesis**: Refactored `federated-sync.js` to use `EmbeddingEngine` cosine similarity for knowledge merging.
|
|
12
|
+
- **4-Branch Resolution Protocol**:
|
|
13
|
+
- **LWW (> 0.9)**: Auto-resolve near-identical entries.
|
|
14
|
+
- **Autonomous ADS Merge (0.75 - 0.9)**: Proactive synthesis of overlapping knowledge.
|
|
15
|
+
- **Nexus Handover (0.6 - 0.75)**: Human-agent conflict resolution.
|
|
16
|
+
- **Topic Isolation (< 0.6)**: Prevention of ID collisions for disparate content.
|
|
17
|
+
- **Resilient Sync Architecture**: Hardened synchronization loop with robust error handling and TF-IDF fallback.
|
|
18
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [5.3.0] — Dynamic Blast Radius — 2026-03-28
|
|
4
|
+
|
|
5
|
+
🚀 **MindForge v5.3.0 — Pillar II Implementation (APO v2)**
|
|
6
|
+
|
|
7
|
+
This update introduces real-time risk assessment for agentic actions, preventing high-impact regressions through dynamic guardrails.
|
|
8
|
+
|
|
9
|
+
### Pillar II: Dynamic Blast Radius (v5.3.0)
|
|
10
|
+
|
|
11
|
+
- **Impact Scoring Engine**: Implemented `impact-analyzer.js` to calculate the "Blast Radius" (0-100) of every intent based on action severity and target sensitivity.
|
|
12
|
+
- **Max-Impact Policy Enforcement**: Updated `policy-engine.js` to enforce `max_impact` thresholds, allowing granular control over destructive operations.
|
|
13
|
+
- **Fail-Safe Security**: Integrated "Default Deny" posture if impact analysis fails, defaulting to score 100 (CRITICAL).
|
|
14
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [5.4.0] — Enterprise-Grade Hardening — 2026-03-28
|
|
4
|
+
|
|
5
|
+
# Release Notes - MindForge v5.4.0 — Enterprise Resilience (Hardened Edition)
|
|
6
|
+
|
|
7
|
+
This update elevates the v5.3.0 "Hyper-Enterprise" features to maximum robustness ("Production-Grade"), implementing critical safety systems and advanced observability.
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- **Circuit Breaker Pattern**: Implemented a stateful `CircuitBreaker` in `federated-sync.js` to prevent network floods. Automatically disables mesh sync for 1 hour after 3 consecutive EIS failures.
|
|
12
|
+
- **Critical-Path Protection**: Automated "Blast Radius" score of 100 in `impact-analyzer.js` for sensitive files (`.env`, `*.pem`, `id_rsa`, `package-lock.json`, etc.).
|
|
13
|
+
- **Recursive Depth Penalty**: Introduced a 1.5x impact multiplier for actions deeper than 5 directory levels, preventing mass-scale silent modifications.
|
|
14
|
+
- **Failure Telemetry**: Added `sync-history.jsonl` and `sync-telemetry.jsonl` for detailed conflict resolution and error auditability.
|
|
15
|
+
- **Resilient Execution**: Raised default scores for `EXECUTE` and `GRANT` actions to increase governance oversight.
|
|
16
|
+
|
|
17
|
+
🚀 **MindForge v5.4.0 — Enterprise Resilience (Hardened Edition)**
|
|
18
|
+
|
|
19
|
+
This update elevates the v5.3.0 "Hyper-Enterprise" features to maximum robustness ("Production-Grade"), implementing critical safety systems and advanced observability.
|
|
20
|
+
|
|
21
|
+
### 🛡️ Enterprise-Grade Hardening (v5.4.0)
|
|
22
|
+
|
|
23
|
+
- **Circuit Breaker Pattern**: Implemented a stateful `CircuitBreaker` in `federated-sync.js` to prevent network floods. Automatically disables mesh sync for 1 hour after 3 consecutive EIS failures.
|
|
24
|
+
- **Critical-Path Protection**: Automated "Blast Radius" score of 100 in `impact-analyzer.js` for sensitive files (`.env`, `*.pem`, `id_rsa`, `package-lock.json`, etc.).
|
|
25
|
+
- **Recursive Depth Penalty**: Introduced a 1.5x impact multiplier for actions deeper than 5 directory levels, preventing mass-scale silent modifications.
|
|
26
|
+
- **Failure Telemetry**: Added `sync-history.jsonl` and `sync-telemetry.jsonl` for detailed conflict resolution and error auditability.
|
|
27
|
+
- **Resilient Execution**: Raised default scores for `EXECUTE` and `GRANT` actions to increase governance oversight.
|
|
28
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [5.5.0] - 2026-03-28
|
|
4
|
+
|
|
5
|
+
### Added (v5.5.0)
|
|
6
|
+
|
|
7
|
+
- **Pillar III: Predictive Agentic Reliability (Reasoning Entropy Monitoring)**.
|
|
8
|
+
- Reasoning Entropy Scoring (RES) in `NexusTracer` to detect semantic stagnation and loops.
|
|
9
|
+
- Proactive Self-Healing trigger for high-similarity thought sequences.
|
|
10
|
+
- Steering Vector generation in `TemporalHindsight` to break agentic deadlocks.
|
|
11
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [5.6.0] - 2026-03-28
|
|
4
|
+
|
|
5
|
+
### Added (v5.6.0)
|
|
6
|
+
|
|
7
|
+
- **Pillar IV: Supply Chain Trust (Binary Runtime Attestation)**.
|
|
8
|
+
- Cryptographic skill signing in `SkillRegistry` via ZTAIManager Tier 3 Enclaves.
|
|
9
|
+
- JIT Attestation in `SkillValidator` to verify skill integrity before agent execution.
|
|
10
|
+
- `SIGNATURES.json` tracking for all enterprise-grade skills.
|
|
11
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [5.7.0] - 2026-03-28
|
|
4
|
+
|
|
5
|
+
### Added (v5.7.0)
|
|
6
|
+
|
|
7
|
+
- **Pillar V: Multi-Cloud Arbitrage (Task-to-Model Affinity Routing)**.
|
|
8
|
+
- Implemented **Performance-Based Affinity Matrices** in `CloudBroker` for intelligence-first routing.
|
|
9
|
+
- Added `performance-stats.json` persistence to track cross-provider success rates by task taxonomy.
|
|
10
|
+
- Integrated automated result recording in `WaveFeedbackLoop`.
|
|
11
|
+
- Prioritized **Probability of Success** over raw cost/latency in routing scoring.
|
|
12
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [5.8.0] - 2026-03-28
|
|
4
|
+
|
|
5
|
+
### Added (v5.8.0)
|
|
6
|
+
|
|
7
|
+
- **Pillar VI: Sovereign Reason Enclaves (ZK-Proof Audit Trails)**.
|
|
8
|
+
- Implemented `SRE-ISOLATED` reasoning mode in `SREManager`.
|
|
9
|
+
- Generated **ZK-Proof Compliance Certificates** (signed by System DID) for confidential reasoning cycles.
|
|
10
|
+
- Integrated masked audit logging in `NexusTracer`, replacing raw thought traces with verifiable proofs.
|
|
11
|
+
- Added `verifyZKProof` utility for non-custodial audit verification.
|
|
12
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [5.9.0] - 2026-03-28
|
|
4
|
+
|
|
5
|
+
### Added (v5.9.0)
|
|
6
|
+
|
|
7
|
+
- **Pillar VII: Nexus Steering (Hierarchical Intent Orchestration)**.
|
|
8
|
+
- Implemented `NexusTracer` for multi-layered reasoning visualization.
|
|
9
|
+
- Added `NexusSteering` protocol for cross-session intent persistence.
|
|
10
|
+
- Hardened `SwarmController` with `context7-depth` logic for high-complexity tasks.
|
|
11
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [6.0.0-alpha] - 2026-03-29
|
|
4
|
+
|
|
5
|
+
The v6.0.0-alpha release introduces the final pillar of the MindForge Enterprise architecture: AgRevOps (Agentic Revenue Operations). This engine provides real-time ROI attribution for autonomous waves, enabling enterprises to quantify the business value of every agentic reasoning cycle.
|
|
6
|
+
|
|
7
|
+
## Highlights (v6.0.0-alpha)
|
|
8
|
+
|
|
9
|
+
- **AgRevOps ROI Engine**: Real-time value attribution for autonomous task execution.
|
|
10
|
+
- **ROI Telemetry**: New `roi-telemetry.jsonl` stream for tracking cost efficiency vs. outcome quality.
|
|
11
|
+
- **Nexus Steering Sync**: Final synchronization of the `NexusTracer` and `NexusSteering` protocols into the core execution loop.
|
|
12
|
+
- **Protocol Automation**: Automated activation of `_extended` mindforge skills via the Neural Orchestrator.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# MindForge v5.9.0 — Enterprise-Grade Hardening (Nexus Unification)
|
|
17
|
+
|
|
18
|
+
## Top Summary (v5.9.0)
|
|
19
|
+
|
|
20
|
+
The v5.9.0 release elevates the MindForge Enterprise architecture to "Enterprise-Grade" by unifying the tracing infrastructure into a single, high-fidelity asynchronous ART protocol and hardening the governance and arbitrage pillars with advanced cryptographic and resilience patterns.
|
|
21
|
+
|
|
22
|
+
## Highlights (v5.9.0)
|
|
23
|
+
|
|
24
|
+
- **Unified NexusTracer Singleton**: Migration of all tracing and reasoning capture to `bin/engine/nexus-tracer.js`. Standardized as a singleton with mandatory `async` methods to support ZTAI cryptographic signing.
|
|
25
|
+
- **Merkle-Style Audit Integrity**: Hardened SRE and ZTAI logs with Merkle-root cumulative hash chains, ensuring every audit entry is cryptographically linked to the entire session history.
|
|
26
|
+
- **MCA Circuit Breakers**: Stateful provider blacklisting in `CloudBroker` that automatically disables failing models for 10 minutes after 3 consecutive errors.
|
|
27
|
+
- **Intelligence Metrics Decay**: Historical performance data now favors recent trends via a 0.95 decay factor, ensuring routing adaptivity.
|
|
28
|
+
- **Async Test Suite**: 100% restoration of the core test suite (Nexus, SRE, RES) for the new asynchronous execution model.
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
# MindForge v5.8.0 — Sovereign Reason Enclaves (ZK-Audit)
|
|
33
|
+
|
|
34
|
+
## Top Summary (v5.8.0)
|
|
35
|
+
|
|
36
|
+
The v5.8.0 release implements the sixth pillar of the Hyper-Enterprise roadmap: Sovereign Reason Enclaves with Zero-Knowledge (ZK) Audit Trails. This enables agents to provide cryptographic proof of policy adherence for confidential reasoning without exposing proprietary content to global logs.
|
|
37
|
+
|
|
38
|
+
## Highlights (v5.8.0)
|
|
39
|
+
|
|
40
|
+
- **ZK-Proof Compliance Certificates**: Simulated zero-knowledge proofs (DID-signed) for SRE sessions.
|
|
41
|
+
- **Privacy-Preserving Auditing**: `NexusTracer` replaces raw thought traces with verifiable certificates for isolated tasks.
|
|
42
|
+
- **Enclave Verification**: New `verifyZKProof` utility for non-custodial audit integrity checks.
|
|
43
|
+
- Synchronized `mindforge-cc` documentation suite for Pillar VII & VIII.
|
|
44
|
+
- Updated `CLAUDE.md` with standard `_extended` protocol awareness.
|
|
45
|
+
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [6.1.0-alpha] - 2026-03-29
|
|
4
|
+
|
|
5
|
+
### Added (v6.1.0-alpha: Sovereign Intelligence)
|
|
6
|
+
|
|
7
|
+
- **Pillar IX: Autonomous Resource Harvesting (ARH)**:
|
|
8
|
+
- Implemented `MarketEvaluator` for real-time token arbitrage.
|
|
9
|
+
- Dynamic task-to-model steering based on MIR (Min-Intelligence-Requirement).
|
|
10
|
+
- ROI Telemetry integration for tracking agentic cost-savings.
|
|
11
|
+
- **Pillar X: Neural Drift Remediation (NDR)**:
|
|
12
|
+
- Implemented `LogicDriftDetector` with semantic density and repetition heuristics.
|
|
13
|
+
- Integrated `RemediationEngine` for automated reasoning recovery (Injection/Restart).
|
|
14
|
+
- Hardened `NexusTracer` hooks for real-time drift sensing.
|
|
15
|
+
- **Hardened Sovereign Heuristics**: Improved repetitive logic detection using punctuation-aware token analysis.
|
|
16
|
+
- **ROI Arbitrage Ledger**: New audit event `roi_arbitrage_event` in `AUDIT.jsonl`.
|
|
17
|
+
|
|
18
|
+
## Top Summary (v6.1.0-alpha)
|
|
19
|
+
|
|
20
|
+
MindForge v6.1.0-alpha completes the **Sovereign Intelligence** phase. The framework now possesses the ability to quantify its own economic value through resource harvesting and self-heal from cognitive decay through neural drift remediation.
|
|
21
|
+
|
|
22
|
+
## Highlights (v6.1.0-alpha)
|
|
23
|
+
|
|
24
|
+
- **Autonomous FinOps (ARH)**: Real-time steering between tiered models based on task MIR.
|
|
25
|
+
- **Self-Healing Reasoning (NDR)**: Proactive interruption of logic loops and hallucinations.
|
|
26
|
+
- **Unified Integration**: Seamless integration of NDR/ARH into the core `NexusTracer` loop.
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [6.2.0-alpha] - 2026-03-29
|
|
4
|
+
|
|
5
|
+
### Added (v6.2.0-alpha: Sovereign Pillars XI & XII)
|
|
6
|
+
|
|
7
|
+
- **Pillar XI: Post-Quantum Agentic Security (PQAS)**:
|
|
8
|
+
- Implemented `QuantumCrypto` for simulated lattice-based (Dilithium-5) signatures and ZK-Proof generation.
|
|
9
|
+
- Integrated `QuantumSafeKeyProvider` into `ZTAIManager` for Tier 4 (Quantum-Safe) agent identities.
|
|
10
|
+
- Hardened `PolicyEngine` with dynamic Biometric Challenges for Risk > 95 and ZK-Proof verification for high-leverage bypasses.
|
|
11
|
+
- **Pillar XII: Proactive Semantic Homing**:
|
|
12
|
+
- Implemented `IntentHarvester` for proactive, idle-state task claiming from the Federated Intelligence Mesh (FIM).
|
|
13
|
+
- Implemented `MeshSelfHealer` for peer-to-peer collaborative reasoning and recovery from logic drift > 80.
|
|
14
|
+
- Integrated proactive behaviors into the `AutoRunner` core loop.
|
|
15
|
+
- **Hardening & Verification**:
|
|
16
|
+
- Constant-time signature verification and cycle-detection for mesh healing.
|
|
17
|
+
- 100% pass rate on v7 specialized security and homing integration test suites.
|
|
18
|
+
|
|
19
|
+
## Top Summary (v6.2.0-alpha)
|
|
20
|
+
|
|
21
|
+
MindForge v6.2.0-alpha achieves full **Sovereign Intelligence** status by hardening the mesh against quantum-era threats and transitioning from reactive wave-processing to proactive agentic homing.
|
|
22
|
+
|
|
23
|
+
## Highlights (v6.2.0-alpha)
|
|
24
|
+
|
|
25
|
+
- **Quantum-Safe Identity (PQAS)**: Verifiable agentic signatures resistant to future cryptographic threats.
|
|
26
|
+
* **Proactive Homing**: Autonomous "Intent Hunting" that eliminates idle latency in the agentic mesh.
|
|
27
|
+
* **Edge-Case Biometrics**: Hardware-locked governance for catastrophic-risk operations (>95 Blast Radius).
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [6.2.0] - 2026-04-02
|
|
4
|
+
|
|
5
|
+
### Added (v6.2.0: Sovereign Enterprise Stable)
|
|
6
|
+
|
|
7
|
+
- **Autonomous Agentic Learning (Double-Hook)**:
|
|
8
|
+
- Implemented `AGENTS_LEARNING.md` as a persistent, project-level engineering memory.
|
|
9
|
+
- Added automated hooks to capture architectural patterns and anti-patterns during phase execution.
|
|
10
|
+
|
|
11
|
+
- **Enterprise-Grade Professionalization**:
|
|
12
|
+
- Hardened and professionalized the entire documentation suite (Architecture, Security, Universal Commands).
|
|
13
|
+
- Hardened framework branding across all system identifiers and logs.
|
|
14
|
+
- Updated agent registry and workflow atlas for v6 consistency.
|
|
15
|
+
|
|
16
|
+
- **Identity Layer Hardening**:
|
|
17
|
+
- Professionalized source code logs and identifiers for enterprise-compliance.
|
|
18
|
+
- Test suite branding and identity alignment.
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [6.3.0] - 2026-04-08
|
|
4
|
+
|
|
5
|
+
### Added (v6.3.0: Intelligence-Drift Coupling - IDC)
|
|
6
|
+
|
|
7
|
+
- **Dynamic Model Upgrading (IDC)**:
|
|
8
|
+
- Implemented `intelligence-interlock.js` to bridge NDR (Neural Drift Remediation) and ARH (Resource Arbitrage).
|
|
9
|
+
- Added "Critical Drift" alert thresholds to `LogicDriftDetector`.
|
|
10
|
+
- Integrated IDC signals into `AutoRunner`, allowing for proactive model tier upgrades when reasoning decay is detected.
|
|
11
|
+
- Hardened `RouterSteering` to respect mid-wave MIR overrides.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [6.4.0] - 2026-04-08
|
|
4
|
+
|
|
5
|
+
### Added (v6.4.0: Context Entropy Guard - CEG)
|
|
6
|
+
|
|
7
|
+
- **Context Entropy Guard (CEG)**:
|
|
8
|
+
- Implemented `context-entropy-guard.js` for active noise suppression and context pruning.
|
|
9
|
+
- Added semantic compression to `HandoverManager`, automatically summarizing stagnant reasoning loops into digests.
|
|
10
|
+
- Hardened Nexus Bundles against "Reasoning Entropy" (similarity-based token bloat).
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [6.5.0] - 2026-04-08
|
|
4
|
+
|
|
5
|
+
### Added (v6.5.0: Reason-Source Alignment - RSA)
|
|
6
|
+
|
|
7
|
+
- **Requirement-to-Thought Mapping**: Integrated `ReasonSourceAligner` into the core Auto-Runner loop.
|
|
8
|
+
- **Mission Fidelity Tracking**: Every reasoning thought is now cross-referenced with `REQUIREMENTS.md` and tagged with a best-match REQ-ID.
|
|
9
|
+
- **Mission Drift Detection**: Real-time monitoring of "Mission Alignment" confidence scores to prevent autonomous side-questing.
|
|
10
|
+
- **Requirement Schema**: Established formal `[REQ-ID]` Markdown schema for project specs.
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [6.6.0] - 2026-04-08
|
|
4
|
+
|
|
5
|
+
### Added (v6.6.0: Self-Corrective Synthesis - SCS)
|
|
6
|
+
|
|
7
|
+
- **Autonomous Self-Healing**: Integrated `SelfCorrectiveSynthesizer` into the `AutoRunner` wave loop.
|
|
8
|
+
- **Reasoning Drift Recovery**: Triggered when Mission Fidelity (RSA) drops below 0.50, synthesizing a "Homing Instruction" anchored to specific requirements.
|
|
9
|
+
- **Homing Signal Injection**: Automatically injects high-density refocus signals into the wave context to recover mission fidelity.
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [6.7.0] - 2026-04-09
|
|
4
|
+
|
|
5
|
+
### Added (v6.7.0: Federated Intelligence Mesh - FIM Expansion)
|
|
6
|
+
|
|
7
|
+
- **Architectural Health Tracking**: Aggregates RSA and IDC scores into collective project health metrics via `PillarHealthTracker`.
|
|
8
|
+
- **Stability Pattern Extraction**: Captures high-efficacy SCS homing instructions as durable, sharable knowledge entries (`stability_pattern`).
|
|
9
|
+
- **AutoRunner Lifecycle Hooks**: Automated capture at phase completion for organizational sync.
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [7.0.0] - 2026-04-11
|
|
4
|
+
|
|
5
|
+
### Added (v7.0.0: Sovereign Intelligence - Post-Quantum & Homing)
|
|
6
|
+
|
|
7
|
+
- **Pillar IX: Autonomous Resource Harvesting (ARH)**: Real-time token arbitrage and dynamic task-to-model steering based on MIR.
|
|
8
|
+
- **Pillar X: Neural Drift Remediation (NDR)**: Logic-drift detection and automated reasoning recovery via semantic density heuristics.
|
|
9
|
+
- **Pillar XI: Post-Quantum Agentic Security (PQAS)**: Lattice-based (Dilithium-5) signatures and ZK-Proof bypasses for future-proof identity.
|
|
10
|
+
- **Pillar XII: Proactive Semantic Homing**: Autonomous "Intent Hunting" where agents proactively claim tasks from the Federated Intelligence Mesh (FIM).
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [8.0.0] - 2026-04-12
|
|
4
|
+
|
|
5
|
+
### Added (v8.0.0: Celestial Orchestration - SQLite & FMS)
|
|
6
|
+
|
|
7
|
+
- **Pillar XV: Unified Persistence Layer**: Transitioned from file-based JSONL state to a high-performance **SQLite** engine (`celestial.db`) with **FTS5** semantic reasoning support.
|
|
8
|
+
- **Pillar XVI: Federated Mesh Synthesis (FMS)**: Inter-project knowledge sharing via signed **MindForge Bundles (`.mfb`)** using ZTAI-signed identities.
|
|
9
|
+
- **Pillar XVII: Autonomous Skill Evolution (ASE)**: Implemented `SkillEvolver` to mine "Golden Traces" and synthesize reusable agentic skills.
|
|
10
|
+
- **Pillar XVIII: Orbital Governance**: Hardware-bound (HSM/Biometric) attestation for catastrophic-risk mutations (>95).
|
|
11
|
+
- **Core Vector Expansion**: Upgraded `VectorHub` with `better-sqlite3` and `Kysely` for type-safe, sub-millisecond persistence.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [8.1.0] - 2026-04-13
|
|
4
|
+
|
|
5
|
+
### Added (v8.1.0: Sovereign Identity — Pillar XIX)
|
|
6
|
+
|
|
7
|
+
- **Sovereign Identity Synthesis**: Autonomous creation and evolution of `SOUL.md` from execution traces.
|
|
8
|
+
- **Identity Hegemony**: Promoted `SOUL.md` to #1 Source of Truth in the instruction hierarchy.
|
|
9
|
+
- **XML-Structured Workflows**: Standardized project initialization and identity management with high-fidelity XML prompting.
|
|
10
|
+
- **Identity Engine**: Implemented `bin/memory/identity-synthesizer.js` with v8.1 mirroring heuristics.
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [8.2.0] - 2026-04-18
|
|
4
|
+
|
|
5
|
+
### Added (v8.2.0: Autonomous SRE Layer — Pillars XX-XXIII)
|
|
6
|
+
|
|
7
|
+
- **Sentinel Engine**: Implemented `bin/sre/sentinel.js` for continuous observability and anomaly detection in the audit stream.
|
|
8
|
+
- **Shadow Mirror Isolation**: Hybrid replication system supporting Level 1 (Git) and Level 2 (Docker) deterministic isolation.
|
|
9
|
+
- **Adversarial SRE Debate**: Three-way consensus protocol for high-fidelity remediation auditing.
|
|
10
|
+
- **SLI-Gating Protocol**: Metric-driven verification loops to prevent performance regressions during self-healing.
|
|
11
|
+
- **Persona Hardening**: Registered `sre-engineer` and `sre-auditor`, with the Auditor locked to **Claude 4.5 Opus**.
|
|
12
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [8.2.1] - 2026-04-25
|
|
4
|
+
|
|
5
|
+
### Fixed (v8.2.1: Stability & Cleanup)
|
|
6
|
+
|
|
7
|
+
- **Payload Pruning**: Removed development-only test scripts from `bin/engine` and `bin/governance`.
|
|
8
|
+
- **State Sanitization**: Cleaned up local persistence files (`celestial.db`, `memory/*.jsonl`) and session-specific planning artifacts.
|
|
9
|
+
- **Structural Hardening**: Restored clean templates for `.planning/HANDOFF.json` and other core descriptors.
|
|
10
|
+
- **NPM Optimization**: Reduced package size by excluding unneeded build-time caches and logs.
|
|
11
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [9.0.0] - 2026-04-30
|
|
4
|
+
|
|
5
|
+
### Added (v9.0.0: Bedrock Meridian — Pillars XXIV-XXVIII)
|
|
6
|
+
|
|
7
|
+
- **Pillar XXIV: Grounded Wave Execution** — Replaced AutoRunner stubs with real HANDOFF-driven wave parsing, task dispatch, progress tracking, and state persistence. `hasNextWave()` reads HANDOFF.json wave groups. `executeWave()` iterates tasks with audit logging and repair-operator integration. `runPreFlight()` validates project state and restores progress from `auto-state.json`.
|
|
8
|
+
- **Pillar XXV: Model Topology Modernization** — Updated all model references from Claude 3.x to Claude 4.x family (`claude-opus-4-7`, `claude-sonnet-4-6`, `claude-haiku-4-5`). Updated `model-router.js`, `model-client.js`, `model-broker.js`, `cloud-broker.js`, and `MINDFORGE.md`. Aligned pricing tables and fallback chains.
|
|
9
|
+
- **Pillar XXVI: Unified Memory Architecture** — Added `knowledge` and `graph_edges` tables to VectorHub (SQLite). New `saveKnowledge()`, `searchKnowledge()`, `saveEdge()`, `getEdges()` methods. FTS5 index on knowledge content. Consolidates 4 JSONL-based memory systems into a single SQLite store.
|
|
10
|
+
- **Pillar XXVII: Schema Migration Engine** — Added `_migrations` table to VectorHub for tracking applied migrations. New `v9-unified-memory.js` migration script that reads legacy JSONL stores and imports into SQLite. Registered in `migrate.js` runner.
|
|
11
|
+
- **Pillar XXVIII: Integration Test Chain** — New `tests/v9-integration-chain.test.js` verifying the full pipeline: wave parsing, model topology, VectorHub schema, migration engine, and SDK sync. 17 assertions across all v9 pillars.
|
|
12
|
+
|
|
13
|
+
### Changed (v9.0.0)
|
|
14
|
+
|
|
15
|
+
- **SDK**: Bumped `@mindforge/sdk` VERSION to `9.0.0`. Added `WaveExecutionResult` and `MigrationResult` types. Added `readAutoState()` and `isDatabaseInitialized()` to client.
|
|
16
|
+
- **VectorHub**: Removed try/catch `ALTER TABLE` pattern (v8 legacy). Schema creation is now declarative via `createTable().ifNotExists()`.
|
|
17
|
+
- **MINDFORGE.md**: Version bumped to `9.0.0-BEDROCK`. Model topology section normalized to Claude 4.x.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|