specweave 0.21.1 → 0.21.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLAUDE.md +232 -5
- package/dist/plugins/specweave-github/lib/IssueStateManager.d.ts +98 -0
- package/dist/plugins/specweave-github/lib/IssueStateManager.d.ts.map +1 -0
- package/dist/plugins/specweave-github/lib/IssueStateManager.js +146 -0
- package/dist/plugins/specweave-github/lib/IssueStateManager.js.map +1 -0
- package/dist/plugins/specweave-github/lib/user-story-issue-builder.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/user-story-issue-builder.js +6 -0
- package/dist/plugins/specweave-github/lib/user-story-issue-builder.js.map +1 -1
- package/dist/src/cli/commands/check-hooks.d.ts +11 -0
- package/dist/src/cli/commands/check-hooks.d.ts.map +1 -0
- package/dist/src/cli/commands/check-hooks.js +144 -0
- package/dist/src/cli/commands/check-hooks.js.map +1 -0
- package/dist/src/cli/commands/cicd-monitor.js +3 -3
- package/dist/src/cli/commands/cicd-monitor.js.map +1 -1
- package/dist/src/cli/commands/import-docs.js +2 -2
- package/dist/src/cli/commands/import-docs.js.map +1 -1
- package/dist/src/cli/commands/init-multiproject.js +4 -4
- package/dist/src/cli/commands/init-multiproject.js.map +1 -1
- package/dist/src/cli/commands/migrate-to-multiproject.js +3 -3
- package/dist/src/cli/commands/migrate-to-multiproject.js.map +1 -1
- package/dist/src/cli/commands/plan/agent-invoker.d.ts +79 -0
- package/dist/src/cli/commands/plan/agent-invoker.d.ts.map +1 -0
- package/dist/src/cli/commands/plan/agent-invoker.js +383 -0
- package/dist/src/cli/commands/plan/agent-invoker.js.map +1 -0
- package/dist/src/cli/commands/plan/increment-detector.d.ts +27 -0
- package/dist/src/cli/commands/plan/increment-detector.d.ts.map +1 -0
- package/dist/src/cli/commands/plan/increment-detector.js +159 -0
- package/dist/src/cli/commands/plan/increment-detector.js.map +1 -0
- package/dist/src/cli/commands/plan/plan-orchestrator.d.ts +45 -0
- package/dist/src/cli/commands/plan/plan-orchestrator.d.ts.map +1 -0
- package/dist/src/cli/commands/plan/plan-orchestrator.js +229 -0
- package/dist/src/cli/commands/plan/plan-orchestrator.js.map +1 -0
- package/dist/src/cli/commands/plan/plan-validator.d.ts +36 -0
- package/dist/src/cli/commands/plan/plan-validator.d.ts.map +1 -0
- package/dist/src/cli/commands/plan/plan-validator.js +174 -0
- package/dist/src/cli/commands/plan/plan-validator.js.map +1 -0
- package/dist/src/cli/commands/plan/types.d.ts +170 -0
- package/dist/src/cli/commands/plan/types.d.ts.map +1 -0
- package/dist/src/cli/commands/plan/types.js +42 -0
- package/dist/src/cli/commands/plan/types.js.map +1 -0
- package/dist/src/cli/commands/plan-command.d.ts +16 -0
- package/dist/src/cli/commands/plan-command.d.ts.map +1 -0
- package/dist/src/cli/commands/plan-command.js +127 -0
- package/dist/src/cli/commands/plan-command.js.map +1 -0
- package/dist/src/cli/commands/switch-project.js +3 -3
- package/dist/src/cli/commands/switch-project.js.map +1 -1
- package/dist/src/cli/commands/validate-parent-repo.js +1 -1
- package/dist/src/cli/commands/validate-parent-repo.js.map +1 -1
- package/dist/src/config/ConfigManager.d.ts +69 -0
- package/dist/src/config/ConfigManager.d.ts.map +1 -0
- package/dist/src/config/ConfigManager.js +130 -0
- package/dist/src/config/ConfigManager.js.map +1 -0
- package/dist/src/config/types.d.ts +1357 -0
- package/dist/src/config/types.d.ts.map +1 -0
- package/dist/src/config/types.js +67 -0
- package/dist/src/config/types.js.map +1 -0
- package/dist/src/core/brownfield/importer.d.ts +1 -1
- package/dist/src/core/brownfield/importer.d.ts.map +1 -1
- package/dist/src/core/brownfield/importer.js +3 -3
- package/dist/src/core/brownfield/importer.js.map +1 -1
- package/dist/src/core/cicd/config-loader.d.ts +1 -1
- package/dist/src/core/cicd/config-loader.d.ts.map +1 -1
- package/dist/src/core/cicd/index.d.ts +6 -6
- package/dist/src/core/cicd/index.d.ts.map +1 -1
- package/dist/src/core/cicd/index.js +6 -6
- package/dist/src/core/cicd/index.js.map +1 -1
- package/dist/src/core/cicd/monitor-service.d.ts +3 -3
- package/dist/src/core/cicd/monitor-service.d.ts.map +1 -1
- package/dist/src/core/cicd/monitor-service.js +3 -3
- package/dist/src/core/cicd/monitor-service.js.map +1 -1
- package/dist/src/core/cicd/notifier.d.ts +1 -1
- package/dist/src/core/cicd/notifier.d.ts.map +1 -1
- package/dist/src/core/cicd/state-manager.d.ts +1 -1
- package/dist/src/core/cicd/state-manager.d.ts.map +1 -1
- package/dist/src/core/cicd/state-manager.js +1 -1
- package/dist/src/core/cicd/state-manager.js.map +1 -1
- package/dist/src/core/cicd/workflow-monitor.d.ts +1 -1
- package/dist/src/core/cicd/workflow-monitor.d.ts.map +1 -1
- package/dist/src/core/cicd/workflow-monitor.js +1 -1
- package/dist/src/core/cicd/workflow-monitor.js.map +1 -1
- package/dist/src/core/cost-tracker.d.ts +2 -2
- package/dist/src/core/cost-tracker.d.ts.map +1 -1
- package/dist/src/core/cost-tracker.js +1 -1
- package/dist/src/core/cost-tracker.js.map +1 -1
- package/dist/src/core/hooks/HealthReporter.d.ts +55 -0
- package/dist/src/core/hooks/HealthReporter.d.ts.map +1 -0
- package/dist/src/core/hooks/HealthReporter.js +268 -0
- package/dist/src/core/hooks/HealthReporter.js.map +1 -0
- package/dist/src/core/hooks/HookAutoFixer.d.ts +41 -0
- package/dist/src/core/hooks/HookAutoFixer.d.ts.map +1 -0
- package/dist/src/core/hooks/HookAutoFixer.js +222 -0
- package/dist/src/core/hooks/HookAutoFixer.js.map +1 -0
- package/dist/src/core/hooks/HookExecutor.d.ts +57 -0
- package/dist/src/core/hooks/HookExecutor.d.ts.map +1 -0
- package/dist/src/core/hooks/HookExecutor.js +287 -0
- package/dist/src/core/hooks/HookExecutor.js.map +1 -0
- package/dist/src/core/hooks/HookHealthChecker.d.ts +51 -0
- package/dist/src/core/hooks/HookHealthChecker.d.ts.map +1 -0
- package/dist/src/core/hooks/HookHealthChecker.js +212 -0
- package/dist/src/core/hooks/HookHealthChecker.js.map +1 -0
- package/dist/src/core/hooks/HookScanner.d.ts +65 -0
- package/dist/src/core/hooks/HookScanner.d.ts.map +1 -0
- package/dist/src/core/hooks/HookScanner.js +214 -0
- package/dist/src/core/hooks/HookScanner.js.map +1 -0
- package/dist/src/core/hooks/types.d.ts +281 -0
- package/dist/src/core/hooks/types.d.ts.map +1 -0
- package/dist/src/core/hooks/types.js +10 -0
- package/dist/src/core/hooks/types.js.map +1 -0
- package/dist/src/core/iac/index.d.ts +10 -0
- package/dist/src/core/iac/index.d.ts.map +1 -0
- package/dist/src/core/iac/index.js +11 -0
- package/dist/src/core/iac/index.js.map +1 -0
- package/dist/src/core/iac/template-engine.d.ts +77 -0
- package/dist/src/core/iac/template-engine.d.ts.map +1 -0
- package/dist/src/core/iac/template-engine.js +182 -0
- package/dist/src/core/iac/template-engine.js.map +1 -0
- package/dist/src/core/increment/ac-status-manager.d.ts +115 -0
- package/dist/src/core/increment/ac-status-manager.d.ts.map +1 -0
- package/dist/src/core/increment/ac-status-manager.js +343 -0
- package/dist/src/core/increment/ac-status-manager.js.map +1 -0
- package/dist/src/core/increment/auto-transition-manager.d.ts +60 -0
- package/dist/src/core/increment/auto-transition-manager.d.ts.map +1 -0
- package/dist/src/core/increment/auto-transition-manager.js +192 -0
- package/dist/src/core/increment/auto-transition-manager.js.map +1 -0
- package/dist/src/core/increment/limits.d.ts +1 -1
- package/dist/src/core/increment/limits.d.ts.map +1 -1
- package/dist/src/core/increment/limits.js +2 -2
- package/dist/src/core/increment/limits.js.map +1 -1
- package/dist/src/core/increment/spec-sync-manager.d.ts +177 -0
- package/dist/src/core/increment/spec-sync-manager.d.ts.map +1 -0
- package/dist/src/core/increment/spec-sync-manager.js +496 -0
- package/dist/src/core/increment/spec-sync-manager.js.map +1 -0
- package/dist/src/core/increment/status-auto-transition.d.ts +46 -0
- package/dist/src/core/increment/status-auto-transition.d.ts.map +1 -0
- package/dist/src/core/increment/status-auto-transition.js +178 -0
- package/dist/src/core/increment/status-auto-transition.js.map +1 -0
- package/dist/src/core/increment/task-state-manager.d.ts +75 -0
- package/dist/src/core/increment/task-state-manager.d.ts.map +1 -0
- package/dist/src/core/increment/task-state-manager.js +117 -0
- package/dist/src/core/increment/task-state-manager.js.map +1 -0
- package/dist/src/core/living-docs/CodeValidator.d.ts +68 -0
- package/dist/src/core/living-docs/CodeValidator.d.ts.map +1 -0
- package/dist/src/core/living-docs/CodeValidator.js +160 -0
- package/dist/src/core/living-docs/CodeValidator.js.map +1 -0
- package/dist/src/core/living-docs/CompletionPropagator.d.ts +84 -0
- package/dist/src/core/living-docs/CompletionPropagator.d.ts.map +1 -0
- package/dist/src/core/living-docs/CompletionPropagator.js +205 -0
- package/dist/src/core/living-docs/CompletionPropagator.js.map +1 -0
- package/dist/src/core/living-docs/ProjectDetector.d.ts +29 -0
- package/dist/src/core/living-docs/ProjectDetector.d.ts.map +1 -0
- package/dist/src/core/living-docs/ProjectDetector.js +94 -0
- package/dist/src/core/living-docs/ProjectDetector.js.map +1 -0
- package/dist/src/core/living-docs/SpecDistributor.d.ts +55 -0
- package/dist/src/core/living-docs/SpecDistributor.d.ts.map +1 -0
- package/dist/src/core/living-docs/SpecDistributor.js +216 -0
- package/dist/src/core/living-docs/SpecDistributor.js.map +1 -0
- package/dist/src/core/living-docs/ThreeLayerSyncManager.d.ts +116 -0
- package/dist/src/core/living-docs/ThreeLayerSyncManager.d.ts.map +1 -0
- package/dist/src/core/living-docs/ThreeLayerSyncManager.js +356 -0
- package/dist/src/core/living-docs/ThreeLayerSyncManager.js.map +1 -0
- package/dist/src/core/living-docs/hierarchy-mapper.d.ts.map +1 -1
- package/dist/src/core/living-docs/hierarchy-mapper.js +2 -1
- package/dist/src/core/living-docs/hierarchy-mapper.js.map +1 -1
- package/dist/src/core/living-docs/index.d.ts +1 -1
- package/dist/src/core/living-docs/index.d.ts.map +1 -1
- package/dist/src/core/living-docs/index.js +5 -1
- package/dist/src/core/living-docs/index.js.map +1 -1
- package/dist/src/core/living-docs/types.d.ts +70 -300
- package/dist/src/core/living-docs/types.d.ts.map +1 -1
- package/dist/src/core/living-docs/types.js +2 -10
- package/dist/src/core/living-docs/types.js.map +1 -1
- package/dist/src/core/project-manager.d.ts +1 -1
- package/dist/src/core/project-manager.d.ts.map +1 -1
- package/dist/src/core/project-manager.js +2 -2
- package/dist/src/core/project-manager.js.map +1 -1
- package/dist/src/core/qa/quality-gate-decider.d.ts +1 -1
- package/dist/src/core/qa/quality-gate-decider.d.ts.map +1 -1
- package/dist/src/core/qa/risk-calculator.d.ts +1 -1
- package/dist/src/core/qa/risk-calculator.d.ts.map +1 -1
- package/dist/src/core/repo-structure/setup-summary.d.ts +1 -1
- package/dist/src/core/repo-structure/setup-summary.d.ts.map +1 -1
- package/dist/src/core/rfc-generator-v2.d.ts +1 -1
- package/dist/src/core/rfc-generator-v2.d.ts.map +1 -1
- package/dist/src/core/rfc-generator-v2.js +1 -1
- package/dist/src/core/rfc-generator-v2.js.map +1 -1
- package/dist/src/core/serverless/context-detector.d.ts +12 -0
- package/dist/src/core/serverless/context-detector.d.ts.map +1 -0
- package/dist/src/core/serverless/context-detector.js +213 -0
- package/dist/src/core/serverless/context-detector.js.map +1 -0
- package/dist/src/core/serverless/cost-comparison.d.ts +73 -0
- package/dist/src/core/serverless/cost-comparison.d.ts.map +1 -0
- package/dist/src/core/serverless/cost-comparison.js +198 -0
- package/dist/src/core/serverless/cost-comparison.js.map +1 -0
- package/dist/src/core/serverless/cost-estimator.d.ts +69 -0
- package/dist/src/core/serverless/cost-estimator.d.ts.map +1 -0
- package/dist/src/core/serverless/cost-estimator.js +127 -0
- package/dist/src/core/serverless/cost-estimator.js.map +1 -0
- package/dist/src/core/serverless/cost-optimizer.d.ts +57 -0
- package/dist/src/core/serverless/cost-optimizer.d.ts.map +1 -0
- package/dist/src/core/serverless/cost-optimizer.js +221 -0
- package/dist/src/core/serverless/cost-optimizer.js.map +1 -0
- package/dist/src/core/serverless/index.d.ts +20 -0
- package/dist/src/core/serverless/index.d.ts.map +1 -0
- package/dist/src/core/serverless/index.js +26 -0
- package/dist/src/core/serverless/index.js.map +1 -0
- package/dist/src/core/serverless/learning-path-recommender.d.ts +152 -0
- package/dist/src/core/serverless/learning-path-recommender.d.ts.map +1 -0
- package/dist/src/core/serverless/learning-path-recommender.js +389 -0
- package/dist/src/core/serverless/learning-path-recommender.js.map +1 -0
- package/dist/src/core/serverless/platform-data-loader.d.ts +22 -0
- package/dist/src/core/serverless/platform-data-loader.d.ts.map +1 -0
- package/dist/src/core/serverless/platform-data-loader.js +49 -0
- package/dist/src/core/serverless/platform-data-loader.js.map +1 -0
- package/dist/src/core/serverless/platform-selector.d.ts +20 -0
- package/dist/src/core/serverless/platform-selector.d.ts.map +1 -0
- package/dist/src/core/serverless/platform-selector.js +279 -0
- package/dist/src/core/serverless/platform-selector.js.map +1 -0
- package/dist/src/core/serverless/recommendation-formatter.d.ts +24 -0
- package/dist/src/core/serverless/recommendation-formatter.d.ts.map +1 -0
- package/dist/src/core/serverless/recommendation-formatter.js +70 -0
- package/dist/src/core/serverless/recommendation-formatter.js.map +1 -0
- package/dist/src/core/serverless/suitability-analyzer.d.ts +22 -0
- package/dist/src/core/serverless/suitability-analyzer.d.ts.map +1 -0
- package/dist/src/core/serverless/suitability-analyzer.js +262 -0
- package/dist/src/core/serverless/suitability-analyzer.js.map +1 -0
- package/dist/src/core/serverless/types.d.ts +96 -0
- package/dist/src/core/serverless/types.d.ts.map +1 -0
- package/dist/src/core/serverless/types.js +5 -0
- package/dist/src/core/serverless/types.js.map +1 -0
- package/dist/src/core/sync/bidirectional-engine.d.ts +1 -1
- package/dist/src/core/sync/bidirectional-engine.d.ts.map +1 -1
- package/dist/src/core/sync/enhanced-content-builder.d.ts +1 -1
- package/dist/src/core/sync/enhanced-content-builder.d.ts.map +1 -1
- package/dist/src/core/sync/profile-manager.d.ts +1 -1
- package/dist/src/core/sync/profile-manager.d.ts.map +1 -1
- package/dist/src/core/sync/profile-selector.d.ts +1 -1
- package/dist/src/core/sync/profile-selector.d.ts.map +1 -1
- package/dist/src/core/sync/profile-selector.js +1 -1
- package/dist/src/core/sync/profile-selector.js.map +1 -1
- package/dist/src/core/sync/project-context.d.ts +1 -1
- package/dist/src/core/sync/project-context.d.ts.map +1 -1
- package/dist/src/core/sync/rate-limiter.d.ts +1 -1
- package/dist/src/core/sync/rate-limiter.d.ts.map +1 -1
- package/dist/src/core/sync/status-sync-engine.d.ts +2 -2
- package/dist/src/core/sync/status-sync-engine.d.ts.map +1 -1
- package/dist/src/core/sync/status-sync-engine.js +2 -2
- package/dist/src/core/sync/status-sync-engine.js.map +1 -1
- package/dist/src/core/sync/time-range-selector.d.ts +1 -1
- package/dist/src/core/sync/time-range-selector.d.ts.map +1 -1
- package/dist/src/core/sync/time-range-selector.js +1 -1
- package/dist/src/core/sync/time-range-selector.js.map +1 -1
- package/dist/src/core/types/increment-metadata.d.ts +27 -0
- package/dist/src/core/types/increment-metadata.d.ts.map +1 -1
- package/dist/src/core/types/increment-metadata.js +45 -1
- package/dist/src/core/types/increment-metadata.js.map +1 -1
- package/dist/src/core/types/sync-profile.d.ts +2 -0
- package/dist/src/core/types/sync-profile.d.ts.map +1 -1
- package/dist/src/core/types/sync-profile.js.map +1 -1
- package/dist/src/core/validation/increment-structure-validator.d.ts +47 -0
- package/dist/src/core/validation/increment-structure-validator.d.ts.map +1 -0
- package/dist/src/core/validation/increment-structure-validator.js +187 -0
- package/dist/src/core/validation/increment-structure-validator.js.map +1 -0
- package/dist/src/core/validation/three-file-validator.d.ts +82 -0
- package/dist/src/core/validation/three-file-validator.d.ts.map +1 -0
- package/dist/src/core/validation/three-file-validator.js +320 -0
- package/dist/src/core/validation/three-file-validator.js.map +1 -0
- package/dist/src/core/workflow/phase-detector.d.ts +103 -0
- package/dist/src/core/workflow/phase-detector.d.ts.map +1 -0
- package/dist/src/core/workflow/phase-detector.js +704 -0
- package/dist/src/core/workflow/phase-detector.js.map +1 -0
- package/dist/src/core/workflow/types.d.ts +153 -0
- package/dist/src/core/workflow/types.d.ts.map +1 -0
- package/dist/src/core/workflow/types.js +47 -0
- package/dist/src/core/workflow/types.js.map +1 -0
- package/dist/src/init/InitFlow.d.ts +37 -0
- package/dist/src/init/InitFlow.d.ts.map +1 -0
- package/dist/src/init/InitFlow.js +209 -0
- package/dist/src/init/InitFlow.js.map +1 -0
- package/dist/src/init/architecture/ArchitectureDecisionEngine.d.ts +107 -0
- package/dist/src/init/architecture/ArchitectureDecisionEngine.d.ts.map +1 -0
- package/dist/src/init/architecture/ArchitectureDecisionEngine.js +405 -0
- package/dist/src/init/architecture/ArchitectureDecisionEngine.js.map +1 -0
- package/dist/src/init/architecture/CloudCreditsDatabase.d.ts +11 -0
- package/dist/src/init/architecture/CloudCreditsDatabase.d.ts.map +1 -0
- package/dist/src/init/architecture/CloudCreditsDatabase.js +92 -0
- package/dist/src/init/architecture/CloudCreditsDatabase.js.map +1 -0
- package/dist/src/init/architecture/types.d.ts +251 -0
- package/dist/src/init/architecture/types.d.ts.map +1 -0
- package/dist/src/init/architecture/types.js +54 -0
- package/dist/src/init/architecture/types.js.map +1 -0
- package/dist/src/init/compliance/ComplianceDetector.d.ts +17 -0
- package/dist/src/init/compliance/ComplianceDetector.d.ts.map +1 -0
- package/dist/src/init/compliance/ComplianceDetector.js +64 -0
- package/dist/src/init/compliance/ComplianceDetector.js.map +1 -0
- package/dist/src/init/compliance/standards-database.d.ts +48 -0
- package/dist/src/init/compliance/standards-database.d.ts.map +1 -0
- package/dist/src/init/compliance/standards-database.js +506 -0
- package/dist/src/init/compliance/standards-database.js.map +1 -0
- package/dist/src/init/compliance/types.d.ts +91 -0
- package/dist/src/init/compliance/types.d.ts.map +1 -0
- package/dist/src/init/compliance/types.js +43 -0
- package/dist/src/init/compliance/types.js.map +1 -0
- package/dist/src/init/repo/GitHubAPIClient.d.ts +51 -0
- package/dist/src/init/repo/GitHubAPIClient.d.ts.map +1 -0
- package/dist/src/init/repo/GitHubAPIClient.js +144 -0
- package/dist/src/init/repo/GitHubAPIClient.js.map +1 -0
- package/dist/src/init/repo/RepositorySelector.d.ts +45 -0
- package/dist/src/init/repo/RepositorySelector.d.ts.map +1 -0
- package/dist/src/init/repo/RepositorySelector.js +106 -0
- package/dist/src/init/repo/RepositorySelector.js.map +1 -0
- package/dist/src/init/repo/types.d.ts +95 -0
- package/dist/src/init/repo/types.d.ts.map +1 -0
- package/dist/src/init/repo/types.js +25 -0
- package/dist/src/init/repo/types.js.map +1 -0
- package/dist/src/init/research/CompetitorAnalyzer.d.ts +79 -0
- package/dist/src/init/research/CompetitorAnalyzer.d.ts.map +1 -0
- package/dist/src/init/research/CompetitorAnalyzer.js +265 -0
- package/dist/src/init/research/CompetitorAnalyzer.js.map +1 -0
- package/dist/src/init/research/MarketDetector.d.ts +62 -0
- package/dist/src/init/research/MarketDetector.d.ts.map +1 -0
- package/dist/src/init/research/MarketDetector.js +247 -0
- package/dist/src/init/research/MarketDetector.js.map +1 -0
- package/dist/src/init/research/OpportunityScorer.d.ts +58 -0
- package/dist/src/init/research/OpportunityScorer.d.ts.map +1 -0
- package/dist/src/init/research/OpportunityScorer.js +194 -0
- package/dist/src/init/research/OpportunityScorer.js.map +1 -0
- package/dist/src/init/research/QuestionGenerator.d.ts +68 -0
- package/dist/src/init/research/QuestionGenerator.d.ts.map +1 -0
- package/dist/src/init/research/QuestionGenerator.js +244 -0
- package/dist/src/init/research/QuestionGenerator.js.map +1 -0
- package/dist/src/init/research/ReportGenerator.d.ts +36 -0
- package/dist/src/init/research/ReportGenerator.d.ts.map +1 -0
- package/dist/src/init/research/ReportGenerator.js +125 -0
- package/dist/src/init/research/ReportGenerator.js.map +1 -0
- package/dist/src/init/research/VisionAnalyzer.d.ts +129 -0
- package/dist/src/init/research/VisionAnalyzer.d.ts.map +1 -0
- package/dist/src/init/research/VisionAnalyzer.js +212 -0
- package/dist/src/init/research/VisionAnalyzer.js.map +1 -0
- package/dist/src/init/research/keyword-extractor.d.ts +78 -0
- package/dist/src/init/research/keyword-extractor.d.ts.map +1 -0
- package/dist/src/init/research/keyword-extractor.js +230 -0
- package/dist/src/init/research/keyword-extractor.js.map +1 -0
- package/dist/src/init/research/src/config/ConfigManager.d.ts +14 -0
- package/dist/src/init/research/src/config/ConfigManager.d.ts.map +1 -0
- package/dist/src/init/research/src/config/ConfigManager.js +45 -0
- package/dist/src/init/research/src/config/ConfigManager.js.map +1 -0
- package/dist/src/init/research/src/config/types.d.ts +102 -0
- package/dist/src/init/research/src/config/types.d.ts.map +1 -0
- package/dist/src/init/research/src/config/types.js +24 -0
- package/dist/src/init/research/src/config/types.js.map +1 -0
- package/dist/src/init/research/types.d.ts +183 -0
- package/dist/src/init/research/types.d.ts.map +1 -0
- package/dist/src/init/research/types.js +65 -0
- package/dist/src/init/research/types.js.map +1 -0
- package/dist/src/init/team/ServerlessSavingsCalculator.d.ts +136 -0
- package/dist/src/init/team/ServerlessSavingsCalculator.d.ts.map +1 -0
- package/dist/src/init/team/ServerlessSavingsCalculator.js +360 -0
- package/dist/src/init/team/ServerlessSavingsCalculator.js.map +1 -0
- package/dist/src/init/team/TeamRecommender.d.ts +122 -0
- package/dist/src/init/team/TeamRecommender.d.ts.map +1 -0
- package/dist/src/init/team/TeamRecommender.js +405 -0
- package/dist/src/init/team/TeamRecommender.js.map +1 -0
- package/dist/src/init/team/types.d.ts +95 -0
- package/dist/src/init/team/types.d.ts.map +1 -0
- package/dist/src/init/team/types.js +23 -0
- package/dist/src/init/team/types.js.map +1 -0
- package/dist/src/integrations/jira/jira-mapper.d.ts +1 -1
- package/dist/src/integrations/jira/jira-mapper.d.ts.map +1 -1
- package/dist/src/types/cost-tracking.d.ts +1 -1
- package/dist/src/types/cost-tracking.d.ts.map +1 -1
- package/dist/src/utils/cost-reporter.d.ts +2 -2
- package/dist/src/utils/cost-reporter.d.ts.map +1 -1
- package/dist/src/utils/docs-preview/config-generator.d.ts +1 -1
- package/dist/src/utils/docs-preview/config-generator.d.ts.map +1 -1
- package/dist/src/utils/docs-preview/config-generator.js +1 -1
- package/dist/src/utils/docs-preview/docusaurus-setup.d.ts +1 -1
- package/dist/src/utils/docs-preview/docusaurus-setup.d.ts.map +1 -1
- package/dist/src/utils/docs-preview/docusaurus-setup.js +4 -4
- package/dist/src/utils/docs-preview/docusaurus-setup.js.map +1 -1
- package/dist/src/utils/docs-preview/index.d.ts +6 -6
- package/dist/src/utils/docs-preview/index.d.ts.map +1 -1
- package/dist/src/utils/docs-preview/index.js +6 -6
- package/dist/src/utils/docs-preview/index.js.map +1 -1
- package/dist/src/utils/docs-preview/package-installer.d.ts +1 -1
- package/dist/src/utils/docs-preview/package-installer.d.ts.map +1 -1
- package/dist/src/utils/docs-preview/package-installer.js +1 -1
- package/dist/src/utils/docs-preview/package-installer.js.map +1 -1
- package/dist/src/utils/docs-preview/server-manager.d.ts +1 -1
- package/dist/src/utils/docs-preview/server-manager.d.ts.map +1 -1
- package/dist/src/utils/docs-preview/server-manager.js +1 -1
- package/dist/src/utils/docs-preview/server-manager.js.map +1 -1
- package/dist/src/utils/docs-preview/sidebar-builder.d.ts +1 -1
- package/dist/src/utils/docs-preview/sidebar-builder.d.ts.map +1 -1
- package/dist/src/utils/generate-skills-index.d.ts +1 -1
- package/dist/src/utils/generate-skills-index.js +1 -1
- package/dist/src/utils/project-detection.js +1 -1
- package/dist/src/utils/project-detection.js.map +1 -1
- package/package.json +9 -3
- package/plugins/specweave/agents/architect/AGENT.md +605 -0
- package/plugins/specweave/agents/infrastructure/AGENT.md +760 -0
- package/plugins/specweave/agents/pm/AGENT.md +14 -13
- package/plugins/specweave/commands/specweave-check-hooks.md +186 -0
- package/plugins/specweave/commands/specweave-plan.md +151 -0
- package/plugins/specweave/commands/specweave-sync-acs.md +342 -0
- package/plugins/specweave/commands/specweave-validate.md +60 -11
- package/plugins/specweave/hooks/lib/update-status-line.sh +8 -4
- package/plugins/specweave/hooks/post-increment-change.sh +4 -0
- package/plugins/specweave/hooks/post-increment-completion.sh +7 -1
- package/plugins/specweave/hooks/post-increment-planning.sh +4 -0
- package/plugins/specweave/hooks/post-increment-status-change.sh +4 -0
- package/plugins/specweave/hooks/user-prompt-submit.sh +78 -0
- package/plugins/specweave/iac-templates/aws-lambda/README.md.hbs +280 -0
- package/plugins/specweave/iac-templates/aws-lambda/defaults.json +118 -0
- package/plugins/specweave/iac-templates/aws-lambda/environments/dev.defaults.json +46 -0
- package/plugins/specweave/iac-templates/aws-lambda/environments/prod.defaults.json +67 -0
- package/plugins/specweave/iac-templates/aws-lambda/environments/staging.defaults.json +47 -0
- package/plugins/specweave/iac-templates/aws-lambda/main.tf.hbs +241 -0
- package/plugins/specweave/iac-templates/aws-lambda/outputs.tf.hbs +61 -0
- package/plugins/specweave/iac-templates/aws-lambda/provider.tf.hbs +15 -0
- package/plugins/specweave/iac-templates/aws-lambda/variables.tf.hbs +88 -0
- package/plugins/specweave/iac-templates/azure-functions/README.md.hbs +315 -0
- package/plugins/specweave/iac-templates/azure-functions/defaults.json +65 -0
- package/plugins/specweave/iac-templates/azure-functions/environments/dev.defaults.json +30 -0
- package/plugins/specweave/iac-templates/azure-functions/environments/prod.defaults.json +34 -0
- package/plugins/specweave/iac-templates/azure-functions/environments/staging.defaults.json +31 -0
- package/plugins/specweave/iac-templates/azure-functions/iam.tf.hbs +34 -0
- package/plugins/specweave/iac-templates/azure-functions/main.tf.hbs +247 -0
- package/plugins/specweave/iac-templates/azure-functions/outputs.tf.hbs +72 -0
- package/plugins/specweave/iac-templates/azure-functions/provider.tf.hbs +14 -0
- package/plugins/specweave/iac-templates/azure-functions/variables.tf.hbs +64 -0
- package/plugins/specweave/iac-templates/firebase/README.md.hbs +487 -0
- package/plugins/specweave/iac-templates/firebase/defaults.json +55 -0
- package/plugins/specweave/iac-templates/firebase/environments/dev.defaults.json +44 -0
- package/plugins/specweave/iac-templates/firebase/environments/prod.defaults.json +52 -0
- package/plugins/specweave/iac-templates/firebase/environments/staging.defaults.json +43 -0
- package/plugins/specweave/iac-templates/firebase/iam.tf.hbs +75 -0
- package/plugins/specweave/iac-templates/firebase/main.tf.hbs +297 -0
- package/plugins/specweave/iac-templates/firebase/outputs.tf.hbs +67 -0
- package/plugins/specweave/iac-templates/firebase/provider.tf.hbs +26 -0
- package/plugins/specweave/iac-templates/firebase/variables.tf.hbs +68 -0
- package/plugins/specweave/iac-templates/gcp-cloud-functions/README.md.hbs +330 -0
- package/plugins/specweave/iac-templates/gcp-cloud-functions/defaults.json +69 -0
- package/plugins/specweave/iac-templates/gcp-cloud-functions/environments/dev.defaults.json +33 -0
- package/plugins/specweave/iac-templates/gcp-cloud-functions/environments/prod.defaults.json +40 -0
- package/plugins/specweave/iac-templates/gcp-cloud-functions/environments/staging.defaults.json +33 -0
- package/plugins/specweave/iac-templates/gcp-cloud-functions/iam.tf.hbs +54 -0
- package/plugins/specweave/iac-templates/gcp-cloud-functions/main.tf.hbs +211 -0
- package/plugins/specweave/iac-templates/gcp-cloud-functions/outputs.tf.hbs +44 -0
- package/plugins/specweave/iac-templates/gcp-cloud-functions/provider.tf.hbs +14 -0
- package/plugins/specweave/iac-templates/gcp-cloud-functions/variables.tf.hbs +82 -0
- package/plugins/specweave/iac-templates/supabase/README.md.hbs +534 -0
- package/plugins/specweave/iac-templates/supabase/defaults.json +69 -0
- package/plugins/specweave/iac-templates/supabase/environments/dev.defaults.json +55 -0
- package/plugins/specweave/iac-templates/supabase/environments/prod.defaults.json +75 -0
- package/plugins/specweave/iac-templates/supabase/environments/staging.defaults.json +54 -0
- package/plugins/specweave/iac-templates/supabase/iam.tf.hbs +146 -0
- package/plugins/specweave/iac-templates/supabase/main.tf.hbs +310 -0
- package/plugins/specweave/iac-templates/supabase/outputs.tf.hbs +74 -0
- package/plugins/specweave/iac-templates/supabase/provider.tf.hbs +19 -0
- package/plugins/specweave/iac-templates/supabase/variables.tf.hbs +78 -0
- package/plugins/specweave/knowledge-base/serverless/FRESHNESS.md +69 -0
- package/plugins/specweave/knowledge-base/serverless/learning-paths.json +865 -0
- package/plugins/specweave/knowledge-base/serverless/platforms/aws-lambda.json +41 -0
- package/plugins/specweave/knowledge-base/serverless/platforms/azure-functions.json +41 -0
- package/plugins/specweave/knowledge-base/serverless/platforms/firebase.json +46 -0
- package/plugins/specweave/knowledge-base/serverless/platforms/gcp-cloud-functions.json +41 -0
- package/plugins/specweave/knowledge-base/serverless/platforms/supabase.json +41 -0
- package/plugins/specweave/knowledge-base/serverless/schema.json +155 -0
- package/plugins/specweave/lib/hooks/auto-transition.js +50 -0
- package/plugins/specweave/lib/hooks/auto-transition.ts +84 -0
- package/plugins/specweave/lib/hooks/invoke-translator-skill.js +1 -1
- package/plugins/specweave/lib/hooks/invoke-translator-skill.ts +1 -1
- package/plugins/specweave/lib/hooks/sync-living-docs.js +4 -31
- package/plugins/specweave/lib/hooks/{sync-living-docs.ts → sync-living-docs.ts.DISABLED} +9 -48
- package/plugins/specweave/lib/hooks/translate-file.js +1 -1
- package/plugins/specweave/lib/hooks/translate-file.ts +1 -1
- package/plugins/specweave/lib/hooks/update-ac-status.js +24 -75
- package/plugins/specweave/lib/hooks/update-ac-status.ts +46 -135
- package/plugins/specweave/lib/hooks/update-tasks-md.js +115 -3
- package/plugins/specweave/lib/hooks/update-tasks-md.ts +182 -10
- package/plugins/specweave/lib/utils/validate-dev-setup.sh +133 -0
- package/plugins/specweave/skills/increment-planner/SKILL.md +25 -15
- package/plugins/specweave/skills/serverless-recommender/SKILL.md +368 -0
- package/plugins/specweave/templates/iac/aws-lambda/templates/iam.tf.hbs +137 -0
- package/plugins/specweave/templates/iac/aws-lambda/templates/main.tf.hbs +216 -0
- package/plugins/specweave-github/lib/IssueStateManager.js +117 -0
- package/plugins/specweave-github/lib/IssueStateManager.ts +231 -0
- package/plugins/specweave-github/lib/user-story-issue-builder.js +7 -0
- package/plugins/specweave-github/lib/user-story-issue-builder.ts +11 -0
- package/plugins/specweave-ui/.mcp.json +0 -10
- package/plugins/specweave-ui/README.md +26 -26
- package/plugins/specweave-ui/skills/browser-automation/SKILL.md +31 -18
- package/src/templates/tasks.md.template +51 -33
- package/dist/locales/de/.gitkeep +0 -0
- package/dist/locales/de/cli.json +0 -108
- package/dist/locales/en/cli.json +0 -287
- package/dist/locales/en/errors.json +0 -7
- package/dist/locales/en/templates.json +0 -6
- package/dist/locales/es/.gitkeep +0 -0
- package/dist/locales/es/cli.json +0 -41
- package/dist/locales/fr/.gitkeep +0 -0
- package/dist/locales/fr/cli.json +0 -108
- package/dist/locales/ja/.gitkeep +0 -0
- package/dist/locales/ja/cli.json +0 -108
- package/dist/locales/ko/.gitkeep +0 -0
- package/dist/locales/ko/cli.json +0 -108
- package/dist/locales/pt/.gitkeep +0 -0
- package/dist/locales/pt/cli.json +0 -108
- package/dist/locales/ru/.gitkeep +0 -0
- package/dist/locales/ru/cli.json +0 -269
- package/dist/locales/zh/.gitkeep +0 -0
- package/dist/locales/zh/cli.json +0 -108
- package/dist/plugins/specweave/lib/hooks/git-diff-analyzer.d.ts +0 -89
- package/dist/plugins/specweave/lib/hooks/git-diff-analyzer.d.ts.map +0 -1
- package/dist/plugins/specweave/lib/hooks/git-diff-analyzer.js +0 -226
- package/dist/plugins/specweave/lib/hooks/git-diff-analyzer.js.map +0 -1
- package/dist/plugins/specweave/lib/hooks/invoke-translator-skill.d.ts +0 -60
- package/dist/plugins/specweave/lib/hooks/invoke-translator-skill.d.ts.map +0 -1
- package/dist/plugins/specweave/lib/hooks/invoke-translator-skill.js +0 -201
- package/dist/plugins/specweave/lib/hooks/invoke-translator-skill.js.map +0 -1
- package/dist/plugins/specweave/lib/hooks/prepare-reflection-context.d.ts +0 -42
- package/dist/plugins/specweave/lib/hooks/prepare-reflection-context.d.ts.map +0 -1
- package/dist/plugins/specweave/lib/hooks/prepare-reflection-context.js +0 -123
- package/dist/plugins/specweave/lib/hooks/prepare-reflection-context.js.map +0 -1
- package/dist/plugins/specweave/lib/hooks/reflection-config-loader.d.ts +0 -45
- package/dist/plugins/specweave/lib/hooks/reflection-config-loader.d.ts.map +0 -1
- package/dist/plugins/specweave/lib/hooks/reflection-config-loader.js +0 -132
- package/dist/plugins/specweave/lib/hooks/reflection-config-loader.js.map +0 -1
- package/dist/plugins/specweave/lib/hooks/reflection-parser.d.ts +0 -33
- package/dist/plugins/specweave/lib/hooks/reflection-parser.d.ts.map +0 -1
- package/dist/plugins/specweave/lib/hooks/reflection-parser.js +0 -419
- package/dist/plugins/specweave/lib/hooks/reflection-parser.js.map +0 -1
- package/dist/plugins/specweave/lib/hooks/reflection-prompt-builder.d.ts +0 -56
- package/dist/plugins/specweave/lib/hooks/reflection-prompt-builder.d.ts.map +0 -1
- package/dist/plugins/specweave/lib/hooks/reflection-prompt-builder.js +0 -239
- package/dist/plugins/specweave/lib/hooks/reflection-prompt-builder.js.map +0 -1
- package/dist/plugins/specweave/lib/hooks/reflection-storage.d.ts +0 -64
- package/dist/plugins/specweave/lib/hooks/reflection-storage.d.ts.map +0 -1
- package/dist/plugins/specweave/lib/hooks/reflection-storage.js +0 -305
- package/dist/plugins/specweave/lib/hooks/reflection-storage.js.map +0 -1
- package/dist/plugins/specweave/lib/hooks/run-self-reflection.d.ts +0 -43
- package/dist/plugins/specweave/lib/hooks/run-self-reflection.d.ts.map +0 -1
- package/dist/plugins/specweave/lib/hooks/run-self-reflection.js +0 -203
- package/dist/plugins/specweave/lib/hooks/run-self-reflection.js.map +0 -1
- package/dist/plugins/specweave/lib/hooks/sync-living-docs.d.ts +0 -32
- package/dist/plugins/specweave/lib/hooks/sync-living-docs.d.ts.map +0 -1
- package/dist/plugins/specweave/lib/hooks/sync-living-docs.js +0 -405
- package/dist/plugins/specweave/lib/hooks/sync-living-docs.js.map +0 -1
- package/dist/plugins/specweave/lib/hooks/translate-file.d.ts +0 -59
- package/dist/plugins/specweave/lib/hooks/translate-file.d.ts.map +0 -1
- package/dist/plugins/specweave/lib/hooks/translate-file.js +0 -350
- package/dist/plugins/specweave/lib/hooks/translate-file.js.map +0 -1
- package/dist/plugins/specweave/lib/hooks/translate-living-docs.d.ts +0 -13
- package/dist/plugins/specweave/lib/hooks/translate-living-docs.d.ts.map +0 -1
- package/dist/plugins/specweave/lib/hooks/translate-living-docs.js +0 -175
- package/dist/plugins/specweave/lib/hooks/translate-living-docs.js.map +0 -1
- package/dist/plugins/specweave/lib/hooks/types/reflection-types.d.ts +0 -164
- package/dist/plugins/specweave/lib/hooks/types/reflection-types.d.ts.map +0 -1
- package/dist/plugins/specweave/lib/hooks/types/reflection-types.js +0 -73
- package/dist/plugins/specweave/lib/hooks/types/reflection-types.js.map +0 -1
- package/dist/plugins/specweave/lib/hooks/update-ac-status.d.ts +0 -21
- package/dist/plugins/specweave/lib/hooks/update-ac-status.d.ts.map +0 -1
- package/dist/plugins/specweave/lib/hooks/update-ac-status.js +0 -162
- package/dist/plugins/specweave/lib/hooks/update-ac-status.js.map +0 -1
- package/dist/plugins/specweave/lib/hooks/update-tasks-md.d.ts +0 -29
- package/dist/plugins/specweave/lib/hooks/update-tasks-md.d.ts.map +0 -1
- package/dist/plugins/specweave/lib/hooks/update-tasks-md.js +0 -203
- package/dist/plugins/specweave/lib/hooks/update-tasks-md.js.map +0 -1
- package/dist/plugins/specweave-ado/lib/enhanced-ado-sync.d.ts +0 -25
- package/dist/plugins/specweave-ado/lib/enhanced-ado-sync.d.ts.map +0 -1
- package/dist/plugins/specweave-ado/lib/enhanced-ado-sync.js +0 -191
- package/dist/plugins/specweave-ado/lib/enhanced-ado-sync.js.map +0 -1
- package/dist/plugins/specweave-kafka/lib/cli/kcat-wrapper.d.ts +0 -57
- package/dist/plugins/specweave-kafka/lib/cli/kcat-wrapper.d.ts.map +0 -1
- package/dist/plugins/specweave-kafka/lib/cli/kcat-wrapper.js +0 -248
- package/dist/plugins/specweave-kafka/lib/cli/kcat-wrapper.js.map +0 -1
- package/dist/plugins/specweave-kafka/lib/cli/types.d.ts +0 -82
- package/dist/plugins/specweave-kafka/lib/cli/types.d.ts.map +0 -1
- package/dist/plugins/specweave-kafka/lib/cli/types.js +0 -13
- package/dist/plugins/specweave-kafka/lib/cli/types.js.map +0 -1
- package/dist/plugins/specweave-kafka/lib/mcp/detector.d.ts +0 -49
- package/dist/plugins/specweave-kafka/lib/mcp/detector.d.ts.map +0 -1
- package/dist/plugins/specweave-kafka/lib/mcp/detector.js +0 -316
- package/dist/plugins/specweave-kafka/lib/mcp/detector.js.map +0 -1
- package/dist/plugins/specweave-kafka/lib/mcp/types.d.ts +0 -70
- package/dist/plugins/specweave-kafka/lib/mcp/types.d.ts.map +0 -1
- package/dist/plugins/specweave-kafka/lib/mcp/types.js +0 -23
- package/dist/plugins/specweave-kafka/lib/mcp/types.js.map +0 -1
- package/dist/plugins/specweave-kafka/lib/utils/partitioning.d.ts +0 -85
- package/dist/plugins/specweave-kafka/lib/utils/partitioning.d.ts.map +0 -1
- package/dist/plugins/specweave-kafka/lib/utils/partitioning.js +0 -281
- package/dist/plugins/specweave-kafka/lib/utils/partitioning.js.map +0 -1
- package/dist/plugins/specweave-kafka/lib/utils/sizing.d.ts +0 -75
- package/dist/plugins/specweave-kafka/lib/utils/sizing.d.ts.map +0 -1
- package/dist/plugins/specweave-kafka/lib/utils/sizing.js +0 -238
- package/dist/plugins/specweave-kafka/lib/utils/sizing.js.map +0 -1
- package/dist/spec-parser.js +0 -629
- package/dist/src/core/living-docs/spec-distributor.d.ts +0 -180
- package/dist/src/core/living-docs/spec-distributor.d.ts.map +0 -1
- package/dist/src/core/living-docs/spec-distributor.js +0 -1840
- package/dist/src/core/living-docs/spec-distributor.js.map +0 -1
- package/dist/src/core/sync/spec-content-sync.d.ts +0 -88
- package/dist/src/core/sync/spec-content-sync.d.ts.map +0 -1
- package/dist/src/core/sync/spec-content-sync.js +0 -5
- package/dist/src/core/sync/spec-content-sync.js.map +0 -1
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/plugins/specweave-ado/lib/enhanced-ado-sync.js +0 -170
|
@@ -292,9 +292,9 @@ mcp__plugin_specweave-ui_playwright__browser_fill({
|
|
|
292
292
|
|
|
293
293
|
---
|
|
294
294
|
|
|
295
|
-
### Browserbase (
|
|
295
|
+
### Browserbase (OPTIONAL - Cloud Browser Automation)
|
|
296
296
|
|
|
297
|
-
**⚠️
|
|
297
|
+
**⚠️ NOT loaded by default. Enable only when needed for CI/CD or cloud scenarios.**
|
|
298
298
|
|
|
299
299
|
**What it does**:
|
|
300
300
|
- Runs Playwright tests in cloud infrastructure
|
|
@@ -302,7 +302,7 @@ mcp__plugin_specweave-ui_playwright__browser_fill({
|
|
|
302
302
|
- No local browser dependencies in CI
|
|
303
303
|
- Automatic screenshots/videos
|
|
304
304
|
|
|
305
|
-
**Setup
|
|
305
|
+
**Manual Setup** (when needed):
|
|
306
306
|
|
|
307
307
|
1. Get API key from [Browserbase](https://www.browserbase.com/)
|
|
308
308
|
|
|
@@ -312,26 +312,29 @@ mcp__plugin_specweave-ui_playwright__browser_fill({
|
|
|
312
312
|
export BROWSERBASE_PROJECT_ID="proj_xxx"
|
|
313
313
|
```
|
|
314
314
|
|
|
315
|
-
3.
|
|
315
|
+
3. **Add to your project's `.claude/settings.json`**:
|
|
316
|
+
```json
|
|
317
|
+
{
|
|
318
|
+
"mcpServers": {
|
|
319
|
+
"browserbase": {
|
|
320
|
+
"command": "npx",
|
|
321
|
+
"args": ["-y", "@browserbasehq/mcp-server-browserbase"],
|
|
322
|
+
"env": {
|
|
323
|
+
"BROWSERBASE_API_KEY": "${BROWSERBASE_API_KEY}",
|
|
324
|
+
"BROWSERBASE_PROJECT_ID": "${BROWSERBASE_PROJECT_ID}"
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
```
|
|
316
330
|
|
|
317
|
-
4.
|
|
331
|
+
4. Restart Claude Code
|
|
318
332
|
|
|
319
|
-
**
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
"command": "npx",
|
|
325
|
-
"args": ["-y", "@browserbasehq/mcp-server-browserbase"],
|
|
326
|
-
"env": {
|
|
327
|
-
"BROWSERBASE_API_KEY": "${BROWSERBASE_API_KEY}",
|
|
328
|
-
"BROWSERBASE_PROJECT_ID": "${BROWSERBASE_PROJECT_ID}"
|
|
329
|
-
},
|
|
330
|
-
"optional": true
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
```
|
|
333
|
+
**Why not auto-loaded?**
|
|
334
|
+
- Saves ~5,600 tokens per request
|
|
335
|
+
- Most developers use Playwright locally, not Browserbase
|
|
336
|
+
- Browserbase requires API keys (not needed for most users)
|
|
337
|
+
- Can still enable when needed for CI/CD
|
|
335
338
|
|
|
336
339
|
**Benefits**:
|
|
337
340
|
- ✅ Parallel execution (10x faster)
|
|
@@ -392,11 +395,6 @@ npm run storybook
|
|
|
392
395
|
"plugins": {
|
|
393
396
|
"specweave-ui": {
|
|
394
397
|
"enabled": true,
|
|
395
|
-
"mcp": {
|
|
396
|
-
"browserbase": {
|
|
397
|
-
"enabled": false
|
|
398
|
-
}
|
|
399
|
-
},
|
|
400
398
|
"defaults": {
|
|
401
399
|
"frontend_framework": "react", // or "vue", "angular"
|
|
402
400
|
"test_framework": "playwright",
|
|
@@ -407,6 +405,8 @@ npm run storybook
|
|
|
407
405
|
}
|
|
408
406
|
```
|
|
409
407
|
|
|
408
|
+
**Note**: Browserbase is NOT auto-loaded. See "Browserbase (OPTIONAL)" section above for manual setup.
|
|
409
|
+
|
|
410
410
|
---
|
|
411
411
|
|
|
412
412
|
## FAQ
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: browser-automation
|
|
3
3
|
description: |
|
|
4
|
-
Browser automation and E2E testing using Playwright MCP (
|
|
4
|
+
Browser automation and E2E testing using Playwright MCP (always available).
|
|
5
5
|
Auto-activates for: browser automation, web testing, E2E tests, Playwright, browser interaction,
|
|
6
6
|
scraping, testing flows, user journeys, accessibility testing, screenshot capture.
|
|
7
7
|
|
|
8
8
|
CRITICAL: ALWAYS use Playwright MCP (mcp__plugin_specweave-ui_playwright__*) as PRIMARY choice.
|
|
9
|
-
|
|
9
|
+
|
|
10
|
+
NOTE: Browserbase tools (mcp__plugin_specweave-ui_browserbase__*) are NOT loaded by default.
|
|
11
|
+
They require manual setup and are only for CI/CD or cloud scenarios.
|
|
10
12
|
allowed-tools:
|
|
11
13
|
- mcp__plugin_specweave-ui_playwright__*
|
|
12
14
|
- mcp__plugin_specweave-ui_browserbase__*
|
|
@@ -133,9 +135,11 @@ browser_console_messages()
|
|
|
133
135
|
browser_close()
|
|
134
136
|
```
|
|
135
137
|
|
|
136
|
-
### 2. Browserbase Integration (
|
|
138
|
+
### 2. Browserbase Integration (OPTIONAL - Cloud Testing)
|
|
139
|
+
|
|
140
|
+
**⚠️ NOT LOADED BY DEFAULT - Manual setup required!**
|
|
137
141
|
|
|
138
|
-
|
|
142
|
+
**Note**: Browserbase is NOT auto-loaded to save ~5,600 tokens per request. Enable only when needed for CI/CD or cloud scenarios.
|
|
139
143
|
|
|
140
144
|
Browserbase provides cloud-based browser automation:
|
|
141
145
|
|
|
@@ -148,6 +152,8 @@ Browserbase provides cloud-based browser automation:
|
|
|
148
152
|
|
|
149
153
|
#### Available Tools (mcp__plugin_specweave-ui_browserbase__*)
|
|
150
154
|
|
|
155
|
+
**Note**: These tools are ONLY available after manual setup.
|
|
156
|
+
|
|
151
157
|
- **browserbase_session_create** - Create cloud session
|
|
152
158
|
- **browserbase_session_close** - Close session
|
|
153
159
|
- **browserbase_stagehand_navigate** - Navigate to URL
|
|
@@ -158,7 +164,7 @@ Browserbase provides cloud-based browser automation:
|
|
|
158
164
|
- **browserbase_stagehand_get_url** - Get current URL
|
|
159
165
|
- **browserbase_stagehand_agent** - Run autonomous task
|
|
160
166
|
|
|
161
|
-
#### Setup
|
|
167
|
+
#### Manual Setup (when needed)
|
|
162
168
|
|
|
163
169
|
1. Get API credentials from [Browserbase](https://www.browserbase.com/)
|
|
164
170
|
2. Set environment variables:
|
|
@@ -166,7 +172,22 @@ Browserbase provides cloud-based browser automation:
|
|
|
166
172
|
export BROWSERBASE_API_KEY="bb_xxx"
|
|
167
173
|
export BROWSERBASE_PROJECT_ID="proj_xxx"
|
|
168
174
|
```
|
|
169
|
-
3.
|
|
175
|
+
3. Add to `.claude/settings.json`:
|
|
176
|
+
```json
|
|
177
|
+
{
|
|
178
|
+
"mcpServers": {
|
|
179
|
+
"browserbase": {
|
|
180
|
+
"command": "npx",
|
|
181
|
+
"args": ["-y", "@browserbasehq/mcp-server-browserbase"],
|
|
182
|
+
"env": {
|
|
183
|
+
"BROWSERBASE_API_KEY": "${BROWSERBASE_API_KEY}",
|
|
184
|
+
"BROWSERBASE_PROJECT_ID": "${BROWSERBASE_PROJECT_ID}"
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
```
|
|
190
|
+
4. Restart Claude Code
|
|
170
191
|
|
|
171
192
|
#### Testing Workflow (Browserbase)
|
|
172
193
|
|
|
@@ -398,30 +419,22 @@ Are you running locally (dev machine or VM)?
|
|
|
398
419
|
|
|
399
420
|
## Configuration Files
|
|
400
421
|
|
|
401
|
-
### .mcp.json (Plugin-Level)
|
|
422
|
+
### .mcp.json (Plugin-Level - Auto-Loaded)
|
|
402
423
|
```json
|
|
403
424
|
{
|
|
404
425
|
"mcpServers": {
|
|
405
426
|
"playwright": {
|
|
406
427
|
"command": "npx",
|
|
407
|
-
"args": ["@playwright/mcp@latest"],
|
|
428
|
+
"args": ["-y", "@playwright/mcp@latest"],
|
|
408
429
|
"description": "Local Playwright - PRIMARY",
|
|
409
430
|
"optional": false
|
|
410
|
-
},
|
|
411
|
-
"browserbase": {
|
|
412
|
-
"command": "npx",
|
|
413
|
-
"args": ["-y", "@browserbasehq/mcp-server-browserbase"],
|
|
414
|
-
"env": {
|
|
415
|
-
"BROWSERBASE_API_KEY": "${BROWSERBASE_API_KEY}",
|
|
416
|
-
"BROWSERBASE_PROJECT_ID": "${BROWSERBASE_PROJECT_ID}"
|
|
417
|
-
},
|
|
418
|
-
"description": "Cloud Browserbase - FALLBACK",
|
|
419
|
-
"optional": true
|
|
420
431
|
}
|
|
421
432
|
}
|
|
422
433
|
}
|
|
423
434
|
```
|
|
424
435
|
|
|
436
|
+
**Note**: Browserbase is NOT in `.mcp.json` (not auto-loaded). To enable Browserbase, add it to your project's `.claude/settings.json` as shown in the "Manual Setup" section above.
|
|
437
|
+
|
|
425
438
|
### playwright.config.ts (Project-Level)
|
|
426
439
|
```typescript
|
|
427
440
|
import { defineConfig } from '@playwright/test';
|
|
@@ -23,16 +23,33 @@ Use this template for each task:
|
|
|
23
23
|
**Priority**: P0 | P1 | P2 | P3
|
|
24
24
|
**Estimate**: X hours
|
|
25
25
|
**Status**: pending | in_progress | completed | blocked
|
|
26
|
+
**AC-IDs**: AC-US-XXX-YY (links to spec.md acceptance criteria)
|
|
26
27
|
**GitHub Issue**: #NNN (auto-populated after sync)
|
|
27
28
|
**Assignee**: @username (optional)
|
|
28
29
|
|
|
29
30
|
**Description**:
|
|
30
31
|
Brief description of what this task accomplishes.
|
|
31
32
|
|
|
32
|
-
**
|
|
33
|
-
- [ ]
|
|
34
|
-
- [ ]
|
|
35
|
-
- [ ]
|
|
33
|
+
**Implementation**:
|
|
34
|
+
- [ ] Create/update ClassName with method()
|
|
35
|
+
- [ ] Implement core feature logic
|
|
36
|
+
- [ ] Add error handling for edge cases
|
|
37
|
+
- [ ] Add JSDoc comments
|
|
38
|
+
- [ ] Update related type definitions
|
|
39
|
+
|
|
40
|
+
**Test Plan** (BDD):
|
|
41
|
+
- **Given** [precondition describing initial state]
|
|
42
|
+
- **When** [action or event that triggers behavior]
|
|
43
|
+
- **Then** [expected result or outcome]
|
|
44
|
+
|
|
45
|
+
**Test Cases**:
|
|
46
|
+
- Unit (`class-name.test.ts`):
|
|
47
|
+
- method_withValidInput_returnsExpectedResult
|
|
48
|
+
- method_withInvalidInput_throwsError
|
|
49
|
+
- Coverage: >95%
|
|
50
|
+
- Integration (`feature.integration.test.ts`):
|
|
51
|
+
- fullWorkflow_happyPath_succeeds
|
|
52
|
+
- Coverage: >85%
|
|
36
53
|
|
|
37
54
|
**Files to Create** (if applicable):
|
|
38
55
|
- `path/to/new/file.ts`
|
|
@@ -42,20 +59,15 @@ Brief description of what this task accomplishes.
|
|
|
42
59
|
- `path/to/existing/file.ts`
|
|
43
60
|
- `path/to/another/existing.md`
|
|
44
61
|
|
|
45
|
-
**
|
|
62
|
+
**Code Examples** (optional - snippets for clarity):
|
|
46
63
|
```typescript
|
|
47
|
-
// Example implementation
|
|
64
|
+
// Example implementation approach
|
|
48
65
|
export function exampleFunction() {
|
|
49
66
|
// Code here
|
|
50
67
|
}
|
|
51
68
|
```
|
|
52
69
|
```
|
|
53
70
|
|
|
54
|
-
**Acceptance Criteria**:
|
|
55
|
-
- ✅ Criterion 1
|
|
56
|
-
- ✅ Criterion 2
|
|
57
|
-
- ✅ Criterion 3
|
|
58
|
-
|
|
59
71
|
**Dependencies** (optional - tasks that must complete first):
|
|
60
72
|
- T-001 (must complete first)
|
|
61
73
|
- T-002 (must complete first)
|
|
@@ -75,25 +87,40 @@ export function exampleFunction() {
|
|
|
75
87
|
**Priority**: P0
|
|
76
88
|
**Estimate**: 2 hours
|
|
77
89
|
**Status**: pending
|
|
90
|
+
**AC-IDs**: AC-US1-01, AC-US1-02
|
|
78
91
|
**GitHub Issue**: (will be populated after sync)
|
|
79
92
|
**Assignee**: (assign in GitHub after sync)
|
|
80
93
|
|
|
81
94
|
**Description**:
|
|
82
|
-
This is an example task showing the
|
|
95
|
+
This is an example task showing the canonical template format following ADR-0047.
|
|
83
96
|
|
|
84
|
-
**
|
|
85
|
-
- [ ]
|
|
86
|
-
- [ ]
|
|
87
|
-
- [ ]
|
|
88
|
-
- [ ]
|
|
97
|
+
**Implementation**:
|
|
98
|
+
- [ ] Define ExampleInterface with id and name fields
|
|
99
|
+
- [ ] Create ExampleClass implementing ExampleInterface
|
|
100
|
+
- [ ] Add constructor with parameter properties
|
|
101
|
+
- [ ] Add JSDoc comments for interface and class
|
|
102
|
+
- [ ] Export both interface and class
|
|
103
|
+
|
|
104
|
+
**Test Plan** (BDD):
|
|
105
|
+
- **Given** ExampleClass constructor receives valid id and name
|
|
106
|
+
- **When** new ExampleClass('123', 'Test') is instantiated
|
|
107
|
+
- **Then** instance has correct id and name properties
|
|
108
|
+
|
|
109
|
+
**Test Cases**:
|
|
110
|
+
- Unit (`example-class.test.ts`):
|
|
111
|
+
- constructor_withValidParams_createsInstance
|
|
112
|
+
- constructor_withEmptyId_throwsError
|
|
113
|
+
- interface_conformsToContract
|
|
114
|
+
- Coverage: >95%
|
|
89
115
|
|
|
90
116
|
**Files to Create**:
|
|
91
117
|
- `src/example/new-file.ts`
|
|
118
|
+
- `tests/unit/example/example-class.test.ts`
|
|
92
119
|
|
|
93
120
|
**Files to Modify**:
|
|
94
121
|
- `src/example/existing-file.ts`
|
|
95
122
|
|
|
96
|
-
**
|
|
123
|
+
**Code Examples**:
|
|
97
124
|
```typescript
|
|
98
125
|
export interface ExampleInterface {
|
|
99
126
|
id: string;
|
|
@@ -105,12 +132,6 @@ export class ExampleClass implements ExampleInterface {
|
|
|
105
132
|
}
|
|
106
133
|
```
|
|
107
134
|
|
|
108
|
-
**Acceptance Criteria**:
|
|
109
|
-
- ✅ All interfaces defined
|
|
110
|
-
- ✅ TypeScript compiles without errors
|
|
111
|
-
- ✅ Unit tests pass
|
|
112
|
-
- ✅ Documentation comments added
|
|
113
|
-
|
|
114
135
|
**Dependencies**:
|
|
115
136
|
None (foundation task)
|
|
116
137
|
|
|
@@ -231,22 +252,19 @@ As you work on tasks:
|
|
|
231
252
|
- **Priority**: P0 (critical), P1 (high), P2 (medium), P3 (low)
|
|
232
253
|
- **Estimate**: Hours or days (e.g., "2 hours", "3 days")
|
|
233
254
|
- **Status**: pending, in_progress, completed, blocked
|
|
255
|
+
- **AC-IDs**: Links to spec.md acceptance criteria (e.g., "AC-US1-01, AC-US1-02")
|
|
234
256
|
- **Description**: What this task accomplishes
|
|
235
|
-
- **
|
|
257
|
+
- **Implementation**: Checkable technical steps to complete the task
|
|
258
|
+
- **Test Plan (BDD)**: Given-When-Then test scenarios
|
|
259
|
+
- **Test Cases**: Unit and integration test cases with coverage targets
|
|
236
260
|
|
|
237
261
|
### Optional Fields (Enhanced for GitHub Sync)
|
|
238
262
|
- **GitHub Issue**: Auto-populated after `/specweave.github.sync-tasks`
|
|
239
263
|
- **Assignee**: GitHub username (assign in GitHub UI or via `@username`)
|
|
240
|
-
- **Subtasks**: Granular steps (15-60min each, shown as checkboxes in GitHub)
|
|
241
264
|
- **Dependencies**: Tasks that must complete first (linked in GitHub via "depends on")
|
|
242
265
|
- **Blocks**: Tasks waiting on this one (linked in GitHub via "blocks")
|
|
243
|
-
- **Files to Create/Modify**: Context for reviewers
|
|
244
|
-
- **
|
|
245
|
-
|
|
246
|
-
### Subtask Naming Convention
|
|
247
|
-
- Format: `S-{TASK_ID}-{SUBTASK_NUM}: Description (time)`
|
|
248
|
-
- Example: `S-001-01: Define interfaces (30min)`
|
|
249
|
-
- Numbering: Zero-padded 2 digits (01, 02, 03, ...)
|
|
266
|
+
- **Files to Create/Modify**: Context for reviewers and developers
|
|
267
|
+
- **Code Examples**: Snippets showing implementation approach (TypeScript, pseudocode, etc.)
|
|
250
268
|
|
|
251
269
|
### Task Status Lifecycle
|
|
252
270
|
1. **pending** - Not started, in backlog
|
package/dist/locales/de/.gitkeep
DELETED
|
File without changes
|
package/dist/locales/de/cli.json
DELETED
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"init": {
|
|
3
|
-
"welcome": "🚀 SpecWeave Initialization",
|
|
4
|
-
"projectName": "Project name:",
|
|
5
|
-
"projectNamePrompt": "Project name (for templates):",
|
|
6
|
-
"projectNameDefault": "my-saas",
|
|
7
|
-
"detectingTool": "Detecting AI tool...",
|
|
8
|
-
"foundClaude": "✅ Found Claude Code",
|
|
9
|
-
"foundCursor": "✅ Found Cursor",
|
|
10
|
-
"foundCopilot": "✅ Found GitHub Copilot",
|
|
11
|
-
"noToolDetected": "No AI tool detected, using Generic adapter",
|
|
12
|
-
"complete": "✨ Initialization complete!",
|
|
13
|
-
"claudeNativeComplete": "✨ Claude Code native installation complete!",
|
|
14
|
-
"claudeNativeBenefits": "✅ Native skills, agents, hooks work out of the box",
|
|
15
|
-
"projectSuccess": "SpecWeave project created successfully!",
|
|
16
|
-
"readyToBuild": "🚀 Ready to build with SpecWeave!",
|
|
17
|
-
"errors": {
|
|
18
|
-
"invalidName": "Project name must contain only lowercase letters, numbers, and hyphens",
|
|
19
|
-
"alreadyExists": ".specweave directory already exists",
|
|
20
|
-
"cancelled": "❌ Initialization cancelled",
|
|
21
|
-
"invalidLanguage": "❌ Invalid language: {{language}}",
|
|
22
|
-
"supportedLanguages": "Supported languages: {{languages}}",
|
|
23
|
-
"nestedNotSupported": "❌ Nested .specweave/ folders are NOT supported!",
|
|
24
|
-
"parentFound": "Found parent .specweave/ at:",
|
|
25
|
-
"projectCreationFailed": "Failed to create project",
|
|
26
|
-
"commandsCopyFailed": "❌ Commands copy failed: {{error}}",
|
|
27
|
-
"agentsCopyFailed": "❌ Agents copy failed: {{error}}",
|
|
28
|
-
"skillsCopyFailed": "❌ Skills copy failed: {{error}}",
|
|
29
|
-
"hooksCopyFailed": "❌ Hooks copy failed: {{error}}"
|
|
30
|
-
},
|
|
31
|
-
"warnings": {
|
|
32
|
-
"invalidDirName": "⚠️ Current directory name '{{dirName}}' contains invalid characters.",
|
|
33
|
-
"directoryNotEmpty": "⚠️ Current directory contains {{count}} file{{plural}}.",
|
|
34
|
-
"skillsIndexWarning": "⚠️ Warning: Could not generate skills index: {{error}}",
|
|
35
|
-
"skillsIndexNote": "Skills will still work, but manual indexing may be needed."
|
|
36
|
-
},
|
|
37
|
-
"prompts": {
|
|
38
|
-
"confirmInitInCurrent": "Initialize SpecWeave in current directory?",
|
|
39
|
-
"overwriteSpecweave": ".specweave directory already exists. Overwrite?",
|
|
40
|
-
"overwriteDirectory": "Directory {{projectName}} already exists. Overwrite?",
|
|
41
|
-
"enablePlugins": "Enable suggested plugins now?"
|
|
42
|
-
},
|
|
43
|
-
"info": {
|
|
44
|
-
"nestedEnforcement": "SpecWeave enforces a single source of truth:",
|
|
45
|
-
"nestedBullet1": "• Use the parent folder for all increments",
|
|
46
|
-
"nestedBullet2": "• Increments can span multiple subdirectories",
|
|
47
|
-
"nestedBullet3": "• See CLAUDE.md section \"Root-Level .specweave/ Folder\"",
|
|
48
|
-
"nestedToFix": "To fix:",
|
|
49
|
-
"suggestedPlugins": "💡 Suggested Plugins:",
|
|
50
|
-
"copiedFiles": "✓ Copied {{count}} command files",
|
|
51
|
-
"copiedAgents": "✓ Copied {{count}} agent directories",
|
|
52
|
-
"copiedSkills": "✓ Copied {{count}} skill directories",
|
|
53
|
-
"copiedHooks": "✓ Copied {{count}} hook files"
|
|
54
|
-
},
|
|
55
|
-
"progress": {
|
|
56
|
-
"creatingProject": "Creating SpecWeave project...",
|
|
57
|
-
"detected": "Detected {{tool}}...",
|
|
58
|
-
"usingTool": "Using {{tool}}...",
|
|
59
|
-
"directoryCreated": "Directory structure created...",
|
|
60
|
-
"templatesCopied": "Base templates copied...",
|
|
61
|
-
"installingComponents": "Installing Claude Code components...",
|
|
62
|
-
"commandsInstalled": "Slash commands installed...",
|
|
63
|
-
"agentsInstalled": "Agents installed...",
|
|
64
|
-
"skillsInstalled": "Skills installed...",
|
|
65
|
-
"hooksInstalled": "Hooks installed...",
|
|
66
|
-
"generatingIndex": "Generating skills index...",
|
|
67
|
-
"indexGenerated": "Skills index generated...",
|
|
68
|
-
"installingAdapter": "Installing {{tool}} adapter...",
|
|
69
|
-
"projectSuccess": "SpecWeave project created successfully!",
|
|
70
|
-
"detectingPlugins": "Detecting plugins...",
|
|
71
|
-
"detectedPlugins": "Detected {{count}} suggested plugins",
|
|
72
|
-
"enablingPlugins": "Enabling plugins...",
|
|
73
|
-
"enabledPlugin": "Enabled {{plugin}}",
|
|
74
|
-
"pluginsEnabled": "Plugins enabled"
|
|
75
|
-
},
|
|
76
|
-
"nextSteps": {
|
|
77
|
-
"header": "🎯 Next steps:",
|
|
78
|
-
"cd": "cd {{projectName}}",
|
|
79
|
-
"footer": "🚀 Ready to build with SpecWeave!",
|
|
80
|
-
"docsLink": "Documentation: https://spec-weave.com",
|
|
81
|
-
"githubLink": "GitHub: https://github.com/anton-abyzov/specweave"
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
"increment": {
|
|
85
|
-
"creating": "📝 Creating increment: {name}",
|
|
86
|
-
"created": "✅ Increment {id} created successfully!",
|
|
87
|
-
"nextStepDo": "Next: Run /specweave.do to start implementation",
|
|
88
|
-
"errors": {
|
|
89
|
-
"incompleteFound": "Cannot create new increment! Previous increments incomplete"
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
"progress": {
|
|
93
|
-
"currentIncrement": "Current Increment: {id}",
|
|
94
|
-
"status": "Status: {status}",
|
|
95
|
-
"completion": "Completion: {percent}%"
|
|
96
|
-
},
|
|
97
|
-
"translate": {
|
|
98
|
-
"translating": "🌐 Translating content to {language}...",
|
|
99
|
-
"complete": "✅ Translation complete!"
|
|
100
|
-
},
|
|
101
|
-
"version": {
|
|
102
|
-
"current": "SpecWeave version: {version}"
|
|
103
|
-
},
|
|
104
|
-
"errors": {
|
|
105
|
-
"fileNotFound": "❌ File not found: {path}",
|
|
106
|
-
"invalidConfig": "❌ Invalid configuration: {error}"
|
|
107
|
-
}
|
|
108
|
-
}
|