mindforge-cc 9.0.0 → 10.0.0
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/.mindforge/config.json +1 -1
- package/CHANGELOG.md +15 -0
- package/LICENSE +1 -1
- package/MINDFORGE.md +13 -0
- package/README.md +7 -1
- package/bin/autonomous/audit-writer.js +90 -0
- package/bin/autonomous/auto-runner.js +209 -431
- package/bin/autonomous/state-manager.js +116 -0
- package/bin/autonomous/task-dispatcher.js +114 -0
- package/bin/autonomous/wave-executor.js +169 -0
- package/bin/browser/browser-daemon.js +31 -1
- package/bin/change-classifier.js +3 -3
- package/bin/dashboard/api-router.js +21 -22
- package/bin/dashboard/metrics-aggregator.js +44 -3
- package/bin/dashboard/server.js +54 -10
- package/bin/dashboard/sse-bridge.js +51 -5
- package/bin/engine/learning-manager.js +1 -1
- package/bin/engine/mesh-syncer.js +26 -22
- package/bin/engine/nexus-tracer.js +6 -5
- package/bin/engine/orbital-guardian.js +13 -10
- package/bin/engine/skill-evolver.js +12 -14
- package/bin/engine/temporal-hub.js +25 -1
- package/bin/governance/policy-engine.js +5 -5
- package/bin/governance/policy-gate-hardened.js +2 -2
- package/bin/governance/quantum-crypto.js +10 -2
- package/bin/memory/identity-synthesizer.js +9 -11
- package/bin/memory/knowledge-store.js +62 -6
- package/bin/memory/semantic-hub.js +26 -30
- package/bin/memory/vector-hub.js +377 -193
- package/bin/migrations/v8-sqlite-migration.js +22 -21
- package/bin/migrations/v9-unified-memory.js +1 -1
- package/bin/mindforge-cli.js +47 -11
- package/bin/models/model-broker.js +2 -0
- package/bin/revops/remediation-queue.js +16 -55
- package/bin/utils/errors.js +40 -0
- package/bin/utils/file-io.js +102 -0
- package/bin/utils/index.js +6 -0
- package/bin/utils/paths.js +33 -0
- package/docs/sdk-reference.md +374 -24
- package/docs/troubleshooting.md +4 -4
- package/examples/sdk-integration/README.md +24 -0
- package/examples/sdk-integration/index.js +24 -0
- package/examples/starter-project/MINDFORGE.md +8 -8
- package/package.json +25 -14
- package/.agent/bin/lib/commands.cjs +0 -959
- package/.agent/bin/lib/config.cjs +0 -421
- package/.agent/bin/lib/core.cjs +0 -1166
- package/.agent/bin/lib/frontmatter.cjs +0 -307
- package/.agent/bin/lib/init.cjs +0 -1336
- package/.agent/bin/lib/milestone.cjs +0 -252
- package/.agent/bin/lib/model-profiles.cjs +0 -68
- package/.agent/bin/lib/phase.cjs +0 -888
- package/.agent/bin/lib/profile-output.cjs +0 -952
- package/.agent/bin/lib/profile-pipeline.cjs +0 -539
- package/.agent/bin/lib/roadmap.cjs +0 -329
- package/.agent/bin/lib/security.cjs +0 -356
- package/.agent/bin/lib/state.cjs +0 -969
- package/.agent/bin/lib/template.cjs +0 -222
- package/.agent/bin/lib/uat.cjs +0 -189
- package/.agent/bin/lib/verify.cjs +0 -851
- package/.agent/bin/lib/workstream.cjs +0 -491
- package/.agent/bin/mindforge-tools.cjs +0 -897
- package/.agent/file-manifest.json +0 -219
- package/.agent/forge/help.md +0 -11
- package/.agent/forge/init-project.md +0 -36
- package/.agent/forge/plan-phase.md +0 -34
- package/.agent/mindforge/add-backlog.md +0 -32
- package/.agent/mindforge/agent.md +0 -31
- package/.agent/mindforge/approve.md +0 -22
- package/.agent/mindforge/audit.md +0 -34
- package/.agent/mindforge/auto.md +0 -26
- package/.agent/mindforge/benchmark.md +0 -37
- package/.agent/mindforge/browse.md +0 -30
- package/.agent/mindforge/complete-milestone.md +0 -22
- package/.agent/mindforge/costs.md +0 -15
- package/.agent/mindforge/cross-review.md +0 -21
- package/.agent/mindforge/dashboard.md +0 -102
- package/.agent/mindforge/debug.md +0 -133
- package/.agent/mindforge/discuss-phase.md +0 -142
- package/.agent/mindforge/do.md +0 -31
- package/.agent/mindforge/execute-phase.md +0 -200
- package/.agent/mindforge/health.md +0 -31
- package/.agent/mindforge/help.md +0 -33
- package/.agent/mindforge/init-org.md +0 -135
- package/.agent/mindforge/init-project.md +0 -170
- package/.agent/mindforge/install-skill.md +0 -28
- package/.agent/mindforge/learn.md +0 -147
- package/.agent/mindforge/learning.md +0 -20
- package/.agent/mindforge/map-codebase.md +0 -302
- package/.agent/mindforge/marketplace.md +0 -124
- package/.agent/mindforge/metrics.md +0 -26
- package/.agent/mindforge/migrate.md +0 -44
- package/.agent/mindforge/milestone.md +0 -16
- package/.agent/mindforge/new-runtime.md +0 -23
- package/.agent/mindforge/next.md +0 -109
- package/.agent/mindforge/note.md +0 -35
- package/.agent/mindforge/plan-phase.md +0 -131
- package/.agent/mindforge/plant-seed.md +0 -31
- package/.agent/mindforge/plugins.md +0 -44
- package/.agent/mindforge/pr-review.md +0 -45
- package/.agent/mindforge/profile-team.md +0 -27
- package/.agent/mindforge/publish-skill.md +0 -23
- package/.agent/mindforge/qa.md +0 -20
- package/.agent/mindforge/quick.md +0 -139
- package/.agent/mindforge/record-learning.md +0 -22
- package/.agent/mindforge/release.md +0 -14
- package/.agent/mindforge/remember.md +0 -30
- package/.agent/mindforge/research.md +0 -16
- package/.agent/mindforge/retrospective.md +0 -31
- package/.agent/mindforge/review-backlog.md +0 -34
- package/.agent/mindforge/review.md +0 -161
- package/.agent/mindforge/security-scan.md +0 -242
- package/.agent/mindforge/session-report.md +0 -39
- package/.agent/mindforge/ship.md +0 -111
- package/.agent/mindforge/skills.md +0 -145
- package/.agent/mindforge/status.md +0 -113
- package/.agent/mindforge/steer.md +0 -17
- package/.agent/mindforge/sync-confluence.md +0 -15
- package/.agent/mindforge/sync-jira.md +0 -16
- package/.agent/mindforge/tokens.md +0 -12
- package/.agent/mindforge/ui-phase.md +0 -34
- package/.agent/mindforge/ui-review.md +0 -36
- package/.agent/mindforge/update.md +0 -46
- package/.agent/mindforge/validate-phase.md +0 -31
- package/.agent/mindforge/verify-phase.md +0 -66
- package/.agent/mindforge/workspace.md +0 -33
- package/.agent/mindforge/workstreams.md +0 -35
- package/.agent/settings.json +0 -42
- package/.agent/skills/mindforge-add-backlog/SKILL.md +0 -72
- package/.agent/skills/mindforge-add-phase/SKILL.md +0 -39
- package/.agent/skills/mindforge-add-tests/SKILL.md +0 -28
- package/.agent/skills/mindforge-add-todo/SKILL.md +0 -42
- package/.agent/skills/mindforge-audit-milestone/SKILL.md +0 -29
- package/.agent/skills/mindforge-audit-uat/SKILL.md +0 -20
- package/.agent/skills/mindforge-autonomous/SKILL.md +0 -33
- package/.agent/skills/mindforge-brainstorming/SKILL.md +0 -164
- package/.agent/skills/mindforge-brainstorming/scripts/frame-template.html +0 -214
- package/.agent/skills/mindforge-brainstorming/scripts/helper.js +0 -88
- package/.agent/skills/mindforge-brainstorming/scripts/server.cjs +0 -354
- package/.agent/skills/mindforge-brainstorming/scripts/start-server.sh +0 -148
- package/.agent/skills/mindforge-brainstorming/scripts/stop-server.sh +0 -56
- package/.agent/skills/mindforge-brainstorming/spec-document-reviewer-prompt.md +0 -49
- package/.agent/skills/mindforge-brainstorming/visual-companion.md +0 -287
- package/.agent/skills/mindforge-check-todos/SKILL.md +0 -40
- package/.agent/skills/mindforge-cleanup/SKILL.md +0 -19
- package/.agent/skills/mindforge-complete-milestone/SKILL.md +0 -131
- package/.agent/skills/mindforge-debug/SKILL.md +0 -163
- package/.agent/skills/mindforge-debug_extended/CREATION-LOG.md +0 -119
- package/.agent/skills/mindforge-debug_extended/SKILL.md +0 -296
- package/.agent/skills/mindforge-debug_extended/condition-based-waiting-example.ts +0 -158
- package/.agent/skills/mindforge-debug_extended/condition-based-waiting.md +0 -115
- package/.agent/skills/mindforge-debug_extended/defense-in-depth.md +0 -122
- package/.agent/skills/mindforge-debug_extended/find-polluter.sh +0 -63
- package/.agent/skills/mindforge-debug_extended/root-cause-tracing.md +0 -169
- package/.agent/skills/mindforge-debug_extended/test-academic.md +0 -14
- package/.agent/skills/mindforge-debug_extended/test-pressure-1.md +0 -58
- package/.agent/skills/mindforge-debug_extended/test-pressure-2.md +0 -68
- package/.agent/skills/mindforge-debug_extended/test-pressure-3.md +0 -69
- package/.agent/skills/mindforge-discuss-phase/SKILL.md +0 -54
- package/.agent/skills/mindforge-do/SKILL.md +0 -26
- package/.agent/skills/mindforge-execute-phase/SKILL.md +0 -49
- package/.agent/skills/mindforge-execute-phase_extended/SKILL.md +0 -70
- package/.agent/skills/mindforge-fast/SKILL.md +0 -23
- package/.agent/skills/mindforge-forensics/SKILL.md +0 -49
- package/.agent/skills/mindforge-health/SKILL.md +0 -17
- package/.agent/skills/mindforge-help/SKILL.md +0 -23
- package/.agent/skills/mindforge-insert-phase/SKILL.md +0 -28
- package/.agent/skills/mindforge-join-discord/SKILL.md +0 -19
- package/.agent/skills/mindforge-list-phase-assumptions/SKILL.md +0 -41
- package/.agent/skills/mindforge-list-workspaces/SKILL.md +0 -17
- package/.agent/skills/mindforge-manager/SKILL.md +0 -32
- package/.agent/skills/mindforge-map-codebase/SKILL.md +0 -64
- package/.agent/skills/mindforge-milestone-summary/SKILL.md +0 -44
- package/.agent/skills/mindforge-neural-orchestrator/SKILL.md +0 -115
- package/.agent/skills/mindforge-neural-orchestrator/references/codex-tools.md +0 -100
- package/.agent/skills/mindforge-neural-orchestrator/references/gemini-tools.md +0 -33
- package/.agent/skills/mindforge-new-milestone/SKILL.md +0 -38
- package/.agent/skills/mindforge-new-project/SKILL.md +0 -36
- package/.agent/skills/mindforge-new-workspace/SKILL.md +0 -39
- package/.agent/skills/mindforge-next/SKILL.md +0 -19
- package/.agent/skills/mindforge-note/SKILL.md +0 -29
- package/.agent/skills/mindforge-parallel-mesh_extended/SKILL.md +0 -182
- package/.agent/skills/mindforge-pause-work/SKILL.md +0 -35
- package/.agent/skills/mindforge-plan-milestone-gaps/SKILL.md +0 -28
- package/.agent/skills/mindforge-plan-phase/SKILL.md +0 -38
- package/.agent/skills/mindforge-plan-phase_extended/SKILL.md +0 -152
- package/.agent/skills/mindforge-plan-phase_extended/plan-document-reviewer-prompt.md +0 -49
- package/.agent/skills/mindforge-plant-seed/SKILL.md +0 -22
- package/.agent/skills/mindforge-pr-branch/SKILL.md +0 -21
- package/.agent/skills/mindforge-profile-user/SKILL.md +0 -38
- package/.agent/skills/mindforge-progress/SKILL.md +0 -19
- package/.agent/skills/mindforge-quick/SKILL.md +0 -38
- package/.agent/skills/mindforge-reapply-patches/SKILL.md +0 -124
- package/.agent/skills/mindforge-remove-phase/SKILL.md +0 -26
- package/.agent/skills/mindforge-remove-workspace/SKILL.md +0 -22
- package/.agent/skills/mindforge-research-phase/SKILL.md +0 -186
- package/.agent/skills/mindforge-resume-work/SKILL.md +0 -35
- package/.agent/skills/mindforge-review/SKILL.md +0 -31
- package/.agent/skills/mindforge-review-backlog/SKILL.md +0 -58
- package/.agent/skills/mindforge-review-inbound/SKILL.md +0 -213
- package/.agent/skills/mindforge-review-request/SKILL.md +0 -105
- package/.agent/skills/mindforge-review-request/code-reviewer.md +0 -146
- package/.agent/skills/mindforge-session-report/SKILL.md +0 -16
- package/.agent/skills/mindforge-set-profile/SKILL.md +0 -9
- package/.agent/skills/mindforge-settings/SKILL.md +0 -32
- package/.agent/skills/mindforge-ship/SKILL.md +0 -16
- package/.agent/skills/mindforge-ship_extended/SKILL.md +0 -200
- package/.agent/skills/mindforge-skill-creation/SKILL.md +0 -655
- package/.agent/skills/mindforge-skill-creation/anthropic-best-practices.md +0 -1150
- package/.agent/skills/mindforge-skill-creation/examples/CLAUDE_MD_TESTING.md +0 -189
- package/.agent/skills/mindforge-skill-creation/graphviz-conventions.dot +0 -172
- package/.agent/skills/mindforge-skill-creation/persuasion-principles.md +0 -187
- package/.agent/skills/mindforge-skill-creation/render-graphs.js +0 -168
- package/.agent/skills/mindforge-skill-creation/testing-skills-with-subagents.md +0 -384
- package/.agent/skills/mindforge-stats/SKILL.md +0 -16
- package/.agent/skills/mindforge-swarm-execution/SKILL.md +0 -277
- package/.agent/skills/mindforge-swarm-execution/code-quality-reviewer-prompt.md +0 -26
- package/.agent/skills/mindforge-swarm-execution/implementer-prompt.md +0 -113
- package/.agent/skills/mindforge-swarm-execution/spec-reviewer-prompt.md +0 -61
- package/.agent/skills/mindforge-system-architecture/SKILL.md +0 -136
- package/.agent/skills/mindforge-system-architecture/examples.md +0 -120
- package/.agent/skills/mindforge-system-architecture/scaling-checklist.md +0 -76
- package/.agent/skills/mindforge-tdd/SKILL.md +0 -112
- package/.agent/skills/mindforge-tdd/deep-modules.md +0 -21
- package/.agent/skills/mindforge-tdd/interface-design.md +0 -22
- package/.agent/skills/mindforge-tdd/mocking.md +0 -24
- package/.agent/skills/mindforge-tdd/refactoring.md +0 -21
- package/.agent/skills/mindforge-tdd/tests.md +0 -28
- package/.agent/skills/mindforge-tdd_extended/SKILL.md +0 -371
- package/.agent/skills/mindforge-tdd_extended/testing-anti-patterns.md +0 -299
- package/.agent/skills/mindforge-thread/SKILL.md +0 -123
- package/.agent/skills/mindforge-ui-phase/SKILL.md +0 -24
- package/.agent/skills/mindforge-ui-review/SKILL.md +0 -24
- package/.agent/skills/mindforge-update/SKILL.md +0 -35
- package/.agent/skills/mindforge-validate-phase/SKILL.md +0 -26
- package/.agent/skills/mindforge-verify-work/SKILL.md +0 -30
- package/.agent/skills/mindforge-verify-work_extended/SKILL.md +0 -139
- package/.agent/skills/mindforge-workspace-isolated/SKILL.md +0 -218
- package/.agent/skills/mindforge-workstreams/SKILL.md +0 -65
- package/.agent/workflows/forge:help.md +0 -10
- package/.agent/workflows/forge:init-project.md +0 -35
- package/.agent/workflows/forge:plan-phase.md +0 -33
- package/.agent/workflows/mindforge-add-phase.md +0 -112
- package/.agent/workflows/mindforge-add-tests.md +0 -351
- package/.agent/workflows/mindforge-add-todo.md +0 -158
- package/.agent/workflows/mindforge-audit-milestone.md +0 -332
- package/.agent/workflows/mindforge-audit-uat.md +0 -109
- package/.agent/workflows/mindforge-autonomous.md +0 -815
- package/.agent/workflows/mindforge-check-todos.md +0 -177
- package/.agent/workflows/mindforge-cleanup.md +0 -152
- package/.agent/workflows/mindforge-complete-milestone.md +0 -766
- package/.agent/workflows/mindforge-diagnose-issues.md +0 -220
- package/.agent/workflows/mindforge-discovery-phase.md +0 -289
- package/.agent/workflows/mindforge-discuss-phase-assumptions.md +0 -645
- package/.agent/workflows/mindforge-discuss-phase.md +0 -1047
- package/.agent/workflows/mindforge-do.md +0 -104
- package/.agent/workflows/mindforge-execute-phase.md +0 -838
- package/.agent/workflows/mindforge-execute-plan.md +0 -509
- package/.agent/workflows/mindforge-fast.md +0 -105
- package/.agent/workflows/mindforge-forensics.md +0 -265
- package/.agent/workflows/mindforge-health.md +0 -181
- package/.agent/workflows/mindforge-help.md +0 -606
- package/.agent/workflows/mindforge-insert-phase.md +0 -130
- package/.agent/workflows/mindforge-list-phase-assumptions.md +0 -178
- package/.agent/workflows/mindforge-list-workspaces.md +0 -56
- package/.agent/workflows/mindforge-manager.md +0 -360
- package/.agent/workflows/mindforge-map-codebase.md +0 -370
- package/.agent/workflows/mindforge-milestone-summary.md +0 -223
- package/.agent/workflows/mindforge-new-milestone.md +0 -469
- package/.agent/workflows/mindforge-new-project.md +0 -1226
- package/.agent/workflows/mindforge-new-workspace.md +0 -237
- package/.agent/workflows/mindforge-next.md +0 -97
- package/.agent/workflows/mindforge-node-repair.md +0 -92
- package/.agent/workflows/mindforge-note.md +0 -156
- package/.agent/workflows/mindforge-pause-work.md +0 -176
- package/.agent/workflows/mindforge-plan-milestone-gaps.md +0 -273
- package/.agent/workflows/mindforge-plan-phase.md +0 -877
- package/.agent/workflows/mindforge-plant-seed.md +0 -169
- package/.agent/workflows/mindforge-pr-branch.md +0 -129
- package/.agent/workflows/mindforge-profile-user.md +0 -450
- package/.agent/workflows/mindforge-progress.md +0 -507
- package/.agent/workflows/mindforge-quick.md +0 -732
- package/.agent/workflows/mindforge-remove-phase.md +0 -155
- package/.agent/workflows/mindforge-remove-workspace.md +0 -90
- package/.agent/workflows/mindforge-research-phase.md +0 -74
- package/.agent/workflows/mindforge-resume-project.md +0 -325
- package/.agent/workflows/mindforge-review.md +0 -228
- package/.agent/workflows/mindforge-session-report.md +0 -146
- package/.agent/workflows/mindforge-settings.md +0 -283
- package/.agent/workflows/mindforge-ship.md +0 -228
- package/.agent/workflows/mindforge-stats.md +0 -60
- package/.agent/workflows/mindforge-transition.md +0 -671
- package/.agent/workflows/mindforge-ui-phase.md +0 -290
- package/.agent/workflows/mindforge-ui-review.md +0 -157
- package/.agent/workflows/mindforge-update.md +0 -323
- package/.agent/workflows/mindforge-validate-phase.md +0 -167
- package/.agent/workflows/mindforge-verify-phase.md +0 -254
- package/.agent/workflows/mindforge-verify-work.md +0 -628
- package/.agent/workflows/mindforge:add-backlog.md +0 -24
- package/.agent/workflows/mindforge:agent.md +0 -25
- package/.agent/workflows/mindforge:approve.md +0 -21
- package/.agent/workflows/mindforge:architecture.md +0 -40
- package/.agent/workflows/mindforge:audit.md +0 -33
- package/.agent/workflows/mindforge:auto.md +0 -25
- package/.agent/workflows/mindforge:benchmark.md +0 -36
- package/.agent/workflows/mindforge:brainstorming.md +0 -16
- package/.agent/workflows/mindforge:browse.md +0 -29
- package/.agent/workflows/mindforge:complete-milestone.md +0 -21
- package/.agent/workflows/mindforge:costs.md +0 -14
- package/.agent/workflows/mindforge:cross-review.md +0 -20
- package/.agent/workflows/mindforge:dashboard.md +0 -101
- package/.agent/workflows/mindforge:debug.md +0 -131
- package/.agent/workflows/mindforge:discuss-phase.md +0 -141
- package/.agent/workflows/mindforge:do.md +0 -25
- package/.agent/workflows/mindforge:execute-phase.md +0 -205
- package/.agent/workflows/mindforge:executor.md +0 -18
- package/.agent/workflows/mindforge:health.md +0 -24
- package/.agent/workflows/mindforge:help.md +0 -26
- package/.agent/workflows/mindforge:identity.md +0 -18
- package/.agent/workflows/mindforge:init-org.md +0 -134
- package/.agent/workflows/mindforge:init-project.md +0 -185
- package/.agent/workflows/mindforge:install-skill.md +0 -27
- package/.agent/workflows/mindforge:learn.md +0 -146
- package/.agent/workflows/mindforge:map-codebase.md +0 -301
- package/.agent/workflows/mindforge:marketplace.md +0 -123
- package/.agent/workflows/mindforge:memory.md +0 -18
- package/.agent/workflows/mindforge:metrics.md +0 -25
- package/.agent/workflows/mindforge:migrate.md +0 -43
- package/.agent/workflows/mindforge:milestone.md +0 -15
- package/.agent/workflows/mindforge:new-runtime.md +0 -22
- package/.agent/workflows/mindforge:next.md +0 -108
- package/.agent/workflows/mindforge:note.md +0 -27
- package/.agent/workflows/mindforge:plan-phase.md +0 -139
- package/.agent/workflows/mindforge:planner.md +0 -18
- package/.agent/workflows/mindforge:plant-seed.md +0 -24
- package/.agent/workflows/mindforge:plugins.md +0 -43
- package/.agent/workflows/mindforge:pr-review.md +0 -44
- package/.agent/workflows/mindforge:profile-team.md +0 -26
- package/.agent/workflows/mindforge:publish-skill.md +0 -22
- package/.agent/workflows/mindforge:qa.md +0 -19
- package/.agent/workflows/mindforge:quick.md +0 -138
- package/.agent/workflows/mindforge:release.md +0 -13
- package/.agent/workflows/mindforge:remember.md +0 -29
- package/.agent/workflows/mindforge:research.md +0 -15
- package/.agent/workflows/mindforge:researcher.md +0 -18
- package/.agent/workflows/mindforge:retrospective.md +0 -29
- package/.agent/workflows/mindforge:review-backlog.md +0 -26
- package/.agent/workflows/mindforge:review.md +0 -160
- package/.agent/workflows/mindforge:reviewer.md +0 -18
- package/.agent/workflows/mindforge:security-scan.md +0 -236
- package/.agent/workflows/mindforge:session-report.md +0 -31
- package/.agent/workflows/mindforge:ship.md +0 -108
- package/.agent/workflows/mindforge:skills.md +0 -144
- package/.agent/workflows/mindforge:soul.md +0 -54
- package/.agent/workflows/mindforge:status.md +0 -107
- package/.agent/workflows/mindforge:steer.md +0 -16
- package/.agent/workflows/mindforge:sync-confluence.md +0 -14
- package/.agent/workflows/mindforge:sync-jira.md +0 -15
- package/.agent/workflows/mindforge:tdd.md +0 -46
- package/.agent/workflows/mindforge:tokens.md +0 -11
- package/.agent/workflows/mindforge:tool.md +0 -18
- package/.agent/workflows/mindforge:ui-phase.md +0 -27
- package/.agent/workflows/mindforge:ui-review.md +0 -28
- package/.agent/workflows/mindforge:update.md +0 -45
- package/.agent/workflows/mindforge:validate-phase.md +0 -25
- package/.agent/workflows/mindforge:verify-phase.md +0 -65
- package/.agent/workflows/mindforge:workspace.md +0 -32
- package/.agent/workflows/mindforge:workstreams.md +0 -27
- package/.agent/workflows/publish-release.md +0 -36
- package/.claude/CLAUDE.md +0 -102
- package/.claude/commands/forge/help.md +0 -7
- package/.claude/commands/forge/init-project.md +0 -32
- package/.claude/commands/forge/plan-phase.md +0 -30
- package/.claude/commands/mindforge/add-backlog.md +0 -32
- package/.claude/commands/mindforge/agent.md +0 -31
- package/.claude/commands/mindforge/approve.md +0 -22
- package/.claude/commands/mindforge/audit.md +0 -34
- package/.claude/commands/mindforge/auto.md +0 -26
- package/.claude/commands/mindforge/benchmark.md +0 -37
- package/.claude/commands/mindforge/browse.md +0 -30
- package/.claude/commands/mindforge/complete-milestone.md +0 -22
- package/.claude/commands/mindforge/costs.md +0 -15
- package/.claude/commands/mindforge/cross-review.md +0 -21
- package/.claude/commands/mindforge/dashboard.md +0 -102
- package/.claude/commands/mindforge/debug.md +0 -133
- package/.claude/commands/mindforge/discuss-phase.md +0 -142
- package/.claude/commands/mindforge/do.md +0 -31
- package/.claude/commands/mindforge/execute-phase.md +0 -200
- package/.claude/commands/mindforge/health.md +0 -31
- package/.claude/commands/mindforge/help.md +0 -33
- package/.claude/commands/mindforge/init-org.md +0 -135
- package/.claude/commands/mindforge/init-project.md +0 -170
- package/.claude/commands/mindforge/install-skill.md +0 -28
- package/.claude/commands/mindforge/learn.md +0 -147
- package/.claude/commands/mindforge/learning.md +0 -20
- package/.claude/commands/mindforge/map-codebase.md +0 -302
- package/.claude/commands/mindforge/marketplace.md +0 -124
- package/.claude/commands/mindforge/metrics.md +0 -26
- package/.claude/commands/mindforge/migrate.md +0 -44
- package/.claude/commands/mindforge/milestone.md +0 -16
- package/.claude/commands/mindforge/new-runtime.md +0 -23
- package/.claude/commands/mindforge/next.md +0 -109
- package/.claude/commands/mindforge/note.md +0 -35
- package/.claude/commands/mindforge/plan-phase.md +0 -131
- package/.claude/commands/mindforge/plant-seed.md +0 -31
- package/.claude/commands/mindforge/plugins.md +0 -44
- package/.claude/commands/mindforge/pr-review.md +0 -45
- package/.claude/commands/mindforge/profile-team.md +0 -27
- package/.claude/commands/mindforge/publish-skill.md +0 -23
- package/.claude/commands/mindforge/qa.md +0 -20
- package/.claude/commands/mindforge/quick.md +0 -139
- package/.claude/commands/mindforge/record-learning.md +0 -22
- package/.claude/commands/mindforge/release.md +0 -14
- package/.claude/commands/mindforge/remember.md +0 -30
- package/.claude/commands/mindforge/research.md +0 -16
- package/.claude/commands/mindforge/retrospective.md +0 -31
- package/.claude/commands/mindforge/review-backlog.md +0 -34
- package/.claude/commands/mindforge/review.md +0 -161
- package/.claude/commands/mindforge/security-scan.md +0 -242
- package/.claude/commands/mindforge/session-report.md +0 -39
- package/.claude/commands/mindforge/ship.md +0 -111
- package/.claude/commands/mindforge/skills.md +0 -145
- package/.claude/commands/mindforge/status.md +0 -113
- package/.claude/commands/mindforge/steer.md +0 -17
- package/.claude/commands/mindforge/sync-confluence.md +0 -15
- package/.claude/commands/mindforge/sync-jira.md +0 -16
- package/.claude/commands/mindforge/tokens.md +0 -12
- package/.claude/commands/mindforge/ui-phase.md +0 -34
- package/.claude/commands/mindforge/ui-review.md +0 -36
- package/.claude/commands/mindforge/update.md +0 -46
- package/.claude/commands/mindforge/validate-phase.md +0 -31
- package/.claude/commands/mindforge/verify-phase.md +0 -66
- package/.claude/commands/mindforge/workspace.md +0 -33
- package/.claude/commands/mindforge/workstreams.md +0 -35
- package/.claude/settings.local.json +0 -16
- package/.mindforge/audit/AUDIT-SCHEMA.md +0 -470
- package/.mindforge/browser/daemon-protocol.md +0 -24
- package/.mindforge/browser/qa-engine.md +0 -16
- package/.mindforge/browser/session-manager.md +0 -18
- package/.mindforge/browser/visual-verify-spec.md +0 -31
- package/.mindforge/celestial.db +0 -0
- package/.mindforge/ci/ci-config-schema.md +0 -21
- package/.mindforge/ci/ci-mode.md +0 -179
- package/.mindforge/ci/github-actions-adapter.md +0 -224
- package/.mindforge/ci/gitlab-ci-adapter.md +0 -31
- package/.mindforge/ci/jenkins-adapter.md +0 -44
- package/.mindforge/dashboard/api-reference.md +0 -122
- package/.mindforge/dashboard/dashboard-spec.md +0 -96
- package/.mindforge/distribution/marketplace.md +0 -53
- package/.mindforge/distribution/registry-client.md +0 -166
- package/.mindforge/distribution/registry-schema.md +0 -96
- package/.mindforge/distribution/skill-publisher.md +0 -44
- package/.mindforge/distribution/skill-validator.md +0 -74
- package/.mindforge/governance/GOVERNANCE-CONFIG.md +0 -17
- package/.mindforge/governance/approval-workflow.md +0 -37
- package/.mindforge/governance/change-classifier.md +0 -63
- package/.mindforge/governance/compliance-gates.md +0 -31
- package/.mindforge/governance/policies/sovereign-default.json +0 -16
- package/.mindforge/integrations/confluence.md +0 -27
- package/.mindforge/integrations/connection-manager.md +0 -163
- package/.mindforge/integrations/github.md +0 -25
- package/.mindforge/integrations/gitlab.md +0 -13
- package/.mindforge/integrations/jira.md +0 -102
- package/.mindforge/integrations/slack.md +0 -41
- package/.mindforge/intelligence/antipattern-detector.md +0 -75
- package/.mindforge/intelligence/difficulty-scorer.md +0 -55
- package/.mindforge/intelligence/health-engine.md +0 -208
- package/.mindforge/intelligence/skill-gap-analyser.md +0 -40
- package/.mindforge/intelligence/smart-compaction.md +0 -71
- package/.mindforge/memory/MEMORY-SCHEMA.md +0 -155
- package/.mindforge/memory/engine/capture-protocol.md +0 -36
- package/.mindforge/memory/engine/global-sync-spec.md +0 -42
- package/.mindforge/memory/engine/retrieval-spec.md +0 -44
- package/.mindforge/memory/sync-manifest.json +0 -6
- package/.mindforge/metrics/METRICS-SCHEMA.md +0 -42
- package/.mindforge/metrics/quality-tracker.md +0 -32
- package/.mindforge/models/model-registry.md +0 -48
- package/.mindforge/models/model-router.md +0 -30
- package/.mindforge/monorepo/cross-package-planner.md +0 -114
- package/.mindforge/monorepo/dependency-graph-builder.md +0 -32
- package/.mindforge/monorepo/workspace-detector.md +0 -129
- package/.mindforge/org/CONVENTIONS.md +0 -62
- package/.mindforge/org/ORG.md +0 -51
- package/.mindforge/org/SECURITY.md +0 -50
- package/.mindforge/org/TOOLS.md +0 -53
- package/.mindforge/org/integrations/INTEGRATIONS-CONFIG.md +0 -58
- package/.mindforge/org/skills/MANIFEST.md +0 -15
- package/.mindforge/plugins/PLUGINS-MANIFEST.md +0 -23
- package/.mindforge/plugins/plugin-loader.md +0 -93
- package/.mindforge/plugins/plugin-registry.md +0 -44
- package/.mindforge/plugins/plugin-schema.md +0 -68
- package/.mindforge/pr-review/ai-reviewer.md +0 -266
- package/.mindforge/pr-review/finding-formatter.md +0 -46
- package/.mindforge/pr-review/review-prompt-templates.md +0 -44
- package/.mindforge/production/compatibility-layer.md +0 -39
- package/.mindforge/production/migration-engine.md +0 -52
- package/.mindforge/production/production-checklist.md +0 -76
- package/.mindforge/production/token-optimiser.md +0 -68
- package/.mindforge/skills-builder/auto-capture-protocol.md +0 -88
- package/.mindforge/skills-builder/learn-protocol.md +0 -161
- package/.mindforge/skills-builder/quality-scoring.md +0 -120
- package/.mindforge/team/TEAM-PROFILE.md +0 -42
- package/.mindforge/team/multi-handoff.md +0 -23
- package/.mindforge/team/profiles/README.md +0 -13
- package/.mindforge/team/session-merger.md +0 -18
- package/.planning/ARCHITECTURE.md +0 -0
- package/.planning/HANDOFF.json +0 -8
- package/.planning/PROJECT.md +0 -33
- package/.planning/RELEASE-CHECKLIST.md +0 -68
- package/.planning/REQUIREMENTS.md +0 -35
- package/.planning/ROADMAP.md +0 -12
- package/.planning/STATE.md +0 -36
- package/.planning/approvals/.gitkeep +0 -1
- package/.planning/archive/.gitkeep +0 -1
- package/.planning/audit-archive/.gitkeep +0 -1
- package/.planning/decisions/.gitkeep +0 -0
- package/.planning/jira-sync.json +0 -1
- package/.planning/milestones/.gitkeep +0 -1
- package/.planning/phases/.gitkeep +0 -0
- package/.planning/research/.gitkeep +0 -0
- package/.planning/screenshots/.gitkeep +0 -0
- package/.planning/slack-threads.json +0 -1
- package/docs/CAPABILITIES-MANIFEST.md +0 -64
- package/docs/Context/Master-Context.md +0 -731
- package/docs/INTELLIGENCE-MESH.md +0 -37
- package/docs/MIND-FORGE-REFERENCE-V6.md +0 -96
- package/docs/PERSONAS.md +0 -960
- package/docs/References/audit-events.md +0 -59
- package/docs/References/checkpoints.md +0 -778
- package/docs/References/commands.md +0 -107
- package/docs/References/config-reference.md +0 -81
- package/docs/References/continuation-format.md +0 -249
- package/docs/References/decimal-phase-calculation.md +0 -64
- package/docs/References/git-integration.md +0 -295
- package/docs/References/git-planning-commit.md +0 -38
- package/docs/References/model-profile-resolution.md +0 -36
- package/docs/References/model-profiles.md +0 -139
- package/docs/References/phase-argument-parsing.md +0 -61
- package/docs/References/planning-config.md +0 -202
- package/docs/References/questioning.md +0 -162
- package/docs/References/sdk-api.md +0 -53
- package/docs/References/skills-api.md +0 -57
- package/docs/References/tdd.md +0 -263
- package/docs/References/ui-brand.md +0 -160
- package/docs/References/user-profiling.md +0 -681
- package/docs/References/verification-patterns.md +0 -612
- package/docs/References/workstream-flag.md +0 -58
- package/docs/Templates/Agents/CLAUDE-MD.md +0 -122
- package/docs/Templates/Agents/COPILOT-INSTRUCTIONS.md +0 -7
- package/docs/Templates/Agents/DEBUGGER-PROMPT.md +0 -91
- package/docs/Templates/Agents/PLANNER-PROMPT.md +0 -117
- package/docs/Templates/Codebase/architecture.md +0 -255
- package/docs/Templates/Codebase/concerns.md +0 -310
- package/docs/Templates/Codebase/conventions.md +0 -307
- package/docs/Templates/Codebase/integrations.md +0 -280
- package/docs/Templates/Codebase/stack.md +0 -186
- package/docs/Templates/Codebase/structure.md +0 -285
- package/docs/Templates/Codebase/testing.md +0 -480
- package/docs/Templates/Execution/CONTINUE-HERE.md +0 -78
- package/docs/Templates/Execution/DISCUSSION-LOG.md +0 -63
- package/docs/Templates/Execution/PHASE-PROMPT.md +0 -610
- package/docs/Templates/Execution/STATE.md +0 -176
- package/docs/Templates/Execution/SUMMARY-COMPLEX.md +0 -59
- package/docs/Templates/Execution/SUMMARY-MINIMAL.md +0 -41
- package/docs/Templates/Execution/SUMMARY-STANDARD.md +0 -48
- package/docs/Templates/Execution/SUMMARY.md +0 -248
- package/docs/Templates/Profile/DEV-PREFERENCES.md +0 -21
- package/docs/Templates/Profile/USER-PROFILE.md +0 -146
- package/docs/Templates/Profile/USER-SETUP.md +0 -311
- package/docs/Templates/Project/AGENTS_LEARNING.md +0 -88
- package/docs/Templates/Project/DISCOVERY.md +0 -146
- package/docs/Templates/Project/MILESTONE-ARCHIVE.md +0 -123
- package/docs/Templates/Project/MILESTONE.md +0 -115
- package/docs/Templates/Project/PROJECT.md +0 -206
- package/docs/Templates/Project/REQUIREMENTS.md +0 -231
- package/docs/Templates/Project/RETROSPECTIVE.md +0 -54
- package/docs/Templates/Project/ROADMAP.md +0 -202
- package/docs/Templates/Quality/DEBUG.md +0 -164
- package/docs/Templates/Quality/UAT.md +0 -280
- package/docs/Templates/Quality/UI-SPEC.md +0 -100
- package/docs/Templates/Quality/VALIDATION.md +0 -76
- package/docs/Templates/Quality/VERIFICATION-REPORT.md +0 -322
- package/docs/Templates/Research/ARCHITECTURE.md +0 -204
- package/docs/Templates/Research/FEATURES.md +0 -147
- package/docs/Templates/Research/PITFALLS.md +0 -200
- package/docs/Templates/Research/STACK.md +0 -120
- package/docs/Templates/Research/SUMMARY.md +0 -170
- package/docs/Templates/System/CONFIG.json +0 -43
- package/docs/Templates/System/CONTEXT.md +0 -352
- package/docs/adr/ADR-024-browser-localhost-only.md +0 -17
- package/docs/adr/ADR-025-visual-verify-failure-treatment.md +0 -19
- package/docs/adr/ADR-026-session-persistence-security.md +0 -20
- package/docs/adr/ADR-042-ads-protocol.md +0 -30
- package/docs/architecture/NEXUS-DASHBOARD.md +0 -35
- package/docs/architecture/PAR-ZTS-SURVEY.md +0 -43
- package/docs/architecture/README.md +0 -78
- package/docs/architecture/V3-CORE.md +0 -52
- package/docs/architecture/V4-SWARM-MESH.md +0 -77
- package/docs/architecture/V5-ENTERPRISE.md +0 -131
- package/docs/architecture/V6-SOVEREIGN.md +0 -43
- package/docs/architecture/V8-SRE.md +0 -88
- package/docs/architecture/V9-BEDROCK.md +0 -162
- package/docs/architecture/adr-039-multi-runtime-support.md +0 -20
- package/docs/architecture/adr-040-additive-schema-migration.md +0 -21
- package/docs/architecture/adr-041-stable-runtime-interface-contract.md +0 -20
- package/docs/architecture/decision-records-index.md +0 -29
- package/docs/ci-cd-integration.md +0 -30
- package/docs/ci-cd.md +0 -92
- package/docs/ci-quickstart.md +0 -78
- package/docs/commands-skills/DISCOVERED_SKILLS.md +0 -21
- package/docs/contributing/CONTRIBUTING.md +0 -38
- package/docs/contributing/plugin-authoring.md +0 -50
- package/docs/contributing/skill-authoring.md +0 -41
- package/docs/enterprise-setup.md +0 -25
- package/docs/feature-dashboard.md +0 -63
- package/docs/governance-guide.md +0 -134
- package/docs/monorepo-guide.md +0 -26
- package/docs/persona-customisation.md +0 -56
- package/docs/publishing-guide.md +0 -43
- package/docs/quick-verify.md +0 -33
- package/docs/registry/AGENTS.md +0 -37
- package/docs/registry/COMMANDS.md +0 -87
- package/docs/registry/HOOKS.md +0 -38
- package/docs/registry/PERSONAS.md +0 -64
- package/docs/registry/README.md +0 -27
- package/docs/registry/SKILLS.md +0 -142
- package/docs/registry/WORKFLOWS.md +0 -72
- package/docs/release-checklist-guide.md +0 -37
- package/docs/requirements.md +0 -29
- package/docs/security/SECURITY.md +0 -55
- package/docs/security/ZTAI-OVERVIEW.md +0 -37
- package/docs/security/penetration-test-results.md +0 -31
- package/docs/security/threat-model.md +0 -142
- package/docs/skills-authoring-guide.md +0 -176
- package/docs/skills-publishing-guide.md +0 -22
- package/docs/team-setup-guide.md +0 -21
- package/docs/testing-current-version.md +0 -130
- package/docs/tutorial.md +0 -162
- package/docs/upgrade.md +0 -58
- package/docs/usp-features.md +0 -102
- package/docs/workflow-atlas.md +0 -57
|
@@ -1,219 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "1.28.0",
|
|
3
|
-
"timestamp": "2026-03-23T19:42:18.034Z",
|
|
4
|
-
"files": {
|
|
5
|
-
".agent/VERSION": "3bcbf222243d0af46f568209dc8e8b70f47b0334bb40a7dff2d364961fa04f3c",
|
|
6
|
-
".agent/bin/mindforge-tools.cjs": "7cced5afc82575d2686d064a4005dd7eefffe09f3699b5133f222521ecb57a32",
|
|
7
|
-
".agent/bin/lib/commands.cjs": "2fac72a2444763f310c5be571eddd882e12ed32730f635bfa9329553f2ddf42c",
|
|
8
|
-
".agent/bin/lib/config.cjs": "d267bdf913f1a33eb1e33586ce321e8937b50a37c94121cffbe022769f1d3ac4",
|
|
9
|
-
".agent/bin/lib/core.cjs": "02cff65015e63ab07356b48d09df92b9ff6c8860aa245f7265f85f6b4ff1efac",
|
|
10
|
-
".agent/bin/lib/frontmatter.cjs": "5eb0bf87ea3b4af7f339e952144ec17d67e3f7c55550b88c7cb7683cbae011c2",
|
|
11
|
-
".agent/bin/lib/init.cjs": "28bc6dcac3a45d2ef8950e98e9abdcb5dd12e2f71fb9cc15d8fd95ff84dd576b",
|
|
12
|
-
".agent/bin/lib/milestone.cjs": "9d8a9bdb4623c981c272771c185ee5fd8babbe0ed99800cf2376e8f8d3b3b6b6",
|
|
13
|
-
".agent/bin/lib/model-profiles.cjs": "6090488619a3ca9c14ca7b6027db536b95eb8bd022b55e0a8e87ae05632e9b20",
|
|
14
|
-
".agent/bin/lib/phase.cjs": "74a47c12158d878d1c291d06a5ab95129f14c4050398d15825124d786b882850",
|
|
15
|
-
".agent/bin/lib/profile-output.cjs": "117d1086f721c389d78577f7c20af0b1e9a03a68906e91ac71879211f6ad9072",
|
|
16
|
-
".agent/bin/lib/profile-pipeline.cjs": "9e4cfd4b3cf145cf08afdf431ba63be39bad4009b5a6bc95d739a9b00c761f96",
|
|
17
|
-
".agent/bin/lib/roadmap.cjs": "0fdc875ca221710be2b129b1751cd3b4a4fa75361d23b3ef48950462b18aea08",
|
|
18
|
-
".agent/bin/lib/security.cjs": "4f00881e5ebb40d85661c59296c1b5c3d92336cd33b929fe65b5c1d5cc11700f",
|
|
19
|
-
".agent/bin/lib/state.cjs": "c9561c0211e2bbb812da7891b1b2ebc8ff37a4b1c2043592f5cc746986b58331",
|
|
20
|
-
".agent/bin/lib/template.cjs": "702f62df610ea20cb90430758fe4850c386cf5191bab706d090076f4cd021c7b",
|
|
21
|
-
".agent/bin/lib/uat.cjs": "f5e92c611140992711b1f4d54d6d6fcc71f12d964af0d5ba42c20199277bf6d3",
|
|
22
|
-
".agent/bin/lib/verify.cjs": "1b8a94e41891bd906a7899364e5216ed44c86a5c61bd2496c7b8c5d003873d68",
|
|
23
|
-
".agent/bin/lib/workstream.cjs": "2646820c2f3a12634343f2406393ef6afb17ba4bf1fd57ffced54e05db6ac477",
|
|
24
|
-
".agent/mindforge/workstreams.md": "3f251243388da922d9ad98255281ace769e71a818a90a2b31b0d7b1acc80fc60",
|
|
25
|
-
".agent/references/checkpoints.md": "ecf370304b4a904bdaef8ab605cfe83930e605afbb751d196ac6de581854452a",
|
|
26
|
-
".agent/references/continuation-format.md": "16dc40fcc33c4e395e9dc6ebdfdacd4bcb72be8f6973015844bce3a9d4b60708",
|
|
27
|
-
".agent/references/decimal-phase-calculation.md": "299b071b8f05747d8dfa54d8dd1422f02ab5eb01ecf5664d92f1324824d2198f",
|
|
28
|
-
".agent/references/git-integration.md": "59d3c6bb9cd43606fa0de4b8068e985c29c426f9a2e98e771ecb50665356d943",
|
|
29
|
-
".agent/references/git-planning-commit.md": "ca57217d6d75611616068ecbfc3b78c9339e2723d02ca9cfc69e1605addda045",
|
|
30
|
-
".agent/references/model-profile-resolution.md": "52b42c8cdd9bd6015e2499299724277056b98c7c0c1b12b3fbbcb661927b1d24",
|
|
31
|
-
".agent/references/model-profiles.md": "894b1fd542d4463fe22334cbaeb87f2a72cda6817f50000c8254ef7106d80c8d",
|
|
32
|
-
".agent/references/phase-argument-parsing.md": "c9101b611724a22a1c036b0fc2b1f03f6e4ad3eefa2dd199d9970df78d86a73a",
|
|
33
|
-
".agent/references/planning-config.md": "6542e2542f89e046a6f0b4330a156a38815b626ec943b38294d5fe8f2169cbb9",
|
|
34
|
-
".agent/references/questioning.md": "8f26dfe5794b1e6e44494f1dd5a85f508d10fb6393bde0e271ac9757a771092f",
|
|
35
|
-
".agent/references/tdd.md": "edc637151a18d2521c538d91b2208ff478549ca2f2f2d4d6e64a7f2144589ed9",
|
|
36
|
-
".agent/references/ui-brand.md": "62779594d2fb479ba22ebdde186a323881fec7a7f28ea20be6760500cd1f1efa",
|
|
37
|
-
".agent/references/user-profiling.md": "8e023a908d968af15f01e727d618d5d6b3bc523619f427928456a35eddcb16f7",
|
|
38
|
-
".agent/references/verification-patterns.md": "c1b42574970ab0b0c7feb1e6ba10fd61a016459b53cc93d77a17ef53355a10ac",
|
|
39
|
-
".agent/references/workstream-flag.md": "bdf8ffde343dc245d23224c107fea7b406578825458b959b6419e9f0ae89340c",
|
|
40
|
-
".agent/templates/DEBUG.md": "e66ffbc89e51df13df62ab8f615c81aae459eb85a6dc87f7b7a6dd07bc68f5a0",
|
|
41
|
-
".agent/templates/UAT.md": "68d32d1fea14e184005e0740a0715f404b5e1a6cbc5421428977057162087153",
|
|
42
|
-
".agent/templates/UI-SPEC.md": "20ca56a4e3e21f01ca4dba5a89c2332371b05d6da8e3ed692ea66ede4a6ab45e",
|
|
43
|
-
".agent/templates/VALIDATION.md": "747cae7049e0edf3e0945aad90b30899c2dabf6cd6cee7552709463c3797f9e7",
|
|
44
|
-
".agent/templates/claude-md.md": "e69e1270c7b22844f0003d88c85b4f44ea91ca55c5e79054f2c36da7a0f978c6",
|
|
45
|
-
".agent/templates/codebase/architecture.md": "282db635ba093b1a564d44859e26d5b7fb4e6fcbf13e9cc76724793d264bde7c",
|
|
46
|
-
".agent/templates/codebase/concerns.md": "e66c584daa636fc5aa7b2ab7b5c49b354593b925566f7f182fabc4107f93969a",
|
|
47
|
-
".agent/templates/codebase/conventions.md": "c5f0324730852701736808ed43ae6fc49caaa3c6b4ddc14fdccf81921606b227",
|
|
48
|
-
".agent/templates/codebase/integrations.md": "39bd23c71eedd56452aab6760df99c4e82d209f00f7d4336f977eef236c5a933",
|
|
49
|
-
".agent/templates/codebase/stack.md": "116e7e67dd87ddecddc3068cb59de482390cea12e27d8b3672a7444d235b0827",
|
|
50
|
-
".agent/templates/codebase/structure.md": "48e278064defefc60f2752282c8837801fa197d186ab131dc7f6c940832126c5",
|
|
51
|
-
".agent/templates/codebase/testing.md": "76abff7f2050c9eab6a3e74977e1cff08a4227030a7ef29d65d1e51f64c5b117",
|
|
52
|
-
".agent/templates/config.json": "e4a7143cb480c9865819133999632840780e49ec0e0eaaa99fa178d3710585bf",
|
|
53
|
-
".agent/templates/context.md": "593d4e6d20fdde7c701cc18ac401aecf14116911046607d479962a5ed7b0ff2e",
|
|
54
|
-
".agent/templates/continue-here.md": "8b1dce4832c7922b62c58dfed91c94a07795dd15b0587966386682d601bb002c",
|
|
55
|
-
".agent/templates/copilot-instructions.md": "8456dfeeeda51c90c04bc91c82618fef4145a6648cacc45aa850f76fea1e9674",
|
|
56
|
-
".agent/templates/debug-subagent-prompt.md": "8c18a89e25929d8e7ea26fce0e6e2edcb5d1a791051b38989ab383a56081476c",
|
|
57
|
-
".agent/templates/dev-preferences.md": "95048a71063d980bbd3e962dc1676050034373f2239a7fbd5816f670272413d8",
|
|
58
|
-
".agent/templates/discovery.md": "36343823ab8b202078971caf7282190337de6c0a9e5f0faae60a464bfcb9db42",
|
|
59
|
-
".agent/templates/discussion-log.md": "da4e8e266efdc6c21fda320dc74ad8a29b9dfddbf49eba96dfa4188080492dd1",
|
|
60
|
-
".agent/templates/milestone-archive.md": "591b6decdc0c0e51fba1359ed015ed140b33d50a9dcf9c0dbe149d605e3e5f54",
|
|
61
|
-
".agent/templates/milestone.md": "74d2f750ae9f4a9c18feec3708d8f414c5b15148b22eb7da554dc2da87587711",
|
|
62
|
-
".agent/templates/phase-prompt.md": "7d2cbf9c338190c2d7caddc9cc218373dd071583dffd67fb1ff07815f5ae9416",
|
|
63
|
-
".agent/templates/planner-subagent-prompt.md": "6c9f1b23ee3dc05fa910377e76acd97c29060523c3717ad38ecd536a5c96cd3d",
|
|
64
|
-
".agent/templates/project.md": "731fe4eacabc1364121c6f35499d0505ff767eeba38460223b12219b2cfd8f7a",
|
|
65
|
-
".agent/templates/requirements.md": "a44de4c2f146e473265777500951b12642553606b613168001ed2577d9e968d4",
|
|
66
|
-
".agent/templates/research-project/ARCHITECTURE.md": "746b9ef791d758b0222ca03e03d6da314f54c0d560966b5a3d34766b1553b1ea",
|
|
67
|
-
".agent/templates/research-project/FEATURES.md": "f2b800de5df91b0f567dbe85754be2bf40fe56cb62da5cf6748f7a3cfe24fd8f",
|
|
68
|
-
".agent/templates/research-project/PITFALLS.md": "3ef75fa768422eeca68f4411d1e058c1f447a23a23a43aaed449905940c0cf52",
|
|
69
|
-
".agent/templates/research-project/STACK.md": "82c85799ac4dd344441370e791f09563119f62843034b3a094876a476c2bd4e5",
|
|
70
|
-
".agent/templates/research-project/SUMMARY.md": "dceb2f346388839d9fce7c8de9ffff2354b8539880e5dadfd10fccfce0062997",
|
|
71
|
-
".agent/templates/research.md": "33bc3b481240b7f5554f04bf82f5fba93ba9bed3c89f0258ed719329e039a8d1",
|
|
72
|
-
".agent/templates/retrospective.md": "03981e30dd760103c1ea91d31ad24810feb082a388b4231d3a03a2c8ca386c5d",
|
|
73
|
-
".agent/templates/roadmap.md": "e4e35a9eb5dd4d4f2b4aed28ca6896c5bf4d652ad565f698325a56a7e840694f",
|
|
74
|
-
".agent/templates/state.md": "2be8d3c1bf09c8829060558bab245d2ab540683fba40eeb9234fe3fc4a9ea75b",
|
|
75
|
-
".agent/templates/summary-complex.md": "c22c41202852c53b9ac83192d3ed5843f8923cebf2ba82526c5faf3308455a02",
|
|
76
|
-
".agent/templates/summary-minimal.md": "a8747e6ad3369c35d343590f9e47f2bd40f07512980d24846507f6071a11a867",
|
|
77
|
-
".agent/templates/summary-standard.md": "eb10820947a63bcc4725a6b3e5a5f03b26a2d7150ff530579fb7a06458dad8c1",
|
|
78
|
-
".agent/templates/summary.md": "70beea5f4e1a61e7668285bb883b107dd7e6cff1d4ead84cc963128b7f1f1442",
|
|
79
|
-
".agent/templates/user-profile.md": "52abe2af968e8533695440e8e89f869f5e4736168e48d2d3b81d6e9910bb9217",
|
|
80
|
-
".agent/templates/user-setup.md": "1da2382725db080f01bfe332884b09d84c6f13d8e108448e52bf730a678c34c5",
|
|
81
|
-
".agent/templates/verification-report.md": "ba3c92d55161463a7cf00ea1a36d62d9e0566e021e647c747f2f53e7b22032ad",
|
|
82
|
-
".agent/workflows/add-phase.md": "8c018e603b644197a2cfbfd973de72eb59d00e79aadeee763221890bac53cc4e",
|
|
83
|
-
".agent/workflows/add-tests.md": "d038b2e2520f62ad8d00f7cbe27d2fc82c0edb2cc3467fb1466174eabc3e8a66",
|
|
84
|
-
".agent/workflows/add-todo.md": "37127144c5d8623ba25bb16a7b30ed272b45cbf9ddd5550cc9441da3c9d67d4f",
|
|
85
|
-
".agent/workflows/audit-milestone.md": "b16dfd3976818d7e61234a3efa71940eacc411dc685f954bd96f42ca443ab097",
|
|
86
|
-
".agent/workflows/audit-uat.md": "090295d94b35f978e2024375b52ec4a894719490919e5cb2b2e8d1eacfc0934d",
|
|
87
|
-
".agent/workflows/autonomous.md": "3b769549febaea0a86b5e398e39bb1b29fd8c7867cdce84e98fa9df84e9d37d7",
|
|
88
|
-
".agent/workflows/check-todos.md": "3382b2ed743691c3e11482332bd7e31394c75ec622aeb18f4f67021a29207ccd",
|
|
89
|
-
".agent/workflows/cleanup.md": "6ae56c597756754878db35769cdbe62226f94704fa45a97afd55a35946f9eed5",
|
|
90
|
-
".agent/workflows/complete-milestone.md": "5fee1a5918eefd12b9f042fefee4b6755748a43cb0bf228de1740db2e2ebb075",
|
|
91
|
-
".agent/workflows/diagnose-issues.md": "1d00a20ac87bf643c3347d5b70f52399c270af799a300694f05d05558e8144b7",
|
|
92
|
-
".agent/workflows/discovery-phase.md": "4b17686b3b5c0a11c55199c8cc84c240afff0ab21696cdd5b927d94b77980110",
|
|
93
|
-
".agent/workflows/discuss-phase-assumptions.md": "9763163a9db2264fa2127a65dfa5b07b9546adfc373ccce7545be3990ce4e729",
|
|
94
|
-
".agent/workflows/discuss-phase.md": "5c54c285d2d3a11c184fc82079d636ba59de53a920a8ff8470131f3feebd3c1b",
|
|
95
|
-
".agent/workflows/do.md": "df45f86baa902580008ac978ad83a152ae29e8763c3a849d77646352c05cff8d",
|
|
96
|
-
".agent/workflows/execute-phase.md": "f380b19ce49113fed141ec8f93035b517789ff2f012eec06bc85addd57b09e8d",
|
|
97
|
-
".agent/workflows/execute-plan.md": "52cffd2626cadf4343a1addca26579d0ac16b4d6cb70692ce71b7bd70ef2a9aa",
|
|
98
|
-
".agent/workflows/fast.md": "0f5240366bb835a913d7711e68eedb68dea3bc5e20e632c14d81f6db2dc75da5",
|
|
99
|
-
".agent/workflows/forensics.md": "500abdad5ee56dfbfd165100515d3ad6b45f80fc9e3f09c5b6c0c604c2343e51",
|
|
100
|
-
".agent/workflows/health.md": "b3cf511a2f441f15dae9c9fd7930c884126d08c7373c1ae5cc1adf102c3ed499",
|
|
101
|
-
".agent/workflows/help.md": "9e665646dcc4ca942db7bd79dcf470bcd6fdd1f2573fee8ef3b493c35060c7d4",
|
|
102
|
-
".agent/workflows/insert-phase.md": "51800685ef11628af04be86b816a7104c00d4f8fb57dfea5c43e6e9f52fd7624",
|
|
103
|
-
".agent/workflows/list-phase-assumptions.md": "a2880d7f9e5781fadb215f90c52d39d2a85d79877c791fbf129339db96738b78",
|
|
104
|
-
".agent/workflows/list-workspaces.md": "e26ba875db912d9033060e4eeb9f8ffa75c53183c3adbd544c361f9ccd0df6a1",
|
|
105
|
-
".agent/workflows/manager.md": "71f888be1ab07524d3a3f236aadc824df1f22f05945da91d9837a767c471c5ff",
|
|
106
|
-
".agent/workflows/map-codebase.md": "cecf7cc15b0583ba0cb94568d37503691b9a4206d864dad245909259dc909456",
|
|
107
|
-
".agent/workflows/milestone-summary.md": "dbe547bd85fbc892d7922d197672cdc50fd551af2885d90128598a4d529e057a",
|
|
108
|
-
".agent/workflows/new-milestone.md": "6df5d6baf6191491b3018705cbcaba55144ae6a9ce8c1b6f969b07d1723f9a95",
|
|
109
|
-
".agent/workflows/new-project.md": "65fadf9eb582d52f8cf5e7859e87514727c42c19a54e8c7407c28027634a587d",
|
|
110
|
-
".agent/workflows/new-workspace.md": "20b0ee47f0e27e794ac9171723d1e0153e9bcc2730c44bb06a1f6978853d5ac5",
|
|
111
|
-
".agent/workflows/next.md": "f93c9c7d03f650f6b67040d497f20e28ace40a4d7a10deadeeb816d61683445c",
|
|
112
|
-
".agent/workflows/node-repair.md": "07a1628e5a1ff96bf8a90b49a9d9c3a0ef0b843aff79ffc0162c7b7026f6a61b",
|
|
113
|
-
".agent/workflows/note.md": "66efc3a6d33e5ef1c4e54822a0bfee7ffe4568639a2495db247ae3a03742ecb7",
|
|
114
|
-
".agent/workflows/pause-work.md": "9b8b8f910d475576272e701749ce2cd0bec2f1555def0a3c01b72ffa629d32a3",
|
|
115
|
-
".agent/workflows/plan-milestone-gaps.md": "1e67ac61da9773f7033bd4e8ebf5e3b6492fc87bd7ca4469ea1efee7b1e9f0bd",
|
|
116
|
-
".agent/workflows/plan-phase.md": "1d526f7ca639961855e08e8e8ebccbb4cd8e989301fd4764aada53e76793bcdc",
|
|
117
|
-
".agent/workflows/plant-seed.md": "5570cc99bac67ff324225da062c0c44c4930ecaed0e9a94f6d7d1c7076460acd",
|
|
118
|
-
".agent/workflows/pr-branch.md": "447c2c637cd20607140ecf948af369f14122753dc592875429637b8943c14591",
|
|
119
|
-
".agent/workflows/profile-user.md": "50bb3ed44b9bf85b967f38f42a8d707eee40846cad2600696204c635b8fd6e0c",
|
|
120
|
-
".agent/workflows/progress.md": "497e23c9cb6578640b4a9d5d526d33eb488db95792601a5effd310d93b3cf543",
|
|
121
|
-
".agent/workflows/quick.md": "4ec1c21b65a1377f2475aa7b27d5e85b300dfef11a2570d342e1fe3c292877dc",
|
|
122
|
-
".agent/workflows/remove-phase.md": "f2d48224a5e0bc4f7a9661369ed0631b1857af8bc9224f98eff627efd0b949be",
|
|
123
|
-
".agent/workflows/remove-workspace.md": "57996e02c9e5db1b35c8d5f9b5f4ae6bba8c7ec1f98dd3e29106460f5b74501e",
|
|
124
|
-
".agent/workflows/research-phase.md": "55d36ccf8656405d493c0e2bce0e27c75b98485486718bd90272d0b110c1305e",
|
|
125
|
-
".agent/workflows/resume-project.md": "fc07dcfda97bb059ca51ae638adf0a257d878120fb97c2de0fa7cb58658c9349",
|
|
126
|
-
".agent/workflows/review.md": "f3605b2f9b83a3ac4c31e29da9fb7431375f34c7b7beb4091646766fe20aa380",
|
|
127
|
-
".agent/workflows/session-report.md": "2e5b1205324ddefa5d6a580d6782436d21b6fb6589b695feae93970103b6df25",
|
|
128
|
-
".agent/workflows/settings.md": "f30ef3e6cf800e94100ed87dc93cc2eba4b6489e46fc4cb465b856f9ce0c3b1f",
|
|
129
|
-
".agent/workflows/ship.md": "1057dbd67b07b420b11adaea9c63a1a7c29ca01c33e8f9d2e8eba8fc61b2e3f7",
|
|
130
|
-
".agent/workflows/stats.md": "cbb11eec34f93399e7cc5cf7a19746f11448e840a38c0316688ef8be6ad7e7bf",
|
|
131
|
-
".agent/workflows/transition.md": "417b67ba4e0299213c3d6d8f9cd6914a723c89eff5ca3da9fbcd1ccb5ce15a69",
|
|
132
|
-
".agent/workflows/ui-phase.md": "ce2022748792a7d70c129aa71103500b6f58ef7b8ab03cfc6bd9d66cf0ea8536",
|
|
133
|
-
".agent/workflows/ui-review.md": "a84c7bbc7aa518e11d0b4027de5f13436a007e8c1526bf8e6beeae33344cd4e3",
|
|
134
|
-
".agent/workflows/update.md": "c189a26c9e914eea44c45d4d5331d8d6069034d35ba6b1ca3c9b516de78eac68",
|
|
135
|
-
".agent/workflows/validate-phase.md": "d1ddb5cddee1345d015fa7bfd9e644f5393924340d3b269ec2ac73a0a2f1cf8a",
|
|
136
|
-
".agent/workflows/verify-phase.md": "70662b64a503550cabd40d6a8d76cb3246f6b48d6beac85cd4622be78c9908e3",
|
|
137
|
-
".agent/workflows/verify-work.md": "c27db93437c575ea6dd1a44e10f705cc5cb606213e83b59be96cf6bc66d6c0e5",
|
|
138
|
-
".agent/skills/mindforge-add-backlog/SKILL.md": "84722d7ab2ed72c06368d557a8db0d53909a5ab5f645833e7f80f7ca3f13e6bc",
|
|
139
|
-
".agent/skills/mindforge-add-phase/SKILL.md": "80874f9cadf23c3311f0b9dc71333b2d351f499a3579e353bce8adf788451f5a",
|
|
140
|
-
".agent/skills/mindforge-add-tests/SKILL.md": "c8b3765b10cf5f46bb415d02aa9cd671ba87d51d90c94a0dbcb97ed30f2d8836",
|
|
141
|
-
".agent/skills/mindforge-add-todo/SKILL.md": "68c32b866e2d627e956fc3a421824d4497807b6880174a69c188b458c08fad38",
|
|
142
|
-
".agent/skills/mindforge-audit-milestone/SKILL.md": "31962a41dd6a7976e5acc7586de067cff350b03a050497b4f6290d7a27bf42a6",
|
|
143
|
-
".agent/skills/mindforge-audit-uat/SKILL.md": "700169690ccd1936b47543cdf52348ed652c29fb4ee8a96c573b59c3a969ff4c",
|
|
144
|
-
".agent/skills/mindforge-autonomous/SKILL.md": "802e05895927693b7267bf1b0487e690816bcc5d083d905f02e708af8142aa57",
|
|
145
|
-
".agent/skills/mindforge-check-todos/SKILL.md": "082f451bd207cae09eecee7f889c1e7ad1f80ff13c4cb942fa5b6f2f89cd2dd0",
|
|
146
|
-
".agent/skills/mindforge-cleanup/SKILL.md": "8eed7313a2199e24e83fb11c2662c25cc6274ef2bec3458b2d87423bfa743959",
|
|
147
|
-
".agent/skills/mindforge-complete-milestone/SKILL.md": "dd2922d79353f6af31ed5cf259b0ffb3c02f264a222c9d8b245df537bbd119f4",
|
|
148
|
-
".agent/skills/mindforge-debug/SKILL.md": "c8cf08eb80b9783cf2c949bbec0ae9aa88ed2a1708a42c2573908f696675d44c",
|
|
149
|
-
".agent/skills/mindforge-discuss-phase/SKILL.md": "99c8f7dde58f59f05ac32851637523dfcb9e5aca8b71a6b923c12e07cdee022b",
|
|
150
|
-
".agent/skills/mindforge-do/SKILL.md": "41c059c00f3a6bf689400e5147d48b6f8c8e82f9375e2e40b504cad4590f41c3",
|
|
151
|
-
".agent/skills/mindforge-execute-phase/SKILL.md": "1ec0e55d3965dc590d7c89b264ed5d2bef398a9d6e4e7debafd0acbb118b54de",
|
|
152
|
-
".agent/skills/mindforge-fast/SKILL.md": "b8306973e2de0da82a1d20f8391f2a4fcfa1ba2488f9a6571b04fd1e03e39013",
|
|
153
|
-
".agent/skills/mindforge-forensics/SKILL.md": "60b78b30577f28d72e85fbe33520c1a30795f9d42472b063568e4bd0c80d8d61",
|
|
154
|
-
".agent/skills/mindforge-health/SKILL.md": "65cb77b2072d36e2eb01e35de5a65922772212ccade79845a1a7db8e94d3d8ac",
|
|
155
|
-
".agent/skills/mindforge-help/SKILL.md": "bc96ca625841af69b3dd513dee7b1b48a4f688438bb49f9cb5ddb3e948f2abad",
|
|
156
|
-
".agent/skills/mindforge-insert-phase/SKILL.md": "c225aea21adfae6a24f0ac04b05370c9ccb3b1caf6b6aea4a407523c0bbd2484",
|
|
157
|
-
".agent/skills/mindforge-join-discord/SKILL.md": "7a10ef9590cdf169b2d6406f115ce02106016edcec06227b4d929b6baee414d1",
|
|
158
|
-
".agent/skills/mindforge-list-phase-assumptions/SKILL.md": "4086da81b75f99e00cb805fdfa512932cd75f975981a1e95e7c51629a14e36d7",
|
|
159
|
-
".agent/skills/mindforge-list-workspaces/SKILL.md": "f7d53b855a6b4c9cfa7956b3aeb0aebb64ba03e2b5785169e41fc91f471c3cef",
|
|
160
|
-
".agent/skills/mindforge-manager/SKILL.md": "c2be51e042b76d0f94fd24710751698c8c8c06d60982d1338bd8cfc14b1ecfd3",
|
|
161
|
-
".agent/skills/mindforge-map-codebase/SKILL.md": "1924eb43161ef5d7a280f9aed4139c8aae9f2cd31e74a29834641211a7c11883",
|
|
162
|
-
".agent/skills/mindforge-milestone-summary/SKILL.md": "d281fbb1975577d1f73fc4976597275c7d9c8cc457eab817e496933d4d2f3f07",
|
|
163
|
-
".agent/skills/mindforge-new-milestone/SKILL.md": "82172d39b72a1739ceffb91c184dda91e95bcdabddc18043a583a5fc5bda984a",
|
|
164
|
-
".agent/skills/mindforge-new-project/SKILL.md": "07dfc3194740a849cffae7c39f44e4de75e6c0bd0f6698d01d21a4574e955e99",
|
|
165
|
-
".agent/skills/mindforge-new-workspace/SKILL.md": "51cc0d7fc8de0db1998c06eb2372c2e38df6e18443bb6c0b1800533b646c0e41",
|
|
166
|
-
".agent/skills/mindforge-next/SKILL.md": "8e510edc9e79c739eec6e7daa4edf4ea7af6ad4d1920c3230d696dfd6c286c53",
|
|
167
|
-
".agent/skills/mindforge-note/SKILL.md": "6d89532951dc70ffdb17a9a760ff62bc6d10dbe1b08f41ddfef6078434ce8cd6",
|
|
168
|
-
".agent/skills/mindforge-pause-work/SKILL.md": "83517cefbab85dfc5346712a6f8d783922718c830b3dc976835ece6e14a420df",
|
|
169
|
-
".agent/skills/mindforge-plan-milestone-gaps/SKILL.md": "1e71c523c6abc0f558d8403e3cad0c23388b93ad305da1dc8459bba9be538622",
|
|
170
|
-
".agent/skills/mindforge-plan-phase/SKILL.md": "c2dabe96c30dbde9074f0d652be9a79291178d458be09c8695c268e4eb18e264",
|
|
171
|
-
".agent/skills/mindforge-plant-seed/SKILL.md": "1439befbaad1e07e3035a314d7c9895264963d2758f7aa006379b2ad458376cc",
|
|
172
|
-
".agent/skills/mindforge-pr-branch/SKILL.md": "60d9d44e236cb179cab9416b45bbe5281dbd564d87fd9338b3b7428d7393407e",
|
|
173
|
-
".agent/skills/mindforge-profile-user/SKILL.md": "0a6cf285eb4d7f4fad8a14605074f64de2b8a9b283f95560133b195dd1c7436a",
|
|
174
|
-
".agent/skills/mindforge-progress/SKILL.md": "fdf17df9103efeb2c3828d9aa2f39debadf0c528cd7eaebd4ac9b9ea2d82c4af",
|
|
175
|
-
".agent/skills/mindforge-quick/SKILL.md": "42fd8627cf89ed7ca1bef321c7cd1cafdad1576671e3a461753ca0e5ec2a0a9f",
|
|
176
|
-
".agent/skills/mindforge-reapply-patches/SKILL.md": "2682223d9ac63241fccc9c1173ac570e112f9d264e0290efd1514ff292b577ac",
|
|
177
|
-
".agent/skills/mindforge-remove-phase/SKILL.md": "68fc472d82721c606060459822741f7902d87a13b78863f67c630b587bfbd1fd",
|
|
178
|
-
".agent/skills/mindforge-remove-workspace/SKILL.md": "2acd825f703edd04be3986b53d62f15b0f5252b20285db06f5f65c581cf372c8",
|
|
179
|
-
".agent/skills/mindforge-research-phase/SKILL.md": "7a5e1ecdc5c5c148456965d9095d0a0cb4c6473af0e3e36d1390cf6a16d72b83",
|
|
180
|
-
".agent/skills/mindforge-resume-work/SKILL.md": "3ab61eb0868c371de6ccebc95f846fb87157f4a4cd2b998cb3cb6b8484c9c666",
|
|
181
|
-
".agent/skills/mindforge-review/SKILL.md": "d844793aba759fc6929b4b5c69f39a2764c710f3088142c928ee3e9fe99c60fc",
|
|
182
|
-
".agent/skills/mindforge-review-backlog/SKILL.md": "8a8d0bffebf5e0d9d72bc6b35e30a9614fe02bf3597ab4554551a9c6b3360ea5",
|
|
183
|
-
".agent/skills/mindforge-session-report/SKILL.md": "f7cbdb99e3b70ad1bbec3d666768609c6da007d5377cb4fd8ecc04542292abb7",
|
|
184
|
-
".agent/skills/mindforge-set-profile/SKILL.md": "5ac8cf021c41665e758cc6555ffce726e66fc5068f9f3d74052062d159f04f10",
|
|
185
|
-
".agent/skills/mindforge-settings/SKILL.md": "c8c9a8c48f1014fe62973eee5dfa05e290b2485c4a236e083c00c8d3976f01cf",
|
|
186
|
-
".agent/skills/mindforge-ship/SKILL.md": "cf21d60876ecd6cb5121522e1e289936d86d9e080afbebbbbe7c72fc345ad729",
|
|
187
|
-
".agent/skills/mindforge-stats/SKILL.md": "08a2fc67d2c32cba60c86e05630e2329e713a5a1f72b193f4dd7cfb89410cc0a",
|
|
188
|
-
".agent/skills/mindforge-thread/SKILL.md": "efca47f6366bddcaac454b759fc340d57040aab05780e60b605b869040acbbd1",
|
|
189
|
-
".agent/skills/mindforge-ui-phase/SKILL.md": "cd78e57ff2ec976b688a28c00d38430895a5e190c7df64593d96cdd06fbd5072",
|
|
190
|
-
".agent/skills/mindforge-ui-review/SKILL.md": "cabdd718d8120f32a73c8e5b8e08f9dfc53b0e8c4702c842fcbed074b2b8c3e9",
|
|
191
|
-
".agent/skills/mindforge-update/SKILL.md": "cfcda1c4aa52c7d44248ca9709996a5a6c3d0bfccd9838949a665cdd48f411f2",
|
|
192
|
-
".agent/skills/mindforge-validate-phase/SKILL.md": "fa8dc2e85b7ae26e5caff14f949376d27b4e809af38f14d02ffa3b725e2f8e0c",
|
|
193
|
-
".agent/skills/mindforge-verify-work/SKILL.md": "271f6791ffbf29525edb6fbf46414071af55fbcc149cf849af56602c369a61d8",
|
|
194
|
-
".agent/skills/mindforge-workstreams/SKILL.md": "6cdca4e5e255874cee4f9ee6d088ad4ea11c99ab6fb4602f64fc6e340c961a7d",
|
|
195
|
-
".agent/personas/mindforge-advisor-researcher.md": "a1a892b20e2a06d37d56e1c9cd6cbffd9dd6456142b2430bb928db8a02b845f4",
|
|
196
|
-
".agent/personas/mindforge-assumptions-analyzer.md": "84f4820ec23b6f2d2d1afa2861db2e01a5823dd6e327be8e1e1d948a967b7c91",
|
|
197
|
-
".agent/personas/mindforge-codebase-mapper.md": "d0ce5c59789b79c27dc4c36267087bc057adefa6affcb69a17191ee1459662fe",
|
|
198
|
-
".agent/personas/mindforge-debugger.md": "5ecba7bdca96baadf6e92d8fa7a82ea383bd6fd7568e439c37f7f0400b515511",
|
|
199
|
-
".agent/personas/mindforge-executor.md": "a2799d152667c0f9679c3ff31bddcf4fdf619ea9ec3d9cf10139e991d1d59b56",
|
|
200
|
-
".agent/personas/mindforge-integration-checker.md": "90d5b64fca8dcc2dc99826dbc3dae5f5a9be2f2426f154331613827c75248c6a",
|
|
201
|
-
".agent/personas/mindforge-nyquist-auditor.md": "e5ea47a90e5ad30ee8d4247f3422a46382dcf033df252fb65fd636c41ea83be5",
|
|
202
|
-
".agent/personas/mindforge-phase-researcher.md": "5c676a5e1fa8c8f79f10f6f892ef89ae272ba5692c47034e5ca1799f862bb5c3",
|
|
203
|
-
".agent/personas/mindforge-plan-checker.md": "daba6a8040a80b41aa7704bcd117bf6d60aabb0aa0d6f2a3ee8692b2a00db32c",
|
|
204
|
-
".agent/personas/mindforge-planner.md": "0273bf13df52b6803a2c53f4ca36ec706cbd209a740e6849b0b6e75d8e8ad5e6",
|
|
205
|
-
".agent/personas/mindforge-project-researcher.md": "2d158696067470f380e0614374723605d0e7033be0ee3250f95e9088d22a9a1a",
|
|
206
|
-
".agent/personas/mindforge-research-synthesizer.md": "45814a5dfc8de054ab80e2527166074eddaf46c7abf43c97c35e45cb35f85745",
|
|
207
|
-
".agent/personas/mindforge-roadmapper.md": "d85b96253ee15ddefee41e874903480bf470ac69cc3f78ce89ba4e9d58d13f27",
|
|
208
|
-
".agent/personas/mindforge-ui-auditor.md": "04fc80a4925ebd6b51612c5b01b5d01aea56694b59d1d11251db992782bd6144",
|
|
209
|
-
".agent/personas/mindforge-ui-checker.md": "e5c5e43b9565e401b5b2175433befaa19d6759b254640b330dc5948c8be729f0",
|
|
210
|
-
".agent/personas/mindforge-ui-researcher.md": "4b9eaf961de5a1d53e5ce110dad677ac8c0f3a8e01ee9fa2aac3855dfa1f0ec3",
|
|
211
|
-
".agent/personas/mindforge-user-profiler.md": "c1e048738327122bf42250c2c1244b6a890db9a2f05ef303c68fc48e0bd45bfb",
|
|
212
|
-
".agent/personas/mindforge-verifier.md": "f4cde97ae6359650b15f57ae161a9994a8eb1ee7688fcf25b856fc48b359e931",
|
|
213
|
-
".agent/hooks/mindforge-check-update.js": "b307e6a9bbf88509da70cddbcdf24e7fe56991a3dda586d40cb5f20958fa26ed",
|
|
214
|
-
".agent/hooks/mindforge-context-monitor.js": "4f0e0cb92c3b8d4c35147c97a9d272ede2212681ad1405ad7c1daf9da41c056b",
|
|
215
|
-
".agent/hooks/mindforge-prompt-guard.js": "d8ff3f7e9f1c26854a55441f00680289f7316f6a2a88b4946ef570fe8f6c4ad5",
|
|
216
|
-
".agent/hooks/mindforge-statusline.js": "a5bd69b371090aa75d7e2f8aac2eef6c523fd4451535f5026dd0e0ff60a3fb8c",
|
|
217
|
-
".agent/hooks/mindforge-workflow-guard.js": "93f9d206d12e2882113721fa28868ddeb022f4935af9e01687bbff4e92970993"
|
|
218
|
-
}
|
|
219
|
-
}
|
package/.agent/forge/help.md
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Show all available FORGE commands and what they do.
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
Show all available FORGE commands and what they do.
|
|
6
|
-
|
|
7
|
-
List every .md file in .claude/commands/forge/ and display:
|
|
8
|
-
- Command name (filename without extension)
|
|
9
|
-
- First line of the file as its description
|
|
10
|
-
|
|
11
|
-
Format as a clean table. Also remind the user to read CLAUDE.md if they haven't yet.
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Initialize a new project under the FORGE framework.
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
Initialize a new project under the FORGE framework.
|
|
6
|
-
|
|
7
|
-
Follow these steps in order:
|
|
8
|
-
|
|
9
|
-
1. Ask the user these questions one at a time (wait for each answer before asking the next):
|
|
10
|
-
- What is this project? (1-2 sentence description)
|
|
11
|
-
- Who is the target user?
|
|
12
|
-
- What is the core problem it solves?
|
|
13
|
-
- What tech stack do you want to use? (or "help me decide")
|
|
14
|
-
- What is absolutely NOT in scope for v1?
|
|
15
|
-
- What does success look like at the end of v1?
|
|
16
|
-
|
|
17
|
-
2. If the user said "help me decide" on tech stack, ask 3 clarifying questions then recommend a stack with brief reasoning.
|
|
18
|
-
|
|
19
|
-
3. Create `.planning/PROJECT.md` with:
|
|
20
|
-
- Project name and one-line description
|
|
21
|
-
- Problem statement
|
|
22
|
-
- Target user
|
|
23
|
-
- Tech stack (with brief rationale for each choice)
|
|
24
|
-
- v1 scope (what's in)
|
|
25
|
-
- Out of scope (what's explicitly not in v1)
|
|
26
|
-
- Success criteria
|
|
27
|
-
|
|
28
|
-
4. Create `.planning/STATE.md` with:
|
|
29
|
-
- Status: Project initialized
|
|
30
|
-
- Current phase: None (not started)
|
|
31
|
-
- Last action: Project initialization
|
|
32
|
-
- Next step: Run /forge:plan-phase 1
|
|
33
|
-
|
|
34
|
-
5. Create `.planning/REQUIREMENTS.md` (blank template with sections)
|
|
35
|
-
|
|
36
|
-
6. Tell the user: "Project initialized. Run /forge:plan-phase 1 to begin planning your first phase."
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Plan a phase of the project. Usage: /forge:plan-phase [N]
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
Plan a phase of the project. Usage: /forge:plan-phase [N]
|
|
6
|
-
|
|
7
|
-
If N is not provided, check STATE.md for the current phase and use that.
|
|
8
|
-
|
|
9
|
-
Steps:
|
|
10
|
-
1. Read PROJECT.md, REQUIREMENTS.md, and STATE.md.
|
|
11
|
-
2. Ask the user: "Describe what phase [N] should accomplish in 2-3 sentences."
|
|
12
|
-
3. Ask: "Are there any specific implementation decisions you've already made for this phase?"
|
|
13
|
-
4. Spawn a research subagent: Read the project's tech stack from PROJECT.md and research the best patterns, libraries, and pitfalls for implementing this phase. Write findings to `.planning/phases/phase-[N]/RESEARCH.md`.
|
|
14
|
-
5. Create 3-6 atomic task plans in `.planning/phases/phase-[N]/`. Each PLAN file must use this XML format:
|
|
15
|
-
```xml
|
|
16
|
-
<plan>
|
|
17
|
-
<task>Task name</task>
|
|
18
|
-
<files>
|
|
19
|
-
specific/file/paths/to/touch.ts
|
|
20
|
-
</files>
|
|
21
|
-
<instructions>
|
|
22
|
-
Precise implementation instructions. Include:
|
|
23
|
-
- Which library to use and why (mention specific version if relevant)
|
|
24
|
-
- Any gotchas or anti-patterns to avoid
|
|
25
|
-
- The exact approach, not just "implement X"
|
|
26
|
-
</instructions>
|
|
27
|
-
<verify>Specific command or check that confirms this task is done</verify>
|
|
28
|
-
<done>One sentence definition of done for this task</done>
|
|
29
|
-
</plan>
|
|
30
|
-
```
|
|
31
|
-
|
|
32
|
-
6. Check each plan against REQUIREMENTS.md. If a plan implements something out of scope, revise it.
|
|
33
|
-
7. Update STATE.md: current phase = N, status = "Phase [N] planned, ready to execute"
|
|
34
|
-
8. Tell the user: "Phase [N] has [X] task plans ready. Run /forge:execute-phase [N] to begin execution."
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: mindforge:add-backlog
|
|
3
|
-
description: Capture ideas in a "parking lot" to keep them out of the active phase sequence
|
|
4
|
-
argument-hint: <description>
|
|
5
|
-
allowed-tools:
|
|
6
|
-
- view_file
|
|
7
|
-
- write_to_file
|
|
8
|
-
- replace_file_content
|
|
9
|
-
- multi_replace_file_content
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
<objective>
|
|
13
|
-
Capture an idea, task, or feature request in a "parking lot" section of the ROADMAP.md to prevent it from cluttering the active development phases.
|
|
14
|
-
</objective>
|
|
15
|
-
|
|
16
|
-
<execution_context>
|
|
17
|
-
.claude/commands/mindforge/add-backlog.md
|
|
18
|
-
</execution_context>
|
|
19
|
-
|
|
20
|
-
<context>
|
|
21
|
-
Arguments: $ARGUMENTS (The description of the backlog item)
|
|
22
|
-
Target File: ROADMAP.md
|
|
23
|
-
State: Uses 999.x numbering scheme for backlog items.
|
|
24
|
-
</context>
|
|
25
|
-
|
|
26
|
-
<process>
|
|
27
|
-
1. **Read ROADMAP.md**: Locate the `## Backlog` or `## Future Milestones` section.
|
|
28
|
-
2. **Initialize if missing**: If no backlog section exists, create `## Backlog` at the end of the file.
|
|
29
|
-
3. **Determine numbering**: Find the last `999.x` item. If none, start with `999.1`.
|
|
30
|
-
4. **Append item**: Add the new backlog item with the determined number and the provided description.
|
|
31
|
-
5. **Confirm**: Notify the user that the item has been parked in the backlog.
|
|
32
|
-
</process>
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: mindforge:agent
|
|
3
|
-
description: Spawn or invoke a specialized enterprise persona from the MindForge library
|
|
4
|
-
argument-hint: "[persona-name] [prompt]"
|
|
5
|
-
allowed-tools:
|
|
6
|
-
- list_dir
|
|
7
|
-
- view_file
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
<objective>
|
|
11
|
-
Provide an on-demand mechanism to "spawn" any of the 13+ standardized MindForge personas. This allows the user to switch the AI assistant's context, role, and process to a specific specialized mode (e.g., Roadmapper, Security Reviewer, Analyst).
|
|
12
|
-
</objective>
|
|
13
|
-
|
|
14
|
-
<execution_context>
|
|
15
|
-
.claude/commands/mindforge/agent.md
|
|
16
|
-
</execution_context>
|
|
17
|
-
|
|
18
|
-
<context>
|
|
19
|
-
Personas Directory: `.mindforge/personas/`
|
|
20
|
-
State: Loads the persona's XML-tagged structure into the active system context.
|
|
21
|
-
</context>
|
|
22
|
-
|
|
23
|
-
<process>
|
|
24
|
-
1. **List Personas**: If no arguments are provided, list all available `.md` files in `.mindforge/personas/` with their name and description (parsed from YAML).
|
|
25
|
-
2. **Load Persona**: If a name is provided:
|
|
26
|
-
- Locate `.mindforge/personas/[name].md`.
|
|
27
|
-
- Read the file content.
|
|
28
|
-
- Present the persona's role and success criteria to the user.
|
|
29
|
-
3. **Switch Mode**: Instruct the AI (through the current session context) to adopt the role, philosophy, and process defined in the loaded file.
|
|
30
|
-
4. **Initial Task**: If a prompt is provided as the second argument, immediately execute that prompt using the newly adopted persona.
|
|
31
|
-
</process>
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Process pending approvals and emergency overrides. Usage:
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
Process pending approvals and emergency overrides. Usage:
|
|
6
|
-
`/mindforge:approve [approval-id] [--approve|--reject] [--reason "..."] [--emergency]`
|
|
7
|
-
|
|
8
|
-
## Listing approvals
|
|
9
|
-
Scan `.planning/approvals/` and show only files with `status: pending` unless
|
|
10
|
-
the user explicitly asks for historical records.
|
|
11
|
-
|
|
12
|
-
## Standard approval flow
|
|
13
|
-
1. Read the approval file
|
|
14
|
-
2. Confirm current identity from `git config user.email` or `$USER`
|
|
15
|
-
3. Validate approver eligibility from `INTEGRATIONS-CONFIG.md`
|
|
16
|
-
4. Record approval or rejection with timestamp and reason
|
|
17
|
-
|
|
18
|
-
## Emergency overrides
|
|
19
|
-
Emergency override requires the `--emergency` flag.
|
|
20
|
-
Read `EMERGENCY_APPROVERS` from `INTEGRATIONS-CONFIG.md` and deny the request if
|
|
21
|
-
the current identity is not listed. Document that git-config-based identity is
|
|
22
|
-
a convenience layer, not a high-assurance identity proof.
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Query .planning/AUDIT.jsonl by phase, event, date, severity, integration, or
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
Query `.planning/AUDIT.jsonl` by phase, event, date, severity, integration, or
|
|
6
|
-
agent. Usage: `/mindforge:audit [filters]`
|
|
7
|
-
|
|
8
|
-
## Supported options
|
|
9
|
-
- `--phase N`
|
|
10
|
-
- `--event NAME`
|
|
11
|
-
- `--agent NAME`
|
|
12
|
-
- `--severity LEVEL`
|
|
13
|
-
- `--date YYYY-MM-DD`
|
|
14
|
-
- `--summary`
|
|
15
|
-
- `--verify`
|
|
16
|
-
- `--export PATH`
|
|
17
|
-
|
|
18
|
-
## Summary mode
|
|
19
|
-
Summarise counts by event, severity, integration, and phase.
|
|
20
|
-
Entries with `"phase": null` are reported as `project-level`, not dropped.
|
|
21
|
-
|
|
22
|
-
## Verify mode
|
|
23
|
-
Validate JSONL shape and chronological ordering.
|
|
24
|
-
Timestamp comparison may use string comparison because ISO-8601 UTC timestamps
|
|
25
|
-
with a `Z` suffix sort lexicographically.
|
|
26
|
-
|
|
27
|
-
## Archive rotation
|
|
28
|
-
If the active audit log exceeds 10,000 lines, rotate it into
|
|
29
|
-
`.planning/audit-archive/` before continuing heavy writes. Rotation must never
|
|
30
|
-
delete history; it archives then resets the active file.
|
|
31
|
-
|
|
32
|
-
## Export safety
|
|
33
|
-
Validate export paths stay inside the project directory. If a path traversal or
|
|
34
|
-
unsafe destination is requested, export into `.planning/` instead.
|
package/.agent/mindforge/auto.md
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Starts the MindForge Autonomous Execution Engine for the
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# /mindforge:auto [Phase N]
|
|
6
|
-
|
|
7
|
-
**Purpose**: Starts the MindForge Autonomous Execution Engine for the
|
|
8
|
-
specified phase. The agent will execute all waves, handle repairs, and
|
|
9
|
-
perform compliance gates without requiring human confirmation.
|
|
10
|
-
|
|
11
|
-
## Usage
|
|
12
|
-
- `/mindforge:auto --phase 3` (Standard unattended mode)
|
|
13
|
-
- `/mindforge:auto --resume` (Resumes from last checkpoint)
|
|
14
|
-
- `/mindforge:auto --headless` (CI/CD optimized output)
|
|
15
|
-
- `/mindforge:auto --dry-run` (Show the wave DAG and plan without executing)
|
|
16
|
-
|
|
17
|
-
## Behavior
|
|
18
|
-
- **Zero-Interaction**: Auto-approves Tier 1/2 changes if gates pass.
|
|
19
|
-
- **Self-Repair**: Tries RETRY/DECOMPOSE before asking for help.
|
|
20
|
-
- **Checkpointing**: Constant state persistence in `HANDOFF.json`.
|
|
21
|
-
- **Governance**: ESCALATES on Tier 3 changes (Auth/Payment/PII).
|
|
22
|
-
|
|
23
|
-
## Environment Variables
|
|
24
|
-
- `AUTO_MODE_TIMEOUT_MINUTES`: Default 120.
|
|
25
|
-
- `AUTO_PUSH_ON_WAVE_COMPLETE`: Default false.
|
|
26
|
-
- `SLACK_WEBHOOK_URL`: Required for notifications.
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Measure skill effectiveness over time.
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# MindForge — Benchmark Command
|
|
6
|
-
# Usage: /mindforge:benchmark [--skill skill-name] [--compare skill-a skill-b]
|
|
7
|
-
|
|
8
|
-
Measure skill effectiveness over time.
|
|
9
|
-
|
|
10
|
-
## Single skill benchmark
|
|
11
|
-
For a named skill, analyse AUDIT.jsonl and skill-usage.jsonl:
|
|
12
|
-
- How many times was the skill loaded this month?
|
|
13
|
-
- What is the verify pass rate for tasks where this skill was loaded?
|
|
14
|
-
- Are there anti-patterns less common after this skill is loaded?
|
|
15
|
-
- What is the average session quality score when this skill is active?
|
|
16
|
-
|
|
17
|
-
Report:
|
|
18
|
-
```
|
|
19
|
-
Skill Benchmark: security-review v1.0.0
|
|
20
|
-
────────────────────────────────────────
|
|
21
|
-
Usage (last 30 days): 47 task loads
|
|
22
|
-
Trigger distribution: text match 68%, file-path 22%, file-name 10%
|
|
23
|
-
Verify pass rate: 91% (vs. 84% baseline without this skill)
|
|
24
|
-
Security findings: 8 HIGH caught (0 CRITICAL missed in tasks using this skill)
|
|
25
|
-
Session quality lift: +6.2 points average when loaded
|
|
26
|
-
|
|
27
|
-
Assessment: HIGH VALUE — clear quality improvement signal
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
## Skill comparison
|
|
31
|
-
Compare two skills head-to-head:
|
|
32
|
-
- Load frequency
|
|
33
|
-
- Verify pass rate improvement
|
|
34
|
-
- Anti-pattern detection rate
|
|
35
|
-
- Context budget cost (token estimate)
|
|
36
|
-
|
|
37
|
-
Helps decide: should you keep both skills, or deprecate the lower-performer?
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: @mindforge browse <url | action>
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# /mindforge:browse
|
|
6
|
-
|
|
7
|
-
## Usage
|
|
8
|
-
`@mindforge browse <url | action>`
|
|
9
|
-
|
|
10
|
-
## Description
|
|
11
|
-
Controls the persistent MindForge browser daemon.
|
|
12
|
-
Maintains session state (cookies/localStorage) for the AI.
|
|
13
|
-
|
|
14
|
-
## Actions
|
|
15
|
-
| Action | Description |
|
|
16
|
-
|---|---|
|
|
17
|
-
| `--start` | Initialize browser daemon |
|
|
18
|
-
| `--stop` | Kill browser daemon |
|
|
19
|
-
| `--status` | Show daemon health and active sessions |
|
|
20
|
-
| `--session <name>` | Switch browser context |
|
|
21
|
-
| `--import-session <name> --from <browser>` | Import cookies from host browser (chrome, arc, etc) |
|
|
22
|
-
| `<url>` | Navigate the current page to URL |
|
|
23
|
-
| `click <selector>` | Trigger click event |
|
|
24
|
-
| `type <sel> <text>` | Fill input field |
|
|
25
|
-
| `screenshot` | Capture current viewport |
|
|
26
|
-
|
|
27
|
-
## Security
|
|
28
|
-
- Daemon binds to `127.0.0.1` only.
|
|
29
|
-
- Session files are gitignored.
|
|
30
|
-
- Use only for debugging and visual verification.
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Archive a completed milestone, generate a release report, and prepare the next
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
Archive a completed milestone, generate a release report, and prepare the next
|
|
6
|
-
milestone. Usage: `/mindforge:complete-milestone <name> <version>`
|
|
7
|
-
|
|
8
|
-
## Step 1 — Validate milestone completion
|
|
9
|
-
Ensure every included phase is verified and has no pending blocking approvals.
|
|
10
|
-
|
|
11
|
-
## Step 2 — Generate milestone report
|
|
12
|
-
Summarise shipped phases, notable changes, risks, approvals, and unresolved
|
|
13
|
-
follow-ups.
|
|
14
|
-
|
|
15
|
-
## Step 3 — Archive milestone artifacts
|
|
16
|
-
Archive only the phases included in the milestone, not the entire
|
|
17
|
-
`.planning/phases/` directory. Preserve history in the archive while keeping
|
|
18
|
-
active planning files available in place.
|
|
19
|
-
|
|
20
|
-
## Step 4 — Release metadata
|
|
21
|
-
Create the release tag, update `STATE.md` with milestone summary, and mark the
|
|
22
|
-
project ready for the next version.
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Real-time cost tracking for all AI model usage.
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# MindForge v2 — Costs Command
|
|
6
|
-
# Usage: /mindforge:costs [--phase N] [--session ID] [--window 7d]
|
|
7
|
-
|
|
8
|
-
## Purpose
|
|
9
|
-
Real-time cost tracking for all AI model usage.
|
|
10
|
-
Enforce daily budgets and see per-model spend.
|
|
11
|
-
|
|
12
|
-
## Metrics
|
|
13
|
-
- Total spend: $X.XX
|
|
14
|
-
- Daily limit usage: XX%
|
|
15
|
-
- Per-model breakdown (Tokens/Cost)
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Get the same code diff reviewed by multiple AI models simultaneously.
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# MindForge v2 — Cross-Review Command
|
|
6
|
-
# Usage: /mindforge:cross-review [--phase N] [--models list] [--focus area]
|
|
7
|
-
|
|
8
|
-
## Purpose
|
|
9
|
-
Get the same code diff reviewed by multiple AI models simultaneously.
|
|
10
|
-
Claude finds what Claude finds. GPT-4o finds what GPT-4o finds.
|
|
11
|
-
Consensus findings = high confidence issues.
|
|
12
|
-
|
|
13
|
-
## Round 1: Primary (Claude)
|
|
14
|
-
Senior architect review.
|
|
15
|
-
|
|
16
|
-
## Round 2: Adversarial (GPT-4o)
|
|
17
|
-
Critical security and edge case review.
|
|
18
|
-
|
|
19
|
-
## Synthesis
|
|
20
|
-
Consensus detector filters findings.
|
|
21
|
-
Verdict is gating for `/mindforge:ship`.
|