specweave 1.0.506 → 1.0.508
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/README.md +25 -32
- package/.claude-plugin/marketplace.json +1 -78
- package/dist/plugins/specweave/lib/features/release/dashboard-generator.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/features/release/dashboard-generator.js.map +1 -0
- package/dist/plugins/specweave/lib/features/release/dora-tracker.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/features/release/dora-tracker.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-ac-checkbox-sync.d.ts +44 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-ac-checkbox-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-ac-checkbox-sync.js +236 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-ac-checkbox-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-board-resolver.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-board-resolver.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-client-v2.d.ts +139 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-client-v2.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-client-v2.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-client.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-client.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-duplicate-detector.d.ts +100 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-duplicate-detector.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-duplicate-detector.js +292 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-duplicate-detector.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-permission-gate.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-permission-gate.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-profile-resolver.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-profile-resolver.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-pull-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-pull-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-rate-limiter.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-rate-limiter.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-spec-commit-sync.d.ts +38 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-spec-commit-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-spec-commit-sync.js +210 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-spec-commit-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-spec-content-sync.d.ts +28 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-spec-content-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-spec-content-sync.js +300 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-spec-content-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-spec-sync.d.ts +147 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-spec-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-spec-sync.js +749 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-spec-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-status-sync.d.ts +79 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-status-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-status-sync.js +162 -0
- package/dist/plugins/specweave/lib/integrations/ado/ado-status-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/conflict-resolver.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/conflict-resolver.js +439 -0
- package/dist/plugins/specweave/lib/integrations/ado/conflict-resolver.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/per-us-sync.d.ts +131 -0
- package/dist/plugins/specweave/lib/integrations/ado/per-us-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/ado/per-us-sync.js +322 -0
- package/dist/plugins/specweave/lib/integrations/ado/per-us-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/CodeValidator.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/CodeValidator.js +219 -0
- package/dist/plugins/specweave/lib/integrations/github/CodeValidator.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/IssueStateManager.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/IssueStateManager.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/completion-calculator.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/completion-calculator.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/duplicate-detector.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/duplicate-detector.js +423 -0
- package/dist/plugins/specweave/lib/integrations/github/duplicate-detector.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-ac-checkbox-sync.d.ts +54 -0
- package/dist/plugins/specweave/lib/integrations/github/github-ac-checkbox-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-ac-checkbox-sync.js +305 -0
- package/dist/plugins/specweave/lib/integrations/github/github-ac-checkbox-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-ac-comment-poster.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-ac-comment-poster.js +232 -0
- package/dist/plugins/specweave/lib/integrations/github/github-ac-comment-poster.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-batch-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-batch-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-board-resolver-v2.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-board-resolver-v2.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-client-v2.d.ts +214 -0
- package/dist/plugins/specweave/lib/integrations/github/github-client-v2.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-client-v2.js +812 -0
- package/dist/plugins/specweave/lib/integrations/github/github-client-v2.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-client.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-client.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-conflict-resolver.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-conflict-resolver.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-cross-repo-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-cross-repo-sync.js +172 -0
- package/dist/plugins/specweave/lib/integrations/github/github-cross-repo-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-feature-sync-cli.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-feature-sync-cli.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-feature-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-feature-sync.js +1112 -0
- package/dist/plugins/specweave/lib/integrations/github/github-feature-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-field-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-field-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-graphql-client.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-graphql-client.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-issue-body-generator.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-issue-body-generator.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-issue-body-parser.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-issue-body-parser.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-issue-updater.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-issue-updater.js +339 -0
- package/dist/plugins/specweave/lib/integrations/github/github-issue-updater.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-pull-sync.d.ts +94 -0
- package/dist/plugins/specweave/lib/integrations/github/github-pull-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-pull-sync.js +232 -0
- package/dist/plugins/specweave/lib/integrations/github/github-pull-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-push-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-push-sync.js +127 -0
- package/dist/plugins/specweave/lib/integrations/github/github-push-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-rate-limiter.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-rate-limiter.js +109 -0
- package/dist/plugins/specweave/lib/integrations/github/github-rate-limiter.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-spec-commit-sync.d.ts +37 -0
- package/dist/plugins/specweave/lib/integrations/github/github-spec-commit-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-spec-commit-sync.js +209 -0
- package/dist/plugins/specweave/lib/integrations/github/github-spec-commit-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-spec-content-sync.d.ts +28 -0
- package/dist/plugins/specweave/lib/integrations/github/github-spec-content-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-spec-content-sync.js +365 -0
- package/dist/plugins/specweave/lib/integrations/github/github-spec-content-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-spec-frontmatter-updater.d.ts +21 -0
- package/dist/plugins/specweave/lib/integrations/github/github-spec-frontmatter-updater.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-spec-frontmatter-updater.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-spec-sync.d.ts +225 -0
- package/dist/plugins/specweave/lib/integrations/github/github-spec-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-spec-sync.js +974 -0
- package/dist/plugins/specweave/lib/integrations/github/github-spec-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-sync-orchestrator.d.ts +47 -0
- package/dist/plugins/specweave/lib/integrations/github/github-sync-orchestrator.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-sync-orchestrator.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-us-auto-closer.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/github-us-auto-closer.js +219 -0
- package/dist/plugins/specweave/lib/integrations/github/github-us-auto-closer.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/index.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/index.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/per-us-sync.d.ts +126 -0
- package/dist/plugins/specweave/lib/integrations/github/per-us-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/per-us-sync.js +394 -0
- package/dist/plugins/specweave/lib/integrations/github/per-us-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/progress-comment-builder.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/progress-comment-builder.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/types.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/types.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/user-story-content-builder.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/user-story-content-builder.js +310 -0
- package/dist/plugins/specweave/lib/integrations/github/user-story-content-builder.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/user-story-issue-builder.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/github/user-story-issue-builder.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/content-format-adapter.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/content-format-adapter.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-ac-checkbox-sync.d.ts +47 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-ac-checkbox-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-ac-checkbox-sync.js +307 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-ac-checkbox-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-board-resolver.d.ts +50 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-board-resolver.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-board-resolver.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-deployment-detector.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-deployment-detector.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-duplicate-detector.d.ts +103 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-duplicate-detector.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-duplicate-detector.js +295 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-duplicate-detector.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-epic-sync.d.ts +67 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-epic-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-epic-sync.js +286 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-epic-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-field-discovery.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-field-discovery.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-paginated-search.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-paginated-search.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-permission-gate.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-permission-gate.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-spec-commit-sync.d.ts +43 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-spec-commit-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-spec-commit-sync.js +284 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-spec-commit-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-spec-content-sync.d.ts +33 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-spec-content-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-spec-content-sync.js +294 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-spec-content-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-spec-sync.d.ts +180 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-spec-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-spec-sync.js +757 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-spec-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-status-sync.d.ts +116 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-status-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-status-sync.js +302 -0
- package/dist/plugins/specweave/lib/integrations/jira/jira-status-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/metadata-paths.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/metadata-paths.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/per-us-sync.d.ts +117 -0
- package/dist/plugins/specweave/lib/integrations/jira/per-us-sync.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/per-us-sync.js +274 -0
- package/dist/plugins/specweave/lib/integrations/jira/per-us-sync.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/reorganization-detector.d.ts +80 -0
- package/dist/plugins/specweave/lib/integrations/jira/reorganization-detector.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/reorganization-detector.js.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/setup-wizard.d.ts +29 -0
- package/dist/plugins/specweave/lib/integrations/jira/setup-wizard.d.ts.map +1 -0
- package/dist/plugins/specweave/lib/integrations/jira/setup-wizard.js +198 -0
- package/dist/plugins/specweave/lib/integrations/jira/setup-wizard.js.map +1 -0
- package/dist/plugins/specweave/lib/vendor/sync/github-reconciler.d.ts +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/src/cli/commands/refresh-plugins.d.ts.map +1 -1
- package/dist/src/cli/commands/refresh-plugins.js +9 -1
- package/dist/src/cli/commands/refresh-plugins.js.map +1 -1
- package/dist/src/cli/commands/sync-progress.js +1 -1
- package/dist/src/cli/commands/sync-progress.js.map +1 -1
- package/dist/src/cli/helpers/async-project-loader.js +1 -1
- package/dist/src/cli/helpers/async-project-loader.js.map +1 -1
- package/dist/src/cli/helpers/cancelation-handler.d.ts +1 -1
- package/dist/src/cli/helpers/cancelation-handler.js +1 -1
- package/dist/src/cli/helpers/init/ado-repo-cloning.js +1 -1
- package/dist/src/cli/helpers/init/ado-repo-cloning.js.map +1 -1
- package/dist/src/cli/helpers/init/github-repo-cloning.js +1 -1
- package/dist/src/cli/helpers/init/github-repo-cloning.js.map +1 -1
- package/dist/src/cli/helpers/init/jira-ado-auto-detect.d.ts +2 -2
- package/dist/src/cli/helpers/init/jira-ado-auto-detect.d.ts.map +1 -1
- package/dist/src/cli/helpers/init/jira-ado-auto-detect.js +2 -2
- package/dist/src/cli/helpers/init/jira-ado-auto-detect.js.map +1 -1
- package/dist/src/cli/helpers/init/plugin-installer.d.ts.map +1 -1
- package/dist/src/cli/helpers/init/plugin-installer.js +11 -3
- package/dist/src/cli/helpers/init/plugin-installer.js.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/ado-area-selection.js +1 -1
- package/dist/src/cli/helpers/issue-tracker/ado-area-selection.js.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/ado.js +3 -3
- package/dist/src/cli/helpers/issue-tracker/ado.js.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/github-multi-repo.js +1 -1
- package/dist/src/cli/helpers/issue-tracker/github-multi-repo.js.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/github.js +4 -4
- package/dist/src/cli/helpers/issue-tracker/github.js.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/index.js +1 -1
- package/dist/src/cli/helpers/issue-tracker/index.js.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/jira-board-selection.js +1 -1
- package/dist/src/cli/helpers/issue-tracker/jira-board-selection.js.map +1 -1
- package/dist/src/core/ac-progress-sync.js +5 -5
- package/dist/src/core/ac-progress-sync.js.map +1 -1
- package/dist/src/core/analytics/types.d.ts +1 -1
- package/dist/src/core/analytics/types.d.ts.map +1 -1
- package/dist/src/core/config/types.d.ts +1 -1
- package/dist/src/core/hooks/github-project-sync.js +4 -4
- package/dist/src/core/hooks/github-project-sync.js.map +1 -1
- package/dist/src/core/living-docs/living-docs-sync.js +5 -5
- package/dist/src/core/living-docs/living-docs-sync.js.map +1 -1
- package/dist/src/core/types/plugin.d.ts +1 -1
- package/dist/src/core/types/plugin.d.ts.map +1 -1
- package/dist/src/integrations/ado/ado-client-factory.d.ts +1 -1
- package/dist/src/integrations/ado/ado-client-factory.d.ts.map +1 -1
- package/dist/src/integrations/ado/ado-client-factory.js +1 -1
- package/dist/src/integrations/ado/ado-client-factory.js.map +1 -1
- package/dist/src/integrations/ado/ado-dependency-loader.js +1 -1
- package/dist/src/integrations/ado/ado-dependency-loader.js.map +1 -1
- package/dist/src/living-docs/smart-doc-organizer.js +1 -1
- package/dist/src/living-docs/smart-doc-organizer.js.map +1 -1
- package/dist/src/sync/ado-reconciler.d.ts +1 -1
- package/dist/src/sync/ado-reconciler.js +1 -1
- package/dist/src/sync/external-change-puller.js +1 -1
- package/dist/src/sync/external-change-puller.js.map +1 -1
- package/dist/src/sync/external-issue-auto-creator.js +1 -1
- package/dist/src/sync/external-issue-auto-creator.js.map +1 -1
- package/dist/src/sync/external-item-sync-service.js +2 -2
- package/dist/src/sync/external-item-sync-service.js.map +1 -1
- package/dist/src/sync/format-preservation-sync.d.ts +1 -1
- package/dist/src/sync/format-preservation-sync.d.ts.map +1 -1
- package/dist/src/sync/format-preservation-sync.js +1 -1
- package/dist/src/sync/format-preservation-sync.js.map +1 -1
- package/dist/src/sync/github-reconciler.d.ts +1 -1
- package/dist/src/sync/github-reconciler.js +2 -2
- package/dist/src/sync/github-reconciler.js.map +1 -1
- package/dist/src/sync/github-sync-wrapper.d.ts +2 -2
- package/dist/src/sync/github-sync-wrapper.d.ts.map +1 -1
- package/dist/src/sync/github-sync-wrapper.js +1 -1
- package/dist/src/sync/github-sync-wrapper.js.map +1 -1
- package/dist/src/sync/jira-reconciler.d.ts +1 -1
- package/dist/src/sync/jira-reconciler.js +1 -1
- package/dist/src/sync/living-docs-updater.d.ts +1 -1
- package/dist/src/sync/living-docs-updater.d.ts.map +1 -1
- package/dist/src/sync/living-docs-updater.js +1 -1
- package/dist/src/sync/living-docs-updater.js.map +1 -1
- package/dist/src/sync/pr-linker.js +1 -1
- package/dist/src/sync/pr-linker.js.map +1 -1
- package/dist/src/sync/providers/github.d.ts +1 -1
- package/dist/src/sync/providers/github.js +1 -1
- package/dist/src/sync/sync-coordinator.js +4 -4
- package/dist/src/sync/sync-coordinator.js.map +1 -1
- package/dist/src/utils/cleanup-stale-plugins.d.ts.map +1 -1
- package/dist/src/utils/cleanup-stale-plugins.js +7 -0
- package/dist/src/utils/cleanup-stale-plugins.js.map +1 -1
- package/dist/src/utils/docs-validator.js +1 -1
- package/dist/src/utils/docs-validator.js.map +1 -1
- package/dist/src/utils/plugin-copier.d.ts +16 -0
- package/dist/src/utils/plugin-copier.d.ts.map +1 -1
- package/dist/src/utils/plugin-copier.js +79 -0
- package/dist/src/utils/plugin-copier.js.map +1 -1
- package/package.json +1 -1
- package/plugins/PLUGINS-INDEX.md +23 -42
- package/plugins/specweave/.claude-plugin/plugin.json +9 -2
- package/plugins/specweave/lib/integrations/ado/ado-ac-checkbox-sync.js +241 -0
- package/plugins/specweave/lib/integrations/ado/ado-ac-checkbox-sync.ts +311 -0
- package/plugins/specweave/lib/integrations/ado/ado-client-v2.d.ts +134 -0
- package/plugins/specweave/lib/integrations/ado/ado-client-v2.ts +742 -0
- package/plugins/specweave/lib/integrations/ado/ado-duplicate-detector.js +279 -0
- package/plugins/specweave/lib/integrations/ado/ado-duplicate-detector.ts +408 -0
- package/plugins/specweave/lib/integrations/ado/ado-hierarchical-sync.d.ts +40 -0
- package/plugins/specweave/lib/integrations/ado/ado-hierarchical-sync.js +300 -0
- package/plugins/specweave/lib/integrations/ado/ado-hierarchical-sync.ts +554 -0
- package/plugins/specweave/lib/integrations/ado/ado-multi-project-sync.js +486 -0
- package/plugins/specweave/lib/integrations/ado/ado-multi-project-sync.ts +675 -0
- package/plugins/specweave/lib/integrations/ado/ado-project-detector.js +502 -0
- package/plugins/specweave/lib/integrations/ado/ado-project-detector.ts +560 -0
- package/plugins/specweave/lib/integrations/ado/ado-spec-commit-sync.d.ts +38 -0
- package/plugins/specweave/lib/integrations/ado/ado-spec-commit-sync.js +189 -0
- package/plugins/specweave/lib/integrations/ado/ado-spec-commit-sync.ts +288 -0
- package/plugins/specweave/lib/integrations/ado/ado-spec-content-sync.js +249 -0
- package/plugins/specweave/lib/integrations/ado/ado-spec-content-sync.ts +379 -0
- package/plugins/specweave/lib/integrations/ado/ado-spec-sync.d.ts +100 -0
- package/plugins/specweave/lib/integrations/ado/ado-spec-sync.js +681 -0
- package/plugins/specweave/lib/integrations/ado/ado-spec-sync.ts +893 -0
- package/plugins/specweave/lib/integrations/ado/ado-status-sync.js +150 -0
- package/plugins/specweave/lib/integrations/ado/ado-status-sync.ts +213 -0
- package/plugins/specweave/lib/integrations/ado/conflict-resolver.js +400 -0
- package/plugins/specweave/lib/integrations/ado/conflict-resolver.ts +583 -0
- package/plugins/specweave/lib/integrations/ado/per-us-sync.js +272 -0
- package/plugins/specweave/lib/integrations/ado/per-us-sync.ts +457 -0
- package/plugins/specweave/lib/integrations/ado/project-selector.d.ts +42 -0
- package/plugins/specweave/lib/integrations/ado/project-selector.ts +304 -0
- package/plugins/specweave/lib/integrations/github/CodeValidator.js +195 -0
- package/plugins/specweave/lib/integrations/github/CodeValidator.ts +284 -0
- package/plugins/specweave/lib/integrations/github/duplicate-detector.js +397 -0
- package/plugins/specweave/lib/integrations/github/duplicate-detector.ts +561 -0
- package/plugins/specweave/lib/integrations/github/github-ac-checkbox-sync.js +287 -0
- package/plugins/specweave/lib/integrations/github/github-ac-checkbox-sync.ts +391 -0
- package/plugins/specweave/lib/integrations/github/github-ac-comment-poster.js +191 -0
- package/plugins/specweave/lib/integrations/github/github-ac-comment-poster.ts +315 -0
- package/plugins/specweave/lib/integrations/github/github-board-resolver.js +81 -0
- package/plugins/specweave/lib/integrations/github/github-board-resolver.ts +175 -0
- package/plugins/specweave/lib/integrations/github/github-client-v2.js +814 -0
- package/plugins/specweave/lib/integrations/github/github-client-v2.ts +1035 -0
- package/plugins/specweave/lib/integrations/github/github-cross-repo-sync.js +182 -0
- package/plugins/specweave/lib/integrations/github/github-cross-repo-sync.ts +265 -0
- package/plugins/specweave/lib/integrations/github/github-feature-sync.js +1007 -0
- package/plugins/specweave/lib/integrations/github/github-feature-sync.ts +1403 -0
- package/plugins/specweave/lib/integrations/github/github-hierarchical-sync.d.ts +29 -0
- package/plugins/specweave/lib/integrations/github/github-hierarchical-sync.js +190 -0
- package/plugins/specweave/lib/integrations/github/github-hierarchical-sync.ts +355 -0
- package/plugins/specweave/lib/integrations/github/github-issue-updater.js +275 -0
- package/plugins/specweave/lib/integrations/github/github-issue-updater.ts +462 -0
- package/plugins/specweave/lib/integrations/github/github-multi-project-sync.js +409 -0
- package/plugins/specweave/lib/integrations/github/github-multi-project-sync.ts +555 -0
- package/plugins/specweave/lib/integrations/github/github-pull-sync.js +185 -0
- package/plugins/specweave/lib/integrations/github/github-pull-sync.ts +343 -0
- package/plugins/specweave/lib/integrations/github/github-push-sync.js +129 -0
- package/plugins/specweave/lib/integrations/github/github-push-sync.ts +188 -0
- package/plugins/specweave/lib/integrations/github/github-rate-limiter.js +96 -0
- package/plugins/specweave/lib/integrations/github/github-rate-limiter.ts +143 -0
- package/plugins/specweave/lib/integrations/github/github-spec-commit-sync.d.ts +37 -0
- package/plugins/specweave/lib/integrations/github/github-spec-commit-sync.js +186 -0
- package/plugins/specweave/lib/integrations/github/github-spec-commit-sync.ts +285 -0
- package/plugins/specweave/lib/integrations/github/github-spec-content-sync.js +298 -0
- package/plugins/specweave/lib/integrations/github/github-spec-content-sync.ts +465 -0
- package/plugins/specweave/lib/integrations/github/github-spec-frontmatter-updater.ts +306 -0
- package/plugins/specweave/lib/integrations/github/github-spec-sync.d.ts +108 -0
- package/plugins/specweave/lib/integrations/github/github-spec-sync.js +900 -0
- package/plugins/specweave/lib/integrations/github/github-spec-sync.ts +1281 -0
- package/plugins/specweave/lib/integrations/github/github-sync-orchestrator.ts +158 -0
- package/plugins/specweave/lib/integrations/github/github-us-auto-closer.js +190 -0
- package/plugins/specweave/lib/integrations/github/github-us-auto-closer.ts +313 -0
- package/plugins/specweave/lib/integrations/github/per-us-sync.js +330 -0
- package/plugins/specweave/lib/integrations/github/per-us-sync.ts +515 -0
- package/plugins/specweave/lib/integrations/github/user-story-content-builder.js +306 -0
- package/plugins/specweave/lib/integrations/github/user-story-content-builder.ts +424 -0
- package/plugins/specweave/lib/integrations/jira/jira-ac-checkbox-sync.js +300 -0
- package/plugins/specweave/lib/integrations/jira/jira-ac-checkbox-sync.ts +380 -0
- package/plugins/specweave/lib/integrations/jira/jira-board-resolver.d.ts +50 -0
- package/plugins/specweave/lib/integrations/jira/jira-board-resolver.ts +127 -0
- package/plugins/specweave/lib/integrations/jira/jira-duplicate-detector.js +279 -0
- package/plugins/specweave/lib/integrations/jira/jira-duplicate-detector.ts +420 -0
- package/plugins/specweave/lib/integrations/jira/jira-epic-sync.js +314 -0
- package/plugins/specweave/lib/integrations/jira/jira-epic-sync.ts +474 -0
- package/plugins/specweave/lib/integrations/jira/jira-hierarchical-sync.d.ts +33 -0
- package/plugins/specweave/lib/integrations/jira/jira-hierarchical-sync.js +144 -0
- package/plugins/specweave/lib/integrations/jira/jira-hierarchical-sync.ts +294 -0
- package/plugins/specweave/lib/integrations/jira/jira-multi-project-sync.js +279 -0
- package/plugins/specweave/lib/integrations/jira/jira-multi-project-sync.ts +398 -0
- package/plugins/specweave/lib/integrations/jira/jira-spec-commit-sync.d.ts +43 -0
- package/plugins/specweave/lib/integrations/jira/jira-spec-commit-sync.js +262 -0
- package/plugins/specweave/lib/integrations/jira/jira-spec-commit-sync.ts +370 -0
- package/plugins/specweave/lib/integrations/jira/jira-spec-content-sync.js +260 -0
- package/plugins/specweave/lib/integrations/jira/jira-spec-content-sync.ts +367 -0
- package/plugins/specweave/lib/integrations/jira/jira-spec-sync.d.ts +105 -0
- package/plugins/specweave/lib/integrations/jira/jira-spec-sync.js +689 -0
- package/plugins/specweave/lib/integrations/jira/jira-spec-sync.ts +947 -0
- package/plugins/specweave/lib/integrations/jira/jira-status-sync.js +215 -0
- package/plugins/specweave/lib/integrations/jira/jira-status-sync.ts +375 -0
- package/plugins/specweave/lib/integrations/jira/per-us-sync.js +235 -0
- package/plugins/specweave/lib/integrations/jira/per-us-sync.ts +384 -0
- package/plugins/specweave/lib/integrations/jira/project-selector.d.ts +42 -0
- package/plugins/specweave/lib/integrations/jira/project-selector.ts +310 -0
- package/plugins/specweave/lib/integrations/jira/reorganization-detector.d.ts +67 -0
- package/plugins/specweave/lib/integrations/jira/reorganization-detector.ts +449 -0
- package/plugins/specweave/lib/integrations/jira/setup-wizard.d.js +4 -0
- package/plugins/specweave/lib/integrations/jira/setup-wizard.d.ts +29 -0
- package/plugins/specweave/lib/integrations/jira/setup-wizard.js +156 -0
- package/plugins/specweave/lib/integrations/jira/setup-wizard.ts +238 -0
- package/plugins/specweave/lib/vendor/sync/github-reconciler.d.ts +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/skills/team-lead/SKILL.md +10 -5
- package/plugins/specweave/skills/team-lead/agents/brainstorm-advocate.md +12 -6
- package/plugins/specweave/skills/team-lead/agents/brainstorm-critic.md +12 -6
- package/plugins/specweave/skills/team-lead/agents/brainstorm-pragmatist.md +12 -6
- package/dist/plugins/specweave-ado/lib/ado-ac-checkbox-sync.d.ts +0 -44
- package/dist/plugins/specweave-ado/lib/ado-ac-checkbox-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-ac-checkbox-sync.js +0 -236
- package/dist/plugins/specweave-ado/lib/ado-ac-checkbox-sync.js.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-board-resolver.d.ts.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-board-resolver.js.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-client-v2.d.ts +0 -139
- package/dist/plugins/specweave-ado/lib/ado-client-v2.d.ts.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-client-v2.js.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-client.d.ts.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-client.js.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-duplicate-detector.d.ts +0 -100
- package/dist/plugins/specweave-ado/lib/ado-duplicate-detector.d.ts.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-duplicate-detector.js +0 -292
- package/dist/plugins/specweave-ado/lib/ado-duplicate-detector.js.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-permission-gate.d.ts.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-permission-gate.js.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-profile-resolver.d.ts.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-profile-resolver.js.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-pull-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-pull-sync.js.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-rate-limiter.d.ts.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-rate-limiter.js.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-spec-commit-sync.d.ts +0 -38
- package/dist/plugins/specweave-ado/lib/ado-spec-commit-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-spec-commit-sync.js +0 -210
- package/dist/plugins/specweave-ado/lib/ado-spec-commit-sync.js.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-spec-content-sync.d.ts +0 -28
- package/dist/plugins/specweave-ado/lib/ado-spec-content-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-spec-content-sync.js +0 -300
- package/dist/plugins/specweave-ado/lib/ado-spec-content-sync.js.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-spec-sync.d.ts +0 -147
- package/dist/plugins/specweave-ado/lib/ado-spec-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-spec-sync.js +0 -749
- package/dist/plugins/specweave-ado/lib/ado-spec-sync.js.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-status-sync.d.ts +0 -79
- package/dist/plugins/specweave-ado/lib/ado-status-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-ado/lib/ado-status-sync.js +0 -162
- package/dist/plugins/specweave-ado/lib/ado-status-sync.js.map +0 -1
- package/dist/plugins/specweave-ado/lib/conflict-resolver.d.ts.map +0 -1
- package/dist/plugins/specweave-ado/lib/conflict-resolver.js +0 -439
- package/dist/plugins/specweave-ado/lib/conflict-resolver.js.map +0 -1
- package/dist/plugins/specweave-ado/lib/per-us-sync.d.ts +0 -131
- package/dist/plugins/specweave-ado/lib/per-us-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-ado/lib/per-us-sync.js +0 -322
- package/dist/plugins/specweave-ado/lib/per-us-sync.js.map +0 -1
- package/dist/plugins/specweave-github/lib/CodeValidator.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/CodeValidator.js +0 -219
- package/dist/plugins/specweave-github/lib/CodeValidator.js.map +0 -1
- package/dist/plugins/specweave-github/lib/IssueStateManager.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/IssueStateManager.js.map +0 -1
- package/dist/plugins/specweave-github/lib/completion-calculator.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/completion-calculator.js.map +0 -1
- package/dist/plugins/specweave-github/lib/duplicate-detector.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/duplicate-detector.js +0 -423
- package/dist/plugins/specweave-github/lib/duplicate-detector.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-ac-checkbox-sync.d.ts +0 -54
- package/dist/plugins/specweave-github/lib/github-ac-checkbox-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-ac-checkbox-sync.js +0 -305
- package/dist/plugins/specweave-github/lib/github-ac-checkbox-sync.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-ac-comment-poster.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-ac-comment-poster.js +0 -232
- package/dist/plugins/specweave-github/lib/github-ac-comment-poster.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-batch-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-batch-sync.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-board-resolver-v2.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-board-resolver-v2.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-client-v2.d.ts +0 -214
- package/dist/plugins/specweave-github/lib/github-client-v2.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-client-v2.js +0 -812
- package/dist/plugins/specweave-github/lib/github-client-v2.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-client.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-client.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-conflict-resolver.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-conflict-resolver.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-cross-repo-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-cross-repo-sync.js +0 -172
- package/dist/plugins/specweave-github/lib/github-cross-repo-sync.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-feature-sync-cli.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-feature-sync-cli.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-feature-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-feature-sync.js +0 -1112
- package/dist/plugins/specweave-github/lib/github-feature-sync.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-field-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-field-sync.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-graphql-client.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-graphql-client.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-issue-body-generator.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-issue-body-generator.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-issue-body-parser.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-issue-body-parser.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-issue-updater.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-issue-updater.js +0 -339
- package/dist/plugins/specweave-github/lib/github-issue-updater.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-pull-sync.d.ts +0 -94
- package/dist/plugins/specweave-github/lib/github-pull-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-pull-sync.js +0 -232
- package/dist/plugins/specweave-github/lib/github-pull-sync.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-push-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-push-sync.js +0 -127
- package/dist/plugins/specweave-github/lib/github-push-sync.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-rate-limiter.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-rate-limiter.js +0 -109
- package/dist/plugins/specweave-github/lib/github-rate-limiter.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-spec-commit-sync.d.ts +0 -37
- package/dist/plugins/specweave-github/lib/github-spec-commit-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-spec-commit-sync.js +0 -209
- package/dist/plugins/specweave-github/lib/github-spec-commit-sync.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-spec-content-sync.d.ts +0 -28
- package/dist/plugins/specweave-github/lib/github-spec-content-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-spec-content-sync.js +0 -365
- package/dist/plugins/specweave-github/lib/github-spec-content-sync.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-spec-frontmatter-updater.d.ts +0 -21
- package/dist/plugins/specweave-github/lib/github-spec-frontmatter-updater.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-spec-frontmatter-updater.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-spec-sync.d.ts +0 -225
- package/dist/plugins/specweave-github/lib/github-spec-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-spec-sync.js +0 -974
- package/dist/plugins/specweave-github/lib/github-spec-sync.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-sync-orchestrator.d.ts +0 -47
- package/dist/plugins/specweave-github/lib/github-sync-orchestrator.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-sync-orchestrator.js.map +0 -1
- package/dist/plugins/specweave-github/lib/github-us-auto-closer.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/github-us-auto-closer.js +0 -219
- package/dist/plugins/specweave-github/lib/github-us-auto-closer.js.map +0 -1
- package/dist/plugins/specweave-github/lib/index.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/index.js.map +0 -1
- package/dist/plugins/specweave-github/lib/per-us-sync.d.ts +0 -126
- package/dist/plugins/specweave-github/lib/per-us-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/per-us-sync.js +0 -394
- package/dist/plugins/specweave-github/lib/per-us-sync.js.map +0 -1
- package/dist/plugins/specweave-github/lib/progress-comment-builder.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/progress-comment-builder.js.map +0 -1
- package/dist/plugins/specweave-github/lib/types.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/types.js.map +0 -1
- package/dist/plugins/specweave-github/lib/user-story-content-builder.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/user-story-content-builder.js +0 -310
- package/dist/plugins/specweave-github/lib/user-story-content-builder.js.map +0 -1
- package/dist/plugins/specweave-github/lib/user-story-issue-builder.d.ts.map +0 -1
- package/dist/plugins/specweave-github/lib/user-story-issue-builder.js.map +0 -1
- package/dist/plugins/specweave-jira/lib/content-format-adapter.d.ts.map +0 -1
- package/dist/plugins/specweave-jira/lib/content-format-adapter.js.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-ac-checkbox-sync.d.ts +0 -47
- package/dist/plugins/specweave-jira/lib/jira-ac-checkbox-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-ac-checkbox-sync.js +0 -307
- package/dist/plugins/specweave-jira/lib/jira-ac-checkbox-sync.js.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-board-resolver.d.ts +0 -50
- package/dist/plugins/specweave-jira/lib/jira-board-resolver.d.ts.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-board-resolver.js.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-deployment-detector.d.ts.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-deployment-detector.js.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-duplicate-detector.d.ts +0 -103
- package/dist/plugins/specweave-jira/lib/jira-duplicate-detector.d.ts.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-duplicate-detector.js +0 -295
- package/dist/plugins/specweave-jira/lib/jira-duplicate-detector.js.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-epic-sync.d.ts +0 -67
- package/dist/plugins/specweave-jira/lib/jira-epic-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-epic-sync.js +0 -286
- package/dist/plugins/specweave-jira/lib/jira-epic-sync.js.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-field-discovery.d.ts.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-field-discovery.js.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-paginated-search.d.ts.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-paginated-search.js.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-permission-gate.d.ts.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-permission-gate.js.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-spec-commit-sync.d.ts +0 -43
- package/dist/plugins/specweave-jira/lib/jira-spec-commit-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-spec-commit-sync.js +0 -284
- package/dist/plugins/specweave-jira/lib/jira-spec-commit-sync.js.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-spec-content-sync.d.ts +0 -33
- package/dist/plugins/specweave-jira/lib/jira-spec-content-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-spec-content-sync.js +0 -294
- package/dist/plugins/specweave-jira/lib/jira-spec-content-sync.js.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-spec-sync.d.ts +0 -180
- package/dist/plugins/specweave-jira/lib/jira-spec-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-spec-sync.js +0 -757
- package/dist/plugins/specweave-jira/lib/jira-spec-sync.js.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-status-sync.d.ts +0 -116
- package/dist/plugins/specweave-jira/lib/jira-status-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-jira/lib/jira-status-sync.js +0 -302
- package/dist/plugins/specweave-jira/lib/jira-status-sync.js.map +0 -1
- package/dist/plugins/specweave-jira/lib/metadata-paths.d.ts.map +0 -1
- package/dist/plugins/specweave-jira/lib/metadata-paths.js.map +0 -1
- package/dist/plugins/specweave-jira/lib/per-us-sync.d.ts +0 -117
- package/dist/plugins/specweave-jira/lib/per-us-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-jira/lib/per-us-sync.js +0 -274
- package/dist/plugins/specweave-jira/lib/per-us-sync.js.map +0 -1
- package/dist/plugins/specweave-jira/lib/reorganization-detector.d.ts +0 -80
- package/dist/plugins/specweave-jira/lib/reorganization-detector.d.ts.map +0 -1
- package/dist/plugins/specweave-jira/lib/reorganization-detector.js.map +0 -1
- package/dist/plugins/specweave-jira/lib/setup-wizard.d.ts +0 -29
- package/dist/plugins/specweave-jira/lib/setup-wizard.d.ts.map +0 -1
- package/dist/plugins/specweave-jira/lib/setup-wizard.js +0 -198
- package/dist/plugins/specweave-jira/lib/setup-wizard.js.map +0 -1
- package/dist/plugins/specweave-release/lib/dashboard-generator.d.ts.map +0 -1
- package/dist/plugins/specweave-release/lib/dashboard-generator.js.map +0 -1
- package/dist/plugins/specweave-release/lib/dora-tracker.d.ts.map +0 -1
- package/dist/plugins/specweave-release/lib/dora-tracker.js.map +0 -1
- package/plugins/specweave-ado/.claude-plugin/plugin.json +0 -20
- package/plugins/specweave-ado/PLUGIN.md +0 -39
- package/plugins/specweave-ado/hooks/README.md +0 -201
- package/plugins/specweave-ado/lib/ado-ac-checkbox-sync.js +0 -241
- package/plugins/specweave-ado/lib/ado-ac-checkbox-sync.ts +0 -311
- package/plugins/specweave-ado/lib/ado-client-v2.d.ts +0 -134
- package/plugins/specweave-ado/lib/ado-client-v2.ts +0 -742
- package/plugins/specweave-ado/lib/ado-duplicate-detector.js +0 -279
- package/plugins/specweave-ado/lib/ado-duplicate-detector.ts +0 -408
- package/plugins/specweave-ado/lib/ado-hierarchical-sync.d.ts +0 -40
- package/plugins/specweave-ado/lib/ado-hierarchical-sync.js +0 -300
- package/plugins/specweave-ado/lib/ado-hierarchical-sync.ts +0 -554
- package/plugins/specweave-ado/lib/ado-multi-project-sync.js +0 -486
- package/plugins/specweave-ado/lib/ado-multi-project-sync.ts +0 -675
- package/plugins/specweave-ado/lib/ado-project-detector.js +0 -502
- package/plugins/specweave-ado/lib/ado-project-detector.ts +0 -560
- package/plugins/specweave-ado/lib/ado-spec-commit-sync.d.ts +0 -38
- package/plugins/specweave-ado/lib/ado-spec-commit-sync.js +0 -189
- package/plugins/specweave-ado/lib/ado-spec-commit-sync.ts +0 -288
- package/plugins/specweave-ado/lib/ado-spec-content-sync.js +0 -249
- package/plugins/specweave-ado/lib/ado-spec-content-sync.ts +0 -379
- package/plugins/specweave-ado/lib/ado-spec-sync.d.ts +0 -100
- package/plugins/specweave-ado/lib/ado-spec-sync.js +0 -681
- package/plugins/specweave-ado/lib/ado-spec-sync.ts +0 -893
- package/plugins/specweave-ado/lib/ado-status-sync.js +0 -150
- package/plugins/specweave-ado/lib/ado-status-sync.ts +0 -213
- package/plugins/specweave-ado/lib/conflict-resolver.js +0 -400
- package/plugins/specweave-ado/lib/conflict-resolver.ts +0 -583
- package/plugins/specweave-ado/lib/per-us-sync.js +0 -272
- package/plugins/specweave-ado/lib/per-us-sync.ts +0 -457
- package/plugins/specweave-ado/lib/project-selector.d.ts +0 -42
- package/plugins/specweave-ado/lib/project-selector.ts +0 -304
- package/plugins/specweave-diagrams/.claude-plugin/plugin.json +0 -20
- package/plugins/specweave-diagrams/PLUGIN.md +0 -32
- package/plugins/specweave-docs/.claude-plugin/plugin.json +0 -10
- package/plugins/specweave-docs/PLUGIN.md +0 -27
- package/plugins/specweave-github/.claude-plugin/plugin.json +0 -19
- package/plugins/specweave-github/MULTI-PROJECT-SYNC-ARCHITECTURE.md +0 -744
- package/plugins/specweave-github/PLUGIN.md +0 -29
- package/plugins/specweave-github/SYNC-ARCHITECTURE-FIX-SUMMARY.md +0 -302
- package/plugins/specweave-github/hooks/README.md +0 -289
- package/plugins/specweave-github/lib/CodeValidator.js +0 -195
- package/plugins/specweave-github/lib/CodeValidator.ts +0 -284
- package/plugins/specweave-github/lib/duplicate-detector.js +0 -397
- package/plugins/specweave-github/lib/duplicate-detector.ts +0 -561
- package/plugins/specweave-github/lib/github-ac-checkbox-sync.js +0 -287
- package/plugins/specweave-github/lib/github-ac-checkbox-sync.ts +0 -391
- package/plugins/specweave-github/lib/github-ac-comment-poster.js +0 -191
- package/plugins/specweave-github/lib/github-ac-comment-poster.ts +0 -315
- package/plugins/specweave-github/lib/github-board-resolver.js +0 -81
- package/plugins/specweave-github/lib/github-board-resolver.ts +0 -175
- package/plugins/specweave-github/lib/github-client-v2.js +0 -814
- package/plugins/specweave-github/lib/github-client-v2.ts +0 -1035
- package/plugins/specweave-github/lib/github-cross-repo-sync.js +0 -182
- package/plugins/specweave-github/lib/github-cross-repo-sync.ts +0 -265
- package/plugins/specweave-github/lib/github-feature-sync.js +0 -1007
- package/plugins/specweave-github/lib/github-feature-sync.ts +0 -1403
- package/plugins/specweave-github/lib/github-hierarchical-sync.d.ts +0 -29
- package/plugins/specweave-github/lib/github-hierarchical-sync.js +0 -190
- package/plugins/specweave-github/lib/github-hierarchical-sync.ts +0 -355
- package/plugins/specweave-github/lib/github-issue-updater.js +0 -275
- package/plugins/specweave-github/lib/github-issue-updater.ts +0 -462
- package/plugins/specweave-github/lib/github-multi-project-sync.js +0 -409
- package/plugins/specweave-github/lib/github-multi-project-sync.ts +0 -555
- package/plugins/specweave-github/lib/github-pull-sync.js +0 -185
- package/plugins/specweave-github/lib/github-pull-sync.ts +0 -343
- package/plugins/specweave-github/lib/github-push-sync.js +0 -129
- package/plugins/specweave-github/lib/github-push-sync.ts +0 -188
- package/plugins/specweave-github/lib/github-rate-limiter.js +0 -96
- package/plugins/specweave-github/lib/github-rate-limiter.ts +0 -143
- package/plugins/specweave-github/lib/github-spec-commit-sync.d.ts +0 -37
- package/plugins/specweave-github/lib/github-spec-commit-sync.js +0 -186
- package/plugins/specweave-github/lib/github-spec-commit-sync.ts +0 -285
- package/plugins/specweave-github/lib/github-spec-content-sync.js +0 -298
- package/plugins/specweave-github/lib/github-spec-content-sync.ts +0 -465
- package/plugins/specweave-github/lib/github-spec-frontmatter-updater.ts +0 -306
- package/plugins/specweave-github/lib/github-spec-sync.d.ts +0 -108
- package/plugins/specweave-github/lib/github-spec-sync.js +0 -900
- package/plugins/specweave-github/lib/github-spec-sync.ts +0 -1281
- package/plugins/specweave-github/lib/github-sync-orchestrator.ts +0 -158
- package/plugins/specweave-github/lib/github-us-auto-closer.js +0 -190
- package/plugins/specweave-github/lib/github-us-auto-closer.ts +0 -313
- package/plugins/specweave-github/lib/per-us-sync.js +0 -330
- package/plugins/specweave-github/lib/per-us-sync.ts +0 -515
- package/plugins/specweave-github/lib/user-story-content-builder.js +0 -306
- package/plugins/specweave-github/lib/user-story-content-builder.ts +0 -424
- package/plugins/specweave-jira/.claude-plugin/plugin.json +0 -20
- package/plugins/specweave-jira/PLUGIN.md +0 -28
- package/plugins/specweave-jira/hooks/README.md +0 -201
- package/plugins/specweave-jira/lib/jira-ac-checkbox-sync.js +0 -300
- package/plugins/specweave-jira/lib/jira-ac-checkbox-sync.ts +0 -380
- package/plugins/specweave-jira/lib/jira-board-resolver.d.ts +0 -50
- package/plugins/specweave-jira/lib/jira-board-resolver.ts +0 -127
- package/plugins/specweave-jira/lib/jira-duplicate-detector.js +0 -279
- package/plugins/specweave-jira/lib/jira-duplicate-detector.ts +0 -420
- package/plugins/specweave-jira/lib/jira-epic-sync.js +0 -314
- package/plugins/specweave-jira/lib/jira-epic-sync.ts +0 -474
- package/plugins/specweave-jira/lib/jira-hierarchical-sync.d.ts +0 -33
- package/plugins/specweave-jira/lib/jira-hierarchical-sync.js +0 -144
- package/plugins/specweave-jira/lib/jira-hierarchical-sync.ts +0 -294
- package/plugins/specweave-jira/lib/jira-multi-project-sync.js +0 -279
- package/plugins/specweave-jira/lib/jira-multi-project-sync.ts +0 -398
- package/plugins/specweave-jira/lib/jira-spec-commit-sync.d.ts +0 -43
- package/plugins/specweave-jira/lib/jira-spec-commit-sync.js +0 -262
- package/plugins/specweave-jira/lib/jira-spec-commit-sync.ts +0 -370
- package/plugins/specweave-jira/lib/jira-spec-content-sync.js +0 -260
- package/plugins/specweave-jira/lib/jira-spec-content-sync.ts +0 -367
- package/plugins/specweave-jira/lib/jira-spec-sync.d.ts +0 -105
- package/plugins/specweave-jira/lib/jira-spec-sync.js +0 -689
- package/plugins/specweave-jira/lib/jira-spec-sync.ts +0 -947
- package/plugins/specweave-jira/lib/jira-status-sync.js +0 -215
- package/plugins/specweave-jira/lib/jira-status-sync.ts +0 -375
- package/plugins/specweave-jira/lib/per-us-sync.js +0 -235
- package/plugins/specweave-jira/lib/per-us-sync.ts +0 -384
- package/plugins/specweave-jira/lib/project-selector.d.ts +0 -42
- package/plugins/specweave-jira/lib/project-selector.ts +0 -310
- package/plugins/specweave-jira/lib/reorganization-detector.d.ts +0 -67
- package/plugins/specweave-jira/lib/reorganization-detector.ts +0 -449
- package/plugins/specweave-jira/lib/setup-wizard.d.js +0 -4
- package/plugins/specweave-jira/lib/setup-wizard.d.ts +0 -29
- package/plugins/specweave-jira/lib/setup-wizard.js +0 -156
- package/plugins/specweave-jira/lib/setup-wizard.ts +0 -238
- package/plugins/specweave-media/.claude-plugin/plugin.json +0 -24
- package/plugins/specweave-media/PLUGIN.md +0 -37
- package/plugins/specweave-media/test-providers.sh +0 -308
- package/plugins/specweave-release/.claude-plugin/plugin.json +0 -29
- package/plugins/specweave-release/IMPLEMENTATION.md +0 -446
- package/plugins/specweave-release/PLUGIN.md +0 -38
- package/plugins/specweave-release/README.md +0 -508
- package/plugins/specweave-release/hooks/post-task-completion.sh +0 -113
- /package/dist/plugins/{specweave-release/lib → specweave/lib/features/release}/dashboard-generator.d.ts +0 -0
- /package/dist/plugins/{specweave-release/lib → specweave/lib/features/release}/dashboard-generator.js +0 -0
- /package/dist/plugins/{specweave-release/lib → specweave/lib/features/release}/dora-tracker.d.ts +0 -0
- /package/dist/plugins/{specweave-release/lib → specweave/lib/features/release}/dora-tracker.js +0 -0
- /package/dist/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-board-resolver.d.ts +0 -0
- /package/dist/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-board-resolver.js +0 -0
- /package/dist/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-client-v2.js +0 -0
- /package/dist/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-client.d.ts +0 -0
- /package/dist/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-client.js +0 -0
- /package/dist/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-permission-gate.d.ts +0 -0
- /package/dist/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-permission-gate.js +0 -0
- /package/dist/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-profile-resolver.d.ts +0 -0
- /package/dist/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-profile-resolver.js +0 -0
- /package/dist/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-pull-sync.d.ts +0 -0
- /package/dist/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-pull-sync.js +0 -0
- /package/dist/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-rate-limiter.d.ts +0 -0
- /package/dist/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-rate-limiter.js +0 -0
- /package/dist/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/conflict-resolver.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/CodeValidator.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/IssueStateManager.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/IssueStateManager.js +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/completion-calculator.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/completion-calculator.js +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/duplicate-detector.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-ac-comment-poster.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-batch-sync.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-batch-sync.js +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-board-resolver-v2.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-board-resolver-v2.js +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-client.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-client.js +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-conflict-resolver.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-conflict-resolver.js +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-cross-repo-sync.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-feature-sync-cli.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-feature-sync-cli.js +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-feature-sync.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-field-sync.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-field-sync.js +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-graphql-client.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-graphql-client.js +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-issue-body-generator.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-issue-body-generator.js +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-issue-body-parser.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-issue-body-parser.js +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-issue-updater.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-push-sync.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-rate-limiter.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-spec-frontmatter-updater.js +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-sync-orchestrator.js +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-us-auto-closer.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/index.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/index.js +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/progress-comment-builder.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/progress-comment-builder.js +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/types.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/types.js +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/user-story-content-builder.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/user-story-issue-builder.d.ts +0 -0
- /package/dist/plugins/{specweave-github/lib → specweave/lib/integrations/github}/user-story-issue-builder.js +0 -0
- /package/dist/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/content-format-adapter.d.ts +0 -0
- /package/dist/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/content-format-adapter.js +0 -0
- /package/dist/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-board-resolver.js +0 -0
- /package/dist/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-deployment-detector.d.ts +0 -0
- /package/dist/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-deployment-detector.js +0 -0
- /package/dist/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-field-discovery.d.ts +0 -0
- /package/dist/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-field-discovery.js +0 -0
- /package/dist/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-paginated-search.d.ts +0 -0
- /package/dist/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-paginated-search.js +0 -0
- /package/dist/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-permission-gate.d.ts +0 -0
- /package/dist/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-permission-gate.js +0 -0
- /package/dist/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/metadata-paths.d.ts +0 -0
- /package/dist/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/metadata-paths.js +0 -0
- /package/dist/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/reorganization-detector.js +0 -0
- /package/plugins/{specweave-ado/commands/cleanup-duplicates.md → specweave/commands/ado-cleanup-duplicates.md} +0 -0
- /package/plugins/{specweave-ado/commands/clone.md → specweave/commands/ado-clone.md} +0 -0
- /package/plugins/{specweave-ado/commands/close.md → specweave/commands/ado-close.md} +0 -0
- /package/plugins/{specweave-ado/commands/create.md → specweave/commands/ado-create.md} +0 -0
- /package/plugins/{specweave-ado/commands/import-areas.md → specweave/commands/ado-import-areas.md} +0 -0
- /package/plugins/{specweave-ado/commands/import-projects.md → specweave/commands/ado-import-projects.md} +0 -0
- /package/plugins/{specweave-ado/commands/pull.md → specweave/commands/ado-pull.md} +0 -0
- /package/plugins/{specweave-ado/commands/push.md → specweave/commands/ado-push.md} +0 -0
- /package/plugins/{specweave-ado/commands/reconcile.md → specweave/commands/ado-reconcile.md} +0 -0
- /package/plugins/{specweave-ado/commands/status.md → specweave/commands/ado-status.md} +0 -0
- /package/plugins/{specweave-ado/commands/sync.md → specweave/commands/ado-sync.md} +0 -0
- /package/plugins/{specweave-diagrams → specweave}/commands/diagrams-generate.md +0 -0
- /package/plugins/{specweave-docs/commands/build.md → specweave/commands/docs-build.md} +0 -0
- /package/plugins/{specweave-docs/commands/generate.md → specweave/commands/docs-generate.md} +0 -0
- /package/plugins/{specweave-docs/commands/health.md → specweave/commands/docs-health.md} +0 -0
- /package/plugins/{specweave-docs/commands/init.md → specweave/commands/docs-init.md} +0 -0
- /package/plugins/{specweave-docs/commands/organize.md → specweave/commands/docs-organize.md} +0 -0
- /package/plugins/{specweave-docs/commands/validate.md → specweave/commands/docs-validate.md} +0 -0
- /package/plugins/{specweave-docs/commands/view.md → specweave/commands/docs-view.md} +0 -0
- /package/plugins/{specweave-github/commands/cleanup-duplicates.md → specweave/commands/github-cleanup-duplicates.md} +0 -0
- /package/plugins/{specweave-github/commands/clone.md → specweave/commands/github-clone.md} +0 -0
- /package/plugins/{specweave-github/commands/close.md → specweave/commands/github-close.md} +0 -0
- /package/plugins/{specweave-github/commands/create.md → specweave/commands/github-create.md} +0 -0
- /package/plugins/{specweave-github/commands/pull.md → specweave/commands/github-pull.md} +0 -0
- /package/plugins/{specweave-github/commands/push.md → specweave/commands/github-push.md} +0 -0
- /package/plugins/{specweave-github/commands/reconcile.md → specweave/commands/github-reconcile.md} +0 -0
- /package/plugins/{specweave-github/commands/status.md → specweave/commands/github-status.md} +0 -0
- /package/plugins/{specweave-github/commands/sync.md → specweave/commands/github-sync.md} +0 -0
- /package/plugins/{specweave-github/commands/update-user-story.md → specweave/commands/github-update-user-story.md} +0 -0
- /package/plugins/{specweave-jira/commands/cleanup-duplicates.md → specweave/commands/jira-cleanup-duplicates.md} +0 -0
- /package/plugins/{specweave-jira/commands/close.md → specweave/commands/jira-close.md} +0 -0
- /package/plugins/{specweave-jira/commands/create.md → specweave/commands/jira-create.md} +0 -0
- /package/plugins/{specweave-jira/commands/import-boards.md → specweave/commands/jira-import-boards.md} +0 -0
- /package/plugins/{specweave-jira/commands/import-projects-full.md → specweave/commands/jira-import-projects-full.md} +0 -0
- /package/plugins/{specweave-jira/commands/import-projects.md → specweave/commands/jira-import-projects.md} +0 -0
- /package/plugins/{specweave-jira/commands/pull.md → specweave/commands/jira-pull.md} +0 -0
- /package/plugins/{specweave-jira/commands/push.md → specweave/commands/jira-push.md} +0 -0
- /package/plugins/{specweave-jira/commands/reconcile.md → specweave/commands/jira-reconcile.md} +0 -0
- /package/plugins/{specweave-jira/commands/status.md → specweave/commands/jira-status.md} +0 -0
- /package/plugins/{specweave-jira/commands/sync.md → specweave/commands/jira-sync.md} +0 -0
- /package/plugins/{specweave-release/commands/align.md → specweave/commands/release-align.md} +0 -0
- /package/plugins/{specweave-release/commands/init.md → specweave/commands/release-init.md} +0 -0
- /package/plugins/{specweave-release/commands/npm.md → specweave/commands/release-npm.md} +0 -0
- /package/plugins/{specweave-release/commands/platform.md → specweave/commands/release-platform.md} +0 -0
- /package/plugins/{specweave-release/commands/rc.md → specweave/commands/release-rc.md} +0 -0
- /package/plugins/{specweave-ado/hooks/post-living-docs-update.sh → specweave/hooks/v2/integrations/ado-post-living-docs-update.sh} +0 -0
- /package/plugins/{specweave-ado/hooks/post-task-completion.sh → specweave/hooks/v2/integrations/ado-post-task.sh} +0 -0
- /package/plugins/{specweave-github/hooks → specweave/hooks/v2/integrations}/github-auto-create-handler.sh +0 -0
- /package/plugins/{specweave-github/hooks/post-task-completion.sh → specweave/hooks/v2/integrations/github-post-task.sh} +0 -0
- /package/plugins/{specweave-jira/hooks/post-task-completion.sh → specweave/hooks/v2/integrations/jira-post-task.sh} +0 -0
- /package/plugins/{specweave-release/lib → specweave/lib/features/release}/dashboard-generator.js +0 -0
- /package/plugins/{specweave-release/lib → specweave/lib/features/release}/dashboard-generator.ts +0 -0
- /package/plugins/{specweave-release/lib → specweave/lib/features/release}/dora-tracker.js +0 -0
- /package/plugins/{specweave-release/lib → specweave/lib/features/release}/dora-tracker.ts +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-board-resolver.d.js +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-board-resolver.d.ts +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-board-resolver.d.ts.map +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-board-resolver.js +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-board-resolver.js.map +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-board-resolver.ts +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-client-v2.d.js +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-client-v2.d.ts.map +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-client-v2.js +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-client-v2.js.map +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-client.d.js +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-client.d.ts +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-client.d.ts.map +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-client.js +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-client.js.map +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-client.ts +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-hierarchical-sync.d.js +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-hierarchical-sync.d.ts.map +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-hierarchical-sync.js.map +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-permission-gate.js +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-permission-gate.ts +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-profile-resolver.js +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-profile-resolver.ts +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-pull-sync.js +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-pull-sync.ts +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-rate-limiter.js +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-rate-limiter.ts +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-spec-commit-sync.d.js +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-spec-commit-sync.d.ts.map +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-spec-commit-sync.js.map +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-spec-sync.d.js +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-spec-sync.d.ts.map +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/ado-spec-sync.js.map +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/project-selector.d.js +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/project-selector.d.ts.map +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/project-selector.js +0 -0
- /package/plugins/{specweave-ado/lib → specweave/lib/integrations/ado}/project-selector.js.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/IssueStateManager.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/IssueStateManager.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/completion-calculator.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/completion-calculator.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-batch-sync.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-batch-sync.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-board-resolver-v2.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-board-resolver-v2.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-board-resolver.d.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-board-resolver.d.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-board-resolver.d.ts.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-board-resolver.js.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-client.d.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-client.d.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-client.d.ts.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-client.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-client.js.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-client.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-conflict-resolver.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-conflict-resolver.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-feature-sync-cli.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-feature-sync-cli.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-field-sync.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-field-sync.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-graphql-client.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-graphql-client.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-hierarchical-sync.d.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-hierarchical-sync.d.ts.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-hierarchical-sync.js.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-issue-body-generator.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-issue-body-generator.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-issue-body-parser.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-issue-body-parser.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-issue-updater.d.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-issue-updater.d.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-issue-updater.d.ts.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-issue-updater.js.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-spec-commit-sync.d.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-spec-commit-sync.d.ts.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-spec-commit-sync.js.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-spec-frontmatter-updater.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-spec-sync.d.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-spec-sync.d.ts.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-spec-sync.js.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/github-sync-orchestrator.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/index.d.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/index.d.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/index.d.ts.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/index.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/index.js.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/index.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/progress-comment-builder.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/progress-comment-builder.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/repo-selector.d.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/repo-selector.d.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/repo-selector.d.ts.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/repo-selector.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/repo-selector.js.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/repo-selector.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/types.d.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/types.d.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/types.d.ts.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/types.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/types.js.map +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/types.ts +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/user-story-issue-builder.js +0 -0
- /package/plugins/{specweave-github/lib → specweave/lib/integrations/github}/user-story-issue-builder.ts +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/content-format-adapter.js +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/content-format-adapter.ts +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-board-resolver.d.js +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-board-resolver.d.ts.map +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-board-resolver.js +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-board-resolver.js.map +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-deployment-detector.js +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-deployment-detector.ts +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-field-discovery.js +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-field-discovery.ts +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-hierarchical-sync.d.js +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-hierarchical-sync.d.ts.map +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-hierarchical-sync.js.map +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-paginated-search.js +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-paginated-search.ts +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-permission-gate.js +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-permission-gate.ts +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-profile-resolver.js +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-profile-resolver.ts +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-spec-commit-sync.d.js +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-spec-commit-sync.d.ts.map +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-spec-commit-sync.js.map +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-spec-sync.d.js +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-spec-sync.d.ts.map +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/jira-spec-sync.js.map +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/metadata-paths.js +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/metadata-paths.ts +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/project-selector.d.js +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/project-selector.d.ts.map +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/project-selector.js +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/project-selector.js.map +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/reorganization-detector.d.js +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/reorganization-detector.d.ts.map +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/reorganization-detector.js +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/reorganization-detector.js.map +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/setup-wizard.d.ts.map +0 -0
- /package/plugins/{specweave-jira/lib → specweave/lib/integrations/jira}/setup-wizard.js.map +0 -0
- /package/plugins/{specweave-ado/reference → specweave/reference/ado}/ado-specweave-mapping.md +0 -0
- /package/plugins/{specweave-github/reference → specweave/reference/github}/github-specweave-mapping.md +0 -0
- /package/plugins/{specweave-jira/reference → specweave/reference/jira}/confluence-page-api.md +0 -0
- /package/plugins/{specweave-jira/reference → specweave/reference/jira}/jira-specweave-mapping.md +0 -0
- /package/plugins/{specweave-ado/scripts → specweave/scripts/ado}/refresh-cache.js +0 -0
- /package/plugins/{specweave-ado/scripts → specweave/scripts/ado}/refresh-cache.ts +0 -0
- /package/plugins/{specweave-jira/scripts → specweave/scripts/jira}/import-projects.js +0 -0
- /package/plugins/{specweave-jira/scripts → specweave/scripts/jira}/import-projects.ts +0 -0
- /package/plugins/{specweave-jira/scripts → specweave/scripts/jira}/refresh-cache.js +0 -0
- /package/plugins/{specweave-jira/scripts → specweave/scripts/jira}/refresh-cache.ts +0 -0
- /package/plugins/{specweave-ado → specweave}/skills/ado-mapper/SKILL.md +0 -0
- /package/plugins/{specweave-ado → specweave}/skills/ado-multi-project/SKILL.md +0 -0
- /package/plugins/{specweave-ado → specweave}/skills/ado-resource-validator/SKILL.md +0 -0
- /package/plugins/{specweave-ado → specweave}/skills/ado-sync/README.md +0 -0
- /package/plugins/{specweave-ado → specweave}/skills/ado-sync/SKILL.md +0 -0
- /package/plugins/{specweave-diagrams → specweave}/skills/diagrams/SKILL.md +0 -0
- /package/plugins/{specweave-github → specweave}/skills/github-issue-standard/SKILL.md +0 -0
- /package/plugins/{specweave-github → specweave}/skills/github-multi-project/SKILL.md +0 -0
- /package/plugins/{specweave-github → specweave}/skills/github-sync/SKILL.md +0 -0
- /package/plugins/{specweave-github → specweave}/skills/github-sync/evals/HOW-TO-RUN-EVALS.md +0 -0
- /package/plugins/{specweave-github → specweave}/skills/github-sync/evals/evals.json +0 -0
- /package/plugins/{specweave-media → specweave}/skills/image/SKILL.md +0 -0
- /package/plugins/{specweave-jira → specweave}/skills/jira-mapper/SKILL.md +0 -0
- /package/plugins/{specweave-jira → specweave}/skills/jira-resource-validator/SKILL.md +0 -0
- /package/plugins/{specweave-jira → specweave}/skills/jira-sync/README.md +0 -0
- /package/plugins/{specweave-jira → specweave}/skills/jira-sync/SKILL.md +0 -0
- /package/plugins/{specweave-github → specweave}/skills/pr-review/SKILL.md +0 -0
- /package/plugins/{specweave-release → specweave}/skills/release-expert/SKILL.md +0 -0
- /package/plugins/{specweave-media → specweave}/skills/remotion/SKILL.md +0 -0
- /package/plugins/{specweave-media → specweave}/skills/video/SKILL.md +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ado-profile-resolver.js","sourceRoot":"","sources":["../../../../../../plugins/specweave/lib/integrations/ado/ado-profile-resolver.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ado-pull-sync.d.ts","sourceRoot":"","sources":["../../../../../../plugins/specweave/lib/integrations/ado/ado-pull-sync.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,MAAM,WAAW,eAAe;IAC9B,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,IAAI,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,IAAI,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,sBAAsB,EAAE,OAAO,CAAC;CACjC;AAED,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;GAIG;AACH,wBAAgB,sBAAsB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAc/D;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,GAAG,EAAE,eAAe,GAAG,cAAc,CAsBnE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ado-pull-sync.js","sourceRoot":"","sources":["../../../../../../plugins/specweave/lib/integrations/ado/ado-pull-sync.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAiBH;;;;GAIG;AACH,MAAM,UAAU,sBAAsB,CAAC,QAAgB;IACrD,MAAM,GAAG,GAA2B;QAClC,KAAK,EAAE,SAAS;QAChB,OAAO,EAAE,SAAS;QAClB,QAAQ,EAAE,QAAQ;QAClB,OAAO,EAAE,QAAQ;QACjB,aAAa,EAAE,QAAQ;QACvB,UAAU,EAAE,WAAW;QACvB,QAAQ,EAAE,WAAW;QACrB,MAAM,EAAE,WAAW;QACnB,SAAS,EAAE,WAAW;KACvB,CAAC;IAEF,OAAO,GAAG,CAAC,QAAQ,CAAC,IAAI,QAAQ,CAAC;AACnC,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,cAAc,CAAC,GAAoB;IACjD,IAAI,CAAC,GAAG,CAAC,sBAAsB,EAAE,CAAC;QAChC,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,iCAAiC,EAAE,CAAC;IACvE,CAAC;IAED,MAAM,YAAY,GAAG,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAE1D,2CAA2C;IAC3C,IAAI,YAAY,KAAK,GAAG,CAAC,WAAW,EAAE,CAAC;QACrC,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,uBAAuB,EAAE,CAAC;IAC7D,CAAC;IAED,qCAAqC;IACrC,IAAI,GAAG,CAAC,aAAa,CAAC,OAAO,EAAE,IAAI,GAAG,CAAC,cAAc,CAAC,OAAO,EAAE,EAAE,CAAC;QAChE,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,gBAAgB,EAAE,CAAC;IACtD,CAAC;IAED,OAAO;QACL,OAAO,EAAE,IAAI;QACb,SAAS,EAAE,YAAY;QACvB,MAAM,EAAE,cAAc,GAAG,CAAC,QAAQ,6BAA6B,YAAY,GAAG;KAC/E,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ado-rate-limiter.d.ts","sourceRoot":"","sources":["../../../../../../plugins/specweave/lib/integrations/ado/ado-rate-limiter.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,MAAM,WAAW,qBAAqB;IACpC,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,wDAAwD;IACxD,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,qBAAa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAS;IAClC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAS;IAClC,OAAO,CAAC,MAAM,CAAS;IACvB,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,eAAe,CAAS;gBAEpB,OAAO,CAAC,EAAE,qBAAqB;IAQ3C;;OAEG;IACH,OAAO,IAAI,OAAO;IAelB;;OAEG;IACH,SAAS,IAAI,MAAM;IAKnB;;OAEG;IACH,WAAW,IAAI,OAAO;IAKtB;;;;;OAKG;IACH,eAAe,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAItC,OAAO,CAAC,qBAAqB;CAO9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ado-rate-limiter.js","sourceRoot":"","sources":["../../../../../../plugins/specweave/lib/integrations/ado/ado-rate-limiter.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AASH,MAAM,OAAO,cAAc;IAOzB,YAAY,OAA+B;QACzC,IAAI,CAAC,QAAQ,GAAG,OAAO,EAAE,QAAQ,IAAI,GAAG,CAAC;QACzC,IAAI,CAAC,QAAQ,GAAG,OAAO,EAAE,QAAQ,IAAI,KAAM,CAAC;QAC5C,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC;QAC5B,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;QAC9B,IAAI,CAAC,eAAe,GAAG,CAAC,CAAC;IAC3B,CAAC;IAED;;OAEG;IACH,OAAO;QACL,IAAI,CAAC,qBAAqB,EAAE,CAAC;QAE7B,IAAI,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,CAAC,eAAe,EAAE,CAAC;YACtC,OAAO,KAAK,CAAC;QACf,CAAC;QAED,IAAI,IAAI,CAAC,MAAM,IAAI,CAAC,EAAE,CAAC;YACrB,OAAO,KAAK,CAAC;QACf,CAAC;QAED,IAAI,CAAC,MAAM,EAAE,CAAC;QACd,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;OAEG;IACH,SAAS;QACP,IAAI,CAAC,qBAAqB,EAAE,CAAC;QAC7B,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED;;OAEG;IACH,WAAW;QACT,IAAI,CAAC,qBAAqB,EAAE,CAAC;QAC7B,OAAO,IAAI,CAAC,MAAM,IAAI,CAAC,CAAC;IAC1B,CAAC;IAED;;;;;OAKG;IACH,eAAe,CAAC,OAAe;QAC7B,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC,GAAG,EAAE,GAAG,OAAO,GAAG,IAAI,CAAC;IACrD,CAAC;IAEO,qBAAqB;QAC3B,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;QACvB,IAAI,GAAG,GAAG,IAAI,CAAC,WAAW,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YAC5C,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,QAAQ,CAAC;YAC5B,IAAI,CAAC,WAAW,GAAG,GAAG,CAAC;QACzB,CAAC;IACH,CAAC;CACF"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Azure DevOps Spec Commit Sync
|
|
3
|
+
*
|
|
4
|
+
* Posts commit/PR comments to ADO work items linked to living docs specs.
|
|
5
|
+
* This enables traceability from spec user stories to actual code changes.
|
|
6
|
+
*/
|
|
7
|
+
import { AdoClientV2 } from './ado-client-v2.js';
|
|
8
|
+
import { GitCommit, GitRepository } from '../../../../../src/utils/git-utils.js';
|
|
9
|
+
import { UserStory } from '../../../../../src/core/specs/spec-task-mapper.js';
|
|
10
|
+
export interface SyncOptions {
|
|
11
|
+
incrementPath: string;
|
|
12
|
+
dryRun?: boolean;
|
|
13
|
+
verbose?: boolean;
|
|
14
|
+
}
|
|
15
|
+
export interface SyncResult {
|
|
16
|
+
success: boolean;
|
|
17
|
+
commentsPosted: number;
|
|
18
|
+
errors: string[];
|
|
19
|
+
commits: GitCommit[];
|
|
20
|
+
userStories: UserStory[];
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Sync commits for completed user stories to ADO work item
|
|
24
|
+
*/
|
|
25
|
+
export declare function syncSpecCommitsToAdo(client: AdoClientV2, options: SyncOptions): Promise<SyncResult>;
|
|
26
|
+
/**
|
|
27
|
+
* Post batch commit update to ADO work item
|
|
28
|
+
*/
|
|
29
|
+
export declare function postCommitBatchUpdate(client: AdoClientV2, incrementPath: string, commits: GitCommit[], workItemId: number, repo: GitRepository, dryRun?: boolean): Promise<boolean>;
|
|
30
|
+
/**
|
|
31
|
+
* Check if spec commit sync is enabled in config
|
|
32
|
+
*/
|
|
33
|
+
export declare function isSpecCommitSyncEnabled(projectRoot: string): Promise<boolean>;
|
|
34
|
+
/**
|
|
35
|
+
* Get ADO work item ID from spec metadata
|
|
36
|
+
*/
|
|
37
|
+
export declare function getAdoWorkItemForSpec(specPath: string): Promise<number | null>;
|
|
38
|
+
//# sourceMappingURL=ado-spec-commit-sync.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ado-spec-commit-sync.d.ts","sourceRoot":"","sources":["../../../../../../plugins/specweave/lib/integrations/ado/ado-spec-commit-sync.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAOL,SAAS,EACT,aAAa,EAEd,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAIL,SAAS,EACV,MAAM,mDAAmD,CAAC;AAY3D,MAAM,WAAW,WAAW;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,MAAM,WAAW,UAAU;IACzB,OAAO,EAAE,OAAO,CAAC;IACjB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,OAAO,EAAE,SAAS,EAAE,CAAC;IACrB,WAAW,EAAE,SAAS,EAAE,CAAC;CAC1B;AAED;;GAEG;AACH,wBAAsB,oBAAoB,CACxC,MAAM,EAAE,WAAW,EACnB,OAAO,EAAE,WAAW,GACnB,OAAO,CAAC,UAAU,CAAC,CAoKrB;AAED;;GAEG;AACH,wBAAsB,qBAAqB,CACzC,MAAM,EAAE,WAAW,EACnB,aAAa,EAAE,MAAM,EACrB,OAAO,EAAE,SAAS,EAAE,EACpB,UAAU,EAAE,MAAM,EAClB,IAAI,EAAE,aAAa,EACnB,MAAM,GAAE,OAAe,GACtB,OAAO,CAAC,OAAO,CAAC,CAoBlB;AAED;;GAEG;AACH,wBAAsB,uBAAuB,CAC3C,WAAW,EAAE,MAAM,GAClB,OAAO,CAAC,OAAO,CAAC,CASlB;AAED;;GAEG;AACH,wBAAsB,qBAAqB,CACzC,QAAQ,EAAE,MAAM,GACf,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAYxB"}
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Azure DevOps Spec Commit Sync
|
|
3
|
+
*
|
|
4
|
+
* Posts commit/PR comments to ADO work items linked to living docs specs.
|
|
5
|
+
* This enables traceability from spec user stories to actual code changes.
|
|
6
|
+
*/
|
|
7
|
+
import { getRecentCommits, detectRepository, getCommitUrl, findPRForCommit, getLastSyncCommit, updateLastSyncCommit, } from '../../../../../src/utils/git-utils.js';
|
|
8
|
+
import { getSpecTaskMapping, getCompletedUserStories, } from '../../../../../src/core/specs/spec-task-mapper.js';
|
|
9
|
+
import { buildUserStoryComment, buildCommitBatchComment, buildShortComment, generateSmartSummary, formatForAdo, } from '../../../../../src/core/comment-builder.js';
|
|
10
|
+
import path from 'path';
|
|
11
|
+
import fs from 'fs/promises';
|
|
12
|
+
/**
|
|
13
|
+
* Sync commits for completed user stories to ADO work item
|
|
14
|
+
*/
|
|
15
|
+
export async function syncSpecCommitsToAdo(client, options) {
|
|
16
|
+
const { incrementPath, dryRun = false, verbose = false } = options;
|
|
17
|
+
const result = {
|
|
18
|
+
success: true,
|
|
19
|
+
commentsPosted: 0,
|
|
20
|
+
errors: [],
|
|
21
|
+
commits: [],
|
|
22
|
+
userStories: [],
|
|
23
|
+
};
|
|
24
|
+
try {
|
|
25
|
+
// 1. Check if increment has ADO work item linked
|
|
26
|
+
const metadataPath = path.join(incrementPath, 'metadata.json');
|
|
27
|
+
let metadata;
|
|
28
|
+
try {
|
|
29
|
+
metadata = JSON.parse(await fs.readFile(metadataPath, 'utf-8'));
|
|
30
|
+
}
|
|
31
|
+
catch {
|
|
32
|
+
result.errors.push('No metadata.json found');
|
|
33
|
+
return result;
|
|
34
|
+
}
|
|
35
|
+
const adoWorkItemId = metadata.ado?.workItemId;
|
|
36
|
+
if (!adoWorkItemId) {
|
|
37
|
+
if (verbose) {
|
|
38
|
+
console.log('No ADO work item linked to increment');
|
|
39
|
+
}
|
|
40
|
+
return result;
|
|
41
|
+
}
|
|
42
|
+
// 2. Detect repository
|
|
43
|
+
const repo = await detectRepository('origin', incrementPath);
|
|
44
|
+
if (!repo) {
|
|
45
|
+
result.errors.push('Git repository not found');
|
|
46
|
+
result.success = false;
|
|
47
|
+
return result;
|
|
48
|
+
}
|
|
49
|
+
// 3. Get spec-task mapping
|
|
50
|
+
const mapping = await getSpecTaskMapping(incrementPath);
|
|
51
|
+
if (!mapping) {
|
|
52
|
+
if (verbose) {
|
|
53
|
+
console.log('No spec mapping found for increment');
|
|
54
|
+
}
|
|
55
|
+
return result;
|
|
56
|
+
}
|
|
57
|
+
// 4. Get completed user stories
|
|
58
|
+
const completedUserStories = getCompletedUserStories(mapping);
|
|
59
|
+
if (completedUserStories.length === 0) {
|
|
60
|
+
if (verbose) {
|
|
61
|
+
console.log('No completed user stories');
|
|
62
|
+
}
|
|
63
|
+
return result;
|
|
64
|
+
}
|
|
65
|
+
result.userStories = completedUserStories;
|
|
66
|
+
// 5. Get recent commits (since last sync)
|
|
67
|
+
const lastSyncCommit = await getLastSyncCommit(metadataPath);
|
|
68
|
+
const commits = lastSyncCommit
|
|
69
|
+
? await getRecentCommits(undefined, lastSyncCommit, incrementPath)
|
|
70
|
+
: await getRecentCommits('7.days', undefined, incrementPath);
|
|
71
|
+
if (commits.length === 0) {
|
|
72
|
+
if (verbose) {
|
|
73
|
+
console.log('No new commits since last sync');
|
|
74
|
+
}
|
|
75
|
+
return result;
|
|
76
|
+
}
|
|
77
|
+
result.commits = commits;
|
|
78
|
+
// Add commit URLs
|
|
79
|
+
for (const commit of commits) {
|
|
80
|
+
commit.url = getCommitUrl(commit, repo);
|
|
81
|
+
}
|
|
82
|
+
// 6. Post comments for each completed user story
|
|
83
|
+
for (const userStory of completedUserStories) {
|
|
84
|
+
try {
|
|
85
|
+
// Get tasks for this user story
|
|
86
|
+
const relatedTasks = mapping.tasks.filter(t => t.userStories.includes(userStory.id));
|
|
87
|
+
// Find PRs for commits (optional, best effort)
|
|
88
|
+
const pullRequests = [];
|
|
89
|
+
if (repo.provider === 'github') {
|
|
90
|
+
for (const commit of commits.slice(0, 3)) {
|
|
91
|
+
const pr = await findPRForCommit(commit.sha, repo.owner, repo.repo);
|
|
92
|
+
if (pr && !pullRequests.find(p => p.number === pr.number)) {
|
|
93
|
+
pullRequests.push(pr);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
// Build comment
|
|
98
|
+
const summary = generateSmartSummary(commits, relatedTasks);
|
|
99
|
+
const commentContent = {
|
|
100
|
+
userStory,
|
|
101
|
+
tasks: relatedTasks,
|
|
102
|
+
commits,
|
|
103
|
+
pullRequests,
|
|
104
|
+
summary,
|
|
105
|
+
};
|
|
106
|
+
const formattedComment = buildUserStoryComment(commentContent, repo);
|
|
107
|
+
const adoComment = formatForAdo(formattedComment);
|
|
108
|
+
if (verbose) {
|
|
109
|
+
console.log(`\nComment for ${userStory.id} (ADO format):`);
|
|
110
|
+
console.log(adoComment);
|
|
111
|
+
console.log('\n---\n');
|
|
112
|
+
}
|
|
113
|
+
// Post comment to ADO
|
|
114
|
+
if (!dryRun) {
|
|
115
|
+
await client.addComment(adoWorkItemId, adoComment);
|
|
116
|
+
result.commentsPosted++;
|
|
117
|
+
}
|
|
118
|
+
else {
|
|
119
|
+
result.commentsPosted++;
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
catch (error) {
|
|
123
|
+
result.errors.push(`Failed to post comment for ${userStory.id}: ${error.message}`);
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
// 7. If no user stories completed but there are commits, post a simple update
|
|
127
|
+
if (completedUserStories.length === 0 && commits.length > 0) {
|
|
128
|
+
try {
|
|
129
|
+
const summary = `Work in progress: ${commits.length} commit${commits.length > 1 ? 's' : ''}`;
|
|
130
|
+
const formattedComment = buildShortComment(commits, repo, summary);
|
|
131
|
+
const adoComment = formatForAdo(formattedComment);
|
|
132
|
+
if (verbose) {
|
|
133
|
+
console.log(`\nShort update comment (ADO format):`);
|
|
134
|
+
console.log(adoComment);
|
|
135
|
+
console.log('\n---\n');
|
|
136
|
+
}
|
|
137
|
+
if (!dryRun) {
|
|
138
|
+
await client.addComment(adoWorkItemId, adoComment);
|
|
139
|
+
result.commentsPosted++;
|
|
140
|
+
}
|
|
141
|
+
else {
|
|
142
|
+
result.commentsPosted++;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
catch (error) {
|
|
146
|
+
result.errors.push(`Failed to post short update: ${error.message}`);
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
// 8. Update last sync commit
|
|
150
|
+
if (!dryRun && commits.length > 0) {
|
|
151
|
+
await updateLastSyncCommit(metadataPath, commits[0].sha);
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
catch (error) {
|
|
155
|
+
result.success = false;
|
|
156
|
+
result.errors.push(error.message);
|
|
157
|
+
}
|
|
158
|
+
return result;
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Post batch commit update to ADO work item
|
|
162
|
+
*/
|
|
163
|
+
export async function postCommitBatchUpdate(client, incrementPath, commits, workItemId, repo, dryRun = false) {
|
|
164
|
+
try {
|
|
165
|
+
// Add commit URLs
|
|
166
|
+
for (const commit of commits) {
|
|
167
|
+
commit.url = getCommitUrl(commit, repo);
|
|
168
|
+
}
|
|
169
|
+
// Build and post comment
|
|
170
|
+
const formattedComment = buildCommitBatchComment(commits, repo, true);
|
|
171
|
+
const adoComment = formatForAdo(formattedComment);
|
|
172
|
+
if (!dryRun) {
|
|
173
|
+
await client.addComment(workItemId, adoComment);
|
|
174
|
+
}
|
|
175
|
+
return true;
|
|
176
|
+
}
|
|
177
|
+
catch (error) {
|
|
178
|
+
console.error(`Failed to post batch update: ${error.message}`);
|
|
179
|
+
return false;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* Check if spec commit sync is enabled in config
|
|
184
|
+
*/
|
|
185
|
+
export async function isSpecCommitSyncEnabled(projectRoot) {
|
|
186
|
+
try {
|
|
187
|
+
const configPath = path.join(projectRoot, '.specweave', 'config.json');
|
|
188
|
+
const config = JSON.parse(await fs.readFile(configPath, 'utf-8'));
|
|
189
|
+
return config.sync?.settings?.postCommitComments !== false;
|
|
190
|
+
}
|
|
191
|
+
catch {
|
|
192
|
+
return true; // Default: enabled
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* Get ADO work item ID from spec metadata
|
|
197
|
+
*/
|
|
198
|
+
export async function getAdoWorkItemForSpec(specPath) {
|
|
199
|
+
try {
|
|
200
|
+
const content = await fs.readFile(specPath, 'utf-8');
|
|
201
|
+
// Extract ADO work item from frontmatter or body
|
|
202
|
+
// Pattern: **ADO Feature**: #12345
|
|
203
|
+
const match = content.match(/\*\*ADO Feature\*\*:\s*#?(\d+)/);
|
|
204
|
+
return match ? parseInt(match[1], 10) : null;
|
|
205
|
+
}
|
|
206
|
+
catch {
|
|
207
|
+
return null;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
//# sourceMappingURL=ado-spec-commit-sync.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ado-spec-commit-sync.js","sourceRoot":"","sources":["../../../../../../plugins/specweave/lib/integrations/ado/ado-spec-commit-sync.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Azure DevOps Spec Content Sync
|
|
3
|
+
*
|
|
4
|
+
* Syncs spec CONTENT (title, description, user stories) to ADO Features.
|
|
5
|
+
* Does NOT sync STATUS - that's managed in ADO.
|
|
6
|
+
*
|
|
7
|
+
* Sync Direction:
|
|
8
|
+
* - Title/Description: SpecWeave → ADO (we update)
|
|
9
|
+
* - State (New/Active/Resolved/Closed): ADO → SpecWeave (we read)
|
|
10
|
+
*/
|
|
11
|
+
import { AdoClientV2 } from './ado-client-v2.js';
|
|
12
|
+
import { ContentSyncResult } from '../../../../../src/core/specs/spec-content-sync.js';
|
|
13
|
+
export interface AdoContentSyncOptions {
|
|
14
|
+
specPath: string;
|
|
15
|
+
client: AdoClientV2;
|
|
16
|
+
dryRun?: boolean;
|
|
17
|
+
verbose?: boolean;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Sync spec content to ADO feature
|
|
21
|
+
* Creates feature if it doesn't exist, updates if it does
|
|
22
|
+
*/
|
|
23
|
+
export declare function syncSpecContentToAdo(options: AdoContentSyncOptions): Promise<ContentSyncResult>;
|
|
24
|
+
/**
|
|
25
|
+
* Check if spec content sync is enabled
|
|
26
|
+
*/
|
|
27
|
+
export declare function isContentSyncEnabled(projectRoot: string): Promise<boolean>;
|
|
28
|
+
//# sourceMappingURL=ado-spec-content-sync.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ado-spec-content-sync.d.ts","sourceRoot":"","sources":["../../../../../../plugins/specweave/lib/integrations/ado/ado-spec-content-sync.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AACjD,OAAO,EAOL,iBAAiB,EAClB,MAAM,oDAAoD,CAAC;AAM5D,MAAM,WAAW,qBAAqB;IACpC,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,WAAW,CAAC;IACpB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED;;;GAGG;AACH,wBAAsB,oBAAoB,CACxC,OAAO,EAAE,qBAAqB,GAC7B,OAAO,CAAC,iBAAiB,CAAC,CA0C5B;AA6RD;;GAEG;AACH,wBAAsB,oBAAoB,CAAC,WAAW,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAShF"}
|
|
@@ -0,0 +1,300 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Azure DevOps Spec Content Sync
|
|
3
|
+
*
|
|
4
|
+
* Syncs spec CONTENT (title, description, user stories) to ADO Features.
|
|
5
|
+
* Does NOT sync STATUS - that's managed in ADO.
|
|
6
|
+
*
|
|
7
|
+
* Sync Direction:
|
|
8
|
+
* - Title/Description: SpecWeave → ADO (we update)
|
|
9
|
+
* - State (New/Active/Resolved/Closed): ADO → SpecWeave (we read)
|
|
10
|
+
*/
|
|
11
|
+
import { parseSpecContent, detectContentChanges, hasExternalLink, updateSpecWithExternalLink, } from '../../../../../src/core/specs/spec-content-sync.js';
|
|
12
|
+
import { SpecIncrementMapper } from '../../../../../src/core/sync/spec-increment-mapper.js';
|
|
13
|
+
import * as path from 'path';
|
|
14
|
+
import * as fs from 'fs/promises';
|
|
15
|
+
/**
|
|
16
|
+
* Sync spec content to ADO feature
|
|
17
|
+
* Creates feature if it doesn't exist, updates if it does
|
|
18
|
+
*/
|
|
19
|
+
export async function syncSpecContentToAdo(options) {
|
|
20
|
+
const { specPath, client, dryRun = false, verbose = false } = options;
|
|
21
|
+
try {
|
|
22
|
+
// 1. Parse spec content
|
|
23
|
+
const spec = await parseSpecContent(specPath);
|
|
24
|
+
if (!spec) {
|
|
25
|
+
return {
|
|
26
|
+
success: false,
|
|
27
|
+
action: 'error',
|
|
28
|
+
error: 'Failed to parse spec content',
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
if (verbose) {
|
|
32
|
+
console.log(`📄 Parsed spec: ${spec.id}`);
|
|
33
|
+
console.log(` Title: ${spec.title}`);
|
|
34
|
+
console.log(` User Stories: ${spec.userStories.length}`);
|
|
35
|
+
}
|
|
36
|
+
// 2. Check if feature already exists
|
|
37
|
+
const existingWorkItemId = await hasExternalLink(specPath, 'ado');
|
|
38
|
+
if (existingWorkItemId) {
|
|
39
|
+
// UPDATE existing feature
|
|
40
|
+
return await updateAdoFeature(client, spec, parseInt(existingWorkItemId), options);
|
|
41
|
+
}
|
|
42
|
+
else {
|
|
43
|
+
// CREATE new feature
|
|
44
|
+
return await createAdoFeature(client, spec, options);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
catch (error) {
|
|
48
|
+
return {
|
|
49
|
+
success: false,
|
|
50
|
+
action: 'error',
|
|
51
|
+
error: error.message,
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Create new ADO feature from spec
|
|
57
|
+
*/
|
|
58
|
+
async function createAdoFeature(client, spec, options) {
|
|
59
|
+
const { specPath, dryRun, verbose } = options;
|
|
60
|
+
try {
|
|
61
|
+
// Get task mappings (if available)
|
|
62
|
+
const tasks = await getTaskMappings(specPath, spec.id);
|
|
63
|
+
// Build feature title and description
|
|
64
|
+
const title = `[${spec.id.toUpperCase()}] ${spec.title}`;
|
|
65
|
+
const description = buildAdoDescription(spec, tasks);
|
|
66
|
+
if (verbose) {
|
|
67
|
+
console.log(`\n📝 Creating ADO feature:`);
|
|
68
|
+
console.log(` Title: ${title}`);
|
|
69
|
+
console.log(` Description length: ${description.length} chars`);
|
|
70
|
+
}
|
|
71
|
+
if (dryRun) {
|
|
72
|
+
console.log('\n🔍 Dry run - would create feature:');
|
|
73
|
+
console.log(` Title: ${title}`);
|
|
74
|
+
console.log(` Description:\n${description}`);
|
|
75
|
+
return {
|
|
76
|
+
success: true,
|
|
77
|
+
action: 'created',
|
|
78
|
+
externalId: 'DRY-RUN',
|
|
79
|
+
externalUrl: 'https://dev.azure.com/DRY-RUN',
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
// Create feature
|
|
83
|
+
const tags = ['specweave', 'spec', spec.metadata.priority || 'P2'];
|
|
84
|
+
const workItem = await client.createEpic({
|
|
85
|
+
title,
|
|
86
|
+
description,
|
|
87
|
+
tags,
|
|
88
|
+
});
|
|
89
|
+
if (verbose) {
|
|
90
|
+
console.log(`✅ Created feature #${workItem.id}`);
|
|
91
|
+
console.log(` URL: ${workItem._links.html.href}`);
|
|
92
|
+
}
|
|
93
|
+
// Update spec with ADO link
|
|
94
|
+
await updateSpecWithExternalLink(specPath, 'ado', workItem.id.toString(), workItem._links.html.href);
|
|
95
|
+
return {
|
|
96
|
+
success: true,
|
|
97
|
+
action: 'created',
|
|
98
|
+
externalId: workItem.id.toString(),
|
|
99
|
+
externalUrl: workItem._links.html.href,
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
catch (error) {
|
|
103
|
+
return {
|
|
104
|
+
success: false,
|
|
105
|
+
action: 'error',
|
|
106
|
+
error: `Failed to create ADO feature: ${error.message}`,
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Update existing ADO feature with spec content
|
|
112
|
+
*/
|
|
113
|
+
async function updateAdoFeature(client, spec, workItemId, options) {
|
|
114
|
+
const { specPath, dryRun, verbose } = options;
|
|
115
|
+
try {
|
|
116
|
+
// Get current work item
|
|
117
|
+
const workItem = await client.getWorkItem(workItemId);
|
|
118
|
+
if (verbose) {
|
|
119
|
+
console.log(`\n🔄 Checking for changes in feature #${workItemId}`);
|
|
120
|
+
}
|
|
121
|
+
// Detect changes
|
|
122
|
+
const changes = detectContentChanges(spec, {
|
|
123
|
+
title: workItem.fields['System.Title'].replace(/^\[SPEC-\d+\]\s*/, ''),
|
|
124
|
+
description: stripHtmlTags(workItem.fields['System.Description'] || ''),
|
|
125
|
+
userStoryCount: 0, // TODO: Parse from description
|
|
126
|
+
});
|
|
127
|
+
if (!changes.hasChanges) {
|
|
128
|
+
if (verbose) {
|
|
129
|
+
console.log(' ℹ️ No changes detected');
|
|
130
|
+
}
|
|
131
|
+
return {
|
|
132
|
+
success: true,
|
|
133
|
+
action: 'no-change',
|
|
134
|
+
externalId: workItemId.toString(),
|
|
135
|
+
externalUrl: workItem._links.html.href,
|
|
136
|
+
};
|
|
137
|
+
}
|
|
138
|
+
if (verbose) {
|
|
139
|
+
console.log(' 📝 Changes detected:');
|
|
140
|
+
for (const change of changes.changes) {
|
|
141
|
+
console.log(` - ${change}`);
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
// Get task mappings (if available)
|
|
145
|
+
const tasks = await getTaskMappings(specPath, spec.id);
|
|
146
|
+
// Build updated content
|
|
147
|
+
const newTitle = `[${spec.id.toUpperCase()}] ${spec.title}`;
|
|
148
|
+
const newDescription = buildAdoDescription(spec, tasks);
|
|
149
|
+
if (dryRun) {
|
|
150
|
+
console.log('\n🔍 Dry run - would update feature:');
|
|
151
|
+
console.log(` Title: ${newTitle}`);
|
|
152
|
+
console.log(` Description:\n${newDescription}`);
|
|
153
|
+
return {
|
|
154
|
+
success: true,
|
|
155
|
+
action: 'updated',
|
|
156
|
+
externalId: workItemId.toString(),
|
|
157
|
+
externalUrl: workItem._links.html.href,
|
|
158
|
+
};
|
|
159
|
+
}
|
|
160
|
+
// Update feature (ONLY title and description, NOT state!)
|
|
161
|
+
await client.updateWorkItem(workItemId, {
|
|
162
|
+
title: newTitle,
|
|
163
|
+
description: newDescription,
|
|
164
|
+
});
|
|
165
|
+
// Note: We do NOT update State (New → Active → Resolved → Closed)
|
|
166
|
+
// State transitions are managed in ADO by humans/workflows
|
|
167
|
+
if (verbose) {
|
|
168
|
+
console.log(`✅ Updated feature #${workItemId}`);
|
|
169
|
+
}
|
|
170
|
+
return {
|
|
171
|
+
success: true,
|
|
172
|
+
action: 'updated',
|
|
173
|
+
externalId: workItemId.toString(),
|
|
174
|
+
externalUrl: workItem._links.html.href,
|
|
175
|
+
};
|
|
176
|
+
}
|
|
177
|
+
catch (error) {
|
|
178
|
+
return {
|
|
179
|
+
success: false,
|
|
180
|
+
action: 'error',
|
|
181
|
+
error: `Failed to update ADO feature: ${error.message}`,
|
|
182
|
+
};
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* Build ADO description from spec content with optional task mappings
|
|
187
|
+
* ADO supports HTML in description
|
|
188
|
+
*/
|
|
189
|
+
function buildAdoDescription(spec, tasks) {
|
|
190
|
+
let html = '';
|
|
191
|
+
// Add spec description
|
|
192
|
+
if (spec.description) {
|
|
193
|
+
html += `<p>${escapeHtml(spec.description)}</p>`;
|
|
194
|
+
}
|
|
195
|
+
// Add user stories
|
|
196
|
+
if (spec.userStories.length > 0) {
|
|
197
|
+
html += '<h2>User Stories</h2>';
|
|
198
|
+
for (const us of spec.userStories) {
|
|
199
|
+
html += `<h3>${us.id}: ${escapeHtml(us.title)}</h3>`;
|
|
200
|
+
if (us.acceptanceCriteria.length > 0) {
|
|
201
|
+
html += '<p><strong>Acceptance Criteria:</strong></p><ul>';
|
|
202
|
+
for (const ac of us.acceptanceCriteria) {
|
|
203
|
+
const checkbox = ac.completed ? '☑' : '☐';
|
|
204
|
+
html += `<li>${checkbox} ${ac.id}: ${escapeHtml(ac.description)}</li>`;
|
|
205
|
+
}
|
|
206
|
+
html += '</ul>';
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
// Add task mappings (if provided)
|
|
211
|
+
if (tasks && tasks.length > 0) {
|
|
212
|
+
html += '<h2>Implementation Tasks</h2>';
|
|
213
|
+
html += '<ul>';
|
|
214
|
+
for (const task of tasks) {
|
|
215
|
+
html += `<li><strong>${task.id}</strong>: ${escapeHtml(task.title)}`;
|
|
216
|
+
if (task.userStories && task.userStories.length > 0) {
|
|
217
|
+
html += ` (${task.userStories.join(', ')})`;
|
|
218
|
+
}
|
|
219
|
+
html += '</li>';
|
|
220
|
+
}
|
|
221
|
+
html += '</ul>';
|
|
222
|
+
}
|
|
223
|
+
// Add metadata
|
|
224
|
+
if (spec.metadata.priority) {
|
|
225
|
+
html += `<p><strong>Priority:</strong> ${spec.metadata.priority}</p>`;
|
|
226
|
+
}
|
|
227
|
+
return html;
|
|
228
|
+
}
|
|
229
|
+
/**
|
|
230
|
+
* Get task mappings for a spec (if available)
|
|
231
|
+
*/
|
|
232
|
+
async function getTaskMappings(specPath, specId) {
|
|
233
|
+
try {
|
|
234
|
+
// Find SpecWeave root
|
|
235
|
+
const rootDir = await findSpecWeaveRoot(specPath);
|
|
236
|
+
// Use SpecIncrementMapper to get task mappings
|
|
237
|
+
const mapper = new SpecIncrementMapper(rootDir);
|
|
238
|
+
const mapping = await mapper.mapSpecToIncrements(specId);
|
|
239
|
+
if (mapping.increments.length > 0) {
|
|
240
|
+
// Return tasks from the first (most recent) increment
|
|
241
|
+
return mapping.increments[0].tasks;
|
|
242
|
+
}
|
|
243
|
+
return undefined;
|
|
244
|
+
}
|
|
245
|
+
catch (error) {
|
|
246
|
+
// If mapping fails, just return undefined (not critical)
|
|
247
|
+
return undefined;
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
/**
|
|
251
|
+
* Find SpecWeave root directory from spec path
|
|
252
|
+
*/
|
|
253
|
+
async function findSpecWeaveRoot(specPath) {
|
|
254
|
+
let currentDir = path.dirname(specPath);
|
|
255
|
+
while (true) {
|
|
256
|
+
const specweaveDir = path.join(currentDir, '.specweave');
|
|
257
|
+
try {
|
|
258
|
+
await fs.access(specweaveDir);
|
|
259
|
+
return currentDir;
|
|
260
|
+
}
|
|
261
|
+
catch {
|
|
262
|
+
const parentDir = path.dirname(currentDir);
|
|
263
|
+
if (parentDir === currentDir) {
|
|
264
|
+
throw new Error('.specweave directory not found');
|
|
265
|
+
}
|
|
266
|
+
currentDir = parentDir;
|
|
267
|
+
}
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
/**
|
|
271
|
+
* Escape HTML special characters
|
|
272
|
+
*/
|
|
273
|
+
function escapeHtml(text) {
|
|
274
|
+
return text
|
|
275
|
+
.replace(/&/g, '&')
|
|
276
|
+
.replace(/</g, '<')
|
|
277
|
+
.replace(/>/g, '>')
|
|
278
|
+
.replace(/"/g, '"')
|
|
279
|
+
.replace(/'/g, ''');
|
|
280
|
+
}
|
|
281
|
+
/**
|
|
282
|
+
* Strip HTML tags from text
|
|
283
|
+
*/
|
|
284
|
+
function stripHtmlTags(html) {
|
|
285
|
+
return html.replace(/<[^>]*>/g, '').trim();
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* Check if spec content sync is enabled
|
|
289
|
+
*/
|
|
290
|
+
export async function isContentSyncEnabled(projectRoot) {
|
|
291
|
+
try {
|
|
292
|
+
const configPath = path.join(projectRoot, '.specweave', 'config.json');
|
|
293
|
+
const config = JSON.parse(await fs.readFile(configPath, 'utf-8'));
|
|
294
|
+
return config.sync?.settings?.syncSpecContent !== false;
|
|
295
|
+
}
|
|
296
|
+
catch {
|
|
297
|
+
return true; // Default: enabled
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
//# sourceMappingURL=ado-spec-content-sync.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ado-spec-content-sync.js","sourceRoot":"","sources":["../../../../../../plugins/specweave/lib/integrations/ado/ado-spec-content-sync.ts"],"names":[],"mappings":"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"}
|