gsd-remix 1.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/LICENSE +21 -0
- package/README.md +939 -0
- package/README.zh-CN.md +876 -0
- package/agents/gsd-advisor-researcher.md +127 -0
- package/agents/gsd-ai-researcher.md +133 -0
- package/agents/gsd-assumptions-analyzer.md +105 -0
- package/agents/gsd-code-fixer.md +517 -0
- package/agents/gsd-code-reviewer.md +371 -0
- package/agents/gsd-codebase-mapper.md +781 -0
- package/agents/gsd-debug-session-manager.md +314 -0
- package/agents/gsd-debugger.md +1452 -0
- package/agents/gsd-doc-classifier.md +168 -0
- package/agents/gsd-doc-synthesizer.md +204 -0
- package/agents/gsd-doc-verifier.md +217 -0
- package/agents/gsd-doc-writer.md +615 -0
- package/agents/gsd-domain-researcher.md +153 -0
- package/agents/gsd-eval-auditor.md +191 -0
- package/agents/gsd-eval-planner.md +154 -0
- package/agents/gsd-executor.md +603 -0
- package/agents/gsd-framework-selector.md +160 -0
- package/agents/gsd-integration-checker.md +470 -0
- package/agents/gsd-intel-updater.md +334 -0
- package/agents/gsd-nyquist-auditor.md +203 -0
- package/agents/gsd-pattern-mapper.md +335 -0
- package/agents/gsd-phase-researcher.md +841 -0
- package/agents/gsd-plan-checker.md +978 -0
- package/agents/gsd-planner.md +1251 -0
- package/agents/gsd-project-researcher.md +677 -0
- package/agents/gsd-research-synthesizer.md +247 -0
- package/agents/gsd-roadmapper.md +688 -0
- package/agents/gsd-security-auditor.md +155 -0
- package/agents/gsd-ui-auditor.md +495 -0
- package/agents/gsd-ui-checker.md +309 -0
- package/agents/gsd-ui-researcher.md +380 -0
- package/agents/gsd-user-profiler.md +171 -0
- package/agents/gsd-verifier.md +830 -0
- package/bin/install.js +7062 -0
- package/commands/gsd/add-backlog.md +79 -0
- package/commands/gsd/add-phase.md +43 -0
- package/commands/gsd/add-tests.md +41 -0
- package/commands/gsd/add-todo.md +47 -0
- package/commands/gsd/ai-integration-phase.md +36 -0
- package/commands/gsd/analyze-dependencies.md +34 -0
- package/commands/gsd/audit-fix.md +33 -0
- package/commands/gsd/audit-milestone.md +36 -0
- package/commands/gsd/audit-uat.md +24 -0
- package/commands/gsd/autonomous.md +46 -0
- package/commands/gsd/check-todos.md +45 -0
- package/commands/gsd/cleanup.md +23 -0
- package/commands/gsd/code-review-fix.md +52 -0
- package/commands/gsd/code-review.md +55 -0
- package/commands/gsd/complete-milestone.md +136 -0
- package/commands/gsd/debug.md +263 -0
- package/commands/gsd/discuss-phase.md +69 -0
- package/commands/gsd/do.md +30 -0
- package/commands/gsd/docs-update.md +48 -0
- package/commands/gsd/eval-review.md +32 -0
- package/commands/gsd/execute-phase.md +63 -0
- package/commands/gsd/explore.md +27 -0
- package/commands/gsd/extract_learnings.md +22 -0
- package/commands/gsd/fast.md +30 -0
- package/commands/gsd/forensics.md +56 -0
- package/commands/gsd/from-gsd2.md +47 -0
- package/commands/gsd/graphify.md +201 -0
- package/commands/gsd/health.md +22 -0
- package/commands/gsd/help.md +24 -0
- package/commands/gsd/import.md +37 -0
- package/commands/gsd/inbox.md +38 -0
- package/commands/gsd/ingest-docs.md +42 -0
- package/commands/gsd/insert-phase.md +32 -0
- package/commands/gsd/intel.md +179 -0
- package/commands/gsd/join-discord.md +19 -0
- package/commands/gsd/list-phase-assumptions.md +46 -0
- package/commands/gsd/list-workspaces.md +19 -0
- package/commands/gsd/manager.md +40 -0
- package/commands/gsd/map-codebase.md +71 -0
- package/commands/gsd/milestone-summary.md +51 -0
- package/commands/gsd/new-milestone.md +44 -0
- package/commands/gsd/new-project.md +46 -0
- package/commands/gsd/new-workspace.md +44 -0
- package/commands/gsd/next.md +28 -0
- package/commands/gsd/note.md +34 -0
- package/commands/gsd/pause-work.md +38 -0
- package/commands/gsd/plan-milestone-gaps.md +34 -0
- package/commands/gsd/plan-phase.md +52 -0
- package/commands/gsd/plan-review-convergence.md +52 -0
- package/commands/gsd/plant-seed.md +28 -0
- package/commands/gsd/pr-branch.md +25 -0
- package/commands/gsd/profile-user.md +46 -0
- package/commands/gsd/progress.md +25 -0
- package/commands/gsd/quick.md +173 -0
- package/commands/gsd/reapply-patches.md +331 -0
- package/commands/gsd/remove-phase.md +31 -0
- package/commands/gsd/remove-workspace.md +26 -0
- package/commands/gsd/research-phase.md +195 -0
- package/commands/gsd/resume-work.md +40 -0
- package/commands/gsd/review-backlog.md +62 -0
- package/commands/gsd/review.md +40 -0
- package/commands/gsd/scan.md +26 -0
- package/commands/gsd/secure-phase.md +35 -0
- package/commands/gsd/session-report.md +19 -0
- package/commands/gsd/set-profile.md +12 -0
- package/commands/gsd/settings.md +36 -0
- package/commands/gsd/ship.md +23 -0
- package/commands/gsd/sketch-wrap-up.md +31 -0
- package/commands/gsd/sketch.md +49 -0
- package/commands/gsd/spec-phase.md +62 -0
- package/commands/gsd/spike-wrap-up.md +31 -0
- package/commands/gsd/spike.md +46 -0
- package/commands/gsd/stats.md +18 -0
- package/commands/gsd/sync-skills.md +19 -0
- package/commands/gsd/thread.md +227 -0
- package/commands/gsd/ui-phase.md +34 -0
- package/commands/gsd/ui-review.md +32 -0
- package/commands/gsd/ultraplan-phase.md +33 -0
- package/commands/gsd/undo.md +34 -0
- package/commands/gsd/update.md +37 -0
- package/commands/gsd/validate-phase.md +35 -0
- package/commands/gsd/verify-work.md +38 -0
- package/commands/gsd/workstreams.md +69 -0
- package/get-shit-done/bin/gsd-tools.cjs +1263 -0
- package/get-shit-done/bin/lib/artifacts.cjs +52 -0
- package/get-shit-done/bin/lib/audit.cjs +757 -0
- package/get-shit-done/bin/lib/commands.cjs +1023 -0
- package/get-shit-done/bin/lib/config-schema.cjs +79 -0
- package/get-shit-done/bin/lib/config.cjs +463 -0
- package/get-shit-done/bin/lib/core.cjs +1794 -0
- package/get-shit-done/bin/lib/docs.cjs +267 -0
- package/get-shit-done/bin/lib/frontmatter.cjs +379 -0
- package/get-shit-done/bin/lib/graphify.cjs +494 -0
- package/get-shit-done/bin/lib/gsd2-import.cjs +511 -0
- package/get-shit-done/bin/lib/init.cjs +1878 -0
- package/get-shit-done/bin/lib/intel.cjs +639 -0
- package/get-shit-done/bin/lib/learnings.cjs +378 -0
- package/get-shit-done/bin/lib/milestone.cjs +283 -0
- package/get-shit-done/bin/lib/model-profiles.cjs +71 -0
- package/get-shit-done/bin/lib/phase.cjs +1058 -0
- package/get-shit-done/bin/lib/profile-output.cjs +1080 -0
- package/get-shit-done/bin/lib/profile-pipeline.cjs +539 -0
- package/get-shit-done/bin/lib/roadmap.cjs +523 -0
- package/get-shit-done/bin/lib/schema-detect.cjs +238 -0
- package/get-shit-done/bin/lib/security.cjs +504 -0
- package/get-shit-done/bin/lib/state.cjs +1649 -0
- package/get-shit-done/bin/lib/template.cjs +226 -0
- package/get-shit-done/bin/lib/uat.cjs +288 -0
- package/get-shit-done/bin/lib/verify.cjs +1184 -0
- package/get-shit-done/bin/lib/workstream.cjs +495 -0
- package/get-shit-done/bin/repair-sdk.cjs +177 -0
- package/get-shit-done/contexts/dev.md +21 -0
- package/get-shit-done/contexts/research.md +22 -0
- package/get-shit-done/contexts/review.md +22 -0
- package/get-shit-done/references/agent-contracts.md +79 -0
- package/get-shit-done/references/ai-evals.md +156 -0
- package/get-shit-done/references/ai-frameworks.md +186 -0
- package/get-shit-done/references/artifact-types.md +131 -0
- package/get-shit-done/references/autonomous-smart-discuss.md +277 -0
- package/get-shit-done/references/checkpoints.md +808 -0
- package/get-shit-done/references/common-bug-patterns.md +114 -0
- package/get-shit-done/references/context-budget.md +49 -0
- package/get-shit-done/references/continuation-format.md +253 -0
- package/get-shit-done/references/debugger-philosophy.md +76 -0
- package/get-shit-done/references/decimal-phase-calculation.md +64 -0
- package/get-shit-done/references/doc-conflict-engine.md +91 -0
- package/get-shit-done/references/domain-probes.md +125 -0
- package/get-shit-done/references/executor-examples.md +110 -0
- package/get-shit-done/references/few-shot-examples/plan-checker.md +73 -0
- package/get-shit-done/references/few-shot-examples/verifier.md +109 -0
- package/get-shit-done/references/gate-prompts.md +100 -0
- package/get-shit-done/references/gates.md +70 -0
- package/get-shit-done/references/git-integration.md +295 -0
- package/get-shit-done/references/git-planning-commit.md +40 -0
- package/get-shit-done/references/ios-scaffold.md +123 -0
- package/get-shit-done/references/mandatory-initial-read.md +2 -0
- package/get-shit-done/references/model-profile-resolution.md +38 -0
- package/get-shit-done/references/model-profiles.md +145 -0
- package/get-shit-done/references/phase-argument-parsing.md +61 -0
- package/get-shit-done/references/planner-antipatterns.md +89 -0
- package/get-shit-done/references/planner-gap-closure.md +62 -0
- package/get-shit-done/references/planner-reviews.md +39 -0
- package/get-shit-done/references/planner-revision.md +87 -0
- package/get-shit-done/references/planner-source-audit.md +73 -0
- package/get-shit-done/references/planning-config.md +460 -0
- package/get-shit-done/references/project-skills-discovery.md +19 -0
- package/get-shit-done/references/questioning.md +162 -0
- package/get-shit-done/references/revision-loop.md +97 -0
- package/get-shit-done/references/sketch-interactivity.md +41 -0
- package/get-shit-done/references/sketch-theme-system.md +94 -0
- package/get-shit-done/references/sketch-tooling.md +45 -0
- package/get-shit-done/references/sketch-variant-patterns.md +81 -0
- package/get-shit-done/references/tdd.md +330 -0
- package/get-shit-done/references/thinking-models-debug.md +44 -0
- package/get-shit-done/references/thinking-models-execution.md +50 -0
- package/get-shit-done/references/thinking-models-planning.md +62 -0
- package/get-shit-done/references/thinking-models-research.md +50 -0
- package/get-shit-done/references/thinking-models-verification.md +55 -0
- package/get-shit-done/references/thinking-partner.md +96 -0
- package/get-shit-done/references/ui-brand.md +160 -0
- package/get-shit-done/references/universal-anti-patterns.md +63 -0
- package/get-shit-done/references/user-profiling.md +681 -0
- package/get-shit-done/references/verification-overrides.md +227 -0
- package/get-shit-done/references/verification-patterns.md +612 -0
- package/get-shit-done/references/workstream-flag.md +111 -0
- package/get-shit-done/templates/AI-SPEC.md +246 -0
- package/get-shit-done/templates/DEBUG.md +169 -0
- package/get-shit-done/templates/README.md +76 -0
- package/get-shit-done/templates/SECURITY.md +61 -0
- package/get-shit-done/templates/UAT.md +265 -0
- package/get-shit-done/templates/UI-SPEC.md +100 -0
- package/get-shit-done/templates/VALIDATION.md +76 -0
- package/get-shit-done/templates/claude-md.md +145 -0
- package/get-shit-done/templates/codebase/architecture.md +255 -0
- package/get-shit-done/templates/codebase/concerns.md +310 -0
- package/get-shit-done/templates/codebase/conventions.md +307 -0
- package/get-shit-done/templates/codebase/integrations.md +280 -0
- package/get-shit-done/templates/codebase/stack.md +186 -0
- package/get-shit-done/templates/codebase/structure.md +285 -0
- package/get-shit-done/templates/codebase/testing.md +480 -0
- package/get-shit-done/templates/config.json +56 -0
- package/get-shit-done/templates/context.md +352 -0
- package/get-shit-done/templates/continue-here.md +78 -0
- package/get-shit-done/templates/copilot-instructions.md +7 -0
- package/get-shit-done/templates/debug-subagent-prompt.md +91 -0
- package/get-shit-done/templates/dev-preferences.md +21 -0
- package/get-shit-done/templates/discovery.md +146 -0
- package/get-shit-done/templates/discussion-log.md +63 -0
- package/get-shit-done/templates/milestone-archive.md +123 -0
- package/get-shit-done/templates/milestone.md +115 -0
- package/get-shit-done/templates/phase-prompt.md +610 -0
- package/get-shit-done/templates/planner-subagent-prompt.md +117 -0
- package/get-shit-done/templates/project.md +186 -0
- package/get-shit-done/templates/requirements.md +231 -0
- package/get-shit-done/templates/research-project/ARCHITECTURE.md +204 -0
- package/get-shit-done/templates/research-project/FEATURES.md +147 -0
- package/get-shit-done/templates/research-project/PITFALLS.md +200 -0
- package/get-shit-done/templates/research-project/STACK.md +120 -0
- package/get-shit-done/templates/research-project/SUMMARY.md +170 -0
- package/get-shit-done/templates/research.md +592 -0
- package/get-shit-done/templates/retrospective.md +54 -0
- package/get-shit-done/templates/roadmap.md +202 -0
- package/get-shit-done/templates/spec.md +307 -0
- package/get-shit-done/templates/state.md +184 -0
- package/get-shit-done/templates/summary-complex.md +59 -0
- package/get-shit-done/templates/summary-minimal.md +41 -0
- package/get-shit-done/templates/summary-standard.md +48 -0
- package/get-shit-done/templates/summary.md +248 -0
- package/get-shit-done/templates/user-profile.md +146 -0
- package/get-shit-done/templates/user-setup.md +311 -0
- package/get-shit-done/templates/verification-report.md +322 -0
- package/get-shit-done/workflows/add-phase.md +112 -0
- package/get-shit-done/workflows/add-tests.md +354 -0
- package/get-shit-done/workflows/add-todo.md +160 -0
- package/get-shit-done/workflows/ai-integration-phase.md +284 -0
- package/get-shit-done/workflows/analyze-dependencies.md +96 -0
- package/get-shit-done/workflows/audit-fix.md +175 -0
- package/get-shit-done/workflows/audit-milestone.md +340 -0
- package/get-shit-done/workflows/audit-uat.md +109 -0
- package/get-shit-done/workflows/autonomous.md +789 -0
- package/get-shit-done/workflows/check-todos.md +179 -0
- package/get-shit-done/workflows/cleanup.md +154 -0
- package/get-shit-done/workflows/code-review-fix.md +497 -0
- package/get-shit-done/workflows/code-review.md +515 -0
- package/get-shit-done/workflows/complete-milestone.md +847 -0
- package/get-shit-done/workflows/diagnose-issues.md +238 -0
- package/get-shit-done/workflows/discovery-phase.md +291 -0
- package/get-shit-done/workflows/discuss-phase-assumptions.md +670 -0
- package/get-shit-done/workflows/discuss-phase-power.md +308 -0
- package/get-shit-done/workflows/discuss-phase.md +1378 -0
- package/get-shit-done/workflows/do.md +110 -0
- package/get-shit-done/workflows/docs-update.md +1155 -0
- package/get-shit-done/workflows/eval-review.md +155 -0
- package/get-shit-done/workflows/execute-phase.md +1677 -0
- package/get-shit-done/workflows/execute-plan.md +533 -0
- package/get-shit-done/workflows/explore.md +141 -0
- package/get-shit-done/workflows/extract_learnings.md +242 -0
- package/get-shit-done/workflows/fast.md +105 -0
- package/get-shit-done/workflows/forensics.md +265 -0
- package/get-shit-done/workflows/graduation.md +195 -0
- package/get-shit-done/workflows/health.md +314 -0
- package/get-shit-done/workflows/help.md +667 -0
- package/get-shit-done/workflows/import.md +246 -0
- package/get-shit-done/workflows/inbox.md +387 -0
- package/get-shit-done/workflows/ingest-docs.md +328 -0
- package/get-shit-done/workflows/insert-phase.md +130 -0
- package/get-shit-done/workflows/list-phase-assumptions.md +178 -0
- package/get-shit-done/workflows/list-workspaces.md +56 -0
- package/get-shit-done/workflows/manager.md +365 -0
- package/get-shit-done/workflows/map-codebase.md +393 -0
- package/get-shit-done/workflows/milestone-summary.md +223 -0
- package/get-shit-done/workflows/new-milestone.md +611 -0
- package/get-shit-done/workflows/new-project.md +1391 -0
- package/get-shit-done/workflows/new-workspace.md +239 -0
- package/get-shit-done/workflows/next.md +220 -0
- package/get-shit-done/workflows/node-repair.md +92 -0
- package/get-shit-done/workflows/note.md +158 -0
- package/get-shit-done/workflows/pause-work.md +243 -0
- package/get-shit-done/workflows/plan-milestone-gaps.md +273 -0
- package/get-shit-done/workflows/plan-phase.md +1349 -0
- package/get-shit-done/workflows/plan-review-convergence.md +254 -0
- package/get-shit-done/workflows/plant-seed.md +172 -0
- package/get-shit-done/workflows/pr-branch.md +157 -0
- package/get-shit-done/workflows/profile-user.md +452 -0
- package/get-shit-done/workflows/progress.md +619 -0
- package/get-shit-done/workflows/quick.md +970 -0
- package/get-shit-done/workflows/remove-phase.md +155 -0
- package/get-shit-done/workflows/remove-workspace.md +92 -0
- package/get-shit-done/workflows/research-phase.md +89 -0
- package/get-shit-done/workflows/resume-project.md +326 -0
- package/get-shit-done/workflows/review.md +344 -0
- package/get-shit-done/workflows/scan.md +102 -0
- package/get-shit-done/workflows/secure-phase.md +166 -0
- package/get-shit-done/workflows/session-report.md +146 -0
- package/get-shit-done/workflows/settings.md +319 -0
- package/get-shit-done/workflows/ship.md +302 -0
- package/get-shit-done/workflows/sketch-wrap-up.md +283 -0
- package/get-shit-done/workflows/sketch.md +286 -0
- package/get-shit-done/workflows/spec-phase.md +262 -0
- package/get-shit-done/workflows/spike-wrap-up.md +281 -0
- package/get-shit-done/workflows/spike.md +362 -0
- package/get-shit-done/workflows/stats.md +60 -0
- package/get-shit-done/workflows/sync-skills.md +182 -0
- package/get-shit-done/workflows/transition.md +693 -0
- package/get-shit-done/workflows/ui-phase.md +323 -0
- package/get-shit-done/workflows/ui-review.md +190 -0
- package/get-shit-done/workflows/ultraplan-phase.md +189 -0
- package/get-shit-done/workflows/undo.md +314 -0
- package/get-shit-done/workflows/update.md +587 -0
- package/get-shit-done/workflows/validate-phase.md +176 -0
- package/get-shit-done/workflows/verify-phase.md +465 -0
- package/get-shit-done/workflows/verify-work.md +740 -0
- package/hooks/dist/gsd-check-update-worker.js +108 -0
- package/hooks/dist/gsd-check-update.js +64 -0
- package/hooks/dist/gsd-context-monitor.js +192 -0
- package/hooks/dist/gsd-phase-boundary.sh +28 -0
- package/hooks/dist/gsd-prompt-guard.js +97 -0
- package/hooks/dist/gsd-read-guard.js +82 -0
- package/hooks/dist/gsd-read-injection-scanner.js +152 -0
- package/hooks/dist/gsd-session-state.sh +34 -0
- package/hooks/dist/gsd-statusline.js +293 -0
- package/hooks/dist/gsd-validate-commit.sh +48 -0
- package/hooks/dist/gsd-workflow-guard.js +94 -0
- package/hooks/gsd-check-update-worker.js +108 -0
- package/hooks/gsd-check-update.js +64 -0
- package/hooks/gsd-context-monitor.js +192 -0
- package/hooks/gsd-phase-boundary.sh +28 -0
- package/hooks/gsd-prompt-guard.js +97 -0
- package/hooks/gsd-read-guard.js +82 -0
- package/hooks/gsd-read-injection-scanner.js +152 -0
- package/hooks/gsd-session-state.sh +34 -0
- package/hooks/gsd-statusline.js +293 -0
- package/hooks/gsd-validate-commit.sh +48 -0
- package/hooks/gsd-workflow-guard.js +94 -0
- package/package.json +59 -0
- package/scripts/base64-scan.sh +262 -0
- package/scripts/build-hooks.js +95 -0
- package/scripts/gen-inventory-manifest.cjs +109 -0
- package/scripts/prompt-injection-scan.sh +201 -0
- package/scripts/run-tests.cjs +33 -0
- package/scripts/secret-scan.sh +227 -0
- package/sdk/package-lock.json +1998 -0
- package/sdk/package.json +52 -0
- package/sdk/prompts/agents/gsd-executor.md +110 -0
- package/sdk/prompts/agents/gsd-phase-researcher.md +158 -0
- package/sdk/prompts/agents/gsd-plan-checker.md +160 -0
- package/sdk/prompts/agents/gsd-planner.md +214 -0
- package/sdk/prompts/agents/gsd-project-researcher.md +323 -0
- package/sdk/prompts/agents/gsd-research-synthesizer.md +237 -0
- package/sdk/prompts/agents/gsd-roadmapper.md +670 -0
- package/sdk/prompts/agents/gsd-verifier.md +159 -0
- package/sdk/prompts/templates/project.md +186 -0
- package/sdk/prompts/templates/requirements.md +231 -0
- package/sdk/prompts/templates/research-project/ARCHITECTURE.md +204 -0
- package/sdk/prompts/templates/research-project/FEATURES.md +147 -0
- package/sdk/prompts/templates/research-project/PITFALLS.md +200 -0
- package/sdk/prompts/templates/research-project/STACK.md +120 -0
- package/sdk/prompts/templates/research-project/SUMMARY.md +170 -0
- package/sdk/prompts/templates/roadmap.md +202 -0
- package/sdk/prompts/templates/state.md +175 -0
- package/sdk/prompts/workflows/discuss-phase.md +126 -0
- package/sdk/prompts/workflows/execute-plan.md +106 -0
- package/sdk/prompts/workflows/plan-phase.md +84 -0
- package/sdk/prompts/workflows/research-phase.md +45 -0
- package/sdk/prompts/workflows/verify-phase.md +142 -0
- package/sdk/src/assembled-prompts.test.ts +349 -0
- package/sdk/src/cli-transport.test.ts +388 -0
- package/sdk/src/cli-transport.ts +130 -0
- package/sdk/src/cli.test.ts +383 -0
- package/sdk/src/cli.ts +670 -0
- package/sdk/src/config.test.ts +168 -0
- package/sdk/src/config.ts +177 -0
- package/sdk/src/context-engine.test.ts +295 -0
- package/sdk/src/context-engine.ts +170 -0
- package/sdk/src/context-truncation.test.ts +163 -0
- package/sdk/src/context-truncation.ts +233 -0
- package/sdk/src/e2e.integration.test.ts +178 -0
- package/sdk/src/errors.ts +72 -0
- package/sdk/src/event-stream.test.ts +661 -0
- package/sdk/src/event-stream.ts +441 -0
- package/sdk/src/failure-memory.test.ts +457 -0
- package/sdk/src/failure-memory.ts +1324 -0
- package/sdk/src/golden/capture.ts +95 -0
- package/sdk/src/golden/fixtures/generate-slug.golden.json +1 -0
- package/sdk/src/golden/fixtures/profile-sample-sessions/demo-project/sample.jsonl +3 -0
- package/sdk/src/golden/fixtures/summary-extract-sample.md +26 -0
- package/sdk/src/golden/fixtures/uat-render-checkpoint-sample.md +15 -0
- package/sdk/src/golden/golden-integration-covered.ts +30 -0
- package/sdk/src/golden/golden-mutation-covered.ts +7 -0
- package/sdk/src/golden/golden-policy.test.ts +8 -0
- package/sdk/src/golden/golden-policy.ts +112 -0
- package/sdk/src/golden/golden.integration.test.ts +373 -0
- package/sdk/src/golden/init-golden-normalize.ts +15 -0
- package/sdk/src/golden/read-only-golden-rows.ts +77 -0
- package/sdk/src/golden/read-only-parity.integration.test.ts +125 -0
- package/sdk/src/golden/registry-canonical-commands.ts +31 -0
- package/sdk/src/gsd-tools.test.ts +409 -0
- package/sdk/src/gsd-tools.ts +595 -0
- package/sdk/src/headless-prompts.test.ts +159 -0
- package/sdk/src/index.ts +333 -0
- package/sdk/src/init-e2e.integration.test.ts +136 -0
- package/sdk/src/init-runner.test.ts +783 -0
- package/sdk/src/init-runner.ts +735 -0
- package/sdk/src/lifecycle-e2e.integration.test.ts +258 -0
- package/sdk/src/logger.test.ts +149 -0
- package/sdk/src/logger.ts +113 -0
- package/sdk/src/milestone-runner.test.ts +421 -0
- package/sdk/src/phase-prompt.test.ts +538 -0
- package/sdk/src/phase-prompt.ts +264 -0
- package/sdk/src/phase-runner-types.test.ts +421 -0
- package/sdk/src/phase-runner.integration.test.ts +377 -0
- package/sdk/src/phase-runner.test.ts +2333 -0
- package/sdk/src/phase-runner.ts +1203 -0
- package/sdk/src/plan-parser.test.ts +528 -0
- package/sdk/src/plan-parser.ts +427 -0
- package/sdk/src/prompt-builder.test.ts +306 -0
- package/sdk/src/prompt-builder.ts +193 -0
- package/sdk/src/prompt-sanitizer.test.ts +260 -0
- package/sdk/src/prompt-sanitizer.ts +71 -0
- package/sdk/src/query/QUERY-HANDLERS.md +317 -0
- package/sdk/src/query/audit-open.ts +722 -0
- package/sdk/src/query/check-auto-mode.test.ts +77 -0
- package/sdk/src/query/check-auto-mode.ts +50 -0
- package/sdk/src/query/check-completion.test.ts +113 -0
- package/sdk/src/query/check-completion.ts +182 -0
- package/sdk/src/query/check-gates.test.ts +103 -0
- package/sdk/src/query/check-gates.ts +112 -0
- package/sdk/src/query/check-ship-ready.test.ts +77 -0
- package/sdk/src/query/check-ship-ready.ts +103 -0
- package/sdk/src/query/check-verification-status.test.ts +143 -0
- package/sdk/src/query/check-verification-status.ts +160 -0
- package/sdk/src/query/commit.test.ts +202 -0
- package/sdk/src/query/commit.ts +301 -0
- package/sdk/src/query/config-gates.test.ts +89 -0
- package/sdk/src/query/config-gates.ts +69 -0
- package/sdk/src/query/config-mutation.test.ts +365 -0
- package/sdk/src/query/config-mutation.ts +497 -0
- package/sdk/src/query/config-query.test.ts +161 -0
- package/sdk/src/query/config-query.ts +190 -0
- package/sdk/src/query/context-history.test.ts +165 -0
- package/sdk/src/query/context-history.ts +467 -0
- package/sdk/src/query/decomposed-handlers.test.ts +365 -0
- package/sdk/src/query/detect-custom-files.ts +97 -0
- package/sdk/src/query/detect-phase-type.test.ts +105 -0
- package/sdk/src/query/detect-phase-type.ts +141 -0
- package/sdk/src/query/docs-init.ts +257 -0
- package/sdk/src/query/failure-capture.ts +58 -0
- package/sdk/src/query/frontmatter-array.test.ts +14 -0
- package/sdk/src/query/frontmatter-mutation.test.ts +259 -0
- package/sdk/src/query/frontmatter-mutation.ts +343 -0
- package/sdk/src/query/frontmatter.test.ts +281 -0
- package/sdk/src/query/frontmatter.ts +397 -0
- package/sdk/src/query/helpers.test.ts +426 -0
- package/sdk/src/query/helpers.ts +482 -0
- package/sdk/src/query/index.ts +586 -0
- package/sdk/src/query/init-complex.test.ts +232 -0
- package/sdk/src/query/init-complex.ts +578 -0
- package/sdk/src/query/init.test.ts +522 -0
- package/sdk/src/query/init.ts +1046 -0
- package/sdk/src/query/intel.test.ts +90 -0
- package/sdk/src/query/intel.ts +404 -0
- package/sdk/src/query/normalize-query-command.test.ts +50 -0
- package/sdk/src/query/normalize-query-command.ts +56 -0
- package/sdk/src/query/phase-lifecycle.test.ts +1126 -0
- package/sdk/src/query/phase-lifecycle.ts +1799 -0
- package/sdk/src/query/phase-list-queries.test.ts +88 -0
- package/sdk/src/query/phase-list-queries.ts +152 -0
- package/sdk/src/query/phase-ready.test.ts +65 -0
- package/sdk/src/query/phase-ready.ts +158 -0
- package/sdk/src/query/phase.test.ts +307 -0
- package/sdk/src/query/phase.ts +340 -0
- package/sdk/src/query/pipeline.test.ts +169 -0
- package/sdk/src/query/pipeline.ts +243 -0
- package/sdk/src/query/plan-execution-route.test.ts +166 -0
- package/sdk/src/query/plan-execution-route.ts +209 -0
- package/sdk/src/query/plan-task-structure.test.ts +65 -0
- package/sdk/src/query/plan-task-structure.ts +63 -0
- package/sdk/src/query/profile-extract-messages.ts +247 -0
- package/sdk/src/query/profile-output.ts +908 -0
- package/sdk/src/query/profile-questionnaire-data.ts +181 -0
- package/sdk/src/query/profile-sample.ts +184 -0
- package/sdk/src/query/profile-scan-sessions.ts +174 -0
- package/sdk/src/query/profile.test.ts +74 -0
- package/sdk/src/query/profile.ts +337 -0
- package/sdk/src/query/progress.test.ts +156 -0
- package/sdk/src/query/progress.ts +566 -0
- package/sdk/src/query/registry.test.ts +216 -0
- package/sdk/src/query/registry.ts +174 -0
- package/sdk/src/query/requirements-extract-from-plans.test.ts +58 -0
- package/sdk/src/query/requirements-extract-from-plans.ts +86 -0
- package/sdk/src/query/roadmap-update-plan-progress.ts +132 -0
- package/sdk/src/query/roadmap.test.ts +359 -0
- package/sdk/src/query/roadmap.ts +591 -0
- package/sdk/src/query/route-next-action.test.ts +61 -0
- package/sdk/src/query/route-next-action.ts +345 -0
- package/sdk/src/query/runtime-health.ts +7 -0
- package/sdk/src/query/schema-detect.ts +189 -0
- package/sdk/src/query/skill-manifest.ts +214 -0
- package/sdk/src/query/skills.test.ts +80 -0
- package/sdk/src/query/skills.ts +62 -0
- package/sdk/src/query/state-mutation.test.ts +450 -0
- package/sdk/src/query/state-mutation.ts +1444 -0
- package/sdk/src/query/state-project-load.ts +109 -0
- package/sdk/src/query/state.test.ts +347 -0
- package/sdk/src/query/state.ts +397 -0
- package/sdk/src/query/summary.test.ts +95 -0
- package/sdk/src/query/summary.ts +296 -0
- package/sdk/src/query/template.test.ts +180 -0
- package/sdk/src/query/template.ts +242 -0
- package/sdk/src/query/uat.test.ts +77 -0
- package/sdk/src/query/uat.ts +314 -0
- package/sdk/src/query/utils.test.ts +82 -0
- package/sdk/src/query/utils.ts +92 -0
- package/sdk/src/query/validate.test.ts +656 -0
- package/sdk/src/query/validate.ts +807 -0
- package/sdk/src/query/verify.test.ts +414 -0
- package/sdk/src/query/verify.ts +645 -0
- package/sdk/src/query/websearch.test.ts +31 -0
- package/sdk/src/query/websearch.ts +82 -0
- package/sdk/src/query/workspace.test.ts +119 -0
- package/sdk/src/query/workspace.ts +131 -0
- package/sdk/src/query/workstream.test.ts +51 -0
- package/sdk/src/query/workstream.ts +434 -0
- package/sdk/src/research-gate.test.ts +190 -0
- package/sdk/src/research-gate.ts +94 -0
- package/sdk/src/runtime-health.test.ts +176 -0
- package/sdk/src/runtime-health.ts +387 -0
- package/sdk/src/session-runner.test.ts +98 -0
- package/sdk/src/session-runner.ts +299 -0
- package/sdk/src/tool-scoping.test.ts +160 -0
- package/sdk/src/tool-scoping.ts +61 -0
- package/sdk/src/types.ts +917 -0
- package/sdk/src/workstream-utils.ts +33 -0
- package/sdk/src/ws-flag.test.ts +285 -0
- package/sdk/src/ws-transport.test.ts +161 -0
- package/sdk/src/ws-transport.ts +93 -0
- package/sdk/tsconfig.json +20 -0
|
@@ -0,0 +1,1184 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Verify — Verification suite, consistency, and health validation
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
const fs = require('fs');
|
|
6
|
+
const path = require('path');
|
|
7
|
+
const os = require('os');
|
|
8
|
+
const { safeReadFile, loadConfig, normalizePhaseName, escapeRegex, execGit, findPhaseInternal, getMilestoneInfo, stripShippedMilestones, extractCurrentMilestone, planningDir, output, error, checkAgentsInstalled, CONFIG_DEFAULTS } = require('./core.cjs');
|
|
9
|
+
const { extractFrontmatter, parseMustHavesBlock } = require('./frontmatter.cjs');
|
|
10
|
+
const { writeStateMd } = require('./state.cjs');
|
|
11
|
+
|
|
12
|
+
function cmdVerifySummary(cwd, summaryPath, checkFileCount, raw) {
|
|
13
|
+
if (!summaryPath) {
|
|
14
|
+
error('summary-path required');
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
const fullPath = path.join(cwd, summaryPath);
|
|
18
|
+
const checkCount = checkFileCount || 2;
|
|
19
|
+
|
|
20
|
+
// Check 1: Summary exists
|
|
21
|
+
if (!fs.existsSync(fullPath)) {
|
|
22
|
+
const result = {
|
|
23
|
+
passed: false,
|
|
24
|
+
checks: {
|
|
25
|
+
summary_exists: false,
|
|
26
|
+
files_created: { checked: 0, found: 0, missing: [] },
|
|
27
|
+
commits_exist: false,
|
|
28
|
+
self_check: 'not_found',
|
|
29
|
+
},
|
|
30
|
+
errors: ['SUMMARY.md not found'],
|
|
31
|
+
};
|
|
32
|
+
output(result, raw, 'failed');
|
|
33
|
+
return;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
const content = fs.readFileSync(fullPath, 'utf-8');
|
|
37
|
+
const errors = [];
|
|
38
|
+
|
|
39
|
+
// Check 2: Spot-check files mentioned in summary
|
|
40
|
+
const mentionedFiles = new Set();
|
|
41
|
+
const patterns = [
|
|
42
|
+
/`([^`]+\.[a-zA-Z]+)`/g,
|
|
43
|
+
/(?:Created|Modified|Added|Updated|Edited):\s*`?([^\s`]+\.[a-zA-Z]+)`?/gi,
|
|
44
|
+
];
|
|
45
|
+
|
|
46
|
+
for (const pattern of patterns) {
|
|
47
|
+
let m;
|
|
48
|
+
while ((m = pattern.exec(content)) !== null) {
|
|
49
|
+
const filePath = m[1];
|
|
50
|
+
if (filePath && !filePath.startsWith('http') && filePath.includes('/')) {
|
|
51
|
+
mentionedFiles.add(filePath);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
const filesToCheck = Array.from(mentionedFiles).slice(0, checkCount);
|
|
57
|
+
const missing = [];
|
|
58
|
+
for (const file of filesToCheck) {
|
|
59
|
+
if (!fs.existsSync(path.join(cwd, file))) {
|
|
60
|
+
missing.push(file);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
// Check 3: Commits exist
|
|
65
|
+
const commitHashPattern = /\b[0-9a-f]{7,40}\b/g;
|
|
66
|
+
const hashes = content.match(commitHashPattern) || [];
|
|
67
|
+
let commitsExist = false;
|
|
68
|
+
if (hashes.length > 0) {
|
|
69
|
+
for (const hash of hashes.slice(0, 3)) {
|
|
70
|
+
const result = execGit(cwd, ['cat-file', '-t', hash]);
|
|
71
|
+
if (result.exitCode === 0 && result.stdout === 'commit') {
|
|
72
|
+
commitsExist = true;
|
|
73
|
+
break;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
// Check 4: Self-check section
|
|
79
|
+
let selfCheck = 'not_found';
|
|
80
|
+
const selfCheckPattern = /##\s*(?:Self[- ]?Check|Verification|Quality Check)/i;
|
|
81
|
+
if (selfCheckPattern.test(content)) {
|
|
82
|
+
const passPattern = /(?:all\s+)?(?:pass|✓|✅|complete|succeeded)/i;
|
|
83
|
+
const failPattern = /(?:fail|✗|❌|incomplete|blocked)/i;
|
|
84
|
+
const checkSection = content.slice(content.search(selfCheckPattern));
|
|
85
|
+
if (failPattern.test(checkSection)) {
|
|
86
|
+
selfCheck = 'failed';
|
|
87
|
+
} else if (passPattern.test(checkSection)) {
|
|
88
|
+
selfCheck = 'passed';
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
if (missing.length > 0) errors.push('Missing files: ' + missing.join(', '));
|
|
93
|
+
if (!commitsExist && hashes.length > 0) errors.push('Referenced commit hashes not found in git history');
|
|
94
|
+
if (selfCheck === 'failed') errors.push('Self-check section indicates failure');
|
|
95
|
+
|
|
96
|
+
const checks = {
|
|
97
|
+
summary_exists: true,
|
|
98
|
+
files_created: { checked: filesToCheck.length, found: filesToCheck.length - missing.length, missing },
|
|
99
|
+
commits_exist: commitsExist,
|
|
100
|
+
self_check: selfCheck,
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
const passed = missing.length === 0 && selfCheck !== 'failed';
|
|
104
|
+
const result = { passed, checks, errors };
|
|
105
|
+
output(result, raw, passed ? 'passed' : 'failed');
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
function cmdVerifyPlanStructure(cwd, filePath, raw) {
|
|
109
|
+
if (!filePath) { error('file path required'); }
|
|
110
|
+
const fullPath = path.isAbsolute(filePath) ? filePath : path.join(cwd, filePath);
|
|
111
|
+
const content = safeReadFile(fullPath);
|
|
112
|
+
if (!content) { output({ error: 'File not found', path: filePath }, raw); return; }
|
|
113
|
+
|
|
114
|
+
const fm = extractFrontmatter(content);
|
|
115
|
+
const errors = [];
|
|
116
|
+
const warnings = [];
|
|
117
|
+
|
|
118
|
+
// Check required frontmatter fields
|
|
119
|
+
const required = ['phase', 'plan', 'type', 'wave', 'depends_on', 'files_modified', 'autonomous', 'must_haves'];
|
|
120
|
+
for (const field of required) {
|
|
121
|
+
if (fm[field] === undefined) errors.push(`Missing required frontmatter field: ${field}`);
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
// Parse and check task elements
|
|
125
|
+
const taskPattern = /<task[^>]*>([\s\S]*?)<\/task>/g;
|
|
126
|
+
const tasks = [];
|
|
127
|
+
let taskMatch;
|
|
128
|
+
while ((taskMatch = taskPattern.exec(content)) !== null) {
|
|
129
|
+
const taskContent = taskMatch[1];
|
|
130
|
+
const nameMatch = taskContent.match(/<name>([\s\S]*?)<\/name>/);
|
|
131
|
+
const taskName = nameMatch ? nameMatch[1].trim() : 'unnamed';
|
|
132
|
+
const hasFiles = /<files>/.test(taskContent);
|
|
133
|
+
const hasAction = /<action>/.test(taskContent);
|
|
134
|
+
const hasVerify = /<verify>/.test(taskContent);
|
|
135
|
+
const hasDone = /<done>/.test(taskContent);
|
|
136
|
+
|
|
137
|
+
if (!nameMatch) errors.push('Task missing <name> element');
|
|
138
|
+
if (!hasAction) errors.push(`Task '${taskName}' missing <action>`);
|
|
139
|
+
if (!hasVerify) warnings.push(`Task '${taskName}' missing <verify>`);
|
|
140
|
+
if (!hasDone) warnings.push(`Task '${taskName}' missing <done>`);
|
|
141
|
+
if (!hasFiles) warnings.push(`Task '${taskName}' missing <files>`);
|
|
142
|
+
|
|
143
|
+
tasks.push({ name: taskName, hasFiles, hasAction, hasVerify, hasDone });
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
if (tasks.length === 0) warnings.push('No <task> elements found');
|
|
147
|
+
|
|
148
|
+
// Wave/depends_on consistency
|
|
149
|
+
if (fm.wave && parseInt(fm.wave) > 1 && (!fm.depends_on || (Array.isArray(fm.depends_on) && fm.depends_on.length === 0))) {
|
|
150
|
+
warnings.push('Wave > 1 but depends_on is empty');
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
// Autonomous/checkpoint consistency
|
|
154
|
+
const hasCheckpoints = /<task\s+type=["']?checkpoint/.test(content);
|
|
155
|
+
if (hasCheckpoints && fm.autonomous !== 'false' && fm.autonomous !== false) {
|
|
156
|
+
errors.push('Has checkpoint tasks but autonomous is not false');
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
output({
|
|
160
|
+
valid: errors.length === 0,
|
|
161
|
+
errors,
|
|
162
|
+
warnings,
|
|
163
|
+
task_count: tasks.length,
|
|
164
|
+
tasks,
|
|
165
|
+
frontmatter_fields: Object.keys(fm),
|
|
166
|
+
}, raw, errors.length === 0 ? 'valid' : 'invalid');
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
function cmdVerifyPhaseCompleteness(cwd, phase, raw) {
|
|
170
|
+
if (!phase) { error('phase required'); }
|
|
171
|
+
const phaseInfo = findPhaseInternal(cwd, phase);
|
|
172
|
+
if (!phaseInfo || !phaseInfo.found) {
|
|
173
|
+
output({ error: 'Phase not found', phase }, raw);
|
|
174
|
+
return;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
const errors = [];
|
|
178
|
+
const warnings = [];
|
|
179
|
+
const phaseDir = path.join(cwd, phaseInfo.directory);
|
|
180
|
+
|
|
181
|
+
// List plans and summaries
|
|
182
|
+
let files;
|
|
183
|
+
try { files = fs.readdirSync(phaseDir); } catch { output({ error: 'Cannot read phase directory' }, raw); return; }
|
|
184
|
+
|
|
185
|
+
const plans = files.filter(f => f.match(/-PLAN\.md$/i));
|
|
186
|
+
const summaries = files.filter(f => f.match(/-SUMMARY\.md$/i));
|
|
187
|
+
|
|
188
|
+
// Extract plan IDs (everything before -PLAN.md)
|
|
189
|
+
const planIds = new Set(plans.map(p => p.replace(/-PLAN\.md$/i, '')));
|
|
190
|
+
const summaryIds = new Set(summaries.map(s => s.replace(/-SUMMARY\.md$/i, '')));
|
|
191
|
+
|
|
192
|
+
// Plans without summaries
|
|
193
|
+
const incompletePlans = [...planIds].filter(id => !summaryIds.has(id));
|
|
194
|
+
if (incompletePlans.length > 0) {
|
|
195
|
+
errors.push(`Plans without summaries: ${incompletePlans.join(', ')}`);
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
// Summaries without plans (orphans)
|
|
199
|
+
const orphanSummaries = [...summaryIds].filter(id => !planIds.has(id));
|
|
200
|
+
if (orphanSummaries.length > 0) {
|
|
201
|
+
warnings.push(`Summaries without plans: ${orphanSummaries.join(', ')}`);
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
output({
|
|
205
|
+
complete: errors.length === 0,
|
|
206
|
+
phase: phaseInfo.phase_number,
|
|
207
|
+
plan_count: plans.length,
|
|
208
|
+
summary_count: summaries.length,
|
|
209
|
+
incomplete_plans: incompletePlans,
|
|
210
|
+
orphan_summaries: orphanSummaries,
|
|
211
|
+
errors,
|
|
212
|
+
warnings,
|
|
213
|
+
}, raw, errors.length === 0 ? 'complete' : 'incomplete');
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
function cmdVerifyReferences(cwd, filePath, raw) {
|
|
217
|
+
if (!filePath) { error('file path required'); }
|
|
218
|
+
const fullPath = path.isAbsolute(filePath) ? filePath : path.join(cwd, filePath);
|
|
219
|
+
const content = safeReadFile(fullPath);
|
|
220
|
+
if (!content) { output({ error: 'File not found', path: filePath }, raw); return; }
|
|
221
|
+
|
|
222
|
+
const found = [];
|
|
223
|
+
const missing = [];
|
|
224
|
+
|
|
225
|
+
// Find @-references: @path/to/file (must contain / to be a file path)
|
|
226
|
+
const atRefs = content.match(/@([^\s\n,)]+\/[^\s\n,)]+)/g) || [];
|
|
227
|
+
for (const ref of atRefs) {
|
|
228
|
+
const cleanRef = ref.slice(1); // remove @
|
|
229
|
+
const resolved = cleanRef.startsWith('~/')
|
|
230
|
+
? path.join(process.env.HOME || '', cleanRef.slice(2))
|
|
231
|
+
: path.join(cwd, cleanRef);
|
|
232
|
+
if (fs.existsSync(resolved)) {
|
|
233
|
+
found.push(cleanRef);
|
|
234
|
+
} else {
|
|
235
|
+
missing.push(cleanRef);
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
// Find backtick file paths that look like real paths (contain / and have extension)
|
|
240
|
+
const backtickRefs = content.match(/`([^`]+\/[^`]+\.[a-zA-Z]{1,10})`/g) || [];
|
|
241
|
+
for (const ref of backtickRefs) {
|
|
242
|
+
const cleanRef = ref.slice(1, -1); // remove backticks
|
|
243
|
+
if (cleanRef.startsWith('http') || cleanRef.includes('${') || cleanRef.includes('{{')) continue;
|
|
244
|
+
if (found.includes(cleanRef) || missing.includes(cleanRef)) continue; // dedup
|
|
245
|
+
const resolved = path.join(cwd, cleanRef);
|
|
246
|
+
if (fs.existsSync(resolved)) {
|
|
247
|
+
found.push(cleanRef);
|
|
248
|
+
} else {
|
|
249
|
+
missing.push(cleanRef);
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
output({
|
|
254
|
+
valid: missing.length === 0,
|
|
255
|
+
found: found.length,
|
|
256
|
+
missing,
|
|
257
|
+
total: found.length + missing.length,
|
|
258
|
+
}, raw, missing.length === 0 ? 'valid' : 'invalid');
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
function cmdVerifyCommits(cwd, hashes, raw) {
|
|
262
|
+
if (!hashes || hashes.length === 0) { error('At least one commit hash required'); }
|
|
263
|
+
|
|
264
|
+
const valid = [];
|
|
265
|
+
const invalid = [];
|
|
266
|
+
for (const hash of hashes) {
|
|
267
|
+
const result = execGit(cwd, ['cat-file', '-t', hash]);
|
|
268
|
+
if (result.exitCode === 0 && result.stdout.trim() === 'commit') {
|
|
269
|
+
valid.push(hash);
|
|
270
|
+
} else {
|
|
271
|
+
invalid.push(hash);
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
output({
|
|
276
|
+
all_valid: invalid.length === 0,
|
|
277
|
+
valid,
|
|
278
|
+
invalid,
|
|
279
|
+
total: hashes.length,
|
|
280
|
+
}, raw, invalid.length === 0 ? 'valid' : 'invalid');
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
function cmdVerifyArtifacts(cwd, planFilePath, raw) {
|
|
284
|
+
if (!planFilePath) { error('plan file path required'); }
|
|
285
|
+
const fullPath = path.isAbsolute(planFilePath) ? planFilePath : path.join(cwd, planFilePath);
|
|
286
|
+
const content = safeReadFile(fullPath);
|
|
287
|
+
if (!content) { output({ error: 'File not found', path: planFilePath }, raw); return; }
|
|
288
|
+
|
|
289
|
+
const artifacts = parseMustHavesBlock(content, 'artifacts');
|
|
290
|
+
if (artifacts.length === 0) {
|
|
291
|
+
output({ error: 'No must_haves.artifacts found in frontmatter', path: planFilePath }, raw);
|
|
292
|
+
return;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
const results = [];
|
|
296
|
+
for (const artifact of artifacts) {
|
|
297
|
+
if (typeof artifact === 'string') continue; // skip simple string items
|
|
298
|
+
const artPath = artifact.path;
|
|
299
|
+
if (!artPath) continue;
|
|
300
|
+
|
|
301
|
+
const artFullPath = path.join(cwd, artPath);
|
|
302
|
+
const exists = fs.existsSync(artFullPath);
|
|
303
|
+
const check = { path: artPath, exists, issues: [], passed: false };
|
|
304
|
+
|
|
305
|
+
if (exists) {
|
|
306
|
+
const fileContent = safeReadFile(artFullPath) || '';
|
|
307
|
+
const lineCount = fileContent.split('\n').length;
|
|
308
|
+
|
|
309
|
+
if (artifact.min_lines && lineCount < artifact.min_lines) {
|
|
310
|
+
check.issues.push(`Only ${lineCount} lines, need ${artifact.min_lines}`);
|
|
311
|
+
}
|
|
312
|
+
if (artifact.contains && !fileContent.includes(artifact.contains)) {
|
|
313
|
+
check.issues.push(`Missing pattern: ${artifact.contains}`);
|
|
314
|
+
}
|
|
315
|
+
if (artifact.exports) {
|
|
316
|
+
const exports = Array.isArray(artifact.exports) ? artifact.exports : [artifact.exports];
|
|
317
|
+
for (const exp of exports) {
|
|
318
|
+
if (!fileContent.includes(exp)) check.issues.push(`Missing export: ${exp}`);
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
check.passed = check.issues.length === 0;
|
|
322
|
+
} else {
|
|
323
|
+
check.issues.push('File not found');
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
results.push(check);
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
const passed = results.filter(r => r.passed).length;
|
|
330
|
+
output({
|
|
331
|
+
all_passed: passed === results.length,
|
|
332
|
+
passed,
|
|
333
|
+
total: results.length,
|
|
334
|
+
artifacts: results,
|
|
335
|
+
}, raw, passed === results.length ? 'valid' : 'invalid');
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
function cmdVerifyKeyLinks(cwd, planFilePath, raw) {
|
|
339
|
+
if (!planFilePath) { error('plan file path required'); }
|
|
340
|
+
const fullPath = path.isAbsolute(planFilePath) ? planFilePath : path.join(cwd, planFilePath);
|
|
341
|
+
const content = safeReadFile(fullPath);
|
|
342
|
+
if (!content) { output({ error: 'File not found', path: planFilePath }, raw); return; }
|
|
343
|
+
|
|
344
|
+
const keyLinks = parseMustHavesBlock(content, 'key_links');
|
|
345
|
+
if (keyLinks.length === 0) {
|
|
346
|
+
output({ error: 'No must_haves.key_links found in frontmatter', path: planFilePath }, raw);
|
|
347
|
+
return;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
const results = [];
|
|
351
|
+
for (const link of keyLinks) {
|
|
352
|
+
if (typeof link === 'string') continue;
|
|
353
|
+
const check = { from: link.from, to: link.to, via: link.via || '', verified: false, detail: '' };
|
|
354
|
+
|
|
355
|
+
const sourceContent = safeReadFile(path.join(cwd, link.from || ''));
|
|
356
|
+
if (!sourceContent) {
|
|
357
|
+
check.detail = 'Source file not found';
|
|
358
|
+
} else if (link.pattern) {
|
|
359
|
+
try {
|
|
360
|
+
const regex = new RegExp(link.pattern);
|
|
361
|
+
if (regex.test(sourceContent)) {
|
|
362
|
+
check.verified = true;
|
|
363
|
+
check.detail = 'Pattern found in source';
|
|
364
|
+
} else {
|
|
365
|
+
const targetContent = safeReadFile(path.join(cwd, link.to || ''));
|
|
366
|
+
if (targetContent && regex.test(targetContent)) {
|
|
367
|
+
check.verified = true;
|
|
368
|
+
check.detail = 'Pattern found in target';
|
|
369
|
+
} else {
|
|
370
|
+
check.detail = `Pattern "${link.pattern}" not found in source or target`;
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
} catch {
|
|
374
|
+
check.detail = `Invalid regex pattern: ${link.pattern}`;
|
|
375
|
+
}
|
|
376
|
+
} else {
|
|
377
|
+
// No pattern: just check source references target
|
|
378
|
+
if (sourceContent.includes(link.to || '')) {
|
|
379
|
+
check.verified = true;
|
|
380
|
+
check.detail = 'Target referenced in source';
|
|
381
|
+
} else {
|
|
382
|
+
check.detail = 'Target not referenced in source';
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
results.push(check);
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
const verified = results.filter(r => r.verified).length;
|
|
390
|
+
output({
|
|
391
|
+
all_verified: verified === results.length,
|
|
392
|
+
verified,
|
|
393
|
+
total: results.length,
|
|
394
|
+
links: results,
|
|
395
|
+
}, raw, verified === results.length ? 'valid' : 'invalid');
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
function cmdValidateConsistency(cwd, raw) {
|
|
399
|
+
const roadmapPath = path.join(planningDir(cwd), 'ROADMAP.md');
|
|
400
|
+
const phasesDir = path.join(planningDir(cwd), 'phases');
|
|
401
|
+
const errors = [];
|
|
402
|
+
const warnings = [];
|
|
403
|
+
|
|
404
|
+
// Check for ROADMAP
|
|
405
|
+
if (!fs.existsSync(roadmapPath)) {
|
|
406
|
+
errors.push('ROADMAP.md not found');
|
|
407
|
+
output({ passed: false, errors, warnings }, raw, 'failed');
|
|
408
|
+
return;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
const roadmapContentRaw = fs.readFileSync(roadmapPath, 'utf-8');
|
|
412
|
+
const roadmapContent = extractCurrentMilestone(roadmapContentRaw, cwd);
|
|
413
|
+
|
|
414
|
+
// Extract phases from ROADMAP (archived milestones already stripped)
|
|
415
|
+
const roadmapPhases = new Set();
|
|
416
|
+
const phasePattern = /#{2,4}\s*Phase\s+(\d+[A-Z]?(?:\.\d+)*)\s*:/gi;
|
|
417
|
+
let m;
|
|
418
|
+
while ((m = phasePattern.exec(roadmapContent)) !== null) {
|
|
419
|
+
roadmapPhases.add(m[1]);
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
// Get phases on disk
|
|
423
|
+
const diskPhases = new Set();
|
|
424
|
+
try {
|
|
425
|
+
const entries = fs.readdirSync(phasesDir, { withFileTypes: true });
|
|
426
|
+
const dirs = entries.filter(e => e.isDirectory()).map(e => e.name);
|
|
427
|
+
for (const dir of dirs) {
|
|
428
|
+
const dm = dir.match(/^(\d+[A-Z]?(?:\.\d+)*)/i);
|
|
429
|
+
if (dm) diskPhases.add(dm[1]);
|
|
430
|
+
}
|
|
431
|
+
} catch { /* intentionally empty */ }
|
|
432
|
+
|
|
433
|
+
// Check: phases in ROADMAP but not on disk
|
|
434
|
+
for (const p of roadmapPhases) {
|
|
435
|
+
if (!diskPhases.has(p) && !diskPhases.has(normalizePhaseName(p))) {
|
|
436
|
+
warnings.push(`Phase ${p} in ROADMAP.md but no directory on disk`);
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
// Check: phases on disk but not in ROADMAP
|
|
441
|
+
for (const p of diskPhases) {
|
|
442
|
+
const unpadded = String(parseInt(p, 10));
|
|
443
|
+
if (!roadmapPhases.has(p) && !roadmapPhases.has(unpadded)) {
|
|
444
|
+
warnings.push(`Phase ${p} exists on disk but not in ROADMAP.md`);
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
// Check: sequential phase numbers (integers only, skip in custom naming mode)
|
|
449
|
+
const config = loadConfig(cwd);
|
|
450
|
+
if (config.phase_naming !== 'custom') {
|
|
451
|
+
const integerPhases = [...diskPhases]
|
|
452
|
+
.filter(p => !p.includes('.'))
|
|
453
|
+
.map(p => parseInt(p, 10))
|
|
454
|
+
.sort((a, b) => a - b);
|
|
455
|
+
|
|
456
|
+
for (let i = 1; i < integerPhases.length; i++) {
|
|
457
|
+
if (integerPhases[i] !== integerPhases[i - 1] + 1) {
|
|
458
|
+
warnings.push(`Gap in phase numbering: ${integerPhases[i - 1]} → ${integerPhases[i]}`);
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
// Check: plan numbering within phases
|
|
464
|
+
try {
|
|
465
|
+
const entries = fs.readdirSync(phasesDir, { withFileTypes: true });
|
|
466
|
+
const dirs = entries.filter(e => e.isDirectory()).map(e => e.name).sort();
|
|
467
|
+
|
|
468
|
+
for (const dir of dirs) {
|
|
469
|
+
const phaseFiles = fs.readdirSync(path.join(phasesDir, dir));
|
|
470
|
+
const plans = phaseFiles.filter(f => f.endsWith('-PLAN.md')).sort();
|
|
471
|
+
|
|
472
|
+
// Extract plan numbers
|
|
473
|
+
const planNums = plans.map(p => {
|
|
474
|
+
const pm = p.match(/-(\d{2})-PLAN\.md$/);
|
|
475
|
+
return pm ? parseInt(pm[1], 10) : null;
|
|
476
|
+
}).filter(n => n !== null);
|
|
477
|
+
|
|
478
|
+
for (let i = 1; i < planNums.length; i++) {
|
|
479
|
+
if (planNums[i] !== planNums[i - 1] + 1) {
|
|
480
|
+
warnings.push(`Gap in plan numbering in ${dir}: plan ${planNums[i - 1]} → ${planNums[i]}`);
|
|
481
|
+
}
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
// Check: plans without summaries (completed plans)
|
|
485
|
+
const summaries = phaseFiles.filter(f => f.endsWith('-SUMMARY.md'));
|
|
486
|
+
const planIds = new Set(plans.map(p => p.replace('-PLAN.md', '')));
|
|
487
|
+
const summaryIds = new Set(summaries.map(s => s.replace('-SUMMARY.md', '')));
|
|
488
|
+
|
|
489
|
+
// Summary without matching plan is suspicious
|
|
490
|
+
for (const sid of summaryIds) {
|
|
491
|
+
if (!planIds.has(sid)) {
|
|
492
|
+
warnings.push(`Summary ${sid}-SUMMARY.md in ${dir} has no matching PLAN.md`);
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
}
|
|
496
|
+
} catch { /* intentionally empty */ }
|
|
497
|
+
|
|
498
|
+
// Check: frontmatter in plans has required fields
|
|
499
|
+
try {
|
|
500
|
+
const entries = fs.readdirSync(phasesDir, { withFileTypes: true });
|
|
501
|
+
const dirs = entries.filter(e => e.isDirectory()).map(e => e.name);
|
|
502
|
+
|
|
503
|
+
for (const dir of dirs) {
|
|
504
|
+
const phaseFiles = fs.readdirSync(path.join(phasesDir, dir));
|
|
505
|
+
const plans = phaseFiles.filter(f => f.endsWith('-PLAN.md'));
|
|
506
|
+
|
|
507
|
+
for (const plan of plans) {
|
|
508
|
+
const content = fs.readFileSync(path.join(phasesDir, dir, plan), 'utf-8');
|
|
509
|
+
const fm = extractFrontmatter(content);
|
|
510
|
+
|
|
511
|
+
if (!fm.wave) {
|
|
512
|
+
warnings.push(`${dir}/${plan}: missing 'wave' in frontmatter`);
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
} catch { /* intentionally empty */ }
|
|
517
|
+
|
|
518
|
+
const passed = errors.length === 0;
|
|
519
|
+
output({ passed, errors, warnings, warning_count: warnings.length }, raw, passed ? 'passed' : 'failed');
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
function cmdValidateHealth(cwd, options, raw) {
|
|
523
|
+
// Guard: detect if CWD is the home directory (likely accidental)
|
|
524
|
+
const resolved = path.resolve(cwd);
|
|
525
|
+
if (resolved === os.homedir()) {
|
|
526
|
+
output({
|
|
527
|
+
status: 'error',
|
|
528
|
+
errors: [{ code: 'E010', message: `CWD is home directory (${resolved}) — health check would read the wrong .planning/ directory. Run from your project root instead.`, fix: 'cd into your project directory and retry' }],
|
|
529
|
+
warnings: [],
|
|
530
|
+
info: [{ code: 'I010', message: `Resolved CWD: ${resolved}` }],
|
|
531
|
+
repairable_count: 0,
|
|
532
|
+
}, raw);
|
|
533
|
+
return;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
const planBase = planningDir(cwd);
|
|
537
|
+
const projectPath = path.join(planBase, 'PROJECT.md');
|
|
538
|
+
const roadmapPath = path.join(planBase, 'ROADMAP.md');
|
|
539
|
+
const statePath = path.join(planBase, 'STATE.md');
|
|
540
|
+
const configPath = path.join(planBase, 'config.json');
|
|
541
|
+
const phasesDir = path.join(planBase, 'phases');
|
|
542
|
+
|
|
543
|
+
const errors = [];
|
|
544
|
+
const warnings = [];
|
|
545
|
+
const info = [];
|
|
546
|
+
const repairs = [];
|
|
547
|
+
|
|
548
|
+
// Helper to add issue
|
|
549
|
+
const addIssue = (severity, code, message, fix, repairable = false) => {
|
|
550
|
+
const issue = { code, message, fix, repairable };
|
|
551
|
+
if (severity === 'error') errors.push(issue);
|
|
552
|
+
else if (severity === 'warning') warnings.push(issue);
|
|
553
|
+
else info.push(issue);
|
|
554
|
+
};
|
|
555
|
+
|
|
556
|
+
// ─── Check 1: .planning/ exists ───────────────────────────────────────────
|
|
557
|
+
if (!fs.existsSync(planBase)) {
|
|
558
|
+
addIssue('error', 'E001', '.planning/ directory not found', 'Run /gsd-new-project to initialize');
|
|
559
|
+
output({
|
|
560
|
+
status: 'broken',
|
|
561
|
+
errors,
|
|
562
|
+
warnings,
|
|
563
|
+
info,
|
|
564
|
+
repairable_count: 0,
|
|
565
|
+
}, raw);
|
|
566
|
+
return;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
// ─── Check 2: PROJECT.md exists and has required sections ─────────────────
|
|
570
|
+
if (!fs.existsSync(projectPath)) {
|
|
571
|
+
addIssue('error', 'E002', 'PROJECT.md not found', 'Run /gsd-new-project to create');
|
|
572
|
+
} else {
|
|
573
|
+
const content = fs.readFileSync(projectPath, 'utf-8');
|
|
574
|
+
const requiredSections = ['## What This Is', '## Core Value', '## Requirements'];
|
|
575
|
+
for (const section of requiredSections) {
|
|
576
|
+
if (!content.includes(section)) {
|
|
577
|
+
addIssue('warning', 'W001', `PROJECT.md missing section: ${section}`, 'Add section manually');
|
|
578
|
+
}
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
// ─── Check 3: ROADMAP.md exists ───────────────────────────────────────────
|
|
583
|
+
if (!fs.existsSync(roadmapPath)) {
|
|
584
|
+
addIssue('error', 'E003', 'ROADMAP.md not found', 'Run /gsd-new-milestone to create roadmap');
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
// ─── Check 4: STATE.md exists and references valid phases ─────────────────
|
|
588
|
+
if (!fs.existsSync(statePath)) {
|
|
589
|
+
addIssue('error', 'E004', 'STATE.md not found', 'Run /gsd-health --repair to regenerate', true);
|
|
590
|
+
repairs.push('regenerateState');
|
|
591
|
+
} else {
|
|
592
|
+
const stateContent = fs.readFileSync(statePath, 'utf-8');
|
|
593
|
+
// Extract phase references from STATE.md
|
|
594
|
+
const phaseRefs = [...stateContent.matchAll(/[Pp]hase\s+(\d+(?:\.\d+)*)/g)].map(m => m[1]);
|
|
595
|
+
// Get disk phases
|
|
596
|
+
const diskPhases = new Set();
|
|
597
|
+
try {
|
|
598
|
+
const entries = fs.readdirSync(phasesDir, { withFileTypes: true });
|
|
599
|
+
for (const e of entries) {
|
|
600
|
+
if (e.isDirectory()) {
|
|
601
|
+
const m = e.name.match(/^(\d+(?:\.\d+)*)/);
|
|
602
|
+
if (m) diskPhases.add(m[1]);
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
} catch { /* intentionally empty */ }
|
|
606
|
+
// Check for invalid references
|
|
607
|
+
for (const ref of phaseRefs) {
|
|
608
|
+
const normalizedRef = String(parseInt(ref, 10)).padStart(2, '0');
|
|
609
|
+
if (!diskPhases.has(ref) && !diskPhases.has(normalizedRef) && !diskPhases.has(String(parseInt(ref, 10)))) {
|
|
610
|
+
// Only warn if phases dir has any content (not just an empty project)
|
|
611
|
+
if (diskPhases.size > 0) {
|
|
612
|
+
addIssue(
|
|
613
|
+
'warning',
|
|
614
|
+
'W002',
|
|
615
|
+
`STATE.md references phase ${ref}, but only phases ${[...diskPhases].sort().join(', ')} exist`,
|
|
616
|
+
'Review STATE.md manually before changing it; /gsd-health --repair will not overwrite an existing STATE.md for phase mismatches'
|
|
617
|
+
);
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
// ─── Check 5: config.json valid JSON + valid schema ───────────────────────
|
|
624
|
+
if (!fs.existsSync(configPath)) {
|
|
625
|
+
addIssue('warning', 'W003', 'config.json not found', 'Run /gsd-health --repair to create with defaults', true);
|
|
626
|
+
repairs.push('createConfig');
|
|
627
|
+
} else {
|
|
628
|
+
try {
|
|
629
|
+
const raw = fs.readFileSync(configPath, 'utf-8');
|
|
630
|
+
const parsed = JSON.parse(raw);
|
|
631
|
+
// Validate known fields
|
|
632
|
+
const validProfiles = ['quality', 'balanced', 'budget', 'inherit'];
|
|
633
|
+
if (parsed.model_profile && !validProfiles.includes(parsed.model_profile)) {
|
|
634
|
+
addIssue('warning', 'W004', `config.json: invalid model_profile "${parsed.model_profile}"`, `Valid values: ${validProfiles.join(', ')}`);
|
|
635
|
+
}
|
|
636
|
+
} catch (err) {
|
|
637
|
+
addIssue('error', 'E005', `config.json: JSON parse error - ${err.message}`, 'Run /gsd-health --repair to reset to defaults', true);
|
|
638
|
+
repairs.push('resetConfig');
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
// ─── Check 5b: Nyquist validation key presence ──────────────────────────
|
|
643
|
+
if (fs.existsSync(configPath)) {
|
|
644
|
+
try {
|
|
645
|
+
const configRaw = fs.readFileSync(configPath, 'utf-8');
|
|
646
|
+
const configParsed = JSON.parse(configRaw);
|
|
647
|
+
if (configParsed.workflow && configParsed.workflow.nyquist_validation === undefined) {
|
|
648
|
+
addIssue('warning', 'W008', 'config.json: workflow.nyquist_validation absent (defaults to enabled but agents may skip)', 'Run /gsd-health --repair to add key', true);
|
|
649
|
+
if (!repairs.includes('addNyquistKey')) repairs.push('addNyquistKey');
|
|
650
|
+
}
|
|
651
|
+
if (configParsed.workflow && configParsed.workflow.ai_integration_phase === undefined) {
|
|
652
|
+
addIssue('warning', 'W016', 'config.json: workflow.ai_integration_phase absent (defaults to enabled — run /gsd-ai-integration-phase before planning AI system phases)', 'Run /gsd-health --repair to add key', true);
|
|
653
|
+
if (!repairs.includes('addAiIntegrationPhaseKey')) repairs.push('addAiIntegrationPhaseKey');
|
|
654
|
+
}
|
|
655
|
+
} catch { /* intentionally empty */ }
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
// ─── Read phase directories once for checks 6, 7, 7b, and 8 (#1973) ──────
|
|
659
|
+
let phaseDirEntries = [];
|
|
660
|
+
const phaseDirFiles = new Map(); // phase dir name → file list
|
|
661
|
+
try {
|
|
662
|
+
phaseDirEntries = fs.readdirSync(phasesDir, { withFileTypes: true }).filter(e => e.isDirectory());
|
|
663
|
+
for (const e of phaseDirEntries) {
|
|
664
|
+
try {
|
|
665
|
+
phaseDirFiles.set(e.name, fs.readdirSync(path.join(phasesDir, e.name)));
|
|
666
|
+
} catch { phaseDirFiles.set(e.name, []); }
|
|
667
|
+
}
|
|
668
|
+
} catch { /* intentionally empty */ }
|
|
669
|
+
|
|
670
|
+
// ─── Check 6: Phase directory naming (NN-name format) ─────────────────────
|
|
671
|
+
for (const e of phaseDirEntries) {
|
|
672
|
+
if (!e.name.match(/^\d{2}(?:\.\d+)*-[\w-]+$/)) {
|
|
673
|
+
addIssue('warning', 'W005', `Phase directory "${e.name}" doesn't follow NN-name format`, 'Rename to match pattern (e.g., 01-setup)');
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
// ─── Check 7: Orphaned plans (PLAN without SUMMARY) ───────────────────────
|
|
678
|
+
for (const e of phaseDirEntries) {
|
|
679
|
+
const phaseFiles = phaseDirFiles.get(e.name) || [];
|
|
680
|
+
const plans = phaseFiles.filter(f => f.endsWith('-PLAN.md') || f === 'PLAN.md');
|
|
681
|
+
const summaries = phaseFiles.filter(f => f.endsWith('-SUMMARY.md') || f === 'SUMMARY.md');
|
|
682
|
+
const summaryBases = new Set(summaries.map(s => s.replace('-SUMMARY.md', '').replace('SUMMARY.md', '')));
|
|
683
|
+
|
|
684
|
+
for (const plan of plans) {
|
|
685
|
+
const planBase = plan.replace('-PLAN.md', '').replace('PLAN.md', '');
|
|
686
|
+
if (!summaryBases.has(planBase)) {
|
|
687
|
+
addIssue('info', 'I001', `${e.name}/${plan} has no SUMMARY.md`, 'May be in progress');
|
|
688
|
+
}
|
|
689
|
+
}
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
// ─── Check 7b: Nyquist VALIDATION.md consistency ────────────────────────
|
|
693
|
+
for (const e of phaseDirEntries) {
|
|
694
|
+
const phaseFiles = phaseDirFiles.get(e.name) || [];
|
|
695
|
+
const hasResearch = phaseFiles.some(f => f.endsWith('-RESEARCH.md'));
|
|
696
|
+
const hasValidation = phaseFiles.some(f => f.endsWith('-VALIDATION.md'));
|
|
697
|
+
if (hasResearch && !hasValidation) {
|
|
698
|
+
const researchFile = phaseFiles.find(f => f.endsWith('-RESEARCH.md'));
|
|
699
|
+
try {
|
|
700
|
+
const researchContent = fs.readFileSync(path.join(phasesDir, e.name, researchFile), 'utf-8');
|
|
701
|
+
if (researchContent.includes('## Validation Architecture')) {
|
|
702
|
+
addIssue('warning', 'W009', `Phase ${e.name}: has Validation Architecture in RESEARCH.md but no VALIDATION.md`, 'Re-run /gsd-plan-phase with --research to regenerate');
|
|
703
|
+
}
|
|
704
|
+
} catch { /* intentionally empty */ }
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
// ─── Check 7c: Agent installation (#1371) ──────────────────────────────────
|
|
709
|
+
// Verify GSD agents are installed. Missing agents cause Task(subagent_type=...)
|
|
710
|
+
// to silently fall back to general-purpose, losing specialized instructions.
|
|
711
|
+
try {
|
|
712
|
+
const agentStatus = checkAgentsInstalled();
|
|
713
|
+
if (!agentStatus.agents_installed) {
|
|
714
|
+
if (agentStatus.installed_agents.length === 0) {
|
|
715
|
+
addIssue('warning', 'W010',
|
|
716
|
+
`No GSD agents found in ${agentStatus.agents_dir} — Task(subagent_type="gsd-*") will fall back to general-purpose`,
|
|
717
|
+
'Run the GSD installer: npx get-shit-done-cc@latest');
|
|
718
|
+
} else {
|
|
719
|
+
addIssue('warning', 'W010',
|
|
720
|
+
`Missing ${agentStatus.missing_agents.length} GSD agents: ${agentStatus.missing_agents.join(', ')} — affected workflows will fall back to general-purpose`,
|
|
721
|
+
'Run the GSD installer: npx get-shit-done-cc@latest');
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
} catch { /* intentionally empty — agent check is non-blocking */ }
|
|
725
|
+
|
|
726
|
+
// ─── Check 8: Run existing consistency checks ─────────────────────────────
|
|
727
|
+
// Inline subset of cmdValidateConsistency
|
|
728
|
+
if (fs.existsSync(roadmapPath)) {
|
|
729
|
+
const roadmapContentRaw = fs.readFileSync(roadmapPath, 'utf-8');
|
|
730
|
+
const roadmapContent = extractCurrentMilestone(roadmapContentRaw, cwd);
|
|
731
|
+
const roadmapPhases = new Set();
|
|
732
|
+
const phasePattern = /#{2,4}\s*Phase\s+(\d+[A-Z]?(?:\.\d+)*)\s*:/gi;
|
|
733
|
+
let m;
|
|
734
|
+
while ((m = phasePattern.exec(roadmapContent)) !== null) {
|
|
735
|
+
roadmapPhases.add(m[1]);
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
const diskPhases = new Set();
|
|
739
|
+
for (const e of phaseDirEntries) {
|
|
740
|
+
const dm = e.name.match(/^(\d+[A-Z]?(?:\.\d+)*)/i);
|
|
741
|
+
if (dm) diskPhases.add(dm[1]);
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
// Build a set of phases explicitly marked not-yet-started in the ROADMAP
|
|
745
|
+
// summary list (- [ ] **Phase N:**). These phases are intentionally absent
|
|
746
|
+
// from disk -- W006 must not fire for them (#2009).
|
|
747
|
+
const notStartedPhases = new Set();
|
|
748
|
+
const uncheckedPattern = /-\s*\[\s\]\s*\*{0,2}Phase\s+(\d+[A-Z]?(?:\.\d+)*)[:\s*]/gi;
|
|
749
|
+
let um;
|
|
750
|
+
while ((um = uncheckedPattern.exec(roadmapContent)) !== null) {
|
|
751
|
+
notStartedPhases.add(um[1]);
|
|
752
|
+
// Also add zero-padded variant so 1 and 01 both match
|
|
753
|
+
notStartedPhases.add(String(parseInt(um[1], 10)).padStart(2, '0'));
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
// Phases in ROADMAP but not on disk
|
|
757
|
+
for (const p of roadmapPhases) {
|
|
758
|
+
const padded = String(parseInt(p, 10)).padStart(2, '0');
|
|
759
|
+
if (!diskPhases.has(p) && !diskPhases.has(padded)) {
|
|
760
|
+
// Skip phases explicitly flagged as not-yet-started in the summary list
|
|
761
|
+
if (notStartedPhases.has(p) || notStartedPhases.has(padded)) continue;
|
|
762
|
+
addIssue('warning', 'W006', `Phase ${p} in ROADMAP.md but no directory on disk`, 'Create phase directory or remove from roadmap');
|
|
763
|
+
}
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
// Phases on disk but not in ROADMAP
|
|
767
|
+
for (const p of diskPhases) {
|
|
768
|
+
const unpadded = String(parseInt(p, 10));
|
|
769
|
+
if (!roadmapPhases.has(p) && !roadmapPhases.has(unpadded)) {
|
|
770
|
+
addIssue('warning', 'W007', `Phase ${p} exists on disk but not in ROADMAP.md`, 'Add to roadmap or remove directory');
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
// ─── Check 9: STATE.md / ROADMAP.md cross-validation ─────────────────────
|
|
776
|
+
if (fs.existsSync(statePath) && fs.existsSync(roadmapPath)) {
|
|
777
|
+
try {
|
|
778
|
+
const stateContent = fs.readFileSync(statePath, 'utf-8');
|
|
779
|
+
const roadmapContentFull = fs.readFileSync(roadmapPath, 'utf-8');
|
|
780
|
+
|
|
781
|
+
// Extract current phase from STATE.md
|
|
782
|
+
const currentPhaseMatch = stateContent.match(/\*\*Current Phase:\*\*\s*(\S+)/i) ||
|
|
783
|
+
stateContent.match(/Current Phase:\s*(\S+)/i);
|
|
784
|
+
if (currentPhaseMatch) {
|
|
785
|
+
const statePhase = currentPhaseMatch[1].replace(/^0+/, '');
|
|
786
|
+
// Check if ROADMAP shows this phase as already complete
|
|
787
|
+
const phaseCheckboxRe = new RegExp(`-\\s*\\[x\\].*Phase\\s+0*${escapeRegex(statePhase)}[:\\s]`, 'i');
|
|
788
|
+
if (phaseCheckboxRe.test(roadmapContentFull)) {
|
|
789
|
+
// STATE says "current" but ROADMAP says "complete" — divergence
|
|
790
|
+
const stateStatus = stateContent.match(/\*\*Status:\*\*\s*(.+)/i);
|
|
791
|
+
const statusVal = stateStatus ? stateStatus[1].trim().toLowerCase() : '';
|
|
792
|
+
if (statusVal !== 'complete' && statusVal !== 'done') {
|
|
793
|
+
addIssue('warning', 'W011',
|
|
794
|
+
`STATE.md says current phase is ${statePhase} (status: ${statusVal || 'unknown'}) but ROADMAP.md shows it as [x] complete — state files may be out of sync`,
|
|
795
|
+
'Run /gsd-progress to re-derive current position, or manually update STATE.md');
|
|
796
|
+
}
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
} catch { /* intentionally empty — cross-validation is advisory */ }
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
// ─── Check 10: Config field validation ────────────────────────────────────
|
|
803
|
+
if (fs.existsSync(configPath)) {
|
|
804
|
+
try {
|
|
805
|
+
const configRaw = fs.readFileSync(configPath, 'utf-8');
|
|
806
|
+
const configParsed = JSON.parse(configRaw);
|
|
807
|
+
|
|
808
|
+
// Validate branching_strategy
|
|
809
|
+
const validStrategies = ['none', 'phase', 'milestone'];
|
|
810
|
+
if (configParsed.branching_strategy && !validStrategies.includes(configParsed.branching_strategy)) {
|
|
811
|
+
addIssue('warning', 'W012',
|
|
812
|
+
`config.json: invalid branching_strategy "${configParsed.branching_strategy}"`,
|
|
813
|
+
`Valid values: ${validStrategies.join(', ')}`);
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
// Validate context_window is a positive integer
|
|
817
|
+
if (configParsed.context_window !== undefined) {
|
|
818
|
+
const cw = configParsed.context_window;
|
|
819
|
+
if (typeof cw !== 'number' || cw <= 0 || !Number.isInteger(cw)) {
|
|
820
|
+
addIssue('warning', 'W013',
|
|
821
|
+
`config.json: context_window should be a positive integer, got "${cw}"`,
|
|
822
|
+
'Set to 200000 (default) or 1000000 (for 1M models)');
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
// Validate branch templates have required placeholders
|
|
827
|
+
if (configParsed.phase_branch_template && !configParsed.phase_branch_template.includes('{phase}')) {
|
|
828
|
+
addIssue('warning', 'W014',
|
|
829
|
+
'config.json: phase_branch_template missing {phase} placeholder',
|
|
830
|
+
'Template must include {phase} for phase number substitution');
|
|
831
|
+
}
|
|
832
|
+
if (configParsed.milestone_branch_template && !configParsed.milestone_branch_template.includes('{milestone}')) {
|
|
833
|
+
addIssue('warning', 'W015',
|
|
834
|
+
'config.json: milestone_branch_template missing {milestone} placeholder',
|
|
835
|
+
'Template must include {milestone} for version substitution');
|
|
836
|
+
}
|
|
837
|
+
} catch { /* parse error already caught in Check 5 */ }
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
// ─── Check 11: Stale / orphan git worktrees (#2167) ────────────────────────
|
|
841
|
+
try {
|
|
842
|
+
const worktreeResult = execGit(cwd, ['worktree', 'list', '--porcelain']);
|
|
843
|
+
if (worktreeResult.exitCode === 0 && worktreeResult.stdout) {
|
|
844
|
+
const blocks = worktreeResult.stdout.split('\n\n').filter(Boolean);
|
|
845
|
+
// Skip the first block — it is always the main worktree
|
|
846
|
+
for (let i = 1; i < blocks.length; i++) {
|
|
847
|
+
const lines = blocks[i].split('\n');
|
|
848
|
+
const wtLine = lines.find(l => l.startsWith('worktree '));
|
|
849
|
+
if (!wtLine) continue;
|
|
850
|
+
const wtPath = wtLine.slice('worktree '.length);
|
|
851
|
+
|
|
852
|
+
if (!fs.existsSync(wtPath)) {
|
|
853
|
+
// Orphan: path no longer exists on disk
|
|
854
|
+
addIssue('warning', 'W017',
|
|
855
|
+
`Orphan git worktree: ${wtPath} (path no longer exists on disk)`,
|
|
856
|
+
'Run: git worktree prune');
|
|
857
|
+
} else {
|
|
858
|
+
// Check if stale (older than 1 hour)
|
|
859
|
+
try {
|
|
860
|
+
const stat = fs.statSync(wtPath);
|
|
861
|
+
const ageMs = Date.now() - stat.mtimeMs;
|
|
862
|
+
const ONE_HOUR = 60 * 60 * 1000;
|
|
863
|
+
if (ageMs > ONE_HOUR) {
|
|
864
|
+
addIssue('warning', 'W017',
|
|
865
|
+
`Stale git worktree: ${wtPath} (last modified ${Math.round(ageMs / 60000)} minutes ago)`,
|
|
866
|
+
`Run: git worktree remove ${wtPath} --force`);
|
|
867
|
+
}
|
|
868
|
+
} catch { /* stat failed — skip */ }
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
} catch { /* git worktree not available or not a git repo — skip silently */ }
|
|
873
|
+
|
|
874
|
+
// ─── Check 12: MILESTONES.md / archive snapshot drift (#2446) ─────────────
|
|
875
|
+
const milestonesPath = path.join(planBase, 'MILESTONES.md');
|
|
876
|
+
const milestonesArchiveDir = path.join(planBase, 'milestones');
|
|
877
|
+
const missingFromRegistry = [];
|
|
878
|
+
try {
|
|
879
|
+
if (fs.existsSync(milestonesArchiveDir)) {
|
|
880
|
+
const archiveFiles = fs.readdirSync(milestonesArchiveDir);
|
|
881
|
+
const archivedVersions = archiveFiles
|
|
882
|
+
.map(f => f.match(/^(v\d+\.\d+(?:\.\d+)?)-ROADMAP\.md$/))
|
|
883
|
+
.filter(Boolean)
|
|
884
|
+
.map(m => m[1]);
|
|
885
|
+
|
|
886
|
+
if (archivedVersions.length > 0) {
|
|
887
|
+
const registryContent = fs.existsSync(milestonesPath)
|
|
888
|
+
? fs.readFileSync(milestonesPath, 'utf-8')
|
|
889
|
+
: '';
|
|
890
|
+
for (const ver of archivedVersions) {
|
|
891
|
+
if (!registryContent.includes(`## ${ver}`)) {
|
|
892
|
+
missingFromRegistry.push(ver);
|
|
893
|
+
}
|
|
894
|
+
}
|
|
895
|
+
if (missingFromRegistry.length > 0) {
|
|
896
|
+
addIssue('warning', 'W018',
|
|
897
|
+
`MILESTONES.md missing ${missingFromRegistry.length} archived milestone(s): ${missingFromRegistry.join(', ')}`,
|
|
898
|
+
'Run /gsd-health --backfill to synthesize missing entries from archive snapshots',
|
|
899
|
+
true);
|
|
900
|
+
repairs.push('backfillMilestones');
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
}
|
|
904
|
+
} catch { /* intentionally empty — milestone sync check is advisory */ }
|
|
905
|
+
|
|
906
|
+
// ─── Check 13: Unrecognized .planning/ root files (W019) ──────────────────
|
|
907
|
+
try {
|
|
908
|
+
const { isCanonicalPlanningFile } = require('./artifacts.cjs');
|
|
909
|
+
const entries = fs.readdirSync(planBase, { withFileTypes: true });
|
|
910
|
+
for (const entry of entries) {
|
|
911
|
+
if (!entry.isFile()) continue;
|
|
912
|
+
if (!entry.name.endsWith('.md')) continue;
|
|
913
|
+
if (!isCanonicalPlanningFile(entry.name)) {
|
|
914
|
+
addIssue('warning', 'W019',
|
|
915
|
+
`Unrecognized .planning/ file: ${entry.name} — not a canonical GSD artifact`,
|
|
916
|
+
'Move to .planning/milestones/ archive subdir or delete if stale. See templates/README.md for the canonical artifact list.',
|
|
917
|
+
false);
|
|
918
|
+
}
|
|
919
|
+
}
|
|
920
|
+
} catch { /* artifact check is advisory — skip on error */ }
|
|
921
|
+
|
|
922
|
+
// ─── Perform repairs if requested ─────────────────────────────────────────
|
|
923
|
+
const repairActions = [];
|
|
924
|
+
if (options.repair && repairs.length > 0) {
|
|
925
|
+
for (const repair of repairs) {
|
|
926
|
+
try {
|
|
927
|
+
switch (repair) {
|
|
928
|
+
case 'createConfig':
|
|
929
|
+
case 'resetConfig': {
|
|
930
|
+
const defaults = {
|
|
931
|
+
model_profile: CONFIG_DEFAULTS.model_profile,
|
|
932
|
+
commit_docs: CONFIG_DEFAULTS.commit_docs,
|
|
933
|
+
search_gitignored: CONFIG_DEFAULTS.search_gitignored,
|
|
934
|
+
branching_strategy: CONFIG_DEFAULTS.branching_strategy,
|
|
935
|
+
phase_branch_template: CONFIG_DEFAULTS.phase_branch_template,
|
|
936
|
+
milestone_branch_template: CONFIG_DEFAULTS.milestone_branch_template,
|
|
937
|
+
quick_branch_template: CONFIG_DEFAULTS.quick_branch_template,
|
|
938
|
+
workflow: {
|
|
939
|
+
research: CONFIG_DEFAULTS.research,
|
|
940
|
+
plan_check: CONFIG_DEFAULTS.plan_checker,
|
|
941
|
+
verifier: CONFIG_DEFAULTS.verifier,
|
|
942
|
+
nyquist_validation: CONFIG_DEFAULTS.nyquist_validation,
|
|
943
|
+
},
|
|
944
|
+
parallelization: CONFIG_DEFAULTS.parallelization,
|
|
945
|
+
brave_search: CONFIG_DEFAULTS.brave_search,
|
|
946
|
+
};
|
|
947
|
+
fs.writeFileSync(configPath, JSON.stringify(defaults, null, 2), 'utf-8');
|
|
948
|
+
repairActions.push({ action: repair, success: true, path: 'config.json' });
|
|
949
|
+
break;
|
|
950
|
+
}
|
|
951
|
+
case 'regenerateState': {
|
|
952
|
+
// Create timestamped backup before overwriting
|
|
953
|
+
if (fs.existsSync(statePath)) {
|
|
954
|
+
const timestamp = new Date().toISOString().replace(/[:.]/g, '-').slice(0, 19);
|
|
955
|
+
const backupPath = `${statePath}.bak-${timestamp}`;
|
|
956
|
+
fs.copyFileSync(statePath, backupPath);
|
|
957
|
+
repairActions.push({ action: 'backupState', success: true, path: backupPath });
|
|
958
|
+
}
|
|
959
|
+
// Generate minimal STATE.md from ROADMAP.md structure
|
|
960
|
+
const milestone = getMilestoneInfo(cwd);
|
|
961
|
+
const projectRef = path
|
|
962
|
+
.relative(cwd, path.join(planningDir(cwd), 'PROJECT.md'))
|
|
963
|
+
.split(path.sep).join('/');
|
|
964
|
+
let stateContent = `# Session State\n\n`;
|
|
965
|
+
stateContent += `## Project Reference\n\n`;
|
|
966
|
+
stateContent += `See: ${projectRef}\n\n`;
|
|
967
|
+
stateContent += `## Position\n\n`;
|
|
968
|
+
stateContent += `**Milestone:** ${milestone.version} ${milestone.name}\n`;
|
|
969
|
+
stateContent += `**Current phase:** (determining...)\n`;
|
|
970
|
+
stateContent += `**Status:** Resuming\n\n`;
|
|
971
|
+
stateContent += `## Session Log\n\n`;
|
|
972
|
+
stateContent += `- ${new Date().toISOString().split('T')[0]}: STATE.md regenerated by /gsd-health --repair\n`;
|
|
973
|
+
writeStateMd(statePath, stateContent, cwd);
|
|
974
|
+
repairActions.push({ action: repair, success: true, path: 'STATE.md' });
|
|
975
|
+
break;
|
|
976
|
+
}
|
|
977
|
+
case 'addNyquistKey': {
|
|
978
|
+
if (fs.existsSync(configPath)) {
|
|
979
|
+
try {
|
|
980
|
+
const configRaw = fs.readFileSync(configPath, 'utf-8');
|
|
981
|
+
const configParsed = JSON.parse(configRaw);
|
|
982
|
+
if (!configParsed.workflow) configParsed.workflow = {};
|
|
983
|
+
if (configParsed.workflow.nyquist_validation === undefined) {
|
|
984
|
+
configParsed.workflow.nyquist_validation = true;
|
|
985
|
+
fs.writeFileSync(configPath, JSON.stringify(configParsed, null, 2), 'utf-8');
|
|
986
|
+
}
|
|
987
|
+
repairActions.push({ action: repair, success: true, path: 'config.json' });
|
|
988
|
+
} catch (err) {
|
|
989
|
+
repairActions.push({ action: repair, success: false, error: err.message });
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
break;
|
|
993
|
+
}
|
|
994
|
+
case 'addAiIntegrationPhaseKey': {
|
|
995
|
+
if (fs.existsSync(configPath)) {
|
|
996
|
+
try {
|
|
997
|
+
const configRaw = fs.readFileSync(configPath, 'utf-8');
|
|
998
|
+
const configParsed = JSON.parse(configRaw);
|
|
999
|
+
if (!configParsed.workflow) configParsed.workflow = {};
|
|
1000
|
+
if (configParsed.workflow.ai_integration_phase === undefined) {
|
|
1001
|
+
configParsed.workflow.ai_integration_phase = true;
|
|
1002
|
+
fs.writeFileSync(configPath, JSON.stringify(configParsed, null, 2), 'utf-8');
|
|
1003
|
+
}
|
|
1004
|
+
repairActions.push({ action: repair, success: true, path: 'config.json' });
|
|
1005
|
+
} catch (err) {
|
|
1006
|
+
repairActions.push({ action: repair, success: false, error: err.message });
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
break;
|
|
1010
|
+
}
|
|
1011
|
+
case 'backfillMilestones': {
|
|
1012
|
+
if (!options.backfill && !options.repair) break;
|
|
1013
|
+
const today = new Date().toISOString().split('T')[0];
|
|
1014
|
+
let backfilled = 0;
|
|
1015
|
+
for (const ver of missingFromRegistry) {
|
|
1016
|
+
try {
|
|
1017
|
+
const snapshotPath = path.join(milestonesArchiveDir, `${ver}-ROADMAP.md`);
|
|
1018
|
+
const snapshot = fs.existsSync(snapshotPath) ? fs.readFileSync(snapshotPath, 'utf-8') : null;
|
|
1019
|
+
// Build minimal entry from snapshot title or version
|
|
1020
|
+
const titleMatch = snapshot && snapshot.match(/^#\s+(.+)$/m);
|
|
1021
|
+
const milestoneName = titleMatch ? titleMatch[1].replace(/^Milestone\s+/i, '').replace(/^v[\d.]+\s*/, '').trim() : ver;
|
|
1022
|
+
const entry = `## ${ver}${milestoneName && milestoneName !== ver ? ` ${milestoneName}` : ''} (Backfilled: ${today})\n\n**Note:** Synthesized from archive snapshot by \`/gsd-health --backfill\`. Original completion date unknown.\n\n---\n\n`;
|
|
1023
|
+
const milestonesContent = fs.existsSync(milestonesPath)
|
|
1024
|
+
? fs.readFileSync(milestonesPath, 'utf-8')
|
|
1025
|
+
: '';
|
|
1026
|
+
if (!milestonesContent.trim()) {
|
|
1027
|
+
fs.writeFileSync(milestonesPath, `# Milestones\n\n${entry}`, 'utf-8');
|
|
1028
|
+
} else {
|
|
1029
|
+
const headerMatch = milestonesContent.match(/^(#{1,3}\s+[^\n]*\n\n?)/);
|
|
1030
|
+
if (headerMatch) {
|
|
1031
|
+
const header = headerMatch[1];
|
|
1032
|
+
const rest = milestonesContent.slice(header.length);
|
|
1033
|
+
fs.writeFileSync(milestonesPath, header + entry + rest, 'utf-8');
|
|
1034
|
+
} else {
|
|
1035
|
+
fs.writeFileSync(milestonesPath, entry + milestonesContent, 'utf-8');
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
backfilled++;
|
|
1039
|
+
} catch { /* intentionally empty — partial backfill is acceptable */ }
|
|
1040
|
+
}
|
|
1041
|
+
repairActions.push({ action: repair, success: true, detail: `Backfilled ${backfilled} milestone(s) into MILESTONES.md` });
|
|
1042
|
+
break;
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
} catch (err) {
|
|
1046
|
+
repairActions.push({ action: repair, success: false, error: err.message });
|
|
1047
|
+
}
|
|
1048
|
+
}
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
// ─── Determine overall status ─────────────────────────────────────────────
|
|
1052
|
+
let status;
|
|
1053
|
+
if (errors.length > 0) {
|
|
1054
|
+
status = 'broken';
|
|
1055
|
+
} else if (warnings.length > 0) {
|
|
1056
|
+
status = 'degraded';
|
|
1057
|
+
} else {
|
|
1058
|
+
status = 'healthy';
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
const repairableCount = errors.filter(e => e.repairable).length +
|
|
1062
|
+
warnings.filter(w => w.repairable).length;
|
|
1063
|
+
|
|
1064
|
+
const result = {
|
|
1065
|
+
status,
|
|
1066
|
+
errors,
|
|
1067
|
+
warnings,
|
|
1068
|
+
info,
|
|
1069
|
+
repairable_count: repairableCount,
|
|
1070
|
+
repairs_performed: repairActions.length > 0 ? repairActions : undefined,
|
|
1071
|
+
};
|
|
1072
|
+
output(result, raw);
|
|
1073
|
+
return result;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
/**
|
|
1077
|
+
* Validate agent installation status (#1371).
|
|
1078
|
+
* Returns detailed information about which agents are installed and which are missing.
|
|
1079
|
+
*/
|
|
1080
|
+
function cmdValidateAgents(cwd, raw) {
|
|
1081
|
+
const { MODEL_PROFILES } = require('./model-profiles.cjs');
|
|
1082
|
+
const agentStatus = checkAgentsInstalled();
|
|
1083
|
+
const expected = Object.keys(MODEL_PROFILES);
|
|
1084
|
+
|
|
1085
|
+
output({
|
|
1086
|
+
agents_dir: agentStatus.agents_dir,
|
|
1087
|
+
agents_found: agentStatus.agents_installed,
|
|
1088
|
+
installed: agentStatus.installed_agents,
|
|
1089
|
+
missing: agentStatus.missing_agents,
|
|
1090
|
+
expected,
|
|
1091
|
+
}, raw);
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
// ─── Schema Drift Detection ──────────────────────────────────────────────────
|
|
1095
|
+
|
|
1096
|
+
function cmdVerifySchemaDrift(cwd, phaseArg, skipFlag, raw) {
|
|
1097
|
+
const { detectSchemaFiles, checkSchemaDrift } = require('./schema-detect.cjs');
|
|
1098
|
+
|
|
1099
|
+
if (!phaseArg) {
|
|
1100
|
+
error('Usage: verify schema-drift <phase> [--skip]');
|
|
1101
|
+
return;
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
// Find phase directory
|
|
1105
|
+
const pDir = planningDir(cwd);
|
|
1106
|
+
const phasesDir = path.join(pDir, 'phases');
|
|
1107
|
+
if (!fs.existsSync(phasesDir)) {
|
|
1108
|
+
output({ drift_detected: false, blocking: false, message: 'No phases directory' }, raw);
|
|
1109
|
+
return;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
// Find matching phase directory
|
|
1113
|
+
let phaseDir = null;
|
|
1114
|
+
const entries = fs.readdirSync(phasesDir, { withFileTypes: true });
|
|
1115
|
+
for (const entry of entries) {
|
|
1116
|
+
if (entry.isDirectory() && entry.name.includes(phaseArg)) {
|
|
1117
|
+
phaseDir = path.join(phasesDir, entry.name);
|
|
1118
|
+
break;
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
// Also try exact match
|
|
1123
|
+
if (!phaseDir) {
|
|
1124
|
+
const exact = path.join(phasesDir, phaseArg);
|
|
1125
|
+
if (fs.existsSync(exact)) phaseDir = exact;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
if (!phaseDir) {
|
|
1129
|
+
output({ drift_detected: false, blocking: false, message: `Phase directory not found: ${phaseArg}` }, raw);
|
|
1130
|
+
return;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
// Collect files_modified from all PLAN.md files in the phase
|
|
1134
|
+
const allFiles = [];
|
|
1135
|
+
const planFiles = fs.readdirSync(phaseDir).filter(f => f.endsWith('-PLAN.md'));
|
|
1136
|
+
for (const pf of planFiles) {
|
|
1137
|
+
const content = fs.readFileSync(path.join(phaseDir, pf), 'utf-8');
|
|
1138
|
+
// Extract files_modified from frontmatter
|
|
1139
|
+
const fmMatch = content.match(/files_modified:\s*\[([^\]]*)\]/);
|
|
1140
|
+
if (fmMatch) {
|
|
1141
|
+
const files = fmMatch[1].split(',').map(f => f.trim()).filter(Boolean);
|
|
1142
|
+
allFiles.push(...files);
|
|
1143
|
+
}
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
// Collect execution log from SUMMARY.md files
|
|
1147
|
+
let executionLog = '';
|
|
1148
|
+
const summaryFiles = fs.readdirSync(phaseDir).filter(f => f.endsWith('-SUMMARY.md'));
|
|
1149
|
+
for (const sf of summaryFiles) {
|
|
1150
|
+
executionLog += fs.readFileSync(path.join(phaseDir, sf), 'utf-8') + '\n';
|
|
1151
|
+
}
|
|
1152
|
+
|
|
1153
|
+
// Also check git commit messages for push evidence
|
|
1154
|
+
const gitLog = execGit(cwd, ['log', '--oneline', '--all', '-50']);
|
|
1155
|
+
if (gitLog.exitCode === 0) {
|
|
1156
|
+
executionLog += '\n' + gitLog.stdout;
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
const result = checkSchemaDrift(allFiles, executionLog, { skipCheck: !!skipFlag });
|
|
1160
|
+
|
|
1161
|
+
output({
|
|
1162
|
+
drift_detected: result.driftDetected,
|
|
1163
|
+
blocking: result.blocking,
|
|
1164
|
+
schema_files: result.schemaFiles,
|
|
1165
|
+
orms: result.orms,
|
|
1166
|
+
unpushed_orms: result.unpushedOrms,
|
|
1167
|
+
message: result.message,
|
|
1168
|
+
skipped: result.skipped || false,
|
|
1169
|
+
}, raw);
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
module.exports = {
|
|
1173
|
+
cmdVerifySummary,
|
|
1174
|
+
cmdVerifyPlanStructure,
|
|
1175
|
+
cmdVerifyPhaseCompleteness,
|
|
1176
|
+
cmdVerifyReferences,
|
|
1177
|
+
cmdVerifyCommits,
|
|
1178
|
+
cmdVerifyArtifacts,
|
|
1179
|
+
cmdVerifyKeyLinks,
|
|
1180
|
+
cmdValidateConsistency,
|
|
1181
|
+
cmdValidateHealth,
|
|
1182
|
+
cmdValidateAgents,
|
|
1183
|
+
cmdVerifySchemaDrift,
|
|
1184
|
+
};
|