specweave 1.0.593 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.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 +104 -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/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 +17 -65
- package/plugins/specweave/hooks/run.mjs +229 -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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-space-y-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-900:oklch(39.6% .141 25.723);--color-red-950:oklch(25.8% .092 26.042);--color-orange-400:oklch(75% .183 55.934);--color-orange-500:oklch(70.5% .213 47.604);--color-amber-300:oklch(87.9% .169 91.605);--color-amber-400:oklch(82.8% .189 84.429);--color-amber-500:oklch(76.9% .188 70.08);--color-yellow-400:oklch(85.2% .199 91.936);--color-green-400:oklch(79.2% .209 151.711);--color-emerald-300:oklch(84.5% .143 164.978);--color-emerald-400:oklch(76.5% .177 163.223);--color-emerald-500:oklch(69.6% .17 162.48);--color-emerald-600:oklch(59.6% .145 163.225);--color-cyan-400:oklch(78.9% .154 211.53);--color-cyan-500:oklch(71.5% .143 215.221);--color-blue-400:oklch(70.7% .165 254.624);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-indigo-300:oklch(78.5% .115 274.713);--color-indigo-400:oklch(67.3% .182 276.935);--color-indigo-500:oklch(58.5% .233 277.117);--color-indigo-600:oklch(51.1% .262 276.966);--color-violet-400:oklch(70.2% .183 293.541);--color-violet-500:oklch(60.6% .25 292.717);--color-rose-200:oklch(89.2% .058 10.001);--color-rose-300:oklch(81% .117 11.638);--color-rose-400:oklch(71.2% .194 13.428);--color-rose-500:oklch(64.5% .246 16.439);--color-rose-600:oklch(58.6% .253 17.585);--color-rose-700:oklch(51.4% .222 16.935);--color-rose-900:oklch(41% .159 10.272);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-gray-900:oklch(21% .034 264.665);--color-gray-950:oklch(13% .028 261.692);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-xs:20rem;--container-sm:24rem;--container-md:28rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-wider:.05em;--leading-tight:1.25;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:0}.top-0{top:0}.top-0\.5{top:calc(var(--spacing) * .5)}.top-1\/2{top:50%}.top-full{top:100%}.right-2{right:calc(var(--spacing) * 2)}.bottom-full{bottom:100%}.left-0\.5{left:calc(var(--spacing) * .5)}.left-1\/2{left:50%}.left-2\.5{left:calc(var(--spacing) * 2.5)}.left-\[18px\]{left:18px}.z-10{z-index:10}.z-50{z-index:50}.mx-3{margin-inline:calc(var(--spacing) * 3)}.mx-auto{margin-inline:auto}.my-2{margin-block:calc(var(--spacing) * 2)}.-mt-px{margin-top:-1px}.mt-0\.5{margin-top:calc(var(--spacing) * .5)}.mt-1{margin-top:var(--spacing)}.mt-1\.5{margin-top:calc(var(--spacing) * 1.5)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mr-1{margin-right:var(--spacing)}.mb-0\.5{margin-bottom:calc(var(--spacing) * .5)}.mb-1{margin-bottom:var(--spacing)}.mb-1\.5{margin-bottom:calc(var(--spacing) * 1.5)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.ml-1{margin-left:var(--spacing)}.ml-2{margin-left:calc(var(--spacing) * 2)}.ml-4{margin-left:calc(var(--spacing) * 4)}.ml-6{margin-left:calc(var(--spacing) * 6)}.ml-10{margin-left:calc(var(--spacing) * 10)}.ml-auto{margin-left:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.h-0\.5{height:calc(var(--spacing) * .5)}.h-1\.5{height:calc(var(--spacing) * 1.5)}.h-2{height:calc(var(--spacing) * 2)}.h-2\.5{height:calc(var(--spacing) * 2.5)}.h-3{height:calc(var(--spacing) * 3)}.h-3\.5{height:calc(var(--spacing) * 3.5)}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-8{height:calc(var(--spacing) * 8)}.h-12{height:calc(var(--spacing) * 12)}.h-14{height:calc(var(--spacing) * 14)}.h-24{height:calc(var(--spacing) * 24)}.h-40{height:calc(var(--spacing) * 40)}.h-64{height:calc(var(--spacing) * 64)}.h-\[18px\]{height:18px}.h-full{height:100%}.h-screen{height:100vh}.max-h-32{max-height:calc(var(--spacing) * 32)}.max-h-40{max-height:calc(var(--spacing) * 40)}.max-h-48{max-height:calc(var(--spacing) * 48)}.max-h-64{max-height:calc(var(--spacing) * 64)}.max-h-\[400px\]{max-height:400px}.min-h-\[2px\]{min-height:2px}.min-h-\[400px\]{min-height:400px}.min-h-screen{min-height:100vh}.w-1\.5{width:calc(var(--spacing) * 1.5)}.w-2{width:calc(var(--spacing) * 2)}.w-2\.5{width:calc(var(--spacing) * 2.5)}.w-3{width:calc(var(--spacing) * 3)}.w-3\.5{width:calc(var(--spacing) * 3.5)}.w-4{width:calc(var(--spacing) * 4)}.w-5{width:calc(var(--spacing) * 5)}.w-6{width:calc(var(--spacing) * 6)}.w-8{width:calc(var(--spacing) * 8)}.w-9{width:calc(var(--spacing) * 9)}.w-10{width:calc(var(--spacing) * 10)}.w-12{width:calc(var(--spacing) * 12)}.w-14{width:calc(var(--spacing) * 14)}.w-16{width:calc(var(--spacing) * 16)}.w-24{width:calc(var(--spacing) * 24)}.w-28{width:calc(var(--spacing) * 28)}.w-48{width:calc(var(--spacing) * 48)}.w-56{width:calc(var(--spacing) * 56)}.w-full{width:100%}.max-w-48{max-width:calc(var(--spacing) * 48)}.max-w-\[120px\]{max-width:120px}.max-w-\[180px\]{max-width:180px}.max-w-\[200px\]{max-width:200px}.max-w-md{max-width:var(--container-md)}.max-w-sm{max-width:var(--container-sm)}.max-w-xs{max-width:var(--container-xs)}.min-w-0{min-width:0}.min-w-\[18px\]{min-width:18px}.min-w-\[60px\]{min-width:60px}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.table-fixed{table-layout:fixed}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.-rotate-90{rotate:-90deg}.rotate-90{rotate:90deg}.rotate-180{rotate:180deg}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-\[1fr\,80px\,80px\,120px\]{grid-template-columns:1fr,80px,80px,120px}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-0\.5{gap:calc(var(--spacing) * .5)}.gap-1{gap:var(--spacing)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-px{gap:1px}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(var(--spacing) * var(--tw-space-y-reverse));margin-block-end:calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px * var(--tw-divide-y-reverse));border-bottom-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)))}:where(.divide-gray-800\/50>:not(:last-child)){border-color:#1e293980}@supports (color:color-mix(in lab,red,red)){:where(.divide-gray-800\/50>:not(:last-child)){border-color:color-mix(in oklab,var(--color-gray-800) 50%,transparent)}}.self-center{align-self:center}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.border-4{border-style:var(--tw-border-style);border-width:4px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-amber-500\/20{border-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/20{border-color:color-mix(in oklab,var(--color-amber-500) 20%,transparent)}}.border-amber-500\/30{border-color:#f99c004d}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/30{border-color:color-mix(in oklab,var(--color-amber-500) 30%,transparent)}}.border-amber-500\/50{border-color:#f99c0080}@supports (color:color-mix(in lab,red,red)){.border-amber-500\/50{border-color:color-mix(in oklab,var(--color-amber-500) 50%,transparent)}}.border-cyan-500\/20{border-color:#00b7d733}@supports (color:color-mix(in lab,red,red)){.border-cyan-500\/20{border-color:color-mix(in oklab,var(--color-cyan-500) 20%,transparent)}}.border-emerald-500{border-color:var(--color-emerald-500)}.border-emerald-500\/20{border-color:#00bb7f33}@supports (color:color-mix(in lab,red,red)){.border-emerald-500\/20{border-color:color-mix(in oklab,var(--color-emerald-500) 20%,transparent)}}.border-emerald-500\/30{border-color:#00bb7f4d}@supports (color:color-mix(in lab,red,red)){.border-emerald-500\/30{border-color:color-mix(in oklab,var(--color-emerald-500) 30%,transparent)}}.border-gray-600{border-color:var(--color-gray-600)}.border-gray-700{border-color:var(--color-gray-700)}.border-gray-700\/50{border-color:#36415380}@supports (color:color-mix(in lab,red,red)){.border-gray-700\/50{border-color:color-mix(in oklab,var(--color-gray-700) 50%,transparent)}}.border-gray-800{border-color:var(--color-gray-800)}.border-gray-800\/50{border-color:#1e293980}@supports (color:color-mix(in lab,red,red)){.border-gray-800\/50{border-color:color-mix(in oklab,var(--color-gray-800) 50%,transparent)}}.border-indigo-500{border-color:var(--color-indigo-500)}.border-indigo-500\/20{border-color:#625fff33}@supports (color:color-mix(in lab,red,red)){.border-indigo-500\/20{border-color:color-mix(in oklab,var(--color-indigo-500) 20%,transparent)}}.border-indigo-500\/30{border-color:#625fff4d}@supports (color:color-mix(in lab,red,red)){.border-indigo-500\/30{border-color:color-mix(in oklab,var(--color-indigo-500) 30%,transparent)}}.border-indigo-500\/50{border-color:#625fff80}@supports (color:color-mix(in lab,red,red)){.border-indigo-500\/50{border-color:color-mix(in oklab,var(--color-indigo-500) 50%,transparent)}}.border-red-900\/40{border-color:#82181a66}@supports (color:color-mix(in lab,red,red)){.border-red-900\/40{border-color:color-mix(in oklab,var(--color-red-900) 40%,transparent)}}.border-rose-500{border-color:var(--color-rose-500)}.border-rose-500\/20{border-color:#ff235733}@supports (color:color-mix(in lab,red,red)){.border-rose-500\/20{border-color:color-mix(in oklab,var(--color-rose-500) 20%,transparent)}}.border-rose-500\/30{border-color:#ff23574d}@supports (color:color-mix(in lab,red,red)){.border-rose-500\/30{border-color:color-mix(in oklab,var(--color-rose-500) 30%,transparent)}}.border-rose-500\/50{border-color:#ff235780}@supports (color:color-mix(in lab,red,red)){.border-rose-500\/50{border-color:color-mix(in oklab,var(--color-rose-500) 50%,transparent)}}.border-rose-700{border-color:var(--color-rose-700)}.border-transparent{border-color:#0000}.border-t-gray-800{border-top-color:var(--color-gray-800)}.border-l-amber-500{border-left-color:var(--color-amber-500)}.border-l-blue-500{border-left-color:var(--color-blue-500)}.border-l-rose-500{border-left-color:var(--color-rose-500)}.bg-amber-400{background-color:var(--color-amber-400)}.bg-amber-500{background-color:var(--color-amber-500)}.bg-amber-500\/10{background-color:#f99c001a}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/10{background-color:color-mix(in oklab,var(--color-amber-500) 10%,transparent)}}.bg-amber-500\/15{background-color:#f99c0026}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/15{background-color:color-mix(in oklab,var(--color-amber-500) 15%,transparent)}}.bg-amber-500\/20{background-color:#f99c0033}@supports (color:color-mix(in lab,red,red)){.bg-amber-500\/20{background-color:color-mix(in oklab,var(--color-amber-500) 20%,transparent)}}.bg-black\/60{background-color:#0009}@supports (color:color-mix(in lab,red,red)){.bg-black\/60{background-color:color-mix(in oklab,var(--color-black) 60%,transparent)}}.bg-blue-500{background-color:var(--color-blue-500)}.bg-blue-500\/10{background-color:#3080ff1a}@supports (color:color-mix(in lab,red,red)){.bg-blue-500\/10{background-color:color-mix(in oklab,var(--color-blue-500) 10%,transparent)}}.bg-blue-500\/20{background-color:#3080ff33}@supports (color:color-mix(in lab,red,red)){.bg-blue-500\/20{background-color:color-mix(in oklab,var(--color-blue-500) 20%,transparent)}}.bg-blue-600{background-color:var(--color-blue-600)}.bg-blue-700{background-color:var(--color-blue-700)}.bg-cyan-500{background-color:var(--color-cyan-500)}.bg-cyan-500\/10{background-color:#00b7d71a}@supports (color:color-mix(in lab,red,red)){.bg-cyan-500\/10{background-color:color-mix(in oklab,var(--color-cyan-500) 10%,transparent)}}.bg-cyan-500\/15{background-color:#00b7d726}@supports (color:color-mix(in lab,red,red)){.bg-cyan-500\/15{background-color:color-mix(in oklab,var(--color-cyan-500) 15%,transparent)}}.bg-cyan-500\/20{background-color:#00b7d733}@supports (color:color-mix(in lab,red,red)){.bg-cyan-500\/20{background-color:color-mix(in oklab,var(--color-cyan-500) 20%,transparent)}}.bg-cyan-500\/60{background-color:#00b7d799}@supports (color:color-mix(in lab,red,red)){.bg-cyan-500\/60{background-color:color-mix(in oklab,var(--color-cyan-500) 60%,transparent)}}.bg-emerald-400{background-color:var(--color-emerald-400)}.bg-emerald-500{background-color:var(--color-emerald-500)}.bg-emerald-500\/10{background-color:#00bb7f1a}@supports (color:color-mix(in lab,red,red)){.bg-emerald-500\/10{background-color:color-mix(in oklab,var(--color-emerald-500) 10%,transparent)}}.bg-emerald-500\/15{background-color:#00bb7f26}@supports (color:color-mix(in lab,red,red)){.bg-emerald-500\/15{background-color:color-mix(in oklab,var(--color-emerald-500) 15%,transparent)}}.bg-emerald-500\/20{background-color:#00bb7f33}@supports (color:color-mix(in lab,red,red)){.bg-emerald-500\/20{background-color:color-mix(in oklab,var(--color-emerald-500) 20%,transparent)}}.bg-emerald-600\/20{background-color:#00976733}@supports (color:color-mix(in lab,red,red)){.bg-emerald-600\/20{background-color:color-mix(in oklab,var(--color-emerald-600) 20%,transparent)}}.bg-gray-500{background-color:var(--color-gray-500)}.bg-gray-500\/10{background-color:#6a72821a}@supports (color:color-mix(in lab,red,red)){.bg-gray-500\/10{background-color:color-mix(in oklab,var(--color-gray-500) 10%,transparent)}}.bg-gray-500\/20{background-color:#6a728233}@supports (color:color-mix(in lab,red,red)){.bg-gray-500\/20{background-color:color-mix(in oklab,var(--color-gray-500) 20%,transparent)}}.bg-gray-600{background-color:var(--color-gray-600)}.bg-gray-700{background-color:var(--color-gray-700)}.bg-gray-700\/50{background-color:#36415380}@supports (color:color-mix(in lab,red,red)){.bg-gray-700\/50{background-color:color-mix(in oklab,var(--color-gray-700) 50%,transparent)}}.bg-gray-800{background-color:var(--color-gray-800)}.bg-gray-800\/20{background-color:#1e293933}@supports (color:color-mix(in lab,red,red)){.bg-gray-800\/20{background-color:color-mix(in oklab,var(--color-gray-800) 20%,transparent)}}.bg-gray-800\/30{background-color:#1e29394d}@supports (color:color-mix(in lab,red,red)){.bg-gray-800\/30{background-color:color-mix(in oklab,var(--color-gray-800) 30%,transparent)}}.bg-gray-800\/40{background-color:#1e293966}@supports (color:color-mix(in lab,red,red)){.bg-gray-800\/40{background-color:color-mix(in oklab,var(--color-gray-800) 40%,transparent)}}.bg-gray-800\/50{background-color:#1e293980}@supports (color:color-mix(in lab,red,red)){.bg-gray-800\/50{background-color:color-mix(in oklab,var(--color-gray-800) 50%,transparent)}}.bg-gray-900{background-color:var(--color-gray-900)}.bg-gray-900\/50{background-color:#10182880}@supports (color:color-mix(in lab,red,red)){.bg-gray-900\/50{background-color:color-mix(in oklab,var(--color-gray-900) 50%,transparent)}}.bg-gray-900\/60{background-color:#10182899}@supports (color:color-mix(in lab,red,red)){.bg-gray-900\/60{background-color:color-mix(in oklab,var(--color-gray-900) 60%,transparent)}}.bg-gray-950{background-color:var(--color-gray-950)}.bg-green-400{background-color:var(--color-green-400)}.bg-indigo-400{background-color:var(--color-indigo-400)}.bg-indigo-500{background-color:var(--color-indigo-500)}.bg-indigo-500\/10{background-color:#625fff1a}@supports (color:color-mix(in lab,red,red)){.bg-indigo-500\/10{background-color:color-mix(in oklab,var(--color-indigo-500) 10%,transparent)}}.bg-indigo-500\/20{background-color:#625fff33}@supports (color:color-mix(in lab,red,red)){.bg-indigo-500\/20{background-color:color-mix(in oklab,var(--color-indigo-500) 20%,transparent)}}.bg-indigo-500\/40{background-color:#625fff66}@supports (color:color-mix(in lab,red,red)){.bg-indigo-500\/40{background-color:color-mix(in oklab,var(--color-indigo-500) 40%,transparent)}}.bg-indigo-500\/60{background-color:#625fff99}@supports (color:color-mix(in lab,red,red)){.bg-indigo-500\/60{background-color:color-mix(in oklab,var(--color-indigo-500) 60%,transparent)}}.bg-indigo-600{background-color:var(--color-indigo-600)}.bg-orange-500\/15{background-color:#fe6e0026}@supports (color:color-mix(in lab,red,red)){.bg-orange-500\/15{background-color:color-mix(in oklab,var(--color-orange-500) 15%,transparent)}}.bg-orange-500\/20{background-color:#fe6e0033}@supports (color:color-mix(in lab,red,red)){.bg-orange-500\/20{background-color:color-mix(in oklab,var(--color-orange-500) 20%,transparent)}}.bg-red-400{background-color:var(--color-red-400)}.bg-red-500{background-color:var(--color-red-500)}.bg-red-500\/20{background-color:#fb2c3633}@supports (color:color-mix(in lab,red,red)){.bg-red-500\/20{background-color:color-mix(in oklab,var(--color-red-500) 20%,transparent)}}.bg-red-950\/30{background-color:#4608094d}@supports (color:color-mix(in lab,red,red)){.bg-red-950\/30{background-color:color-mix(in oklab,var(--color-red-950) 30%,transparent)}}.bg-rose-400{background-color:var(--color-rose-400)}.bg-rose-500{background-color:var(--color-rose-500)}.bg-rose-500\/10{background-color:#ff23571a}@supports (color:color-mix(in lab,red,red)){.bg-rose-500\/10{background-color:color-mix(in oklab,var(--color-rose-500) 10%,transparent)}}.bg-rose-500\/15{background-color:#ff235726}@supports (color:color-mix(in lab,red,red)){.bg-rose-500\/15{background-color:color-mix(in oklab,var(--color-rose-500) 15%,transparent)}}.bg-rose-500\/70{background-color:#ff2357b3}@supports (color:color-mix(in lab,red,red)){.bg-rose-500\/70{background-color:color-mix(in oklab,var(--color-rose-500) 70%,transparent)}}.bg-rose-600{background-color:var(--color-rose-600)}.bg-rose-600\/20{background-color:#e7004433}@supports (color:color-mix(in lab,red,red)){.bg-rose-600\/20{background-color:color-mix(in oklab,var(--color-rose-600) 20%,transparent)}}.bg-rose-900\/30{background-color:#8b08364d}@supports (color:color-mix(in lab,red,red)){.bg-rose-900\/30{background-color:color-mix(in oklab,var(--color-rose-900) 30%,transparent)}}.bg-violet-500\/20{background-color:#8d54ff33}@supports (color:color-mix(in lab,red,red)){.bg-violet-500\/20{background-color:color-mix(in oklab,var(--color-violet-500) 20%,transparent)}}.bg-white{background-color:var(--color-white)}.bg-yellow-400{background-color:var(--color-yellow-400)}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-amber-500\/10{--tw-gradient-from:#f99c001a}@supports (color:color-mix(in lab,red,red)){.from-amber-500\/10{--tw-gradient-from:color-mix(in oklab, var(--color-amber-500) 10%, transparent)}}.from-amber-500\/10{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-cyan-500\/10{--tw-gradient-from:#00b7d71a}@supports (color:color-mix(in lab,red,red)){.from-cyan-500\/10{--tw-gradient-from:color-mix(in oklab, var(--color-cyan-500) 10%, transparent)}}.from-cyan-500\/10{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-emerald-500\/10{--tw-gradient-from:#00bb7f1a}@supports (color:color-mix(in lab,red,red)){.from-emerald-500\/10{--tw-gradient-from:color-mix(in oklab, var(--color-emerald-500) 10%, transparent)}}.from-emerald-500\/10{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-indigo-500\/10{--tw-gradient-from:#625fff1a}@supports (color:color-mix(in lab,red,red)){.from-indigo-500\/10{--tw-gradient-from:color-mix(in oklab, var(--color-indigo-500) 10%, transparent)}}.from-indigo-500\/10{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-rose-500\/10{--tw-gradient-from:#ff23571a}@supports (color:color-mix(in lab,red,red)){.from-rose-500\/10{--tw-gradient-from:color-mix(in oklab, var(--color-rose-500) 10%, transparent)}}.from-rose-500\/10{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-amber-500\/5{--tw-gradient-to:#f99c000d}@supports (color:color-mix(in lab,red,red)){.to-amber-500\/5{--tw-gradient-to:color-mix(in oklab, var(--color-amber-500) 5%, transparent)}}.to-amber-500\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-cyan-500\/5{--tw-gradient-to:#00b7d70d}@supports (color:color-mix(in lab,red,red)){.to-cyan-500\/5{--tw-gradient-to:color-mix(in oklab, var(--color-cyan-500) 5%, transparent)}}.to-cyan-500\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-emerald-500\/5{--tw-gradient-to:#00bb7f0d}@supports (color:color-mix(in lab,red,red)){.to-emerald-500\/5{--tw-gradient-to:color-mix(in oklab, var(--color-emerald-500) 5%, transparent)}}.to-emerald-500\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-indigo-500\/5{--tw-gradient-to:#625fff0d}@supports (color:color-mix(in lab,red,red)){.to-indigo-500\/5{--tw-gradient-to:color-mix(in oklab, var(--color-indigo-500) 5%, transparent)}}.to-indigo-500\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-rose-500\/5{--tw-gradient-to:#ff23570d}@supports (color:color-mix(in lab,red,red)){.to-rose-500\/5{--tw-gradient-to:color-mix(in oklab, var(--color-rose-500) 5%, transparent)}}.to-rose-500\/5{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.p-1{padding:var(--spacing)}.p-1\.5{padding:calc(var(--spacing) * 1.5)}.p-2{padding:calc(var(--spacing) * 2)}.p-2\.5{padding:calc(var(--spacing) * 2.5)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-5{padding:calc(var(--spacing) * 5)}.p-6{padding:calc(var(--spacing) * 6)}.p-8{padding:calc(var(--spacing) * 8)}.px-1{padding-inline:var(--spacing)}.px-1\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-6{padding-inline:calc(var(--spacing) * 6)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:var(--spacing)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.py-5{padding-block:calc(var(--spacing) * 5)}.py-8{padding-block:calc(var(--spacing) * 8)}.py-16{padding-block:calc(var(--spacing) * 16)}.pt-2{padding-top:calc(var(--spacing) * 2)}.pt-3{padding-top:calc(var(--spacing) * 3)}.pt-4{padding-top:calc(var(--spacing) * 4)}.pr-3{padding-right:calc(var(--spacing) * 3)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.pb-3{padding-bottom:calc(var(--spacing) * 3)}.pb-4{padding-bottom:calc(var(--spacing) * 4)}.pl-4{padding-left:calc(var(--spacing) * 4)}.pl-8{padding-left:calc(var(--spacing) * 8)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-mono{font-family:var(--font-mono)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.break-words{overflow-wrap:break-word}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-amber-300{color:var(--color-amber-300)}.text-amber-400{color:var(--color-amber-400)}.text-amber-400\/80{color:#fcbb00cc}@supports (color:color-mix(in lab,red,red)){.text-amber-400\/80{color:color-mix(in oklab,var(--color-amber-400) 80%,transparent)}}.text-blue-400{color:var(--color-blue-400)}.text-cyan-400{color:var(--color-cyan-400)}.text-emerald-400{color:var(--color-emerald-400)}.text-emerald-500{color:var(--color-emerald-500)}.text-gray-100{color:var(--color-gray-100)}.text-gray-200{color:var(--color-gray-200)}.text-gray-300{color:var(--color-gray-300)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-indigo-400{color:var(--color-indigo-400)}.text-orange-400{color:var(--color-orange-400)}.text-red-400{color:var(--color-red-400)}.text-rose-300{color:var(--color-rose-300)}.text-rose-400{color:var(--color-rose-400)}.text-rose-400\/60{color:#ff667f99}@supports (color:color-mix(in lab,red,red)){.text-rose-400\/60{color:color-mix(in oklab,var(--color-rose-400) 60%,transparent)}}.text-rose-400\/80{color:#ff667fcc}@supports (color:color-mix(in lab,red,red)){.text-rose-400\/80{color:color-mix(in oklab,var(--color-rose-400) 80%,transparent)}}.text-violet-400{color:var(--color-violet-400)}.text-white{color:var(--color-white)}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.italic{font-style:italic}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-gray-500::placeholder{color:var(--color-gray-500)}.placeholder-gray-600::placeholder{color:var(--color-gray-600)}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-1{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-amber-500\/50{--tw-ring-color:#f99c0080}@supports (color:color-mix(in lab,red,red)){.ring-amber-500\/50{--tw-ring-color:color-mix(in oklab, var(--color-amber-500) 50%, transparent)}}.ring-red-500\/50{--tw-ring-color:#fb2c3680}@supports (color:color-mix(in lab,red,red)){.ring-red-500\/50{--tw-ring-color:color-mix(in oklab, var(--color-red-500) 50%, transparent)}}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-500{--tw-duration:.5s;transition-duration:.5s}@media(hover:hover){.group-hover\:bg-rose-400:is(:where(.group):hover *){background-color:var(--color-rose-400)}.group-hover\:text-gray-400:is(:where(.group):hover *){color:var(--color-gray-400)}.group-hover\:text-white:is(:where(.group):hover *){color:var(--color-white)}.group-hover\:opacity-100:is(:where(.group):hover *),.group-hover\/item\:opacity-100:is(:where(.group\/item):hover *){opacity:1}.hover\:border-amber-500\/30:hover{border-color:#f99c004d}@supports (color:color-mix(in lab,red,red)){.hover\:border-amber-500\/30:hover{border-color:color-mix(in oklab,var(--color-amber-500) 30%,transparent)}}.hover\:border-amber-500\/40:hover{border-color:#f99c0066}@supports (color:color-mix(in lab,red,red)){.hover\:border-amber-500\/40:hover{border-color:color-mix(in oklab,var(--color-amber-500) 40%,transparent)}}.hover\:border-emerald-500\/50:hover{border-color:#00bb7f80}@supports (color:color-mix(in lab,red,red)){.hover\:border-emerald-500\/50:hover{border-color:color-mix(in oklab,var(--color-emerald-500) 50%,transparent)}}.hover\:border-gray-600:hover{border-color:var(--color-gray-600)}.hover\:border-gray-700:hover{border-color:var(--color-gray-700)}.hover\:border-indigo-500\/30:hover{border-color:#625fff4d}@supports (color:color-mix(in lab,red,red)){.hover\:border-indigo-500\/30:hover{border-color:color-mix(in oklab,var(--color-indigo-500) 30%,transparent)}}.hover\:bg-emerald-600\/40:hover{background-color:#00976766}@supports (color:color-mix(in lab,red,red)){.hover\:bg-emerald-600\/40:hover{background-color:color-mix(in oklab,var(--color-emerald-600) 40%,transparent)}}.hover\:bg-gray-600:hover{background-color:var(--color-gray-600)}.hover\:bg-gray-700:hover{background-color:var(--color-gray-700)}.hover\:bg-gray-800:hover{background-color:var(--color-gray-800)}.hover\:bg-gray-800\/20:hover{background-color:#1e293933}@supports (color:color-mix(in lab,red,red)){.hover\:bg-gray-800\/20:hover{background-color:color-mix(in oklab,var(--color-gray-800) 20%,transparent)}}.hover\:bg-gray-800\/30:hover{background-color:#1e29394d}@supports (color:color-mix(in lab,red,red)){.hover\:bg-gray-800\/30:hover{background-color:color-mix(in oklab,var(--color-gray-800) 30%,transparent)}}.hover\:bg-gray-800\/50:hover{background-color:#1e293980}@supports (color:color-mix(in lab,red,red)){.hover\:bg-gray-800\/50:hover{background-color:color-mix(in oklab,var(--color-gray-800) 50%,transparent)}}.hover\:bg-gray-800\/80:hover{background-color:#1e2939cc}@supports (color:color-mix(in lab,red,red)){.hover\:bg-gray-800\/80:hover{background-color:color-mix(in oklab,var(--color-gray-800) 80%,transparent)}}.hover\:bg-indigo-500:hover{background-color:var(--color-indigo-500)}.hover\:bg-indigo-500\/60:hover{background-color:#625fff99}@supports (color:color-mix(in lab,red,red)){.hover\:bg-indigo-500\/60:hover{background-color:color-mix(in oklab,var(--color-indigo-500) 60%,transparent)}}.hover\:bg-rose-500:hover{background-color:var(--color-rose-500)}.hover\:bg-rose-600\/40:hover{background-color:#e7004466}@supports (color:color-mix(in lab,red,red)){.hover\:bg-rose-600\/40:hover{background-color:color-mix(in oklab,var(--color-rose-600) 40%,transparent)}}.hover\:text-amber-300:hover{color:var(--color-amber-300)}.hover\:text-emerald-300:hover{color:var(--color-emerald-300)}.hover\:text-gray-200:hover{color:var(--color-gray-200)}.hover\:text-gray-300:hover{color:var(--color-gray-300)}.hover\:text-indigo-300:hover{color:var(--color-indigo-300)}.hover\:text-rose-200:hover{color:var(--color-rose-200)}.hover\:text-rose-300:hover{color:var(--color-rose-300)}.hover\:text-rose-400:hover{color:var(--color-rose-400)}.hover\:text-white:hover{color:var(--color-white)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}}.focus\:border-gray-600:focus{border-color:var(--color-gray-600)}.focus\:border-indigo-500:focus{border-color:var(--color-indigo-500)}.focus\:ring-1:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-indigo-500:focus{--tw-ring-color:var(--color-indigo-500)}.focus\:ring-indigo-500\/30:focus{--tw-ring-color:#625fff4d}@supports (color:color-mix(in lab,red,red)){.focus\:ring-indigo-500\/30:focus{--tw-ring-color:color-mix(in oklab, var(--color-indigo-500) 30%, transparent)}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:text-gray-700:disabled{color:var(--color-gray-700)}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}@media(min-width:48rem){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:64rem){.lg\:col-span-2{grid-column:span 2/span 2}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#374151;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4b5563}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.animate-slide-in{animation:.2s ease-out slideIn}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.animate-pulse-dot{animation:2s ease-in-out infinite pulse-dot}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.5}}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>SpecWeave Dashboard</title>
|
|
7
7
|
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><text y='28' font-size='28'>⚡</text></svg>" />
|
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
|
9
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-BiJhGDZV.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="/assets/index-heYRtWFf.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body class="bg-gray-950 text-gray-100 antialiased">
|
|
12
12
|
<div id="root"></div>
|
|
@@ -29,12 +29,12 @@ export function explainGitHubAccessError(rawError, facts) {
|
|
|
29
29
|
if (canPush === true)
|
|
30
30
|
return null;
|
|
31
31
|
const who = login
|
|
32
|
-
? `The GitHub token
|
|
33
|
-
: `The GitHub token
|
|
32
|
+
? `The GitHub token belongs to account '${login}', which has no write access to ${owner}/${repo}.`
|
|
33
|
+
: `The GitHub token is invalid or expired — its account could not be resolved.`;
|
|
34
34
|
return [
|
|
35
35
|
who,
|
|
36
36
|
`GitHub returns 404 (not 403) when a token's account cannot see a repo, which is why this looked like "Not Found".`,
|
|
37
|
-
`Fix: point GITHUB_TOKEN / GH_TOKEN
|
|
37
|
+
`Fix: point GITHUB_TOKEN / GH_TOKEN (config, shell env or .env — resolved in that order) at a token whose account can write ${owner}/${repo}, or run \`gh auth login\` with the right account. Run \`specweave sync status\` to see which token is active.`,
|
|
38
38
|
`Original error: ${rawError.trim()}`,
|
|
39
39
|
].join('\n');
|
|
40
40
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"github-access-error.js","sourceRoot":"","sources":["../../../../../../plugins/specweave/lib/integrations/github/github-access-error.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAwBH;;;GAGG;AACH,MAAM,UAAU,mBAAmB,CAAC,GAAuB;IACzD,IAAI,CAAC,GAAG;QAAE,OAAO,KAAK,CAAC;IACvB,OAAO,0GAA0G,CAAC,IAAI,CACpH,GAAG,CACJ,CAAC;AACJ,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,wBAAwB,CACtC,QAAgB,EAChB,KAAwB;IAExB,IAAI,CAAC,mBAAmB,CAAC,QAAQ,CAAC;QAAE,OAAO,IAAI,CAAC;IAChD,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,GAAG,KAAK,CAAC;IAC9C,IAAI,OAAO,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAElC,MAAM,GAAG,GAAG,KAAK;QACf,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"github-access-error.js","sourceRoot":"","sources":["../../../../../../plugins/specweave/lib/integrations/github/github-access-error.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAwBH;;;GAGG;AACH,MAAM,UAAU,mBAAmB,CAAC,GAAuB;IACzD,IAAI,CAAC,GAAG;QAAE,OAAO,KAAK,CAAC;IACvB,OAAO,0GAA0G,CAAC,IAAI,CACpH,GAAG,CACJ,CAAC;AACJ,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,wBAAwB,CACtC,QAAgB,EAChB,KAAwB;IAExB,IAAI,CAAC,mBAAmB,CAAC,QAAQ,CAAC;QAAE,OAAO,IAAI,CAAC;IAChD,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,IAAI,EAAE,GAAG,KAAK,CAAC;IAC9C,IAAI,OAAO,KAAK,IAAI;QAAE,OAAO,IAAI,CAAC;IAElC,MAAM,GAAG,GAAG,KAAK;QACf,CAAC,CAAC,wCAAwC,KAAK,mCAAmC,KAAK,IAAI,IAAI,GAAG;QAClG,CAAC,CAAC,6EAA6E,CAAC;IAElF,OAAO;QACL,GAAG;QACH,mHAAmH;QACnH,8HAA8H,KAAK,IAAI,IAAI,gHAAgH;QAC3P,mBAAmB,QAAQ,CAAC,IAAI,EAAE,EAAE;KACrC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;AACf,CAAC;AAED;;;;GAIG;AACH,MAAM,CAAC,KAAK,UAAU,wBAAwB,CAC5C,IAAY,EACZ,GAAkC,EAClC,KAAa,EACb,IAAY;IAEZ,IAAI,KAAK,GAAkB,IAAI,CAAC;IAChC,IAAI,CAAC;QACH,MAAM,CAAC,GAAG,MAAM,IAAI,CAAC,IAAI,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC;QACvE,IAAI,CAAC,CAAC,QAAQ,KAAK,CAAC;YAAE,KAAK,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,EAAE,IAAI,IAAI,CAAC;IACxD,CAAC;IAAC,MAAM,CAAC;QACP,sBAAsB;IACxB,CAAC;IAED,IAAI,OAAO,GAAmB,IAAI,CAAC;IACnC,IAAI,CAAC;QACH,MAAM,CAAC,GAAG,MAAM,IAAI,CAClB,IAAI,EACJ,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,IAAI,EAAE,EAAE,MAAM,EAAE,4BAA4B,CAAC,EACvE,EAAE,GAAG,EAAE,CACR,CAAC;QACF,IAAI,CAAC,CAAC,QAAQ,KAAK,CAAC;YAAE,OAAO,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,EAAE,KAAK,MAAM,CAAC;;YACtD,OAAO,GAAG,KAAK,CAAC,CAAC,yCAAyC;IACjE,CAAC;IAAC,MAAM,CAAC;QACP,wBAAwB;IAC1B,CAAC;IAED,OAAO,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC;AAC5B,CAAC"}
|
|
@@ -31,13 +31,14 @@ export declare class GitHubClientV2 {
|
|
|
31
31
|
*/
|
|
32
32
|
private getGhEnv;
|
|
33
33
|
/**
|
|
34
|
-
* Turn a failed `gh` create
|
|
34
|
+
* Turn a failed `gh` write (create/edit/close/comment/label) into a clear error.
|
|
35
35
|
*
|
|
36
36
|
* When the failure looks like an auth/access problem (notably a 404 masking a
|
|
37
|
-
* wrong-account token
|
|
38
|
-
* explain exactly what to fix
|
|
37
|
+
* wrong-account token), resolve the token's account + write access and
|
|
38
|
+
* explain exactly what to fix ("token has no write access to owner/repo");
|
|
39
|
+
* otherwise fall back to the raw gh error.
|
|
39
40
|
*/
|
|
40
|
-
private
|
|
41
|
+
private buildWriteError;
|
|
41
42
|
/**
|
|
42
43
|
* Set the project root for rate-limit budget tracking.
|
|
43
44
|
* When set, all API calls check the shared budget before executing.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"github-client-v2.d.ts","sourceRoot":"","sources":["../../../../../../plugins/specweave/lib/integrations/github/github-client-v2.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAIH,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAC7E,OAAO,EAAE,WAAW,EAAgB,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAIxG,qBAAa,cAAc;IACzB,OAAO,CAAC,KAAK,CAAS;IACtB,OAAO,CAAC,IAAI,CAAS;IACrB,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,KAAK,CAAC,CAAS;IACvB,OAAO,CAAC,WAAW,CAAC,CAAS;IAG7B,OAAO,CAAC,MAAM,CAAC,UAAU,CAAuD;IAChF,OAAO,CAAC,MAAM,CAAC,WAAW,CAAiE;IAC3F,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAC,YAAY,CAAU;IAE9C;;OAEG;gBACS,OAAO,EAAE,WAAW,EAAE,WAAW,CAAC,EAAE,MAAM;IAgBtD;;;;;;OAMG;IACH,OAAO,CAAC,QAAQ;IAMhB
|
|
1
|
+
{"version":3,"file":"github-client-v2.d.ts","sourceRoot":"","sources":["../../../../../../plugins/specweave/lib/integrations/github/github-client-v2.ts"],"names":[],"mappings":"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"}
|
|
@@ -42,13 +42,14 @@ export class GitHubClientV2 {
|
|
|
42
42
|
: process.env;
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
|
-
* Turn a failed `gh` create
|
|
45
|
+
* Turn a failed `gh` write (create/edit/close/comment/label) into a clear error.
|
|
46
46
|
*
|
|
47
47
|
* When the failure looks like an auth/access problem (notably a 404 masking a
|
|
48
|
-
* wrong-account token
|
|
49
|
-
* explain exactly what to fix
|
|
48
|
+
* wrong-account token), resolve the token's account + write access and
|
|
49
|
+
* explain exactly what to fix ("token has no write access to owner/repo");
|
|
50
|
+
* otherwise fall back to the raw gh error.
|
|
50
51
|
*/
|
|
51
|
-
async
|
|
52
|
+
async buildWriteError(action, rawError) {
|
|
52
53
|
try {
|
|
53
54
|
const facts = await resolveGitHubAccessFacts(execFileNoThrow, this.getGhEnv(), this.owner, this.repo);
|
|
54
55
|
const explained = explainGitHubAccessError(rawError, { ...facts, owner: this.owner, repo: this.repo });
|
|
@@ -190,7 +191,7 @@ export class GitHubClientV2 {
|
|
|
190
191
|
}
|
|
191
192
|
const result = await this.execWithBudget('gh', args, { env: this.getGhEnv() });
|
|
192
193
|
if (result.exitCode !== 0) {
|
|
193
|
-
throw await this.
|
|
194
|
+
throw await this.buildWriteError('create milestone', result.stderr || result.stdout);
|
|
194
195
|
}
|
|
195
196
|
return JSON.parse(result.stdout);
|
|
196
197
|
}
|
|
@@ -236,7 +237,7 @@ export class GitHubClientV2 {
|
|
|
236
237
|
` ❌ WRONG: "[Increment XXXX] Title" (old format)\n\n` +
|
|
237
238
|
`WHY: Correct data flow is: Increment → Living Docs → GitHub\n` +
|
|
238
239
|
` Living docs are the source of truth for GitHub sync.\n\n` +
|
|
239
|
-
`FIX:
|
|
240
|
+
`FIX: Run 'specweave docs sync <id>' to generate living docs, then sync to GitHub.`);
|
|
240
241
|
}
|
|
241
242
|
// Check for plain increment ID format [0001] without FS- prefix (CRITICAL FIX v1.0.31)
|
|
242
243
|
// This catches issues like "[0001] Basic layout MVP" that should be "[FS-001][US-001] Basic layout MVP"
|
|
@@ -360,7 +361,7 @@ export class GitHubClientV2 {
|
|
|
360
361
|
// Create issue (returns URL)
|
|
361
362
|
const createResult = await this.execWithBudget('gh', args, { env: this.getGhEnv() });
|
|
362
363
|
if (createResult.exitCode !== 0) {
|
|
363
|
-
throw await this.
|
|
364
|
+
throw await this.buildWriteError('create issue', createResult.stderr || createResult.stdout);
|
|
364
365
|
}
|
|
365
366
|
const issueUrl = createResult.stdout.trim();
|
|
366
367
|
const issueNumber = parseInt(issueUrl.split('/').pop() || '0', 10);
|
|
@@ -478,7 +479,7 @@ export class GitHubClientV2 {
|
|
|
478
479
|
newBody,
|
|
479
480
|
], { env: this.getGhEnv() });
|
|
480
481
|
if (result.exitCode !== 0) {
|
|
481
|
-
throw
|
|
482
|
+
throw await this.buildWriteError(`edit issue #${issueNumber}`, result.stderr || result.stdout);
|
|
482
483
|
}
|
|
483
484
|
}
|
|
484
485
|
/**
|
|
@@ -495,7 +496,7 @@ export class GitHubClientV2 {
|
|
|
495
496
|
newBody,
|
|
496
497
|
], { env: this.getGhEnv() });
|
|
497
498
|
if (result.exitCode !== 0) {
|
|
498
|
-
throw
|
|
499
|
+
throw await this.buildWriteError(`update issue #${issueNumber}`, result.stderr || result.stdout);
|
|
499
500
|
}
|
|
500
501
|
}
|
|
501
502
|
/**
|
|
@@ -513,7 +514,7 @@ export class GitHubClientV2 {
|
|
|
513
514
|
this.fullRepo,
|
|
514
515
|
], { env: this.getGhEnv() });
|
|
515
516
|
if (result.exitCode !== 0) {
|
|
516
|
-
throw
|
|
517
|
+
throw await this.buildWriteError(`close issue #${issueNumber}`, result.stderr || result.stdout);
|
|
517
518
|
}
|
|
518
519
|
}
|
|
519
520
|
/**
|
|
@@ -534,7 +535,7 @@ export class GitHubClientV2 {
|
|
|
534
535
|
this.fullRepo,
|
|
535
536
|
], { env: this.getGhEnv() });
|
|
536
537
|
if (result.exitCode !== 0) {
|
|
537
|
-
throw
|
|
538
|
+
throw await this.buildWriteError(`reopen issue #${issueNumber}`, result.stderr || result.stdout);
|
|
538
539
|
}
|
|
539
540
|
}
|
|
540
541
|
/**
|
|
@@ -551,7 +552,7 @@ export class GitHubClientV2 {
|
|
|
551
552
|
comment,
|
|
552
553
|
], { env: this.getGhEnv() });
|
|
553
554
|
if (result.exitCode !== 0) {
|
|
554
|
-
throw
|
|
555
|
+
throw await this.buildWriteError(`add comment to issue #${issueNumber}`, result.stderr || result.stdout);
|
|
555
556
|
}
|
|
556
557
|
}
|
|
557
558
|
/**
|
|
@@ -649,7 +650,7 @@ export class GitHubClientV2 {
|
|
|
649
650
|
}
|
|
650
651
|
const result = await this.execWithBudget('gh', args, { env: this.getGhEnv() });
|
|
651
652
|
if (result.exitCode !== 0) {
|
|
652
|
-
throw
|
|
653
|
+
throw await this.buildWriteError(`add labels to issue #${issueNumber}`, result.stderr || result.stdout);
|
|
653
654
|
}
|
|
654
655
|
}
|
|
655
656
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"github-client-v2.js","sourceRoot":"","sources":["../../../../../../plugins/specweave/lib/integrations/github/github-client-v2.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"github-client-v2.js","sourceRoot":"","sources":["../../../../../../plugins/specweave/lib/integrations/github/github-client-v2.ts"],"names":[],"mappings":"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"}
|
|
@@ -176,7 +176,7 @@ async function main() {
|
|
|
176
176
|
// FS-609: Surface rate limit skip instead of misleading "Sync complete!"
|
|
177
177
|
if (result.rateLimitSkipped) {
|
|
178
178
|
console.log(`\n⚠️ Sync skipped — GitHub API rate limit too low`);
|
|
179
|
-
console.log(` 💡 Run
|
|
179
|
+
console.log(` 💡 Run 'specweave sync push' to retry when the rate limit resets`);
|
|
180
180
|
process.exit(2); // Non-zero exit signals skip (not failure)
|
|
181
181
|
}
|
|
182
182
|
console.log(`\n✅ Sync complete!`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"github-feature-sync-cli.js","sourceRoot":"","sources":["../../../../../../plugins/specweave/lib/integrations/github/github-feature-sync-cli.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"github-feature-sync-cli.js","sourceRoot":"","sources":["../../../../../../plugins/specweave/lib/integrations/github/github-feature-sync-cli.ts"],"names":[],"mappings":"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"}
|
|
@@ -92,7 +92,7 @@ export class GitHubFeatureSync {
|
|
|
92
92
|
if (rateLimit.remaining < RATE_LIMIT_THRESHOLD) {
|
|
93
93
|
console.log(`\n⚠️ GitHub API rate limit low: ${rateLimit.remaining}/${rateLimit.limit} remaining`);
|
|
94
94
|
console.log(` ⏭️ Skipping sync for ${featureId} — will retry after ${rateLimit.reset.toISOString()}`);
|
|
95
|
-
console.log(` 💡 Run
|
|
95
|
+
console.log(` 💡 Run 'specweave sync push' to retry when the rate limit resets`);
|
|
96
96
|
return {
|
|
97
97
|
milestoneNumber: 0,
|
|
98
98
|
milestoneUrl: '',
|
|
@@ -151,7 +151,7 @@ export class GitHubFeatureSync {
|
|
|
151
151
|
const featureFolder = await this.findFeatureFolder(featureId, projectName);
|
|
152
152
|
if (!featureFolder) {
|
|
153
153
|
console.log(` ⚠️ Feature ${featureId} not found in ${this.specsDir} (no living docs and auto-create failed)`);
|
|
154
|
-
console.log(` 💡 Run
|
|
154
|
+
console.log(` 💡 Run 'specweave docs sync <id>' to generate living docs first`);
|
|
155
155
|
return {
|
|
156
156
|
milestoneNumber: 0,
|
|
157
157
|
milestoneUrl: '',
|