specweave 1.0.593 → 2.0.3
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/.claude-plugin/marketplace.json +3 -3
- package/README.md +65 -88
- package/bin/specweave.js +206 -263
- package/dist/dashboard/assets/{index-DQb8E2_E.js → index-BiJhGDZV.js} +3 -3
- package/dist/dashboard/assets/index-heYRtWFf.css +1 -0
- package/dist/dashboard/index.html +2 -2
- package/dist/plugins/specweave/lib/integrations/github/github-access-error.js +3 -3
- package/dist/plugins/specweave/lib/integrations/github/github-access-error.js.map +1 -1
- package/dist/plugins/specweave/lib/integrations/github/github-client-v2.d.ts +5 -4
- package/dist/plugins/specweave/lib/integrations/github/github-client-v2.d.ts.map +1 -1
- package/dist/plugins/specweave/lib/integrations/github/github-client-v2.js +14 -13
- package/dist/plugins/specweave/lib/integrations/github/github-client-v2.js.map +1 -1
- package/dist/plugins/specweave/lib/integrations/github/github-feature-sync-cli.js +1 -1
- package/dist/plugins/specweave/lib/integrations/github/github-feature-sync-cli.js.map +1 -1
- package/dist/plugins/specweave/lib/integrations/github/github-feature-sync.js +2 -2
- package/dist/plugins/specweave/lib/integrations/github/github-feature-sync.js.map +1 -1
- package/dist/plugins/specweave/lib/vendor/core/increment/auto-transition-manager.js +11 -9
- package/dist/plugins/specweave/lib/vendor/core/increment/auto-transition-manager.js.map +1 -1
- package/dist/plugins/specweave/lib/vendor/core/increment/metadata-manager.d.ts +9 -5
- package/dist/plugins/specweave/lib/vendor/core/increment/metadata-manager.js +70 -13
- package/dist/plugins/specweave/lib/vendor/core/increment/metadata-manager.js.map +1 -1
- package/dist/plugins/specweave/lib/vendor/core/increment/status-auto-transition.d.ts +7 -3
- package/dist/plugins/specweave/lib/vendor/core/increment/status-auto-transition.js +16 -12
- package/dist/plugins/specweave/lib/vendor/core/increment/status-auto-transition.js.map +1 -1
- package/dist/plugins/specweave/lib/vendor/core/tasks/task-id.d.ts +24 -0
- package/dist/plugins/specweave/lib/vendor/core/tasks/task-id.js +24 -0
- package/dist/plugins/specweave/lib/vendor/core/tasks/task-id.js.map +1 -0
- package/dist/plugins/specweave/lib/vendor/core/types/increment-metadata.d.ts +86 -35
- package/dist/plugins/specweave/lib/vendor/core/types/increment-metadata.js +115 -47
- package/dist/plugins/specweave/lib/vendor/core/types/increment-metadata.js.map +1 -1
- package/dist/plugins/specweave/lib/vendor/generators/spec/task-parser.d.ts +18 -2
- package/dist/plugins/specweave/lib/vendor/generators/spec/task-parser.js +74 -6
- package/dist/plugins/specweave/lib/vendor/generators/spec/task-parser.js.map +1 -1
- package/dist/plugins/specweave/lib/vendor/sync/config.js +2 -2
- package/dist/plugins/specweave/lib/vendor/sync/config.js.map +1 -1
- package/dist/plugins/specweave/lib/vendor/sync/github-reconciler.js +2 -2
- package/dist/plugins/specweave/lib/vendor/sync/github-reconciler.js.map +1 -1
- package/dist/plugins/specweave/lib/vendor/utils/auth-helpers.d.ts +37 -16
- package/dist/plugins/specweave/lib/vendor/utils/auth-helpers.js +88 -74
- package/dist/plugins/specweave/lib/vendor/utils/auth-helpers.js.map +1 -1
- package/dist/src/adapters/adapter-base.d.ts +0 -4
- package/dist/src/adapters/adapter-base.d.ts.map +1 -1
- package/dist/src/adapters/adapter-base.js +2 -18
- package/dist/src/adapters/adapter-base.js.map +1 -1
- package/dist/src/adapters/antigravity/adapter.d.ts.map +1 -1
- package/dist/src/adapters/antigravity/adapter.js +13 -7
- package/dist/src/adapters/antigravity/adapter.js.map +1 -1
- package/dist/src/adapters/claude/adapter.d.ts.map +1 -1
- package/dist/src/adapters/claude/adapter.js +7 -10
- package/dist/src/adapters/claude/adapter.js.map +1 -1
- package/dist/src/adapters/codex/adapter.d.ts.map +1 -1
- package/dist/src/adapters/codex/adapter.js +13 -7
- package/dist/src/adapters/codex/adapter.js.map +1 -1
- package/dist/src/adapters/gemini/adapter.d.ts.map +1 -1
- package/dist/src/adapters/gemini/adapter.js +13 -7
- package/dist/src/adapters/gemini/adapter.js.map +1 -1
- package/dist/src/adapters/generic/adapter.d.ts.map +1 -1
- package/dist/src/adapters/generic/adapter.js +7 -3
- package/dist/src/adapters/generic/adapter.js.map +1 -1
- package/dist/src/cli/commands/auto.d.ts.map +1 -1
- package/dist/src/cli/commands/auto.js +15 -62
- package/dist/src/cli/commands/auto.js.map +1 -1
- package/dist/src/cli/commands/check-discipline.d.ts +4 -6
- package/dist/src/cli/commands/check-discipline.d.ts.map +1 -1
- package/dist/src/cli/commands/check-discipline.js +21 -27
- package/dist/src/cli/commands/check-discipline.js.map +1 -1
- package/dist/src/cli/commands/complete.d.ts +5 -1
- package/dist/src/cli/commands/complete.d.ts.map +1 -1
- package/dist/src/cli/commands/complete.js +22 -1
- package/dist/src/cli/commands/complete.js.map +1 -1
- package/dist/src/cli/commands/create-increment.d.ts +25 -4
- package/dist/src/cli/commands/create-increment.d.ts.map +1 -1
- package/dist/src/cli/commands/create-increment.js +45 -27
- package/dist/src/cli/commands/create-increment.js.map +1 -1
- package/dist/src/cli/commands/detect-intent.d.ts.map +1 -1
- package/dist/src/cli/commands/detect-intent.js +5 -12
- package/dist/src/cli/commands/detect-intent.js.map +1 -1
- package/dist/src/cli/commands/detect-project.js +3 -3
- package/dist/src/cli/commands/detect-project.js.map +1 -1
- package/dist/src/cli/commands/docs.d.ts.map +1 -1
- package/dist/src/cli/commands/docs.js +0 -80
- package/dist/src/cli/commands/docs.js.map +1 -1
- package/dist/src/cli/commands/doctor.d.ts +11 -0
- package/dist/src/cli/commands/doctor.d.ts.map +1 -1
- package/dist/src/cli/commands/doctor.js +28 -0
- package/dist/src/cli/commands/doctor.js.map +1 -1
- package/dist/src/cli/commands/export-skills.d.ts +45 -0
- package/dist/src/cli/commands/export-skills.d.ts.map +1 -1
- package/dist/src/cli/commands/export-skills.js +26 -6
- package/dist/src/cli/commands/export-skills.js.map +1 -1
- package/dist/src/cli/commands/gc.d.ts +13 -0
- package/dist/src/cli/commands/gc.d.ts.map +1 -0
- package/dist/src/cli/commands/gc.js +47 -0
- package/dist/src/cli/commands/gc.js.map +1 -0
- package/dist/src/cli/commands/hook.d.ts +6 -8
- package/dist/src/cli/commands/hook.d.ts.map +1 -1
- package/dist/src/cli/commands/hook.js +38 -38
- package/dist/src/cli/commands/hook.js.map +1 -1
- package/dist/src/cli/commands/hooks-cmd.d.ts +11 -15
- package/dist/src/cli/commands/hooks-cmd.d.ts.map +1 -1
- package/dist/src/cli/commands/hooks-cmd.js +37 -128
- package/dist/src/cli/commands/hooks-cmd.js.map +1 -1
- package/dist/src/cli/commands/init.d.ts.map +1 -1
- package/dist/src/cli/commands/init.js +12 -33
- package/dist/src/cli/commands/init.js.map +1 -1
- package/dist/src/cli/commands/interview.js +5 -5
- package/dist/src/cli/commands/interview.js.map +1 -1
- package/dist/src/cli/commands/plan/increment-detector.js +1 -1
- package/dist/src/cli/commands/plan/increment-detector.js.map +1 -1
- package/dist/src/cli/commands/plan/plan-orchestrator.js +2 -2
- package/dist/src/cli/commands/plan/plan-orchestrator.js.map +1 -1
- package/dist/src/cli/commands/refresh-plugins.d.ts.map +1 -1
- package/dist/src/cli/commands/refresh-plugins.js +0 -16
- package/dist/src/cli/commands/refresh-plugins.js.map +1 -1
- package/dist/src/cli/commands/resume.d.ts +1 -6
- package/dist/src/cli/commands/resume.d.ts.map +1 -1
- package/dist/src/cli/commands/resume.js +2 -6
- package/dist/src/cli/commands/resume.js.map +1 -1
- package/dist/src/cli/commands/session.d.ts +1 -1
- package/dist/src/cli/commands/session.d.ts.map +1 -1
- package/dist/src/cli/commands/session.js +2 -26
- package/dist/src/cli/commands/session.js.map +1 -1
- package/dist/src/cli/commands/start.d.ts +10 -0
- package/dist/src/cli/commands/start.d.ts.map +1 -0
- package/dist/src/cli/commands/start.js +13 -0
- package/dist/src/cli/commands/start.js.map +1 -0
- package/dist/src/cli/commands/sync-gaps.d.ts +2 -13
- package/dist/src/cli/commands/sync-gaps.d.ts.map +1 -1
- package/dist/src/cli/commands/sync-gaps.js +2 -51
- package/dist/src/cli/commands/sync-gaps.js.map +1 -1
- package/dist/src/cli/commands/sync-health.d.ts +5 -1
- package/dist/src/cli/commands/sync-health.d.ts.map +1 -1
- package/dist/src/cli/commands/sync-health.js +7 -5
- package/dist/src/cli/commands/sync-health.js.map +1 -1
- package/dist/src/cli/commands/sync-living-docs.js +1 -1
- package/dist/src/cli/commands/sync-living-docs.js.map +1 -1
- package/dist/src/cli/commands/sync-progress.js +5 -5
- package/dist/src/cli/commands/sync-progress.js.map +1 -1
- package/dist/src/cli/commands/sync-setup.d.ts +2 -1
- package/dist/src/cli/commands/sync-setup.d.ts.map +1 -1
- package/dist/src/cli/commands/sync-setup.js +7 -6
- package/dist/src/cli/commands/sync-setup.js.map +1 -1
- package/dist/src/cli/commands/sync-status.js +1 -1
- package/dist/src/cli/commands/sync-status.js.map +1 -1
- package/dist/src/cli/commands/sync.d.ts +125 -0
- package/dist/src/cli/commands/sync.d.ts.map +1 -0
- package/dist/src/cli/commands/sync.js +323 -0
- package/dist/src/cli/commands/sync.js.map +1 -0
- package/dist/src/cli/commands/task.d.ts +41 -0
- package/dist/src/cli/commands/task.d.ts.map +1 -0
- package/dist/src/cli/commands/task.js +325 -0
- package/dist/src/cli/commands/task.js.map +1 -0
- package/dist/src/cli/commands/update-instructions.d.ts +4 -2
- package/dist/src/cli/commands/update-instructions.d.ts.map +1 -1
- package/dist/src/cli/commands/update-instructions.js +87 -160
- package/dist/src/cli/commands/update-instructions.js.map +1 -1
- package/dist/src/cli/commands/update.d.ts +5 -12
- package/dist/src/cli/commands/update.d.ts.map +1 -1
- package/dist/src/cli/commands/update.js +140 -174
- package/dist/src/cli/commands/update.js.map +1 -1
- package/dist/src/cli/commands/verify.d.ts +15 -0
- package/dist/src/cli/commands/verify.d.ts.map +1 -0
- package/dist/src/cli/commands/verify.js +57 -0
- package/dist/src/cli/commands/verify.js.map +1 -0
- package/dist/src/cli/helpers/get/bulk-get.d.ts +3 -3
- package/dist/src/cli/helpers/get/bulk-get.d.ts.map +1 -1
- package/dist/src/cli/helpers/get/bulk-get.js +8 -11
- package/dist/src/cli/helpers/get/bulk-get.js.map +1 -1
- package/dist/src/cli/helpers/init/bitbucket-repo-cloning.js +1 -1
- package/dist/src/cli/helpers/init/bitbucket-repo-cloning.js.map +1 -1
- package/dist/src/cli/helpers/init/directory-structure.d.ts +9 -2
- package/dist/src/cli/helpers/init/directory-structure.d.ts.map +1 -1
- package/dist/src/cli/helpers/init/directory-structure.js +74 -156
- package/dist/src/cli/helpers/init/directory-structure.js.map +1 -1
- package/dist/src/cli/helpers/init/external-import.js +1 -1
- package/dist/src/cli/helpers/init/external-import.js.map +1 -1
- package/dist/src/cli/helpers/init/git-hooks-installer.d.ts +58 -0
- package/dist/src/cli/helpers/init/git-hooks-installer.d.ts.map +1 -1
- package/dist/src/cli/helpers/init/git-hooks-installer.js +112 -8
- package/dist/src/cli/helpers/init/git-hooks-installer.js.map +1 -1
- package/dist/src/cli/helpers/init/gitignore-generator.d.ts +13 -0
- package/dist/src/cli/helpers/init/gitignore-generator.d.ts.map +1 -1
- package/dist/src/cli/helpers/init/gitignore-generator.js +40 -0
- package/dist/src/cli/helpers/init/gitignore-generator.js.map +1 -1
- package/dist/src/cli/helpers/init/index.d.ts +1 -1
- package/dist/src/cli/helpers/init/index.d.ts.map +1 -1
- package/dist/src/cli/helpers/init/index.js +1 -1
- package/dist/src/cli/helpers/init/index.js.map +1 -1
- package/dist/src/cli/helpers/init/instruction-file-merger.d.ts +86 -7
- package/dist/src/cli/helpers/init/instruction-file-merger.d.ts.map +1 -1
- package/dist/src/cli/helpers/init/instruction-file-merger.js +641 -202
- package/dist/src/cli/helpers/init/instruction-file-merger.js.map +1 -1
- package/dist/src/cli/helpers/init/instruction-file-writer.d.ts +53 -0
- package/dist/src/cli/helpers/init/instruction-file-writer.d.ts.map +1 -0
- package/dist/src/cli/helpers/init/instruction-file-writer.js +85 -0
- package/dist/src/cli/helpers/init/instruction-file-writer.js.map +1 -0
- package/dist/src/cli/helpers/init/plugin-installer.d.ts.map +1 -1
- package/dist/src/cli/helpers/init/plugin-installer.js +9 -4
- package/dist/src/cli/helpers/init/plugin-installer.js.map +1 -1
- package/dist/src/cli/helpers/init/provider-detection.d.ts +3 -2
- package/dist/src/cli/helpers/init/provider-detection.d.ts.map +1 -1
- package/dist/src/cli/helpers/init/provider-detection.js +5 -17
- package/dist/src/cli/helpers/init/provider-detection.js.map +1 -1
- package/dist/src/cli/helpers/init/skill-creator-installer.d.ts +21 -4
- package/dist/src/cli/helpers/init/skill-creator-installer.d.ts.map +1 -1
- package/dist/src/cli/helpers/init/skill-creator-installer.js +30 -8
- package/dist/src/cli/helpers/init/skill-creator-installer.js.map +1 -1
- package/dist/src/cli/helpers/init/smart-defaults.d.ts +2 -3
- package/dist/src/cli/helpers/init/smart-defaults.d.ts.map +1 -1
- package/dist/src/cli/helpers/init/smart-defaults.js +14 -57
- package/dist/src/cli/helpers/init/smart-defaults.js.map +1 -1
- package/dist/src/cli/helpers/init/stack-detector.d.ts +20 -0
- package/dist/src/cli/helpers/init/stack-detector.d.ts.map +1 -0
- package/dist/src/cli/helpers/init/stack-detector.js +169 -0
- package/dist/src/cli/helpers/init/stack-detector.js.map +1 -0
- package/dist/src/cli/helpers/init/summary-banner.d.ts +1 -3
- package/dist/src/cli/helpers/init/summary-banner.d.ts.map +1 -1
- package/dist/src/cli/helpers/init/summary-banner.js +9 -9
- package/dist/src/cli/helpers/init/summary-banner.js.map +1 -1
- package/dist/src/cli/helpers/init/testing-config.js +3 -3
- package/dist/src/cli/helpers/init/testing-config.js.map +1 -1
- package/dist/src/cli/helpers/init/types.d.ts +3 -3
- package/dist/src/cli/helpers/init/types.d.ts.map +1 -1
- package/dist/src/cli/helpers/init/workspace-setup.d.ts +13 -0
- package/dist/src/cli/helpers/init/workspace-setup.d.ts.map +1 -1
- package/dist/src/cli/helpers/init/workspace-setup.js +30 -0
- package/dist/src/cli/helpers/init/workspace-setup.js.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/ado.js +2 -2
- package/dist/src/cli/helpers/issue-tracker/ado.js.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/github.d.ts.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/github.js +3 -4
- package/dist/src/cli/helpers/issue-tracker/github.js.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/index.d.ts.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/index.js +4 -9
- package/dist/src/cli/helpers/issue-tracker/index.js.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/sync-config-writer.d.ts.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/sync-config-writer.js +7 -12
- package/dist/src/cli/helpers/issue-tracker/sync-config-writer.js.map +1 -1
- package/dist/src/config/types.d.ts +2 -2
- package/dist/src/core/config/config-manager.d.ts +8 -0
- package/dist/src/core/config/config-manager.d.ts.map +1 -1
- package/dist/src/core/config/config-manager.js +74 -1
- package/dist/src/core/config/config-manager.js.map +1 -1
- package/dist/src/core/config/index.d.ts +3 -0
- package/dist/src/core/config/index.d.ts.map +1 -1
- package/dist/src/core/config/index.js +3 -0
- package/dist/src/core/config/index.js.map +1 -1
- package/dist/src/core/config/limits-migrator.d.ts +11 -0
- package/dist/src/core/config/limits-migrator.d.ts.map +1 -0
- package/dist/src/core/config/limits-migrator.js +38 -0
- package/dist/src/core/config/limits-migrator.js.map +1 -0
- package/dist/src/core/config/migrate-config-file.d.ts +51 -0
- package/dist/src/core/config/migrate-config-file.d.ts.map +1 -0
- package/dist/src/core/config/migrate-config-file.js +95 -0
- package/dist/src/core/config/migrate-config-file.js.map +1 -0
- package/dist/src/core/config/migrate-to-2.d.ts +60 -0
- package/dist/src/core/config/migrate-to-2.d.ts.map +1 -0
- package/dist/src/core/config/migrate-to-2.js +185 -0
- package/dist/src/core/config/migrate-to-2.js.map +1 -0
- package/dist/src/core/config/schema-version.d.ts +12 -0
- package/dist/src/core/config/schema-version.d.ts.map +1 -0
- package/dist/src/core/config/schema-version.js +12 -0
- package/dist/src/core/config/schema-version.js.map +1 -0
- package/dist/src/core/config/types.d.ts +81 -422
- package/dist/src/core/config/types.d.ts.map +1 -1
- package/dist/src/core/config/types.js +31 -163
- package/dist/src/core/config/types.js.map +1 -1
- package/dist/src/core/discrepancy/increment-generator.js +1 -1
- package/dist/src/core/discrepancy/increment-generator.js.map +1 -1
- package/dist/src/core/doctor/checkers/configuration-checker.d.ts +6 -2
- package/dist/src/core/doctor/checkers/configuration-checker.d.ts.map +1 -1
- package/dist/src/core/doctor/checkers/configuration-checker.js +58 -79
- package/dist/src/core/doctor/checkers/configuration-checker.js.map +1 -1
- package/dist/src/core/doctor/checkers/environment-checker.d.ts.map +1 -1
- package/dist/src/core/doctor/checkers/environment-checker.js +18 -8
- package/dist/src/core/doctor/checkers/environment-checker.js.map +1 -1
- package/dist/src/core/doctor/checkers/git-checker.d.ts +7 -0
- package/dist/src/core/doctor/checkers/git-checker.d.ts.map +1 -1
- package/dist/src/core/doctor/checkers/git-checker.js +73 -0
- package/dist/src/core/doctor/checkers/git-checker.js.map +1 -1
- package/dist/src/core/doctor/checkers/hooks-checker.d.ts +13 -5
- package/dist/src/core/doctor/checkers/hooks-checker.d.ts.map +1 -1
- package/dist/src/core/doctor/checkers/hooks-checker.js +105 -129
- package/dist/src/core/doctor/checkers/hooks-checker.js.map +1 -1
- package/dist/src/core/doctor/checkers/hygiene-checker.d.ts +21 -0
- package/dist/src/core/doctor/checkers/hygiene-checker.d.ts.map +1 -0
- package/dist/src/core/doctor/checkers/hygiene-checker.js +110 -0
- package/dist/src/core/doctor/checkers/hygiene-checker.js.map +1 -0
- package/dist/src/core/doctor/checkers/increments-checker.js +1 -1
- package/dist/src/core/doctor/checkers/increments-checker.js.map +1 -1
- package/dist/src/core/doctor/checkers/installation-health-checker.d.ts +66 -5
- package/dist/src/core/doctor/checkers/installation-health-checker.d.ts.map +1 -1
- package/dist/src/core/doctor/checkers/installation-health-checker.js +237 -78
- package/dist/src/core/doctor/checkers/installation-health-checker.js.map +1 -1
- package/dist/src/core/doctor/checkers/instruction-files-checker.d.ts +33 -0
- package/dist/src/core/doctor/checkers/instruction-files-checker.d.ts.map +1 -0
- package/dist/src/core/doctor/checkers/instruction-files-checker.js +186 -0
- package/dist/src/core/doctor/checkers/instruction-files-checker.js.map +1 -0
- package/dist/src/core/doctor/checkers/project-structure-checker.d.ts.map +1 -1
- package/dist/src/core/doctor/checkers/project-structure-checker.js +6 -5
- package/dist/src/core/doctor/checkers/project-structure-checker.js.map +1 -1
- package/dist/src/core/doctor/doctor.js +5 -5
- package/dist/src/core/doctor/doctor.js.map +1 -1
- package/dist/src/core/doctor/types.d.ts +2 -0
- package/dist/src/core/doctor/types.d.ts.map +1 -1
- package/dist/src/core/doctor/types.js.map +1 -1
- package/dist/src/core/hooks/LifecycleHookDispatcher.d.ts +3 -11
- package/dist/src/core/hooks/LifecycleHookDispatcher.d.ts.map +1 -1
- package/dist/src/core/hooks/LifecycleHookDispatcher.js +27 -82
- package/dist/src/core/hooks/LifecycleHookDispatcher.js.map +1 -1
- package/dist/src/core/hooks/handlers/hook-router.d.ts +10 -7
- package/dist/src/core/hooks/handlers/hook-router.d.ts.map +1 -1
- package/dist/src/core/hooks/handlers/hook-router.js +47 -93
- package/dist/src/core/hooks/handlers/hook-router.js.map +1 -1
- package/dist/src/core/hooks/handlers/index.d.ts +4 -4
- package/dist/src/core/hooks/handlers/index.d.ts.map +1 -1
- package/dist/src/core/hooks/handlers/index.js +3 -3
- package/dist/src/core/hooks/handlers/index.js.map +1 -1
- package/dist/src/core/hooks/handlers/pre-compact.d.ts +14 -24
- package/dist/src/core/hooks/handlers/pre-compact.d.ts.map +1 -1
- package/dist/src/core/hooks/handlers/pre-compact.js +58 -89
- package/dist/src/core/hooks/handlers/pre-compact.js.map +1 -1
- package/dist/src/core/hooks/handlers/pre-tool-use.d.ts +9 -4
- package/dist/src/core/hooks/handlers/pre-tool-use.d.ts.map +1 -1
- package/dist/src/core/hooks/handlers/pre-tool-use.js +40 -346
- package/dist/src/core/hooks/handlers/pre-tool-use.js.map +1 -1
- package/dist/src/core/hooks/handlers/session-start.d.ts +11 -3
- package/dist/src/core/hooks/handlers/session-start.d.ts.map +1 -1
- package/dist/src/core/hooks/handlers/session-start.js +131 -78
- package/dist/src/core/hooks/handlers/session-start.js.map +1 -1
- package/dist/src/core/hooks/handlers/stop.d.ts +24 -0
- package/dist/src/core/hooks/handlers/stop.d.ts.map +1 -0
- package/dist/src/core/hooks/handlers/stop.js +184 -0
- package/dist/src/core/hooks/handlers/stop.js.map +1 -0
- package/dist/src/core/hooks/handlers/types.d.ts +61 -41
- package/dist/src/core/hooks/handlers/types.d.ts.map +1 -1
- package/dist/src/core/hooks/handlers/types.js +100 -16
- package/dist/src/core/hooks/handlers/types.js.map +1 -1
- package/dist/src/core/hooks/handlers/utils.d.ts +27 -9
- package/dist/src/core/hooks/handlers/utils.d.ts.map +1 -1
- package/dist/src/core/hooks/handlers/utils.js +86 -26
- package/dist/src/core/hooks/handlers/utils.js.map +1 -1
- package/dist/src/core/increment/auto-transition-manager.d.ts.map +1 -1
- package/dist/src/core/increment/auto-transition-manager.js +11 -9
- package/dist/src/core/increment/auto-transition-manager.js.map +1 -1
- package/dist/src/core/increment/completion-validator.d.ts +8 -20
- package/dist/src/core/increment/completion-validator.d.ts.map +1 -1
- package/dist/src/core/increment/completion-validator.js +43 -239
- package/dist/src/core/increment/completion-validator.js.map +1 -1
- package/dist/src/core/increment/discipline-checker.d.ts +17 -38
- package/dist/src/core/increment/discipline-checker.d.ts.map +1 -1
- package/dist/src/core/increment/discipline-checker.js +49 -143
- package/dist/src/core/increment/discipline-checker.js.map +1 -1
- package/dist/src/core/increment/increment-artifacts.d.ts +38 -0
- package/dist/src/core/increment/increment-artifacts.d.ts.map +1 -0
- package/dist/src/core/increment/increment-artifacts.js +57 -0
- package/dist/src/core/increment/increment-artifacts.js.map +1 -0
- package/dist/src/core/increment/increment-reopener.d.ts +0 -27
- package/dist/src/core/increment/increment-reopener.d.ts.map +1 -1
- package/dist/src/core/increment/increment-reopener.js +3 -55
- package/dist/src/core/increment/increment-reopener.js.map +1 -1
- package/dist/src/core/increment/metadata-manager.d.ts +9 -5
- package/dist/src/core/increment/metadata-manager.d.ts.map +1 -1
- package/dist/src/core/increment/metadata-manager.js +70 -13
- package/dist/src/core/increment/metadata-manager.js.map +1 -1
- package/dist/src/core/increment/spec-frontmatter-updater.d.ts.map +1 -1
- package/dist/src/core/increment/spec-frontmatter-updater.js +11 -3
- package/dist/src/core/increment/spec-frontmatter-updater.js.map +1 -1
- package/dist/src/core/increment/status-auto-transition.d.ts +7 -3
- package/dist/src/core/increment/status-auto-transition.d.ts.map +1 -1
- package/dist/src/core/increment/status-auto-transition.js +16 -12
- package/dist/src/core/increment/status-auto-transition.js.map +1 -1
- package/dist/src/core/increment/status-change-sync-trigger.d.ts +0 -5
- package/dist/src/core/increment/status-change-sync-trigger.d.ts.map +1 -1
- package/dist/src/core/increment/status-change-sync-trigger.js +42 -39
- package/dist/src/core/increment/status-change-sync-trigger.js.map +1 -1
- package/dist/src/core/increment/status-commands.d.ts +21 -1
- package/dist/src/core/increment/status-commands.d.ts.map +1 -1
- package/dist/src/core/increment/status-commands.js +167 -88
- package/dist/src/core/increment/status-commands.js.map +1 -1
- package/dist/src/core/increment/template-creator.d.ts +24 -0
- package/dist/src/core/increment/template-creator.d.ts.map +1 -1
- package/dist/src/core/increment/template-creator.js +127 -175
- package/dist/src/core/increment/template-creator.js.map +1 -1
- package/dist/src/core/increment/types.d.ts +7 -21
- package/dist/src/core/increment/types.d.ts.map +1 -1
- package/dist/src/core/increment/types.js +1 -2
- package/dist/src/core/increment/types.js.map +1 -1
- package/dist/src/core/lazy-loading/llm-plugin-detector.d.ts +7 -4
- package/dist/src/core/lazy-loading/llm-plugin-detector.d.ts.map +1 -1
- package/dist/src/core/lazy-loading/llm-plugin-detector.js +14 -17
- package/dist/src/core/lazy-loading/llm-plugin-detector.js.map +1 -1
- package/dist/src/core/living-docs/intelligent-analyzer/index.d.ts +0 -6
- package/dist/src/core/living-docs/intelligent-analyzer/index.d.ts.map +1 -1
- package/dist/src/core/living-docs/intelligent-analyzer/index.js +1 -153
- package/dist/src/core/living-docs/intelligent-analyzer/index.js.map +1 -1
- package/dist/src/core/living-docs/living-docs-enabled.d.ts +21 -0
- package/dist/src/core/living-docs/living-docs-enabled.d.ts.map +1 -0
- package/dist/src/core/living-docs/living-docs-enabled.js +31 -0
- package/dist/src/core/living-docs/living-docs-enabled.js.map +1 -0
- package/dist/src/core/living-docs/living-docs-sync.d.ts +9 -11
- package/dist/src/core/living-docs/living-docs-sync.d.ts.map +1 -1
- package/dist/src/core/living-docs/living-docs-sync.js +30 -49
- package/dist/src/core/living-docs/living-docs-sync.js.map +1 -1
- package/dist/src/core/living-docs/types.d.ts +7 -0
- package/dist/src/core/living-docs/types.d.ts.map +1 -1
- package/dist/src/core/qa/qa-runner.d.ts.map +1 -1
- package/dist/src/core/qa/qa-runner.js +7 -26
- package/dist/src/core/qa/qa-runner.js.map +1 -1
- package/dist/src/core/repo-structure/setup-summary.js +1 -1
- package/dist/src/core/repo-structure/setup-summary.js.map +1 -1
- package/dist/src/core/rubric/rubric-evaluator.d.ts +2 -0
- package/dist/src/core/rubric/rubric-evaluator.d.ts.map +1 -1
- package/dist/src/core/rubric/rubric-evaluator.js +33 -0
- package/dist/src/core/rubric/rubric-evaluator.js.map +1 -1
- package/dist/src/core/rubric/rubric-generator.d.ts.map +1 -1
- package/dist/src/core/rubric/rubric-generator.js +8 -15
- package/dist/src/core/rubric/rubric-generator.js.map +1 -1
- package/dist/src/core/rubric/rubric-parser.js +1 -1
- package/dist/src/core/rubric/rubric-parser.js.map +1 -1
- package/dist/src/core/rubric/types.d.ts +8 -2
- package/dist/src/core/rubric/types.d.ts.map +1 -1
- package/dist/src/core/rubric/types.js.map +1 -1
- package/dist/src/core/session/handoff-doc-format.d.ts +37 -108
- package/dist/src/core/session/handoff-doc-format.d.ts.map +1 -1
- package/dist/src/core/session/handoff-doc-format.js +84 -179
- package/dist/src/core/session/handoff-doc-format.js.map +1 -1
- package/dist/src/core/session/handoff-git-state.d.ts +3 -14
- package/dist/src/core/session/handoff-git-state.d.ts.map +1 -1
- package/dist/src/core/session/handoff-git-state.js +68 -124
- package/dist/src/core/session/handoff-git-state.js.map +1 -1
- package/dist/src/core/session/install-handoff-context.d.ts.map +1 -1
- package/dist/src/core/session/install-handoff-context.js +15 -24
- package/dist/src/core/session/install-handoff-context.js.map +1 -1
- package/dist/src/core/session/work-handoff.d.ts +21 -55
- package/dist/src/core/session/work-handoff.d.ts.map +1 -1
- package/dist/src/core/session/work-handoff.js +146 -261
- package/dist/src/core/session/work-handoff.js.map +1 -1
- package/dist/src/core/skill-gen/types.d.ts +23 -1
- package/dist/src/core/skill-gen/types.d.ts.map +1 -1
- package/dist/src/core/skill-gen/types.js +1 -1
- package/dist/src/core/skills/skill-judge.d.ts +0 -7
- package/dist/src/core/skills/skill-judge.d.ts.map +1 -1
- package/dist/src/core/skills/skill-judge.js +10 -3
- package/dist/src/core/skills/skill-judge.js.map +1 -1
- package/dist/src/core/state/state-gc.d.ts +65 -0
- package/dist/src/core/state/state-gc.d.ts.map +1 -0
- package/dist/src/core/state/state-gc.js +234 -0
- package/dist/src/core/state/state-gc.js.map +1 -0
- package/dist/src/core/status-line/status-line-updater.d.ts.map +1 -1
- package/dist/src/core/status-line/status-line-updater.js +1 -0
- package/dist/src/core/status-line/status-line-updater.js.map +1 -1
- package/dist/src/core/status-line-validator.js +2 -2
- package/dist/src/core/status-line-validator.js.map +1 -1
- package/dist/src/core/tasks/closure-gate.d.ts +27 -0
- package/dist/src/core/tasks/closure-gate.d.ts.map +1 -0
- package/dist/src/core/tasks/closure-gate.js +72 -0
- package/dist/src/core/tasks/closure-gate.js.map +1 -0
- package/dist/src/core/tasks/increment-updated.d.ts +27 -0
- package/dist/src/core/tasks/increment-updated.d.ts.map +1 -0
- package/dist/src/core/tasks/increment-updated.js +47 -0
- package/dist/src/core/tasks/increment-updated.js.map +1 -0
- package/dist/src/core/tasks/ledger.d.ts +115 -0
- package/dist/src/core/tasks/ledger.d.ts.map +1 -0
- package/dist/src/core/tasks/ledger.js +250 -0
- package/dist/src/core/tasks/ledger.js.map +1 -0
- package/dist/src/core/tasks/resolve-increment.d.ts +47 -0
- package/dist/src/core/tasks/resolve-increment.d.ts.map +1 -0
- package/dist/src/core/tasks/resolve-increment.js +153 -0
- package/dist/src/core/tasks/resolve-increment.js.map +1 -0
- package/dist/src/core/tasks/run-shell.d.ts +27 -0
- package/dist/src/core/tasks/run-shell.d.ts.map +1 -0
- package/dist/src/core/tasks/run-shell.js +67 -0
- package/dist/src/core/tasks/run-shell.js.map +1 -0
- package/dist/src/core/tasks/supersede.d.ts +24 -0
- package/dist/src/core/tasks/supersede.d.ts.map +1 -0
- package/dist/src/core/tasks/supersede.js +86 -0
- package/dist/src/core/tasks/supersede.js.map +1 -0
- package/dist/src/core/tasks/task-board.d.ts +75 -0
- package/dist/src/core/tasks/task-board.d.ts.map +1 -0
- package/dist/src/core/tasks/task-board.js +259 -0
- package/dist/src/core/tasks/task-board.js.map +1 -0
- package/dist/src/core/tasks/task-id.d.ts +24 -0
- package/dist/src/core/tasks/task-id.d.ts.map +1 -0
- package/dist/src/core/tasks/task-id.js +24 -0
- package/dist/src/core/tasks/task-id.js.map +1 -0
- package/dist/src/core/tasks/verify-runner.d.ts +87 -0
- package/dist/src/core/tasks/verify-runner.d.ts.map +1 -0
- package/dist/src/core/tasks/verify-runner.js +166 -0
- package/dist/src/core/tasks/verify-runner.js.map +1 -0
- package/dist/src/core/team-lead/template-loader.js +1 -1
- package/dist/src/core/team-lead/template-loader.js.map +1 -1
- package/dist/src/core/types/increment-metadata.d.ts +86 -35
- package/dist/src/core/types/increment-metadata.d.ts.map +1 -1
- package/dist/src/core/types/increment-metadata.js +115 -47
- package/dist/src/core/types/increment-metadata.js.map +1 -1
- package/dist/src/core/validation/increment-structure-validator.d.ts +2 -1
- package/dist/src/core/validation/increment-structure-validator.d.ts.map +1 -1
- package/dist/src/core/validation/increment-structure-validator.js +3 -13
- package/dist/src/core/validation/increment-structure-validator.js.map +1 -1
- package/dist/src/dashboard/server/dashboard-server.d.ts.map +1 -1
- package/dist/src/dashboard/server/dashboard-server.js +12 -19
- package/dist/src/dashboard/server/dashboard-server.js.map +1 -1
- package/dist/src/dashboard/server/data/dashboard-data-aggregator.js +1 -1
- package/dist/src/dashboard/server/data/dashboard-data-aggregator.js.map +1 -1
- package/dist/src/generators/spec/task-parser.d.ts +18 -2
- package/dist/src/generators/spec/task-parser.d.ts.map +1 -1
- package/dist/src/generators/spec/task-parser.js +74 -6
- package/dist/src/generators/spec/task-parser.js.map +1 -1
- package/dist/src/importers/github-importer.d.ts.map +1 -1
- package/dist/src/importers/github-importer.js +6 -4
- package/dist/src/importers/github-importer.js.map +1 -1
- package/dist/src/importers/import-to-increment.js +2 -2
- package/dist/src/importers/import-to-increment.js.map +1 -1
- package/dist/src/init/research/types.d.ts +1 -1
- package/dist/src/progress/us-progress-tracker.d.ts +4 -0
- package/dist/src/progress/us-progress-tracker.d.ts.map +1 -1
- package/dist/src/progress/us-progress-tracker.js +10 -3
- package/dist/src/progress/us-progress-tracker.js.map +1 -1
- package/dist/src/sync/config.js +2 -2
- package/dist/src/sync/config.js.map +1 -1
- package/dist/src/sync/external-sync-configured.d.ts +23 -0
- package/dist/src/sync/external-sync-configured.d.ts.map +1 -0
- package/dist/src/sync/external-sync-configured.js +51 -0
- package/dist/src/sync/external-sync-configured.js.map +1 -0
- package/dist/src/sync/github-reconciler.js +2 -2
- package/dist/src/sync/github-reconciler.js.map +1 -1
- package/dist/src/sync/sync-coordinator.js +4 -4
- package/dist/src/sync/sync-coordinator.js.map +1 -1
- package/dist/src/sync/sync-target-resolver.js +1 -1
- package/dist/src/sync/sync-target-resolver.js.map +1 -1
- package/dist/src/utils/auth-helpers.d.ts +37 -16
- package/dist/src/utils/auth-helpers.d.ts.map +1 -1
- package/dist/src/utils/auth-helpers.js +88 -74
- package/dist/src/utils/auth-helpers.js.map +1 -1
- package/dist/src/utils/cost-reporter.js +1 -1
- package/dist/src/utils/cost-reporter.js.map +1 -1
- package/dist/src/utils/notification-constants.js +1 -1
- package/dist/src/utils/notification-constants.js.map +1 -1
- package/dist/src/utils/port-reachable.d.ts +3 -0
- package/dist/src/utils/port-reachable.d.ts.map +1 -0
- package/dist/src/utils/port-reachable.js +22 -0
- package/dist/src/utils/port-reachable.js.map +1 -0
- package/package.json +14 -8
- package/plugins/PLUGINS-INDEX.md +25 -44
- package/plugins/specweave/.claude-plugin/plugin.json +10 -15
- package/plugins/specweave/.lint/skill-lint.test.ts +93 -0
- package/plugins/specweave/PLUGIN.md +40 -105
- package/plugins/specweave/agents/sw-closer.md +16 -25
- package/plugins/specweave/defaults/rubric-defaults.md +11 -11
- package/plugins/specweave/hooks/hooks.json +13 -65
- package/plugins/specweave/hooks/run-worker.mjs +229 -0
- package/plugins/specweave/hooks/run.mjs +72 -0
- package/plugins/specweave/lib/external-sync/README.md +2 -3
- package/plugins/specweave/lib/integrations/github/github-access-error.js +2 -2
- package/plugins/specweave/lib/integrations/github/github-access-error.ts +3 -3
- package/plugins/specweave/lib/integrations/github/github-client-v2.js +19 -40
- package/plugins/specweave/lib/integrations/github/github-client-v2.ts +19 -40
- package/plugins/specweave/lib/integrations/github/github-feature-sync-cli.js +1 -1
- package/plugins/specweave/lib/integrations/github/github-feature-sync-cli.ts +1 -1
- package/plugins/specweave/lib/integrations/github/github-feature-sync.js +2 -2
- package/plugins/specweave/lib/integrations/github/github-feature-sync.ts +2 -2
- package/plugins/specweave/lib/vendor/core/increment/auto-transition-manager.js +11 -9
- package/plugins/specweave/lib/vendor/core/increment/auto-transition-manager.js.map +1 -1
- package/plugins/specweave/lib/vendor/core/increment/metadata-manager.d.ts +9 -5
- package/plugins/specweave/lib/vendor/core/increment/metadata-manager.js +70 -13
- package/plugins/specweave/lib/vendor/core/increment/metadata-manager.js.map +1 -1
- package/plugins/specweave/lib/vendor/core/increment/status-auto-transition.d.ts +7 -3
- package/plugins/specweave/lib/vendor/core/increment/status-auto-transition.js +16 -12
- package/plugins/specweave/lib/vendor/core/increment/status-auto-transition.js.map +1 -1
- package/plugins/specweave/lib/vendor/core/tasks/task-id.d.ts +24 -0
- package/plugins/specweave/lib/vendor/core/tasks/task-id.js +24 -0
- package/plugins/specweave/lib/vendor/core/tasks/task-id.js.map +1 -0
- package/plugins/specweave/lib/vendor/core/types/increment-metadata.d.ts +86 -35
- package/plugins/specweave/lib/vendor/core/types/increment-metadata.js +115 -47
- package/plugins/specweave/lib/vendor/core/types/increment-metadata.js.map +1 -1
- package/plugins/specweave/lib/vendor/generators/spec/task-parser.d.ts +18 -2
- package/plugins/specweave/lib/vendor/generators/spec/task-parser.js +74 -6
- package/plugins/specweave/lib/vendor/generators/spec/task-parser.js.map +1 -1
- package/plugins/specweave/lib/vendor/sync/config.js +2 -2
- package/plugins/specweave/lib/vendor/sync/config.js.map +1 -1
- package/plugins/specweave/lib/vendor/sync/github-reconciler.js +2 -2
- package/plugins/specweave/lib/vendor/sync/github-reconciler.js.map +1 -1
- package/plugins/specweave/lib/vendor/utils/auth-helpers.d.ts +37 -16
- package/plugins/specweave/lib/vendor/utils/auth-helpers.js +88 -74
- package/plugins/specweave/lib/vendor/utils/auth-helpers.js.map +1 -1
- package/plugins/specweave/marketplace.json +99 -91
- package/plugins/specweave/reference/ado/ado-specweave-mapping.md +5 -6
- package/plugins/specweave/reference/github/github-specweave-mapping.md +3 -4
- package/plugins/specweave/reference/jira/jira-specweave-mapping.md +5 -5
- package/plugins/specweave/scripts/README.md +23 -168
- package/plugins/specweave/scripts/jobs.js +3 -2
- package/plugins/specweave/scripts/progress.js +9 -8
- package/plugins/specweave/scripts/status.js +7 -6
- package/plugins/specweave/skills/auto/SKILL.md +47 -263
- package/plugins/specweave/skills/brainstorm/SKILL.md +53 -559
- package/plugins/specweave/skills/do/SKILL.md +31 -249
- package/plugins/specweave/skills/done/SKILL.md +23 -264
- package/plugins/specweave/skills/handoff/SKILL.md +22 -40
- package/plugins/specweave/skills/increment/SKILL.md +81 -489
- package/plugins/specweave/skills/qa/SKILL.md +45 -0
- package/plugins/specweave/skills/review/SKILL.md +102 -0
- package/plugins/specweave/skills/sync/SKILL.md +63 -0
- package/plugins/specweave/skills/team/SKILL.md +89 -0
- package/plugins/specweave/skills/{team-lead → team}/agents/_protocol.md +1 -1
- package/plugins/specweave/skills/{team-lead → team}/agents/architect.md +4 -2
- package/plugins/specweave/skills/{team-lead → team}/agents/backend.md +3 -3
- package/plugins/specweave/skills/{team-lead → team}/agents/database.md +2 -2
- package/plugins/specweave/skills/{team-lead → team}/agents/frontend.md +2 -2
- package/plugins/specweave/skills/{team-lead → team}/agents/pm.md +3 -2
- package/plugins/specweave/skills/{team-lead → team}/agents/security.md +2 -2
- package/plugins/specweave/skills/{team-lead → team}/agents/testing.md +4 -4
- package/src/templates/.gitattributes.template +3 -0
- package/src/templates/.gitignore.template +63 -27
- package/src/templates/AGENTS.md.template +52 -423
- package/src/templates/CLAUDE.md.template +50 -290
- package/src/templates/README.md.template +16 -146
- package/src/templates/git-hooks/pre-commit.template +22 -26
- package/dist/dashboard/assets/index-DAfC5dt1.css +0 -1
- package/dist/src/adapters/agents-md-generator.d.ts +0 -48
- package/dist/src/adapters/agents-md-generator.d.ts.map +0 -1
- package/dist/src/adapters/agents-md-generator.js +0 -129
- package/dist/src/adapters/agents-md-generator.js.map +0 -1
- package/dist/src/adapters/claude-md-generator.d.ts +0 -78
- package/dist/src/adapters/claude-md-generator.d.ts.map +0 -1
- package/dist/src/adapters/claude-md-generator.js +0 -248
- package/dist/src/adapters/claude-md-generator.js.map +0 -1
- package/dist/src/adapters/template-utils.d.ts +0 -16
- package/dist/src/adapters/template-utils.d.ts.map +0 -1
- package/dist/src/adapters/template-utils.js +0 -61
- package/dist/src/adapters/template-utils.js.map +0 -1
- package/dist/src/cli/commands/logs.d.ts +0 -13
- package/dist/src/cli/commands/logs.d.ts.map +0 -1
- package/dist/src/cli/commands/logs.js +0 -110
- package/dist/src/cli/commands/logs.js.map +0 -1
- package/dist/src/cli/commands/reflect-stop.d.ts +0 -30
- package/dist/src/cli/commands/reflect-stop.d.ts.map +0 -1
- package/dist/src/cli/commands/reflect-stop.js +0 -63
- package/dist/src/cli/commands/reflect-stop.js.map +0 -1
- package/dist/src/cli/commands/revert-wip-limit.d.ts +0 -8
- package/dist/src/cli/commands/revert-wip-limit.d.ts.map +0 -1
- package/dist/src/cli/commands/revert-wip-limit.js +0 -65
- package/dist/src/cli/commands/revert-wip-limit.js.map +0 -1
- package/dist/src/cli/commands/set-sync-target.d.ts +0 -41
- package/dist/src/cli/commands/set-sync-target.d.ts.map +0 -1
- package/dist/src/cli/commands/set-sync-target.js +0 -126
- package/dist/src/cli/commands/set-sync-target.js.map +0 -1
- package/dist/src/cli/commands/sync-flush.d.ts +0 -31
- package/dist/src/cli/commands/sync-flush.d.ts.map +0 -1
- package/dist/src/cli/commands/sync-flush.js +0 -114
- package/dist/src/cli/commands/sync-flush.js.map +0 -1
- package/dist/src/cli/commands/sync-scheduled.d.ts +0 -38
- package/dist/src/cli/commands/sync-scheduled.d.ts.map +0 -1
- package/dist/src/cli/commands/sync-scheduled.js +0 -171
- package/dist/src/cli/commands/sync-scheduled.js.map +0 -1
- package/dist/src/cli/commands/sync-task.d.ts +0 -16
- package/dist/src/cli/commands/sync-task.d.ts.map +0 -1
- package/dist/src/cli/commands/sync-task.js +0 -42
- package/dist/src/cli/commands/sync-task.js.map +0 -1
- package/dist/src/cli/commands/validate-jira.d.ts +0 -35
- package/dist/src/cli/commands/validate-jira.d.ts.map +0 -1
- package/dist/src/cli/commands/validate-jira.js +0 -116
- package/dist/src/cli/commands/validate-jira.js.map +0 -1
- package/dist/src/cli/helpers/init/claude-settings-permissions.d.ts +0 -20
- package/dist/src/cli/helpers/init/claude-settings-permissions.d.ts.map +0 -1
- package/dist/src/cli/helpers/init/claude-settings-permissions.js +0 -71
- package/dist/src/cli/helpers/init/claude-settings-permissions.js.map +0 -1
- package/dist/src/cli/helpers/init/dci-scripts-installer.d.ts +0 -21
- package/dist/src/cli/helpers/init/dci-scripts-installer.d.ts.map +0 -1
- package/dist/src/cli/helpers/init/dci-scripts-installer.js +0 -58
- package/dist/src/cli/helpers/init/dci-scripts-installer.js.map +0 -1
- package/dist/src/cli/helpers/init/deep-interview-config.d.ts +0 -35
- package/dist/src/cli/helpers/init/deep-interview-config.d.ts.map +0 -1
- package/dist/src/cli/helpers/init/deep-interview-config.js +0 -261
- package/dist/src/cli/helpers/init/deep-interview-config.js.map +0 -1
- package/dist/src/cli/helpers/init/quality-gates-config.d.ts +0 -57
- package/dist/src/cli/helpers/init/quality-gates-config.d.ts.map +0 -1
- package/dist/src/cli/helpers/init/quality-gates-config.js +0 -306
- package/dist/src/cli/helpers/init/quality-gates-config.js.map +0 -1
- package/dist/src/cli/helpers/init/translation-config.d.ts +0 -96
- package/dist/src/cli/helpers/init/translation-config.d.ts.map +0 -1
- package/dist/src/cli/helpers/init/translation-config.js +0 -472
- package/dist/src/cli/helpers/init/translation-config.js.map +0 -1
- package/dist/src/core/dashboard/dashboard-data.d.ts +0 -156
- package/dist/src/core/dashboard/dashboard-data.d.ts.map +0 -1
- package/dist/src/core/dashboard/dashboard-data.js +0 -186
- package/dist/src/core/dashboard/dashboard-data.js.map +0 -1
- package/dist/src/core/dashboard/index.d.ts +0 -9
- package/dist/src/core/dashboard/index.d.ts.map +0 -1
- package/dist/src/core/dashboard/index.js +0 -9
- package/dist/src/core/dashboard/index.js.map +0 -1
- package/dist/src/core/doctor/checkers/plugin-currency-checker.d.ts +0 -26
- package/dist/src/core/doctor/checkers/plugin-currency-checker.d.ts.map +0 -1
- package/dist/src/core/doctor/checkers/plugin-currency-checker.js +0 -128
- package/dist/src/core/doctor/checkers/plugin-currency-checker.js.map +0 -1
- package/dist/src/core/doctor/checkers/skill-currency-checker.d.ts +0 -25
- package/dist/src/core/doctor/checkers/skill-currency-checker.d.ts.map +0 -1
- package/dist/src/core/doctor/checkers/skill-currency-checker.js +0 -98
- package/dist/src/core/doctor/checkers/skill-currency-checker.js.map +0 -1
- package/dist/src/core/hooks/HealthReporter.d.ts +0 -57
- package/dist/src/core/hooks/HealthReporter.d.ts.map +0 -1
- package/dist/src/core/hooks/HealthReporter.js +0 -260
- package/dist/src/core/hooks/HealthReporter.js.map +0 -1
- package/dist/src/core/hooks/HookAutoFixer.d.ts +0 -44
- package/dist/src/core/hooks/HookAutoFixer.d.ts.map +0 -1
- package/dist/src/core/hooks/HookAutoFixer.js +0 -168
- package/dist/src/core/hooks/HookAutoFixer.js.map +0 -1
- package/dist/src/core/hooks/HookExecutor.d.ts +0 -57
- package/dist/src/core/hooks/HookExecutor.d.ts.map +0 -1
- package/dist/src/core/hooks/HookExecutor.js +0 -268
- package/dist/src/core/hooks/HookExecutor.js.map +0 -1
- package/dist/src/core/hooks/HookHealthChecker.d.ts +0 -52
- package/dist/src/core/hooks/HookHealthChecker.d.ts.map +0 -1
- package/dist/src/core/hooks/HookHealthChecker.js +0 -202
- package/dist/src/core/hooks/HookHealthChecker.js.map +0 -1
- package/dist/src/core/hooks/HookScanner.d.ts +0 -105
- package/dist/src/core/hooks/HookScanner.d.ts.map +0 -1
- package/dist/src/core/hooks/HookScanner.js +0 -307
- package/dist/src/core/hooks/HookScanner.js.map +0 -1
- package/dist/src/core/hooks/feature-id-resolver.d.ts +0 -16
- package/dist/src/core/hooks/feature-id-resolver.d.ts.map +0 -1
- package/dist/src/core/hooks/feature-id-resolver.js +0 -60
- package/dist/src/core/hooks/feature-id-resolver.js.map +0 -1
- package/dist/src/core/hooks/github-project-sync.d.ts +0 -16
- package/dist/src/core/hooks/github-project-sync.d.ts.map +0 -1
- package/dist/src/core/hooks/github-project-sync.js +0 -37
- package/dist/src/core/hooks/github-project-sync.js.map +0 -1
- package/dist/src/core/hooks/handlers/banner-check.d.ts +0 -42
- package/dist/src/core/hooks/handlers/banner-check.d.ts.map +0 -1
- package/dist/src/core/hooks/handlers/banner-check.js +0 -180
- package/dist/src/core/hooks/handlers/banner-check.js.map +0 -1
- package/dist/src/core/hooks/handlers/banner-state.d.ts +0 -44
- package/dist/src/core/hooks/handlers/banner-state.d.ts.map +0 -1
- package/dist/src/core/hooks/handlers/banner-state.js +0 -100
- package/dist/src/core/hooks/handlers/banner-state.js.map +0 -1
- package/dist/src/core/hooks/handlers/post-tool-use-analytics.d.ts +0 -11
- package/dist/src/core/hooks/handlers/post-tool-use-analytics.d.ts.map +0 -1
- package/dist/src/core/hooks/handlers/post-tool-use-analytics.js +0 -75
- package/dist/src/core/hooks/handlers/post-tool-use-analytics.js.map +0 -1
- package/dist/src/core/hooks/handlers/post-tool-use.d.ts +0 -11
- package/dist/src/core/hooks/handlers/post-tool-use.d.ts.map +0 -1
- package/dist/src/core/hooks/handlers/post-tool-use.js +0 -76
- package/dist/src/core/hooks/handlers/post-tool-use.js.map +0 -1
- package/dist/src/core/hooks/handlers/stop-auto.d.ts +0 -22
- package/dist/src/core/hooks/handlers/stop-auto.d.ts.map +0 -1
- package/dist/src/core/hooks/handlers/stop-auto.js +0 -227
- package/dist/src/core/hooks/handlers/stop-auto.js.map +0 -1
- package/dist/src/core/hooks/handlers/stop-reflect.d.ts +0 -14
- package/dist/src/core/hooks/handlers/stop-reflect.d.ts.map +0 -1
- package/dist/src/core/hooks/handlers/stop-reflect.js +0 -43
- package/dist/src/core/hooks/handlers/stop-reflect.js.map +0 -1
- package/dist/src/core/hooks/handlers/stop-sync.d.ts +0 -15
- package/dist/src/core/hooks/handlers/stop-sync.d.ts.map +0 -1
- package/dist/src/core/hooks/handlers/stop-sync.js +0 -68
- package/dist/src/core/hooks/handlers/stop-sync.js.map +0 -1
- package/dist/src/core/hooks/handlers/user-prompt-submit.d.ts +0 -14
- package/dist/src/core/hooks/handlers/user-prompt-submit.d.ts.map +0 -1
- package/dist/src/core/hooks/handlers/user-prompt-submit.js +0 -196
- package/dist/src/core/hooks/handlers/user-prompt-submit.js.map +0 -1
- package/dist/src/core/hooks/hook-health-tracker.d.ts +0 -54
- package/dist/src/core/hooks/hook-health-tracker.d.ts.map +0 -1
- package/dist/src/core/hooks/hook-health-tracker.js +0 -140
- package/dist/src/core/hooks/hook-health-tracker.js.map +0 -1
- package/dist/src/core/hooks/hook-logger.d.ts +0 -83
- package/dist/src/core/hooks/hook-logger.d.ts.map +0 -1
- package/dist/src/core/hooks/hook-logger.js +0 -120
- package/dist/src/core/hooks/hook-logger.js.map +0 -1
- package/dist/src/core/hooks/log-rotator.d.ts +0 -51
- package/dist/src/core/hooks/log-rotator.d.ts.map +0 -1
- package/dist/src/core/hooks/log-rotator.js +0 -85
- package/dist/src/core/hooks/log-rotator.js.map +0 -1
- package/dist/src/core/hooks/pretooluse-guard.d.ts +0 -37
- package/dist/src/core/hooks/pretooluse-guard.d.ts.map +0 -1
- package/dist/src/core/hooks/pretooluse-guard.js +0 -64
- package/dist/src/core/hooks/pretooluse-guard.js.map +0 -1
- package/dist/src/core/hooks/project-scope-guard.d.ts +0 -77
- package/dist/src/core/hooks/project-scope-guard.d.ts.map +0 -1
- package/dist/src/core/hooks/project-scope-guard.js +0 -206
- package/dist/src/core/hooks/project-scope-guard.js.map +0 -1
- package/dist/src/core/hooks/types.d.ts +0 -322
- package/dist/src/core/hooks/types.d.ts.map +0 -1
- package/dist/src/core/hooks/types.js +0 -10
- package/dist/src/core/hooks/types.js.map +0 -1
- package/dist/src/core/increment/limits.d.ts +0 -68
- package/dist/src/core/increment/limits.d.ts.map +0 -1
- package/dist/src/core/increment/limits.js +0 -227
- package/dist/src/core/increment/limits.js.map +0 -1
- package/dist/src/core/living-docs/delivery/delivery-generator.d.ts +0 -58
- package/dist/src/core/living-docs/delivery/delivery-generator.d.ts.map +0 -1
- package/dist/src/core/living-docs/delivery/delivery-generator.js +0 -501
- package/dist/src/core/living-docs/delivery/delivery-generator.js.map +0 -1
- package/dist/src/core/living-docs/delivery/index.d.ts +0 -8
- package/dist/src/core/living-docs/delivery/index.d.ts.map +0 -1
- package/dist/src/core/living-docs/delivery/index.js +0 -7
- package/dist/src/core/living-docs/delivery/index.js.map +0 -1
- package/dist/src/core/living-docs/diagrams/index.d.ts +0 -8
- package/dist/src/core/living-docs/diagrams/index.d.ts.map +0 -1
- package/dist/src/core/living-docs/diagrams/index.js +0 -7
- package/dist/src/core/living-docs/diagrams/index.js.map +0 -1
- package/dist/src/core/living-docs/diagrams/mermaid-generator.d.ts +0 -113
- package/dist/src/core/living-docs/diagrams/mermaid-generator.d.ts.map +0 -1
- package/dist/src/core/living-docs/diagrams/mermaid-generator.js +0 -533
- package/dist/src/core/living-docs/diagrams/mermaid-generator.js.map +0 -1
- package/dist/src/core/living-docs/governance/ecosystem-detector.d.ts +0 -38
- package/dist/src/core/living-docs/governance/ecosystem-detector.d.ts.map +0 -1
- package/dist/src/core/living-docs/governance/ecosystem-detector.js +0 -325
- package/dist/src/core/living-docs/governance/ecosystem-detector.js.map +0 -1
- package/dist/src/core/living-docs/governance/frontend-standards-parser.d.ts +0 -74
- package/dist/src/core/living-docs/governance/frontend-standards-parser.d.ts.map +0 -1
- package/dist/src/core/living-docs/governance/frontend-standards-parser.js +0 -366
- package/dist/src/core/living-docs/governance/frontend-standards-parser.js.map +0 -1
- package/dist/src/core/living-docs/governance/go-standards-parser.d.ts +0 -64
- package/dist/src/core/living-docs/governance/go-standards-parser.d.ts.map +0 -1
- package/dist/src/core/living-docs/governance/go-standards-parser.js +0 -229
- package/dist/src/core/living-docs/governance/go-standards-parser.js.map +0 -1
- package/dist/src/core/living-docs/governance/index.d.ts +0 -50
- package/dist/src/core/living-docs/governance/index.d.ts.map +0 -1
- package/dist/src/core/living-docs/governance/index.js +0 -56
- package/dist/src/core/living-docs/governance/index.js.map +0 -1
- package/dist/src/core/living-docs/governance/java-standards-parser.d.ts +0 -89
- package/dist/src/core/living-docs/governance/java-standards-parser.d.ts.map +0 -1
- package/dist/src/core/living-docs/governance/java-standards-parser.js +0 -375
- package/dist/src/core/living-docs/governance/java-standards-parser.js.map +0 -1
- package/dist/src/core/living-docs/governance/python-standards-parser.d.ts +0 -83
- package/dist/src/core/living-docs/governance/python-standards-parser.d.ts.map +0 -1
- package/dist/src/core/living-docs/governance/python-standards-parser.js +0 -347
- package/dist/src/core/living-docs/governance/python-standards-parser.js.map +0 -1
- package/dist/src/core/living-docs/governance/standards-generator.d.ts +0 -38
- package/dist/src/core/living-docs/governance/standards-generator.d.ts.map +0 -1
- package/dist/src/core/living-docs/governance/standards-generator.js +0 -476
- package/dist/src/core/living-docs/governance/standards-generator.js.map +0 -1
- package/dist/src/core/living-docs/operations/index.d.ts +0 -8
- package/dist/src/core/living-docs/operations/index.d.ts.map +0 -1
- package/dist/src/core/living-docs/operations/index.js +0 -7
- package/dist/src/core/living-docs/operations/index.js.map +0 -1
- package/dist/src/core/living-docs/operations/ops-generator.d.ts +0 -53
- package/dist/src/core/living-docs/operations/ops-generator.d.ts.map +0 -1
- package/dist/src/core/living-docs/operations/ops-generator.js +0 -462
- package/dist/src/core/living-docs/operations/ops-generator.js.map +0 -1
- package/dist/src/core/reflect-nudge/aggregator.d.ts +0 -33
- package/dist/src/core/reflect-nudge/aggregator.d.ts.map +0 -1
- package/dist/src/core/reflect-nudge/aggregator.js +0 -80
- package/dist/src/core/reflect-nudge/aggregator.js.map +0 -1
- package/dist/src/core/reflect-nudge/eligibility.d.ts +0 -27
- package/dist/src/core/reflect-nudge/eligibility.d.ts.map +0 -1
- package/dist/src/core/reflect-nudge/eligibility.js +0 -114
- package/dist/src/core/reflect-nudge/eligibility.js.map +0 -1
- package/dist/src/core/reflect-nudge/index.d.ts +0 -14
- package/dist/src/core/reflect-nudge/index.d.ts.map +0 -1
- package/dist/src/core/reflect-nudge/index.js +0 -14
- package/dist/src/core/reflect-nudge/index.js.map +0 -1
- package/dist/src/core/reflect-nudge/interactive-prompt.d.ts +0 -28
- package/dist/src/core/reflect-nudge/interactive-prompt.d.ts.map +0 -1
- package/dist/src/core/reflect-nudge/interactive-prompt.js +0 -52
- package/dist/src/core/reflect-nudge/interactive-prompt.js.map +0 -1
- package/dist/src/core/reflect-nudge/prompt-renderer.d.ts +0 -23
- package/dist/src/core/reflect-nudge/prompt-renderer.d.ts.map +0 -1
- package/dist/src/core/reflect-nudge/prompt-renderer.js +0 -26
- package/dist/src/core/reflect-nudge/prompt-renderer.js.map +0 -1
- package/dist/src/core/reflect-nudge/session-end-nudge.d.ts +0 -31
- package/dist/src/core/reflect-nudge/session-end-nudge.d.ts.map +0 -1
- package/dist/src/core/reflect-nudge/session-end-nudge.js +0 -44
- package/dist/src/core/reflect-nudge/session-end-nudge.js.map +0 -1
- package/dist/src/core/reflection/index.d.ts +0 -23
- package/dist/src/core/reflection/index.d.ts.map +0 -1
- package/dist/src/core/reflection/index.js +0 -25
- package/dist/src/core/reflection/index.js.map +0 -1
- package/dist/src/core/reflection/reflect-handler.d.ts +0 -128
- package/dist/src/core/reflection/reflect-handler.d.ts.map +0 -1
- package/dist/src/core/reflection/reflect-handler.js +0 -742
- package/dist/src/core/reflection/reflect-handler.js.map +0 -1
- package/dist/src/core/reflection/skill-memories.d.ts +0 -113
- package/dist/src/core/reflection/skill-memories.d.ts.map +0 -1
- package/dist/src/core/reflection/skill-memories.js +0 -306
- package/dist/src/core/reflection/skill-memories.js.map +0 -1
- package/dist/src/core/scheduler/index.d.ts +0 -12
- package/dist/src/core/scheduler/index.d.ts.map +0 -1
- package/dist/src/core/scheduler/index.js +0 -12
- package/dist/src/core/scheduler/index.js.map +0 -1
- package/dist/src/core/scheduler/job-scheduler.d.ts +0 -179
- package/dist/src/core/scheduler/job-scheduler.d.ts.map +0 -1
- package/dist/src/core/scheduler/job-scheduler.js +0 -282
- package/dist/src/core/scheduler/job-scheduler.js.map +0 -1
- package/dist/src/core/scheduler/schedule-persistence.d.ts +0 -84
- package/dist/src/core/scheduler/schedule-persistence.d.ts.map +0 -1
- package/dist/src/core/scheduler/schedule-persistence.js +0 -188
- package/dist/src/core/scheduler/schedule-persistence.js.map +0 -1
- package/dist/src/core/scheduler/scheduled-job.d.ts +0 -188
- package/dist/src/core/scheduler/scheduled-job.d.ts.map +0 -1
- package/dist/src/core/scheduler/scheduled-job.js +0 -182
- package/dist/src/core/scheduler/scheduled-job.js.map +0 -1
- package/dist/src/core/scheduler/session-sync-executor.d.ts +0 -141
- package/dist/src/core/scheduler/session-sync-executor.d.ts.map +0 -1
- package/dist/src/core/scheduler/session-sync-executor.js +0 -358
- package/dist/src/core/scheduler/session-sync-executor.js.map +0 -1
- package/dist/src/core/session/reflect-checker.d.ts +0 -19
- package/dist/src/core/session/reflect-checker.d.ts.map +0 -1
- package/dist/src/core/session/reflect-checker.js +0 -30
- package/dist/src/core/session/reflect-checker.js.map +0 -1
- package/dist/src/core/sync/event-queue-ops.d.ts +0 -39
- package/dist/src/core/sync/event-queue-ops.d.ts.map +0 -1
- package/dist/src/core/sync/event-queue-ops.js +0 -109
- package/dist/src/core/sync/event-queue-ops.js.map +0 -1
- package/dist/src/core/sync/event-queue.d.ts +0 -43
- package/dist/src/core/sync/event-queue.d.ts.map +0 -1
- package/dist/src/core/sync/event-queue.js +0 -62
- package/dist/src/core/sync/event-queue.js.map +0 -1
- package/dist/src/core/sync/persistent-circuit-breaker.d.ts +0 -22
- package/dist/src/core/sync/persistent-circuit-breaker.d.ts.map +0 -1
- package/dist/src/core/sync/persistent-circuit-breaker.js +0 -65
- package/dist/src/core/sync/persistent-circuit-breaker.js.map +0 -1
- package/dist/src/core/sync/sync-resilience.d.ts +0 -49
- package/dist/src/core/sync/sync-resilience.d.ts.map +0 -1
- package/dist/src/core/sync/sync-resilience.js +0 -133
- package/dist/src/core/sync/sync-resilience.js.map +0 -1
- package/dist/src/core/us-sync-throttle.d.ts +0 -113
- package/dist/src/core/us-sync-throttle.d.ts.map +0 -1
- package/dist/src/core/us-sync-throttle.js +0 -195
- package/dist/src/core/us-sync-throttle.js.map +0 -1
- package/dist/src/hooks/auto-create-external-issue.d.ts +0 -19
- package/dist/src/hooks/auto-create-external-issue.d.ts.map +0 -1
- package/dist/src/hooks/auto-create-external-issue.js +0 -85
- package/dist/src/hooks/auto-create-external-issue.js.map +0 -1
- package/dist/src/hooks/generate-settings.d.ts +0 -8
- package/dist/src/hooks/generate-settings.d.ts.map +0 -1
- package/dist/src/hooks/generate-settings.js +0 -69
- package/dist/src/hooks/generate-settings.js.map +0 -1
- package/dist/src/hooks/hooks-status.d.ts +0 -12
- package/dist/src/hooks/hooks-status.d.ts.map +0 -1
- package/dist/src/hooks/hooks-status.js +0 -101
- package/dist/src/hooks/hooks-status.js.map +0 -1
- package/dist/src/hooks/index.d.ts +0 -11
- package/dist/src/hooks/index.d.ts.map +0 -1
- package/dist/src/hooks/index.js +0 -11
- package/dist/src/hooks/index.js.map +0 -1
- package/dist/src/hooks/platform.d.ts +0 -120
- package/dist/src/hooks/platform.d.ts.map +0 -1
- package/dist/src/hooks/platform.js +0 -278
- package/dist/src/hooks/platform.js.map +0 -1
- package/dist/src/hooks/processor.d.ts +0 -27
- package/dist/src/hooks/processor.d.ts.map +0 -1
- package/dist/src/hooks/processor.js +0 -334
- package/dist/src/hooks/processor.js.map +0 -1
- package/dist/src/hooks/scheduler-startup.d.ts +0 -19
- package/dist/src/hooks/scheduler-startup.d.ts.map +0 -1
- package/dist/src/hooks/scheduler-startup.js +0 -92
- package/dist/src/hooks/scheduler-startup.js.map +0 -1
- package/dist/src/hooks/session-start.d.ts +0 -16
- package/dist/src/hooks/session-start.d.ts.map +0 -1
- package/dist/src/hooks/session-start.js +0 -142
- package/dist/src/hooks/session-start.js.map +0 -1
- package/dist/src/integrations/ado/ado-dependency-loader.d.ts +0 -99
- package/dist/src/integrations/ado/ado-dependency-loader.d.ts.map +0 -1
- package/dist/src/integrations/ado/ado-dependency-loader.js +0 -237
- package/dist/src/integrations/ado/ado-dependency-loader.js.map +0 -1
- package/dist/src/integrations/ado/area-path-mapper.d.ts +0 -137
- package/dist/src/integrations/ado/area-path-mapper.d.ts.map +0 -1
- package/dist/src/integrations/ado/area-path-mapper.js +0 -263
- package/dist/src/integrations/ado/area-path-mapper.js.map +0 -1
- package/dist/src/integrations/jira/filter-processor.d.ts +0 -126
- package/dist/src/integrations/jira/filter-processor.d.ts.map +0 -1
- package/dist/src/integrations/jira/filter-processor.js +0 -222
- package/dist/src/integrations/jira/filter-processor.js.map +0 -1
- package/dist/src/integrations/jira/jira-dependency-loader.d.ts +0 -101
- package/dist/src/integrations/jira/jira-dependency-loader.d.ts.map +0 -1
- package/dist/src/integrations/jira/jira-dependency-loader.js +0 -200
- package/dist/src/integrations/jira/jira-dependency-loader.js.map +0 -1
- package/dist/src/integrations/jira/jira-hierarchy-mapper.d.ts +0 -107
- package/dist/src/integrations/jira/jira-hierarchy-mapper.d.ts.map +0 -1
- package/dist/src/integrations/jira/jira-hierarchy-mapper.js +0 -129
- package/dist/src/integrations/jira/jira-hierarchy-mapper.js.map +0 -1
- package/dist/src/integrations/jira/jira-incremental-mapper.d.ts +0 -97
- package/dist/src/integrations/jira/jira-incremental-mapper.d.ts.map +0 -1
- package/dist/src/integrations/jira/jira-incremental-mapper.js +0 -496
- package/dist/src/integrations/jira/jira-incremental-mapper.js.map +0 -1
- package/dist/src/integrations/jira/jira-mapper.d.ts +0 -127
- package/dist/src/integrations/jira/jira-mapper.d.ts.map +0 -1
- package/dist/src/integrations/jira/jira-mapper.js +0 -508
- package/dist/src/integrations/jira/jira-mapper.js.map +0 -1
- package/dist/src/integrations/jira/jira-token-provider.d.ts +0 -93
- package/dist/src/integrations/jira/jira-token-provider.d.ts.map +0 -1
- package/dist/src/integrations/jira/jira-token-provider.js +0 -160
- package/dist/src/integrations/jira/jira-token-provider.js.map +0 -1
- package/dist/src/skills/reflect-status.d.ts +0 -23
- package/dist/src/skills/reflect-status.d.ts.map +0 -1
- package/dist/src/skills/reflect-status.js +0 -55
- package/dist/src/skills/reflect-status.js.map +0 -1
- package/dist/src/sync/ado-reconciler.d.ts +0 -97
- package/dist/src/sync/ado-reconciler.d.ts.map +0 -1
- package/dist/src/sync/ado-reconciler.js +0 -370
- package/dist/src/sync/ado-reconciler.js.map +0 -1
- package/dist/src/sync/ado-sync-wrapper.d.ts +0 -137
- package/dist/src/sync/ado-sync-wrapper.d.ts.map +0 -1
- package/dist/src/sync/ado-sync-wrapper.js +0 -148
- package/dist/src/sync/ado-sync-wrapper.js.map +0 -1
- package/dist/src/sync/base-reconciler.d.ts +0 -120
- package/dist/src/sync/base-reconciler.d.ts.map +0 -1
- package/dist/src/sync/base-reconciler.js +0 -166
- package/dist/src/sync/base-reconciler.js.map +0 -1
- package/dist/src/sync/engine.d.ts +0 -139
- package/dist/src/sync/engine.d.ts.map +0 -1
- package/dist/src/sync/engine.js +0 -129
- package/dist/src/sync/engine.js.map +0 -1
- package/dist/src/sync/external-item-sync-service.d.ts +0 -159
- package/dist/src/sync/external-item-sync-service.d.ts.map +0 -1
- package/dist/src/sync/external-item-sync-service.js +0 -446
- package/dist/src/sync/external-item-sync-service.js.map +0 -1
- package/dist/src/sync/github-sync-wrapper.d.ts +0 -195
- package/dist/src/sync/github-sync-wrapper.d.ts.map +0 -1
- package/dist/src/sync/github-sync-wrapper.js +0 -220
- package/dist/src/sync/github-sync-wrapper.js.map +0 -1
- package/dist/src/sync/hierarchy.d.ts +0 -52
- package/dist/src/sync/hierarchy.d.ts.map +0 -1
- package/dist/src/sync/hierarchy.js +0 -101
- package/dist/src/sync/hierarchy.js.map +0 -1
- package/dist/src/sync/jira-reconciler.d.ts +0 -109
- package/dist/src/sync/jira-reconciler.d.ts.map +0 -1
- package/dist/src/sync/jira-reconciler.js +0 -429
- package/dist/src/sync/jira-reconciler.js.map +0 -1
- package/dist/src/sync/jira-sync-wrapper.d.ts +0 -155
- package/dist/src/sync/jira-sync-wrapper.d.ts.map +0 -1
- package/dist/src/sync/jira-sync-wrapper.js +0 -175
- package/dist/src/sync/jira-sync-wrapper.js.map +0 -1
- package/dist/src/sync/migration.d.ts +0 -46
- package/dist/src/sync/migration.d.ts.map +0 -1
- package/dist/src/sync/migration.js +0 -97
- package/dist/src/sync/migration.js.map +0 -1
- package/dist/src/sync/projects-v2.d.ts +0 -61
- package/dist/src/sync/projects-v2.d.ts.map +0 -1
- package/dist/src/sync/projects-v2.js +0 -145
- package/dist/src/sync/projects-v2.js.map +0 -1
- package/dist/src/sync/providers/ado.d.ts +0 -54
- package/dist/src/sync/providers/ado.d.ts.map +0 -1
- package/dist/src/sync/providers/ado.js +0 -388
- package/dist/src/sync/providers/ado.js.map +0 -1
- package/dist/src/sync/providers/github.d.ts +0 -41
- package/dist/src/sync/providers/github.d.ts.map +0 -1
- package/dist/src/sync/providers/github.js +0 -237
- package/dist/src/sync/providers/github.js.map +0 -1
- package/dist/src/sync/providers/jira.d.ts +0 -44
- package/dist/src/sync/providers/jira.d.ts.map +0 -1
- package/dist/src/sync/providers/jira.js +0 -310
- package/dist/src/sync/providers/jira.js.map +0 -1
- package/dist/src/utils/auto-install.d.ts +0 -47
- package/dist/src/utils/auto-install.d.ts.map +0 -1
- package/dist/src/utils/auto-install.js +0 -220
- package/dist/src/utils/auto-install.js.map +0 -1
- package/dist/src/utils/image-generator.d.ts +0 -315
- package/dist/src/utils/image-generator.d.ts.map +0 -1
- package/dist/src/utils/image-generator.js +0 -588
- package/dist/src/utils/image-generator.js.map +0 -1
- package/plugins/COMMANDS-VS-SKILLS-ANALYSIS.md +0 -182
- package/plugins/FINAL-AUDIT-RECOMMENDATIONS.md +0 -265
- package/plugins/SKILLS-VS-AGENTS.md +0 -267
- package/plugins/VALIDATION-REPORT.md +0 -134
- package/plugins/specweave/agents/sw-architect.md +0 -22
- package/plugins/specweave/agents/sw-planner.md +0 -81
- package/plugins/specweave/agents/sw-pm.md +0 -23
- package/plugins/specweave/commands/abandon.md +0 -320
- package/plugins/specweave/commands/ado-cleanup-duplicates.md +0 -211
- package/plugins/specweave/commands/ado-clone.md +0 -385
- package/plugins/specweave/commands/ado-close.md +0 -238
- package/plugins/specweave/commands/ado-create.md +0 -178
- package/plugins/specweave/commands/ado-import-areas.md +0 -357
- package/plugins/specweave/commands/ado-import-projects.md +0 -330
- package/plugins/specweave/commands/ado-pull.md +0 -488
- package/plugins/specweave/commands/ado-push.md +0 -388
- package/plugins/specweave/commands/ado-reconcile.md +0 -119
- package/plugins/specweave/commands/ado-status.md +0 -62
- package/plugins/specweave/commands/ado-sync.md +0 -330
- package/plugins/specweave/commands/analytics.md +0 -154
- package/plugins/specweave/commands/archive.md +0 -488
- package/plugins/specweave/commands/auto-status.md +0 -123
- package/plugins/specweave/commands/cancel-auto.md +0 -94
- package/plugins/specweave/commands/diagrams-generate.md +0 -172
- package/plugins/specweave/commands/discrepancies.md +0 -142
- package/plugins/specweave/commands/discrepancy-to-increment.md +0 -188
- package/plugins/specweave/commands/docs-build.md +0 -159
- package/plugins/specweave/commands/docs-generate.md +0 -445
- package/plugins/specweave/commands/docs-health.md +0 -267
- package/plugins/specweave/commands/docs-init.md +0 -338
- package/plugins/specweave/commands/docs-organize.md +0 -183
- package/plugins/specweave/commands/docs-validate.md +0 -249
- package/plugins/specweave/commands/docs-view.md +0 -390
- package/plugins/specweave/commands/docs.md +0 -215
- package/plugins/specweave/commands/doctor.md +0 -68
- package/plugins/specweave/commands/fix-duplicates.md +0 -517
- package/plugins/specweave/commands/framework.md +0 -530
- package/plugins/specweave/commands/github-cleanup-duplicates.md +0 -229
- package/plugins/specweave/commands/github-clone.md +0 -634
- package/plugins/specweave/commands/github-close.md +0 -440
- package/plugins/specweave/commands/github-create.md +0 -330
- package/plugins/specweave/commands/github-pull.md +0 -139
- package/plugins/specweave/commands/github-push.md +0 -151
- package/plugins/specweave/commands/github-reconcile.md +0 -111
- package/plugins/specweave/commands/github-status.md +0 -532
- package/plugins/specweave/commands/github-sync.md +0 -701
- package/plugins/specweave/commands/github-update-user-story.md +0 -155
- package/plugins/specweave/commands/handoff.md +0 -54
- package/plugins/specweave/commands/import-external.md +0 -461
- package/plugins/specweave/commands/jira-cleanup-duplicates.md +0 -218
- package/plugins/specweave/commands/jira-close.md +0 -294
- package/plugins/specweave/commands/jira-create.md +0 -195
- package/plugins/specweave/commands/jira-import-boards.md +0 -330
- package/plugins/specweave/commands/jira-import-projects-full.md +0 -297
- package/plugins/specweave/commands/jira-import-projects.md +0 -96
- package/plugins/specweave/commands/jira-pull.md +0 -161
- package/plugins/specweave/commands/jira-push.md +0 -167
- package/plugins/specweave/commands/jira-reconcile.md +0 -122
- package/plugins/specweave/commands/jira-status.md +0 -212
- package/plugins/specweave/commands/jira-sync.md +0 -254
- package/plugins/specweave/commands/jobs.md +0 -52
- package/plugins/specweave/commands/living-docs.md +0 -567
- package/plugins/specweave/commands/lsp.md +0 -205
- package/plugins/specweave/commands/next.md +0 -81
- package/plugins/specweave/commands/progress.md +0 -39
- package/plugins/specweave/commands/qa.md +0 -295
- package/plugins/specweave/commands/reconcile.md +0 -440
- package/plugins/specweave/commands/reflect.md +0 -264
- package/plugins/specweave/commands/release-align.md +0 -504
- package/plugins/specweave/commands/release-init.md +0 -429
- package/plugins/specweave/commands/release-npm.md +0 -1084
- package/plugins/specweave/commands/release-platform.md +0 -438
- package/plugins/specweave/commands/release-rc.md +0 -494
- package/plugins/specweave/commands/restore.md +0 -309
- package/plugins/specweave/commands/save.md +0 -220
- package/plugins/specweave/commands/state.md +0 -209
- package/plugins/specweave/commands/sync-setup.md +0 -161
- package/plugins/specweave/commands/sync-status.md +0 -356
- package/plugins/specweave/commands/team-status.md +0 -70
- package/plugins/specweave/commands/update-instructions.md +0 -81
- package/plugins/specweave/lib/external-sync/hooks-common.sh +0 -266
- package/plugins/specweave/lib/hooks/auto-transition.js +0 -50
- package/plugins/specweave/lib/hooks/auto-transition.ts +0 -84
- package/plugins/specweave/lib/hooks/close-github-issues-abandoned.js +0 -37
- package/plugins/specweave/lib/hooks/close-github-issues-abandoned.ts +0 -59
- package/plugins/specweave/lib/hooks/git-diff-analyzer.d.js +0 -0
- package/plugins/specweave/lib/hooks/git-diff-analyzer.d.ts +0 -89
- package/plugins/specweave/lib/hooks/git-diff-analyzer.d.ts.map +0 -1
- package/plugins/specweave/lib/hooks/git-diff-analyzer.js +0 -142
- package/plugins/specweave/lib/hooks/git-diff-analyzer.js.map +0 -1
- package/plugins/specweave/lib/hooks/git-diff-analyzer.ts +0 -269
- package/plugins/specweave/lib/hooks/invoke-translator-skill.d.js +0 -0
- package/plugins/specweave/lib/hooks/invoke-translator-skill.d.ts +0 -60
- package/plugins/specweave/lib/hooks/invoke-translator-skill.d.ts.map +0 -1
- package/plugins/specweave/lib/hooks/invoke-translator-skill.js +0 -156
- package/plugins/specweave/lib/hooks/invoke-translator-skill.js.map +0 -1
- package/plugins/specweave/lib/hooks/invoke-translator-skill.ts +0 -265
- package/plugins/specweave/lib/hooks/launch-codebase-rescan.js +0 -90
- package/plugins/specweave/lib/hooks/launch-codebase-rescan.ts +0 -135
- package/plugins/specweave/lib/hooks/prepare-reflection-context.d.js +0 -0
- package/plugins/specweave/lib/hooks/prepare-reflection-context.d.ts +0 -42
- package/plugins/specweave/lib/hooks/prepare-reflection-context.d.ts.map +0 -1
- package/plugins/specweave/lib/hooks/prepare-reflection-context.js +0 -110
- package/plugins/specweave/lib/hooks/prepare-reflection-context.js.map +0 -1
- package/plugins/specweave/lib/hooks/prepare-reflection-context.ts +0 -178
- package/plugins/specweave/lib/hooks/project-bridge.js +0 -82
- package/plugins/specweave/lib/hooks/reflection-config-loader.d.js +0 -0
- package/plugins/specweave/lib/hooks/reflection-config-loader.d.ts +0 -45
- package/plugins/specweave/lib/hooks/reflection-config-loader.d.ts.map +0 -1
- package/plugins/specweave/lib/hooks/reflection-config-loader.js +0 -92
- package/plugins/specweave/lib/hooks/reflection-config-loader.js.map +0 -1
- package/plugins/specweave/lib/hooks/reflection-config-loader.ts +0 -156
- package/plugins/specweave/lib/hooks/reflection-parser.d.js +0 -0
- package/plugins/specweave/lib/hooks/reflection-parser.d.ts +0 -33
- package/plugins/specweave/lib/hooks/reflection-parser.d.ts.map +0 -1
- package/plugins/specweave/lib/hooks/reflection-parser.js +0 -301
- package/plugins/specweave/lib/hooks/reflection-parser.js.map +0 -1
- package/plugins/specweave/lib/hooks/reflection-parser.ts +0 -484
- package/plugins/specweave/lib/hooks/reflection-prompt-builder.d.js +0 -0
- package/plugins/specweave/lib/hooks/reflection-prompt-builder.d.ts +0 -56
- package/plugins/specweave/lib/hooks/reflection-prompt-builder.d.ts.map +0 -1
- package/plugins/specweave/lib/hooks/reflection-prompt-builder.js +0 -182
- package/plugins/specweave/lib/hooks/reflection-prompt-builder.js.map +0 -1
- package/plugins/specweave/lib/hooks/reflection-prompt-builder.ts +0 -306
- package/plugins/specweave/lib/hooks/reflection-storage.d.js +0 -0
- package/plugins/specweave/lib/hooks/reflection-storage.d.ts +0 -64
- package/plugins/specweave/lib/hooks/reflection-storage.d.ts.map +0 -1
- package/plugins/specweave/lib/hooks/reflection-storage.js +0 -231
- package/plugins/specweave/lib/hooks/reflection-storage.js.map +0 -1
- package/plugins/specweave/lib/hooks/reflection-storage.ts +0 -369
- package/plugins/specweave/lib/hooks/reopen-github-issues.js +0 -37
- package/plugins/specweave/lib/hooks/reopen-github-issues.ts +0 -59
- package/plugins/specweave/lib/hooks/run-self-reflection.d.js +0 -0
- package/plugins/specweave/lib/hooks/run-self-reflection.d.ts +0 -43
- package/plugins/specweave/lib/hooks/run-self-reflection.d.ts.map +0 -1
- package/plugins/specweave/lib/hooks/run-self-reflection.js +0 -132
- package/plugins/specweave/lib/hooks/run-self-reflection.js.map +0 -1
- package/plugins/specweave/lib/hooks/run-self-reflection.ts +0 -258
- package/plugins/specweave/lib/hooks/session-start-reconcile-worker.js +0 -36
- package/plugins/specweave/lib/hooks/session-start-reconcile-worker.ts +0 -58
- package/plugins/specweave/lib/hooks/sync-cache.js +0 -295
- package/plugins/specweave/lib/hooks/sync-increment-closure.js +0 -66
- package/plugins/specweave/lib/hooks/sync-increment-closure.ts +0 -111
- package/plugins/specweave/lib/hooks/sync-living-docs.d.js +0 -1
- package/plugins/specweave/lib/hooks/sync-living-docs.d.ts +0 -27
- package/plugins/specweave/lib/hooks/sync-living-docs.d.ts.map +0 -1
- package/plugins/specweave/lib/hooks/sync-living-docs.js +0 -494
- package/plugins/specweave/lib/hooks/sync-living-docs.js.map +0 -1
- package/plugins/specweave/lib/hooks/sync-living-docs.ts.DISABLED +0 -482
- package/plugins/specweave/lib/hooks/sync-us-tasks.js +0 -476
- package/plugins/specweave/lib/hooks/translate-file.d.js +0 -0
- package/plugins/specweave/lib/hooks/translate-file.d.ts +0 -59
- package/plugins/specweave/lib/hooks/translate-file.d.ts.map +0 -1
- package/plugins/specweave/lib/hooks/translate-file.js +0 -290
- package/plugins/specweave/lib/hooks/translate-file.js.map +0 -1
- package/plugins/specweave/lib/hooks/translate-file.ts +0 -429
- package/plugins/specweave/lib/hooks/translate-living-docs.d.js +0 -0
- package/plugins/specweave/lib/hooks/translate-living-docs.d.ts +0 -13
- package/plugins/specweave/lib/hooks/translate-living-docs.d.ts.map +0 -1
- package/plugins/specweave/lib/hooks/translate-living-docs.js +0 -120
- package/plugins/specweave/lib/hooks/translate-living-docs.js.map +0 -1
- package/plugins/specweave/lib/hooks/translate-living-docs.ts +0 -225
- package/plugins/specweave/lib/hooks/types/reflection-types.d.js +0 -0
- package/plugins/specweave/lib/hooks/types/reflection-types.d.ts +0 -164
- package/plugins/specweave/lib/hooks/types/reflection-types.d.ts.map +0 -1
- package/plugins/specweave/lib/hooks/types/reflection-types.js +0 -58
- package/plugins/specweave/lib/hooks/types/reflection-types.js.map +0 -1
- package/plugins/specweave/lib/hooks/types/reflection-types.ts +0 -193
- package/plugins/specweave/lib/hooks/update-ac-status.js +0 -188
- package/plugins/specweave/lib/hooks/update-ac-status.ts +0 -340
- package/plugins/specweave/lib/hooks/update-tasks-md.d.js +0 -1
- package/plugins/specweave/lib/hooks/update-tasks-md.d.ts +0 -29
- package/plugins/specweave/lib/hooks/update-tasks-md.d.ts.map +0 -1
- package/plugins/specweave/lib/hooks/update-tasks-md.js +0 -296
- package/plugins/specweave/lib/hooks/update-tasks-md.js.map +0 -1
- package/plugins/specweave/lib/hooks/update-tasks-md.ts +0 -489
- package/plugins/specweave/lib/hooks/us-completion-orchestrator.js +0 -169
- package/plugins/specweave/lib/hooks/us-completion-orchestrator.ts +0 -318
- package/plugins/specweave/lib/integrations/ado/ado-board-resolver.d.js +0 -0
- package/plugins/specweave/lib/integrations/ado/ado-board-resolver.d.ts +0 -94
- package/plugins/specweave/lib/integrations/ado/ado-board-resolver.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/ado/ado-board-resolver.js.map +0 -1
- package/plugins/specweave/lib/integrations/ado/ado-client-v2.d.js +0 -0
- package/plugins/specweave/lib/integrations/ado/ado-client-v2.d.ts +0 -134
- package/plugins/specweave/lib/integrations/ado/ado-client-v2.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/ado/ado-client-v2.js.map +0 -1
- package/plugins/specweave/lib/integrations/ado/ado-client.d.js +0 -4
- package/plugins/specweave/lib/integrations/ado/ado-client.d.ts +0 -112
- package/plugins/specweave/lib/integrations/ado/ado-client.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/ado/ado-client.js.map +0 -1
- package/plugins/specweave/lib/integrations/ado/ado-hierarchical-sync.d.js +0 -0
- package/plugins/specweave/lib/integrations/ado/ado-hierarchical-sync.d.ts +0 -40
- package/plugins/specweave/lib/integrations/ado/ado-hierarchical-sync.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/ado/ado-hierarchical-sync.js.map +0 -1
- package/plugins/specweave/lib/integrations/ado/ado-spec-commit-sync.d.js +0 -0
- package/plugins/specweave/lib/integrations/ado/ado-spec-commit-sync.d.ts +0 -38
- package/plugins/specweave/lib/integrations/ado/ado-spec-commit-sync.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/ado/ado-spec-commit-sync.js.map +0 -1
- package/plugins/specweave/lib/integrations/ado/ado-spec-sync.d.js +0 -0
- package/plugins/specweave/lib/integrations/ado/ado-spec-sync.d.ts +0 -100
- package/plugins/specweave/lib/integrations/ado/ado-spec-sync.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/ado/ado-spec-sync.js.map +0 -1
- package/plugins/specweave/lib/integrations/ado/project-selector.d.js +0 -0
- package/plugins/specweave/lib/integrations/ado/project-selector.d.ts +0 -42
- package/plugins/specweave/lib/integrations/ado/project-selector.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/ado/project-selector.js.map +0 -1
- package/plugins/specweave/lib/integrations/github/github-board-resolver.d.js +0 -0
- package/plugins/specweave/lib/integrations/github/github-board-resolver.d.ts +0 -54
- package/plugins/specweave/lib/integrations/github/github-board-resolver.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/github/github-board-resolver.js.map +0 -1
- package/plugins/specweave/lib/integrations/github/github-client.d.js +0 -0
- package/plugins/specweave/lib/integrations/github/github-client.d.ts +0 -96
- package/plugins/specweave/lib/integrations/github/github-client.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/github/github-client.js.map +0 -1
- package/plugins/specweave/lib/integrations/github/github-hierarchical-sync.d.js +0 -0
- package/plugins/specweave/lib/integrations/github/github-hierarchical-sync.d.ts +0 -29
- package/plugins/specweave/lib/integrations/github/github-hierarchical-sync.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/github/github-hierarchical-sync.js.map +0 -1
- package/plugins/specweave/lib/integrations/github/github-issue-updater.d.js +0 -0
- package/plugins/specweave/lib/integrations/github/github-issue-updater.d.ts +0 -61
- package/plugins/specweave/lib/integrations/github/github-issue-updater.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/github/github-issue-updater.js.map +0 -1
- package/plugins/specweave/lib/integrations/github/github-spec-commit-sync.d.js +0 -0
- package/plugins/specweave/lib/integrations/github/github-spec-commit-sync.d.ts +0 -37
- package/plugins/specweave/lib/integrations/github/github-spec-commit-sync.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/github/github-spec-commit-sync.js.map +0 -1
- package/plugins/specweave/lib/integrations/github/github-spec-sync.d.js +0 -0
- package/plugins/specweave/lib/integrations/github/github-spec-sync.d.ts +0 -108
- package/plugins/specweave/lib/integrations/github/github-spec-sync.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/github/github-spec-sync.js.map +0 -1
- package/plugins/specweave/lib/integrations/github/index.d.js +0 -11
- package/plugins/specweave/lib/integrations/github/index.d.ts +0 -10
- package/plugins/specweave/lib/integrations/github/index.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/github/index.js.map +0 -1
- package/plugins/specweave/lib/integrations/github/repo-selector.d.js +0 -0
- package/plugins/specweave/lib/integrations/github/repo-selector.d.ts +0 -49
- package/plugins/specweave/lib/integrations/github/repo-selector.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/github/repo-selector.js.map +0 -1
- package/plugins/specweave/lib/integrations/github/types.d.js +0 -0
- package/plugins/specweave/lib/integrations/github/types.d.ts +0 -80
- package/plugins/specweave/lib/integrations/github/types.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/github/types.js.map +0 -1
- package/plugins/specweave/lib/integrations/jira/jira-board-resolver.d.js +0 -0
- package/plugins/specweave/lib/integrations/jira/jira-board-resolver.d.ts +0 -50
- package/plugins/specweave/lib/integrations/jira/jira-board-resolver.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/jira/jira-board-resolver.js.map +0 -1
- package/plugins/specweave/lib/integrations/jira/jira-hierarchical-sync.d.js +0 -0
- package/plugins/specweave/lib/integrations/jira/jira-hierarchical-sync.d.ts +0 -33
- package/plugins/specweave/lib/integrations/jira/jira-hierarchical-sync.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/jira/jira-hierarchical-sync.js.map +0 -1
- package/plugins/specweave/lib/integrations/jira/jira-spec-commit-sync.d.js +0 -0
- package/plugins/specweave/lib/integrations/jira/jira-spec-commit-sync.d.ts +0 -43
- package/plugins/specweave/lib/integrations/jira/jira-spec-commit-sync.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/jira/jira-spec-commit-sync.js.map +0 -1
- package/plugins/specweave/lib/integrations/jira/jira-spec-sync.d.js +0 -0
- package/plugins/specweave/lib/integrations/jira/jira-spec-sync.d.ts +0 -105
- package/plugins/specweave/lib/integrations/jira/jira-spec-sync.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/jira/jira-spec-sync.js.map +0 -1
- package/plugins/specweave/lib/integrations/jira/project-selector.d.js +0 -0
- package/plugins/specweave/lib/integrations/jira/project-selector.d.ts +0 -42
- package/plugins/specweave/lib/integrations/jira/project-selector.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/jira/project-selector.js.map +0 -1
- package/plugins/specweave/lib/integrations/jira/reorganization-detector.d.js +0 -0
- package/plugins/specweave/lib/integrations/jira/reorganization-detector.d.ts +0 -67
- package/plugins/specweave/lib/integrations/jira/reorganization-detector.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/jira/reorganization-detector.js.map +0 -1
- package/plugins/specweave/lib/integrations/jira/setup-wizard.d.js +0 -4
- package/plugins/specweave/lib/integrations/jira/setup-wizard.d.ts +0 -29
- package/plugins/specweave/lib/integrations/jira/setup-wizard.d.ts.map +0 -1
- package/plugins/specweave/lib/integrations/jira/setup-wizard.js.map +0 -1
- package/plugins/specweave/scripts/analyze-standards.sh +0 -315
- package/plugins/specweave/scripts/auto-status.sh +0 -283
- package/plugins/specweave/scripts/cancel-auto.sh +0 -144
- package/plugins/specweave/scripts/cleanup-legacy-state.sh +0 -80
- package/plugins/specweave/scripts/cleanup-state.sh +0 -168
- package/plugins/specweave/scripts/force-kill.sh +0 -133
- package/plugins/specweave/scripts/heartbeat.sh +0 -134
- package/plugins/specweave/scripts/hook-health.sh +0 -441
- package/plugins/specweave/scripts/jira/import-projects.js +0 -181
- package/plugins/specweave/scripts/jira/import-projects.ts +0 -286
- package/plugins/specweave/scripts/lsp-check.sh +0 -331
- package/plugins/specweave/scripts/lsp-warmup.sh +0 -144
- package/plugins/specweave/scripts/read-analytics.sh +0 -286
- package/plugins/specweave/scripts/read-costs.sh +0 -132
- package/plugins/specweave/scripts/read-grill-context.sh +0 -149
- package/plugins/specweave/scripts/read-jobs.sh +0 -371
- package/plugins/specweave/scripts/read-progress.sh +0 -413
- package/plugins/specweave/scripts/read-status.sh +0 -146
- package/plugins/specweave/scripts/read-workflow.sh +0 -173
- package/plugins/specweave/scripts/reflect-check.sh +0 -250
- package/plugins/specweave/scripts/setup-auto.sh +0 -603
- package/plugins/specweave/scripts/tests/test-setup-auto-selection.sh +0 -74
- package/plugins/specweave/scripts/tests/test-setup-auto-usergoal.sh +0 -83
- package/plugins/specweave/scripts/track-analytics.sh +0 -118
- package/plugins/specweave/scripts/update-dashboard-cache.sh +0 -338
- package/plugins/specweave/skills/ado-mapper/SKILL.md +0 -464
- package/plugins/specweave/skills/ado-multi-project/SKILL.md +0 -550
- package/plugins/specweave/skills/ado-resource-validator/SKILL.md +0 -901
- package/plugins/specweave/skills/ado-sync/README.md +0 -414
- package/plugins/specweave/skills/ado-sync/SKILL.md +0 -449
- package/plugins/specweave/skills/analytics/SKILL.md +0 -46
- package/plugins/specweave/skills/architect/SKILL.md +0 -113
- package/plugins/specweave/skills/close-all/SKILL.md +0 -51
- package/plugins/specweave/skills/code-reviewer/SKILL.md +0 -632
- package/plugins/specweave/skills/code-reviewer/agents/reviewer-comments.md +0 -83
- package/plugins/specweave/skills/code-reviewer/agents/reviewer-silent-failures.md +0 -84
- package/plugins/specweave/skills/code-reviewer/agents/reviewer-spec-compliance.md +0 -102
- package/plugins/specweave/skills/code-reviewer/agents/reviewer-tests.md +0 -101
- package/plugins/specweave/skills/code-reviewer/agents/reviewer-types.md +0 -88
- package/plugins/specweave/skills/debug/SKILL.md +0 -220
- package/plugins/specweave/skills/diagrams/SKILL.md +0 -748
- package/plugins/specweave/skills/e2e/SKILL.md +0 -425
- package/plugins/specweave/skills/e2e/evals/evals.json +0 -122
- package/plugins/specweave/skills/get/SKILL.md +0 -116
- package/plugins/specweave/skills/github-issue-standard/SKILL.md +0 -13
- package/plugins/specweave/skills/github-multi-project/SKILL.md +0 -258
- package/plugins/specweave/skills/github-sync/SKILL.md +0 -40
- package/plugins/specweave/skills/github-sync/evals/HOW-TO-RUN-EVALS.md +0 -50
- package/plugins/specweave/skills/github-sync/evals/evals.json +0 -136
- package/plugins/specweave/skills/grill/SKILL.md +0 -483
- package/plugins/specweave/skills/help/SKILL.md +0 -179
- package/plugins/specweave/skills/image/SKILL.md +0 -427
- package/plugins/specweave/skills/import/SKILL.md +0 -191
- package/plugins/specweave/skills/jira-mapper/SKILL.md +0 -638
- package/plugins/specweave/skills/jira-resource-validator/SKILL.md +0 -743
- package/plugins/specweave/skills/jira-sync/README.md +0 -291
- package/plugins/specweave/skills/jira-sync/SKILL.md +0 -252
- package/plugins/specweave/skills/judge-llm/SKILL.md +0 -235
- package/plugins/specweave/skills/multi-project/SKILL.md +0 -371
- package/plugins/specweave/skills/npm/SKILL.md +0 -1083
- package/plugins/specweave/skills/plan/SKILL.md +0 -308
- package/plugins/specweave/skills/pm/SKILL.md +0 -149
- package/plugins/specweave/skills/pm/phases/00-deep-interview.md +0 -352
- package/plugins/specweave/skills/pm/phases/01-research.md +0 -80
- package/plugins/specweave/skills/pm/phases/02-spec-creation.md +0 -142
- package/plugins/specweave/skills/pm/phases/03-validation.md +0 -89
- package/plugins/specweave/skills/pm/templates/spec-template.md +0 -159
- package/plugins/specweave/skills/pr/SKILL.md +0 -257
- package/plugins/specweave/skills/pr-review/SKILL.md +0 -167
- package/plugins/specweave/skills/progress-sync/SKILL.md +0 -452
- package/plugins/specweave/skills/release-expert/SKILL.md +0 -502
- package/plugins/specweave/skills/remotion/SKILL.md +0 -227
- package/plugins/specweave/skills/skill-gen/SKILL.md +0 -186
- package/plugins/specweave/skills/skill-gen/evals/evals.json +0 -79
- package/plugins/specweave/skills/skill-refine/SKILL.md +0 -97
- package/plugins/specweave/skills/sync-docs/SKILL.md +0 -72
- package/plugins/specweave/skills/tdd-cycle/SKILL.md +0 -267
- package/plugins/specweave/skills/tdd-green/SKILL.md +0 -84
- package/plugins/specweave/skills/tdd-red/SKILL.md +0 -90
- package/plugins/specweave/skills/tdd-refactor/SKILL.md +0 -59
- package/plugins/specweave/skills/team-build/SKILL.md +0 -29
- package/plugins/specweave/skills/team-lead/SKILL.md +0 -1239
- package/plugins/specweave/skills/team-lead/reference/dynamic-workflows.md +0 -144
- package/plugins/specweave/skills/team-merge/SKILL.md +0 -230
- package/plugins/specweave/skills/umbrella/SKILL.md +0 -406
- package/plugins/specweave/skills/validate/SKILL.md +0 -135
- package/plugins/specweave/skills/video/SKILL.md +0 -350
- package/src/templates/COMPLETION-REPORT.template.md +0 -128
- package/src/templates/MEMORY-template.md +0 -9
- package/src/templates/config-permissions-guide.md +0 -413
- package/src/templates/config.json.template +0 -18
- package/src/templates/docs/rfc-template.md +0 -229
- package/src/templates/increment-metadata-template.yaml +0 -138
- package/src/templates/tasks.md.template +0 -269
- /package/plugins/specweave/skills/{team-lead → team}/agents/brainstorm-advocate.md +0 -0
- /package/plugins/specweave/skills/{team-lead → team}/agents/brainstorm-critic.md +0 -0
- /package/plugins/specweave/skills/{team-lead → team}/agents/brainstorm-pragmatist.md +0 -0
- /package/plugins/specweave/skills/{team-lead → team}/agents/researcher.md +0 -0
- /package/plugins/specweave/skills/{team-lead → team}/agents/reviewer-security.md +0 -0
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import type { SyncOrchestrationConfig } from '../types/sync-config.js';
|
|
9
9
|
import type { PluginConfig } from '../types/plugin.js';
|
|
10
|
-
import {
|
|
10
|
+
import type { AutoConfig } from '../auto/types.js';
|
|
11
11
|
/**
|
|
12
12
|
* Repository provider types
|
|
13
13
|
*/
|
|
@@ -126,7 +126,7 @@ export interface SyncSettings {
|
|
|
126
126
|
/**
|
|
127
127
|
* GATE 3: Controls automatic sync on increment completion
|
|
128
128
|
* When true, sync happens automatically when increment completes
|
|
129
|
-
* When false, user must manually trigger sync via
|
|
129
|
+
* When false, user must manually trigger sync via `specweave sync push`
|
|
130
130
|
* @default true (opt-in UX, as per ADR-0065)
|
|
131
131
|
*/
|
|
132
132
|
autoSyncOnCompletion?: boolean;
|
|
@@ -177,13 +177,6 @@ export interface SyncConfiguration {
|
|
|
177
177
|
includeStatus: boolean;
|
|
178
178
|
autoApplyLabels: boolean;
|
|
179
179
|
provider?: string;
|
|
180
|
-
/**
|
|
181
|
-
* Sync trigger mode (0618):
|
|
182
|
-
* - "queued" (default): Triggers queue events to pending.jsonl; drained by CLI commands
|
|
183
|
-
* - "immediate" (legacy): Triggers call LivingDocsSync/SyncCoordinator directly
|
|
184
|
-
* @default 'queued'
|
|
185
|
-
*/
|
|
186
|
-
mode?: 'queued' | 'immediate';
|
|
187
180
|
/**
|
|
188
181
|
* Default profile (fallback when increment doesn't specify one)
|
|
189
182
|
*/
|
|
@@ -236,37 +229,6 @@ export interface HookConfiguration {
|
|
|
236
229
|
close_external_issue?: boolean;
|
|
237
230
|
update_living_docs_first?: boolean;
|
|
238
231
|
};
|
|
239
|
-
/**
|
|
240
|
-
* Session-start banner that surfaces plugin/skill update warnings
|
|
241
|
-
* (increment 0796). The banner runs as a UserPromptSubmit hook on every
|
|
242
|
-
* Claude Code prompt; results are throttled to once per the configured
|
|
243
|
-
* window so it never spams the user.
|
|
244
|
-
*/
|
|
245
|
-
banner?: BannerHookConfig;
|
|
246
|
-
}
|
|
247
|
-
export interface BannerHookConfig {
|
|
248
|
-
/** Disable the session-start banner entirely. Default: false (enabled). */
|
|
249
|
-
disabled?: boolean;
|
|
250
|
-
/**
|
|
251
|
-
* Throttle window in hours between banner re-checks. Allowed range
|
|
252
|
-
* [1, 168] (1 hour to 1 week). Default: 24.
|
|
253
|
-
*/
|
|
254
|
-
throttleHours?: number;
|
|
255
|
-
}
|
|
256
|
-
/**
|
|
257
|
-
* Documentation configuration
|
|
258
|
-
*/
|
|
259
|
-
export interface DocumentationConfig {
|
|
260
|
-
/** Directories to search for documentation (default: [".specweave/docs"]) */
|
|
261
|
-
directories?: string[];
|
|
262
|
-
preview?: {
|
|
263
|
-
enabled?: boolean;
|
|
264
|
-
autoInstall?: boolean;
|
|
265
|
-
port?: number;
|
|
266
|
-
openBrowser?: boolean;
|
|
267
|
-
theme?: string;
|
|
268
|
-
excludeFolders?: string[];
|
|
269
|
-
};
|
|
270
232
|
}
|
|
271
233
|
/**
|
|
272
234
|
* Project metadata
|
|
@@ -284,27 +246,6 @@ export interface ProjectMetadata {
|
|
|
284
246
|
export interface AdapterConfiguration {
|
|
285
247
|
default: string;
|
|
286
248
|
}
|
|
287
|
-
/**
|
|
288
|
-
* Status line configuration
|
|
289
|
-
*/
|
|
290
|
-
export interface StatusLineConfiguration {
|
|
291
|
-
/**
|
|
292
|
-
* Enable status line display
|
|
293
|
-
*/
|
|
294
|
-
enabled: boolean;
|
|
295
|
-
/**
|
|
296
|
-
* Maximum age of cache before showing stale warning (ms)
|
|
297
|
-
*/
|
|
298
|
-
maxCacheAge: number;
|
|
299
|
-
/**
|
|
300
|
-
* Width of progress bar (characters)
|
|
301
|
-
*/
|
|
302
|
-
progressBarWidth: number;
|
|
303
|
-
/**
|
|
304
|
-
* Maximum length for increment name
|
|
305
|
-
*/
|
|
306
|
-
maxNameLength: number;
|
|
307
|
-
}
|
|
308
249
|
/**
|
|
309
250
|
* Child repo configuration for umbrella mode
|
|
310
251
|
*
|
|
@@ -472,70 +413,6 @@ export type ProjectMappings = Record<string, ProjectMapping>;
|
|
|
472
413
|
export type GitHubMapping = GitHubProjectMapping;
|
|
473
414
|
export type JiraMapping = JiraProjectMapping;
|
|
474
415
|
export type AdoMapping = AdoProjectMapping;
|
|
475
|
-
/**
|
|
476
|
-
* Supported languages for SpecWeave
|
|
477
|
-
* Re-exported here for config type completeness
|
|
478
|
-
*/
|
|
479
|
-
export type SupportedLanguage = 'en' | 'ru' | 'es' | 'zh' | 'de' | 'fr' | 'ja' | 'ko' | 'pt';
|
|
480
|
-
/**
|
|
481
|
-
* Translation scope - what gets auto-translated
|
|
482
|
-
*
|
|
483
|
-
* CRITICAL: Translation can ~2x token usage
|
|
484
|
-
* User MUST explicitly opt-in during init
|
|
485
|
-
*/
|
|
486
|
-
export interface TranslationScope {
|
|
487
|
-
/** Auto-translate spec.md, plan.md, tasks.md after creation */
|
|
488
|
-
incrementSpecs: boolean;
|
|
489
|
-
/** Auto-translate living docs on update */
|
|
490
|
-
livingDocs: boolean;
|
|
491
|
-
/** Auto-translate GitHub/JIRA/ADO issues on sync */
|
|
492
|
-
externalSync: boolean;
|
|
493
|
-
}
|
|
494
|
-
/**
|
|
495
|
-
* Translation configuration
|
|
496
|
-
*
|
|
497
|
-
* Controls automatic translation of SpecWeave content.
|
|
498
|
-
* English is always the source language (for maintainability).
|
|
499
|
-
* User's configured language is the output language.
|
|
500
|
-
*/
|
|
501
|
-
export interface TranslationConfiguration {
|
|
502
|
-
/**
|
|
503
|
-
* Master switch for auto-translation
|
|
504
|
-
* When false, user must use sw:translate manually
|
|
505
|
-
*/
|
|
506
|
-
enabled: boolean;
|
|
507
|
-
/**
|
|
508
|
-
* Enabled languages for this project
|
|
509
|
-
* Always includes 'en' as source language
|
|
510
|
-
*/
|
|
511
|
-
languages: SupportedLanguage[];
|
|
512
|
-
/**
|
|
513
|
-
* Primary output language for user
|
|
514
|
-
* This is the language content will be translated TO
|
|
515
|
-
*/
|
|
516
|
-
primary: SupportedLanguage;
|
|
517
|
-
/**
|
|
518
|
-
* Translation method
|
|
519
|
-
* - 'auto': Hooks trigger translation automatically
|
|
520
|
-
* - 'manual': User must run sw:translate
|
|
521
|
-
* - 'none': Translation disabled entirely
|
|
522
|
-
*/
|
|
523
|
-
method: 'auto' | 'manual' | 'none';
|
|
524
|
-
/**
|
|
525
|
-
* Keep SpecWeave framework terms in English
|
|
526
|
-
* e.g., increment, spec.md, tasks.md, sw:*
|
|
527
|
-
*/
|
|
528
|
-
preserveFrameworkTerms: boolean;
|
|
529
|
-
/**
|
|
530
|
-
* What to auto-translate (only when method='auto')
|
|
531
|
-
*/
|
|
532
|
-
scope: TranslationScope;
|
|
533
|
-
/**
|
|
534
|
-
* Keep English originals as .en.md files
|
|
535
|
-
* Safer option but uses more storage
|
|
536
|
-
*/
|
|
537
|
-
keepEnglishOriginals: boolean;
|
|
538
|
-
}
|
|
539
416
|
/**
|
|
540
417
|
* Per-repo sync targets for workspace repos
|
|
541
418
|
* Structurally equivalent to ChildRepoSyncConfig but without legacy field names
|
|
@@ -619,113 +496,42 @@ export interface PlaywrightConfig {
|
|
|
619
496
|
cliFlags?: string[];
|
|
620
497
|
}
|
|
621
498
|
/**
|
|
622
|
-
* Testing configuration
|
|
499
|
+
* Testing configuration (2.0)
|
|
500
|
+
*
|
|
501
|
+
* `mode` — how tests are written for new work (TDD | test-after | manual | none).
|
|
502
|
+
* `commands` — the project's verification commands, run in order by
|
|
503
|
+
* `specweave verify` (falls back to stack auto-detection when empty).
|
|
504
|
+
* `coverage` — coverage/pass-rate targets used by the closure validator.
|
|
623
505
|
*/
|
|
624
506
|
export interface TestingConfig {
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
tddEnforcement?: TDDEnforcement;
|
|
629
|
-
playwright?: PlaywrightConfig;
|
|
507
|
+
mode?: TestMode;
|
|
508
|
+
commands?: string[];
|
|
509
|
+
coverage?: CoverageTargets;
|
|
630
510
|
}
|
|
631
511
|
/**
|
|
632
|
-
* WIP
|
|
512
|
+
* Advisory WIP limit (2.0: no hard cap)
|
|
513
|
+
*
|
|
514
|
+
* `activeIncrements` is a recommendation only: when more increments are
|
|
515
|
+
* active than this number, SpecWeave prints ONE info note. Nothing blocks.
|
|
516
|
+
* 0 disables the note. Default: 3.
|
|
633
517
|
*/
|
|
634
518
|
export interface LimitsConfig {
|
|
635
|
-
|
|
636
|
-
hardCap?: number;
|
|
637
|
-
allowEmergencyInterrupt?: boolean;
|
|
638
|
-
typeBehaviors?: {
|
|
639
|
-
canInterrupt?: (IncrementType | string)[];
|
|
640
|
-
autoAbandonDays?: {
|
|
641
|
-
experiment?: number;
|
|
642
|
-
};
|
|
643
|
-
};
|
|
644
|
-
staleness?: {
|
|
645
|
-
paused?: number;
|
|
646
|
-
active?: number;
|
|
647
|
-
};
|
|
648
|
-
}
|
|
649
|
-
/**
|
|
650
|
-
* Global command deduplication configuration (v0.17.18+)
|
|
651
|
-
*/
|
|
652
|
-
export interface DeduplicationConfig {
|
|
653
|
-
enabled?: boolean;
|
|
654
|
-
windowMs?: number;
|
|
655
|
-
maxCacheSize?: number;
|
|
656
|
-
debug?: boolean;
|
|
657
|
-
cleanupIntervalMs?: number;
|
|
658
|
-
}
|
|
659
|
-
/**
|
|
660
|
-
* Archiving Configuration
|
|
661
|
-
*/
|
|
662
|
-
export interface ArchivingConfig {
|
|
663
|
-
keepLast?: number;
|
|
664
|
-
autoArchive?: boolean;
|
|
665
|
-
autoArchiveThreshold?: number;
|
|
666
|
-
archiveAfterDays?: number;
|
|
667
|
-
preserveActive?: boolean;
|
|
668
|
-
archiveCompleted?: boolean;
|
|
669
|
-
archivePatterns?: string[];
|
|
670
|
-
preserveList?: string[];
|
|
519
|
+
activeIncrements?: number;
|
|
671
520
|
}
|
|
672
521
|
/**
|
|
673
|
-
*
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
};
|
|
680
|
-
threeLayerSync?: {
|
|
681
|
-
enabled?: boolean;
|
|
682
|
-
autoSync?: boolean;
|
|
683
|
-
};
|
|
684
|
-
}
|
|
685
|
-
/**
|
|
686
|
-
* API Documentation Configuration (v1.0.58+)
|
|
687
|
-
*/
|
|
688
|
-
export interface ApiDocsConfig {
|
|
689
|
-
enabled?: boolean;
|
|
690
|
-
openApiPath?: string;
|
|
691
|
-
autoGenerateOpenApi?: boolean;
|
|
692
|
-
generatePostman?: boolean;
|
|
693
|
-
postmanPath?: string;
|
|
694
|
-
postmanEnvPath?: string;
|
|
695
|
-
generateOn?: 'on-increment-done' | 'on-api-change' | 'manual';
|
|
696
|
-
watchPatterns?: string[];
|
|
697
|
-
baseUrl?: string;
|
|
698
|
-
}
|
|
699
|
-
/**
|
|
700
|
-
* Plugin Auto-Load Configuration (v1.0.140+)
|
|
701
|
-
*/
|
|
702
|
-
export interface PluginAutoLoadConfig {
|
|
703
|
-
enabled?: boolean;
|
|
704
|
-
suggestOnly?: boolean;
|
|
705
|
-
}
|
|
706
|
-
/**
|
|
707
|
-
* Increment Assist Configuration (v1.0.141+)
|
|
708
|
-
*/
|
|
709
|
-
export interface IncrementAssistConfig {
|
|
710
|
-
enabled?: boolean;
|
|
711
|
-
suggestNewIncrement?: boolean;
|
|
712
|
-
suggestReopen?: boolean;
|
|
713
|
-
confidenceThreshold?: number;
|
|
714
|
-
mandatory?: boolean;
|
|
715
|
-
}
|
|
716
|
-
/**
|
|
717
|
-
* Deep Interview Mode Configuration (v1.0.195+)
|
|
522
|
+
* Deep-interview policy (2.0).
|
|
523
|
+
*
|
|
524
|
+
* 'off' — never prompt for a structured interview before spec.md.
|
|
525
|
+
* 'warn' — the planning skill asks the interview questions and notes gaps.
|
|
526
|
+
*
|
|
527
|
+
* Enforcement is skill-side only: no hook blocks a write in 2.0.
|
|
718
528
|
*/
|
|
719
|
-
export
|
|
720
|
-
enabled?: boolean;
|
|
721
|
-
minQuestions?: number;
|
|
722
|
-
categories?: Array<'architecture' | 'integrations' | 'ui-ux' | 'performance' | 'security' | 'edge-cases'>;
|
|
723
|
-
}
|
|
529
|
+
export type DeepInterviewMode = 'off' | 'warn';
|
|
724
530
|
/**
|
|
725
|
-
* Planning
|
|
531
|
+
* Planning configuration
|
|
726
532
|
*/
|
|
727
533
|
export interface PlanningConfig {
|
|
728
|
-
deepInterview?:
|
|
534
|
+
deepInterview?: DeepInterviewMode;
|
|
729
535
|
}
|
|
730
536
|
/**
|
|
731
537
|
* Git branching configuration for pr-based push strategy (v1.0.437+)
|
|
@@ -826,227 +632,75 @@ export interface AdapterConfig {
|
|
|
826
632
|
[key: string]: any;
|
|
827
633
|
}
|
|
828
634
|
/**
|
|
829
|
-
*
|
|
830
|
-
*/
|
|
831
|
-
export type ContextBudgetLevel = 'full' | 'compact' | 'minimal' | 'off';
|
|
832
|
-
/**
|
|
833
|
-
* Context budget configuration (v1.0.262+)
|
|
635
|
+
* Task-ledger settings (2.0).
|
|
834
636
|
*
|
|
835
|
-
*
|
|
836
|
-
*
|
|
837
|
-
*/
|
|
838
|
-
export interface ContextBudgetConfig {
|
|
839
|
-
/** Base context budget level. Default: 'full' (2500 chars) */
|
|
840
|
-
level?: ContextBudgetLevel;
|
|
841
|
-
/** Auto-reduce budget when PreCompact fires (context pressure). Default: true */
|
|
842
|
-
autoAdapt?: boolean;
|
|
843
|
-
}
|
|
844
|
-
/**
|
|
845
|
-
* Grill quality gate configuration
|
|
846
|
-
* Controls whether a grill report is required before increment closure.
|
|
847
|
-
* @since v1.0.337
|
|
848
|
-
*/
|
|
849
|
-
export interface GrillConfig {
|
|
850
|
-
/** Whether grill report is required before closure. Default: true */
|
|
851
|
-
required?: boolean;
|
|
852
|
-
}
|
|
853
|
-
/**
|
|
854
|
-
* Code review quality gate configuration
|
|
855
|
-
* Controls whether a code-review report is required before increment closure
|
|
856
|
-
* and configures the fix loop behavior within sw:done.
|
|
857
|
-
* @since v1.0.646
|
|
637
|
+
* Documented in the `do` and `team` skills as the way to change the claim
|
|
638
|
+
* lease; read by {@link readLeaseHours} in core/tasks/resolve-increment.ts.
|
|
858
639
|
*/
|
|
859
|
-
export interface
|
|
860
|
-
/**
|
|
861
|
-
|
|
862
|
-
/** Maximum fix-and-rerun iterations in the sw:done pipeline. Default: 3 */
|
|
863
|
-
maxFixIterations?: number;
|
|
864
|
-
/** Severity levels that block closure. Default: ["critical", "high", "medium"] */
|
|
865
|
-
blockingSeverities?: string[];
|
|
866
|
-
}
|
|
867
|
-
/**
|
|
868
|
-
* Thinking-budget level for Opus 4.7+ adaptive thinking (0669 Wave 2).
|
|
869
|
-
*
|
|
870
|
-
* - "low" / "medium" / "high" / "xhigh" / "max": adaptive-thinking tiers,
|
|
871
|
-
* mapped to prompt-hint strength by each skill. "xhigh" is the default
|
|
872
|
-
* for high-stakes skills (judge-llm, grill).
|
|
873
|
-
* - "legacy": pre-4.7 behavior — passes the retired `thinking` API param
|
|
874
|
-
* on models that still accept it. Emergency escape hatch only.
|
|
875
|
-
*/
|
|
876
|
-
export type ThinkingBudgetLevel = 'low' | 'medium' | 'high' | 'xhigh' | 'max' | 'legacy';
|
|
877
|
-
/**
|
|
878
|
-
* Quality-gate configuration (0669 Wave 2).
|
|
879
|
-
*
|
|
880
|
-
* Governs how SpecWeave's quality gates (judge-llm, grill, PM interview)
|
|
881
|
-
* spend thinking tokens and interpret model confidence.
|
|
882
|
-
*/
|
|
883
|
-
export interface QualityConfig {
|
|
884
|
-
/**
|
|
885
|
-
* Default thinking-budget tier for 4.7-family skills.
|
|
886
|
-
* Skills override per-call when a specific tier is required.
|
|
887
|
-
* @default "xhigh"
|
|
888
|
-
*/
|
|
889
|
-
thinkingBudget?: ThinkingBudgetLevel;
|
|
890
|
-
/**
|
|
891
|
-
* Minimum model-reported confidence (0–100) a grill finding must clear
|
|
892
|
-
* before it blocks closure. Values below the threshold are demoted to
|
|
893
|
-
* warnings.
|
|
894
|
-
* @default 50
|
|
895
|
-
*/
|
|
896
|
-
grillConfidenceThreshold?: number;
|
|
897
|
-
/**
|
|
898
|
-
* Per-stage token budgets keyed by stage ID
|
|
899
|
-
* (e.g., "pm.interview", "brainstorm.idea"). Callers read this map to
|
|
900
|
-
* size their `max_tokens` request field.
|
|
901
|
-
* @default { "pm.interview": 1500, "brainstorm.idea": 1800 }
|
|
902
|
-
*/
|
|
903
|
-
tokenBudgets?: Record<string, number>;
|
|
904
|
-
}
|
|
905
|
-
/**
|
|
906
|
-
* Prompt-caching configuration (0669 Wave 2).
|
|
907
|
-
*
|
|
908
|
-
* Lists the long-lived project files that should be wrapped in an
|
|
909
|
-
* Anthropic SDK `cache_control: { type: "ephemeral" }` block when
|
|
910
|
-
* building API requests. See `src/core/cache/static-context-loader.ts`.
|
|
911
|
-
*/
|
|
912
|
-
export interface CacheConfig {
|
|
913
|
-
/**
|
|
914
|
-
* Paths (relative to project root) of static files to include in the
|
|
915
|
-
* prompt-cache breakpoint. Missing files are silently skipped. The
|
|
916
|
-
* token `<active>` in a path is expanded to the currently-active
|
|
917
|
-
* increment ID by the caller when appropriate.
|
|
918
|
-
* @default ["CLAUDE.md", ".specweave/config.json",
|
|
919
|
-
* ".specweave/increments/<active>/spec.md",
|
|
920
|
-
* ".specweave/increments/<active>/rubric.md"]
|
|
921
|
-
*/
|
|
922
|
-
staticContextFiles?: string[];
|
|
923
|
-
}
|
|
924
|
-
/**
|
|
925
|
-
* Skill generation configuration (v1.0.XXX+)
|
|
926
|
-
*
|
|
927
|
-
* Controls automatic detection of recurring patterns from living docs
|
|
928
|
-
* and on-demand generation of project-local skills.
|
|
929
|
-
*/
|
|
930
|
-
export interface SkillGenConfig {
|
|
931
|
-
/** Pattern detection trigger: "on-close" runs on increment completion, "off" disables. Default: "on-close" */
|
|
932
|
-
detection?: 'on-close' | 'off';
|
|
933
|
-
/** Whether to print suggestions when patterns qualify. Default: true */
|
|
934
|
-
suggest?: boolean;
|
|
935
|
-
/** Minimum number of increments a pattern must appear in before qualifying. Default: 3 */
|
|
936
|
-
minSignalCount?: number;
|
|
937
|
-
/** Pattern IDs permanently excluded from suggestions (still visible in sw:skill-gen). Default: [] */
|
|
938
|
-
declinedSuggestions?: string[];
|
|
939
|
-
/** Maximum number of signals to retain (prunes lowest-confidence when exceeded). Default: 100 */
|
|
940
|
-
maxSignals?: number;
|
|
640
|
+
export interface TasksConfig {
|
|
641
|
+
/** Hours before an unfinished claim goes stale and may be taken over. Default 2. */
|
|
642
|
+
leaseHours?: number;
|
|
941
643
|
}
|
|
942
644
|
/**
|
|
943
645
|
* Main SpecWeave configuration
|
|
944
646
|
*/
|
|
945
647
|
export interface SpecWeaveConfig {
|
|
946
|
-
/**
|
|
947
|
-
* Config version for migration support
|
|
948
|
-
*/
|
|
648
|
+
/** Config schema version. 2.0 configs carry "2.0". */
|
|
949
649
|
version: string;
|
|
950
|
-
/**
|
|
951
|
-
* Project display language
|
|
952
|
-
* Content will be translated TO this language if translation is enabled
|
|
953
|
-
* @default 'en'
|
|
954
|
-
*/
|
|
955
|
-
language?: SupportedLanguage;
|
|
956
|
-
/**
|
|
957
|
-
* Translation configuration
|
|
958
|
-
* Controls automatic translation of specs, living docs, and external sync
|
|
959
|
-
*
|
|
960
|
-
* CRITICAL: Translation can ~2x token usage
|
|
961
|
-
* User MUST explicitly opt-in during init
|
|
962
|
-
*/
|
|
963
|
-
translation?: TranslationConfiguration;
|
|
964
|
-
/**
|
|
965
|
-
* Project metadata (optional, for backward compatibility)
|
|
966
|
-
*/
|
|
650
|
+
/** Project metadata (name is the only field SpecWeave itself reads). */
|
|
967
651
|
project?: ProjectMetadata;
|
|
968
|
-
/**
|
|
969
|
-
* Adapter configuration (optional, for backward compatibility)
|
|
970
|
-
*/
|
|
652
|
+
/** Which instruction-file flavour this project generates (claude | codex | generic). */
|
|
971
653
|
adapters?: AdapterConfiguration;
|
|
654
|
+
/** Multi-repo workspace: the umbrella repo + its child repos. */
|
|
655
|
+
workspace?: WorkspaceConfig;
|
|
656
|
+
/** Test mode, verification commands and coverage targets. */
|
|
657
|
+
testing?: TestingConfig;
|
|
658
|
+
/** Advisory WIP note (never blocks). */
|
|
659
|
+
limits?: LimitsConfig;
|
|
660
|
+
/** Planning policy — deep-interview mode. */
|
|
661
|
+
planning?: PlanningConfig;
|
|
662
|
+
/** Autonomous-run settings (`specweave auto`). */
|
|
663
|
+
auto?: AutoConfig;
|
|
664
|
+
/** Task-ledger settings. Read by core/tasks/resolve-increment.ts. */
|
|
665
|
+
tasks?: TasksConfig;
|
|
666
|
+
/** External tracker sync (GitHub first-class; Jira/ADO community). */
|
|
667
|
+
sync?: SyncConfiguration;
|
|
972
668
|
/**
|
|
973
|
-
*
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
* Repository provider configuration
|
|
669
|
+
* Living documentation generation.
|
|
670
|
+
*
|
|
671
|
+
* `false` (default) — never generated.
|
|
672
|
+
* `'onDone'` — regenerated when an increment is completed.
|
|
978
673
|
*/
|
|
674
|
+
livingDocs?: false | 'onDone';
|
|
675
|
+
/** core/lsp/lsp-config.ts, core/lazy-loading/llm-plugin-detector.ts */
|
|
676
|
+
lsp?: {
|
|
677
|
+
enabled?: boolean;
|
|
678
|
+
};
|
|
679
|
+
/** cli/commands/branch-name.ts, core/cicd/config-loader.ts */
|
|
680
|
+
cicd?: CiCdConfig;
|
|
681
|
+
/** sync/external-issue-auto-creator.ts, cli/commands/sync-health.ts */
|
|
979
682
|
repository?: RepositoryConfiguration;
|
|
980
683
|
/**
|
|
981
|
-
*
|
|
684
|
+
* 1.x issue-tracker block. Still written by the `specweave sync setup`
|
|
685
|
+
* wizard (cli/helpers/issue-tracker/**) and read by the Jira/ADO paths.
|
|
686
|
+
* Not part of the 2.0 surface; collapsing it into `sync.{github,jira,ado}`
|
|
687
|
+
* is its own increment.
|
|
982
688
|
*/
|
|
983
689
|
issueTracker?: IssueTrackerConfiguration;
|
|
984
690
|
/**
|
|
985
|
-
*
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
/**
|
|
989
|
-
* Status line configuration (optional)
|
|
990
|
-
*/
|
|
991
|
-
statusLine?: StatusLineConfiguration;
|
|
992
|
-
/**
|
|
993
|
-
* Unified workspace configuration (v3.0+)
|
|
994
|
-
* Replaces umbrella, multiProject, and projectMappings
|
|
995
|
-
*/
|
|
996
|
-
workspace?: WorkspaceConfig;
|
|
997
|
-
/**
|
|
998
|
-
* Umbrella/multi-repo configuration (optional)
|
|
999
|
-
* @deprecated Use `workspace` instead. Will be auto-migrated on load.
|
|
1000
|
-
*/
|
|
1001
|
-
umbrella?: UmbrellaConfig;
|
|
1002
|
-
/**
|
|
1003
|
-
* Project mappings for cross-project targeting (v0.34.0+)
|
|
1004
|
-
* @deprecated Use `workspace.repos[].sync` instead. Will be auto-migrated on load.
|
|
691
|
+
* Closure-time external-tracker flags (close_github_issue, …).
|
|
692
|
+
* Read by core/hooks/LifecycleHookDispatcher.ts and the sync gap reports.
|
|
693
|
+
* The living-docs flags were removed in 2.0 — see `livingDocs`.
|
|
1005
694
|
*/
|
|
1006
|
-
|
|
1007
|
-
/**
|
|
695
|
+
hooks?: HookConfiguration;
|
|
696
|
+
/** adapters/claude/adapter.ts (`plugins.enabled` list). */
|
|
1008
697
|
plugins?: PluginConfig;
|
|
1009
|
-
/**
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
*/
|
|
698
|
+
/** @deprecated migrated to `workspace` on load */
|
|
699
|
+
umbrella?: UmbrellaConfig;
|
|
700
|
+
/** @deprecated migrated to `workspace` on load */
|
|
1013
701
|
multiProject?: MultiProjectConfig;
|
|
1014
|
-
/**
|
|
1015
|
-
|
|
1016
|
-
/** WIP limits configuration */
|
|
1017
|
-
limits?: LimitsConfig;
|
|
1018
|
-
/** Global command deduplication configuration (v0.17.18+) */
|
|
1019
|
-
deduplication?: DeduplicationConfig;
|
|
1020
|
-
/** Archiving configuration for increment management */
|
|
1021
|
-
archiving?: ArchivingConfig;
|
|
1022
|
-
/** Living docs configuration (v0.21.4+) */
|
|
1023
|
-
livingDocs?: LivingDocsConfig;
|
|
1024
|
-
/** API documentation configuration (v1.0.58+) */
|
|
1025
|
-
apiDocs?: ApiDocsConfig;
|
|
1026
|
-
/** Documentation configuration — directories, preview (v1.0.258+) */
|
|
1027
|
-
documentation?: DocumentationConfig;
|
|
1028
|
-
/** Plugin auto-load configuration (v1.0.140+) */
|
|
1029
|
-
pluginAutoLoad?: PluginAutoLoadConfig;
|
|
1030
|
-
/** Increment assist configuration (v1.0.141+) */
|
|
1031
|
-
incrementAssist?: IncrementAssistConfig;
|
|
1032
|
-
/** Planning configuration including deep interview mode (v1.0.195+) */
|
|
1033
|
-
planning?: PlanningConfig;
|
|
1034
|
-
/** CI/CD configuration (v1.0.231+) */
|
|
1035
|
-
cicd?: CiCdConfig;
|
|
1036
|
-
/** Context budget configuration for hook output size (v1.0.262+) */
|
|
1037
|
-
contextBudget?: ContextBudgetConfig;
|
|
1038
|
-
/** Grill quality gate configuration (v1.0.337+) */
|
|
1039
|
-
grill?: GrillConfig;
|
|
1040
|
-
/** Code review quality gate configuration (v1.0.646+) */
|
|
1041
|
-
codeReview?: CodeReviewConfig;
|
|
1042
|
-
/** Skill generation configuration — pattern detection + on-demand skill creation (v1.0.XXX+) */
|
|
1043
|
-
skillGen?: SkillGenConfig;
|
|
1044
|
-
/** Quality-gate configuration — thinking budget, grill threshold, per-stage token budgets (0669 Wave 2) */
|
|
1045
|
-
quality?: QualityConfig;
|
|
1046
|
-
/** Prompt-caching configuration — list of static files to wrap in cache_control blocks (0669 Wave 2) */
|
|
1047
|
-
cache?: CacheConfig;
|
|
1048
|
-
/** Allow additional properties for forward compatibility */
|
|
1049
|
-
[key: string]: any;
|
|
702
|
+
/** @deprecated migrated to `workspace.repos[].sync` on load */
|
|
703
|
+
projectMappings?: ProjectMappings;
|
|
1050
704
|
}
|
|
1051
705
|
/**
|
|
1052
706
|
* Backward-compatible alias for SpecWeaveConfig
|
|
@@ -1054,7 +708,12 @@ export interface SpecWeaveConfig {
|
|
|
1054
708
|
*/
|
|
1055
709
|
export type SpecweaveConfig = SpecWeaveConfig;
|
|
1056
710
|
/**
|
|
1057
|
-
*
|
|
711
|
+
* The exact top-level keys a 2.0 config may carry.
|
|
712
|
+
* Anything else produces one warning line on load (see config-manager).
|
|
713
|
+
*/
|
|
714
|
+
export declare const KNOWN_CONFIG_KEYS: readonly ["version", "project", "adapters", "workspace", "testing", "limits", "planning", "auto", "tasks", "sync", "livingDocs", "lsp", "cicd", "repository", "issueTracker", "hooks", "plugins"];
|
|
715
|
+
/**
|
|
716
|
+
* Default configuration values (2.0)
|
|
1058
717
|
*/
|
|
1059
718
|
export declare const DEFAULT_CONFIG: SpecWeaveConfig;
|
|
1060
719
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/core/config/types.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/core/config/types.ts"],"names":[],"mappings":"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"}
|