specweave 0.24.11 → 0.26.2
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 +742 -26
- package/bin/specweave.js +14 -0
- package/dist/plugins/specweave-github/lib/CodeValidator.js +2 -2
- package/dist/plugins/specweave-github/lib/CodeValidator.js.map +1 -1
- package/dist/plugins/specweave-github/lib/ThreeLayerSyncManager.js +1 -1
- package/dist/plugins/specweave-github/lib/ThreeLayerSyncManager.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-client-v2.d.ts +28 -0
- package/dist/plugins/specweave-github/lib/github-client-v2.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-client-v2.js +64 -1
- package/dist/plugins/specweave-github/lib/github-client-v2.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-issue-updater.js +1 -1
- package/dist/plugins/specweave-github/lib/github-issue-updater.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-sync-bidirectional.js +1 -1
- package/dist/plugins/specweave-github/lib/github-sync-bidirectional.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-sync-increment-changes.js +1 -1
- package/dist/plugins/specweave-github/lib/github-sync-increment-changes.js.map +1 -1
- 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 +7 -6
- package/dist/plugins/specweave-github/lib/user-story-issue-builder.js.map +1 -1
- package/dist/plugins/specweave-jira/lib/jira-epic-sync.js +1 -1
- package/dist/plugins/specweave-jira/lib/jira-epic-sync.js.map +1 -1
- package/dist/src/adapters/adapter-base.js +1 -1
- package/dist/src/adapters/adapter-base.js.map +1 -1
- package/dist/src/adapters/adapter-loader.js +1 -1
- package/dist/src/adapters/adapter-loader.js.map +1 -1
- package/dist/src/adapters/agents-md-generator.js +1 -1
- package/dist/src/adapters/agents-md-generator.js.map +1 -1
- package/dist/src/adapters/claude/adapter.js +1 -1
- package/dist/src/adapters/claude/adapter.js.map +1 -1
- package/dist/src/adapters/claude-md-generator.js +1 -1
- package/dist/src/adapters/claude-md-generator.js.map +1 -1
- package/dist/src/adapters/codex/adapter.js +1 -1
- package/dist/src/adapters/codex/adapter.js.map +1 -1
- package/dist/src/adapters/cursor/adapter.js +1 -1
- package/dist/src/adapters/cursor/adapter.js.map +1 -1
- package/dist/src/adapters/doc-generator.js +1 -1
- package/dist/src/adapters/doc-generator.js.map +1 -1
- package/dist/src/adapters/gemini/adapter.js +1 -1
- package/dist/src/adapters/gemini/adapter.js.map +1 -1
- package/dist/src/adapters/generic/adapter.js +1 -1
- package/dist/src/adapters/generic/adapter.js.map +1 -1
- package/dist/src/cli/commands/cicd-monitor.js +1 -1
- package/dist/src/cli/commands/cicd-monitor.js.map +1 -1
- package/dist/src/cli/commands/delete-feature.d.ts +14 -0
- package/dist/src/cli/commands/delete-feature.d.ts.map +1 -0
- package/dist/src/cli/commands/delete-feature.js +87 -0
- package/dist/src/cli/commands/delete-feature.js.map +1 -0
- package/dist/src/cli/commands/detect-specs.js +1 -1
- package/dist/src/cli/commands/detect-specs.js.map +1 -1
- package/dist/src/cli/commands/import-external.js +1 -1
- package/dist/src/cli/commands/import-external.js.map +1 -1
- package/dist/src/cli/commands/init.d.ts.map +1 -1
- package/dist/src/cli/commands/init.js +45 -47
- package/dist/src/cli/commands/init.js.map +1 -1
- package/dist/src/cli/commands/install.js +1 -1
- package/dist/src/cli/commands/install.js.map +1 -1
- package/dist/src/cli/commands/list.js +1 -1
- package/dist/src/cli/commands/list.js.map +1 -1
- package/dist/src/cli/commands/migrate-to-multiproject.js +1 -1
- package/dist/src/cli/commands/migrate-to-multiproject.js.map +1 -1
- package/dist/src/cli/commands/migrate-to-profiles.js +1 -1
- package/dist/src/cli/commands/migrate-to-profiles.js.map +1 -1
- package/dist/src/cli/commands/plan/agent-invoker.js +1 -1
- package/dist/src/cli/commands/repair-status-desync.js +1 -1
- package/dist/src/cli/commands/repair-status-desync.js.map +1 -1
- package/dist/src/cli/commands/revert-wip-limit.js +1 -1
- package/dist/src/cli/commands/revert-wip-limit.js.map +1 -1
- package/dist/src/cli/commands/sync-specs.js +1 -1
- package/dist/src/cli/commands/sync-specs.js.map +1 -1
- package/dist/src/cli/helpers/init/initial-increment-generator.js +1 -1
- package/dist/src/cli/helpers/init/initial-increment-generator.js.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/github-multi-repo.d.ts.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/github-multi-repo.js +15 -36
- package/dist/src/cli/helpers/issue-tracker/github-multi-repo.js.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/index.d.ts.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/index.js +12 -31
- package/dist/src/cli/helpers/issue-tracker/index.js.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/types.d.ts +6 -1
- package/dist/src/cli/helpers/issue-tracker/types.d.ts.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/types.js.map +1 -1
- package/dist/src/config/import-config.js +1 -1
- package/dist/src/config/import-config.js.map +1 -1
- package/dist/src/config/types.d.ts +203 -1208
- package/dist/src/config/types.d.ts.map +1 -1
- package/dist/src/core/ac-test-validator-cli.js +1 -1
- package/dist/src/core/ac-test-validator-cli.js.map +1 -1
- package/dist/src/core/ac-test-validator.js +1 -1
- package/dist/src/core/ac-test-validator.js.map +1 -1
- package/dist/src/core/brownfield/analyzer.js +1 -1
- package/dist/src/core/brownfield/analyzer.js.map +1 -1
- package/dist/src/core/brownfield/importer.js +1 -1
- package/dist/src/core/brownfield/importer.js.map +1 -1
- package/dist/src/core/cicd/config-loader.js +1 -1
- package/dist/src/core/cicd/config-loader.js.map +1 -1
- package/dist/src/core/cicd/notifier.js +1 -1
- package/dist/src/core/cicd/notifier.js.map +1 -1
- package/dist/src/core/cicd/parent-repo-validator.js +1 -1
- package/dist/src/core/cicd/parent-repo-validator.js.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/config/types.d.ts +46 -12
- package/dist/src/core/config/types.d.ts.map +1 -1
- package/dist/src/core/config/types.js +0 -5
- package/dist/src/core/config/types.js.map +1 -1
- package/dist/src/core/config-manager.js +1 -1
- package/dist/src/core/config-manager.js.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/deduplication/command-deduplicator.js +1 -1
- package/dist/src/core/deduplication/command-deduplicator.js.map +1 -1
- package/dist/src/core/feature-deleter/audit-logger.d.ts +30 -0
- package/dist/src/core/feature-deleter/audit-logger.d.ts.map +1 -0
- package/dist/src/core/feature-deleter/audit-logger.js +77 -0
- package/dist/src/core/feature-deleter/audit-logger.js.map +1 -0
- package/dist/src/core/feature-deleter/confirmation-manager.d.ts +39 -0
- package/dist/src/core/feature-deleter/confirmation-manager.d.ts.map +1 -0
- package/dist/src/core/feature-deleter/confirmation-manager.js +89 -0
- package/dist/src/core/feature-deleter/confirmation-manager.js.map +1 -0
- package/dist/src/core/feature-deleter/deletion-transaction.d.ts +51 -0
- package/dist/src/core/feature-deleter/deletion-transaction.d.ts.map +1 -0
- package/dist/src/core/feature-deleter/deletion-transaction.js +185 -0
- package/dist/src/core/feature-deleter/deletion-transaction.js.map +1 -0
- package/dist/src/core/feature-deleter/git-service.d.ts +43 -0
- package/dist/src/core/feature-deleter/git-service.d.ts.map +1 -0
- package/dist/src/core/feature-deleter/git-service.js +127 -0
- package/dist/src/core/feature-deleter/git-service.js.map +1 -0
- package/dist/src/core/feature-deleter/github-service.d.ts +36 -0
- package/dist/src/core/feature-deleter/github-service.d.ts.map +1 -0
- package/dist/src/core/feature-deleter/github-service.js +102 -0
- package/dist/src/core/feature-deleter/github-service.js.map +1 -0
- package/dist/src/core/feature-deleter/index.d.ts +35 -0
- package/dist/src/core/feature-deleter/index.d.ts.map +1 -0
- package/dist/src/core/feature-deleter/index.js +199 -0
- package/dist/src/core/feature-deleter/index.js.map +1 -0
- package/dist/src/core/feature-deleter/types.d.ts +179 -0
- package/dist/src/core/feature-deleter/types.d.ts.map +1 -0
- package/dist/src/core/feature-deleter/types.js +7 -0
- package/dist/src/core/feature-deleter/types.js.map +1 -0
- package/dist/src/core/feature-deleter/validator.d.ts +46 -0
- package/dist/src/core/feature-deleter/validator.d.ts.map +1 -0
- package/dist/src/core/feature-deleter/validator.js +231 -0
- package/dist/src/core/feature-deleter/validator.js.map +1 -0
- package/dist/src/core/hooks/HealthReporter.js +1 -1
- package/dist/src/core/hooks/HealthReporter.js.map +1 -1
- package/dist/src/core/hooks/HookAutoFixer.js +1 -1
- package/dist/src/core/hooks/HookAutoFixer.js.map +1 -1
- package/dist/src/core/hooks/HookScanner.js +1 -1
- package/dist/src/core/hooks/HookScanner.js.map +1 -1
- package/dist/src/core/i18n/language-manager.js +1 -1
- package/dist/src/core/i18n/language-manager.js.map +1 -1
- package/dist/src/core/i18n/locale-manager.js +1 -1
- package/dist/src/core/i18n/locale-manager.js.map +1 -1
- package/dist/src/core/i18n/system-prompt-injector.js +1 -1
- package/dist/src/core/i18n/system-prompt-injector.js.map +1 -1
- package/dist/src/core/increment/ac-status-manager.d.ts.map +1 -1
- package/dist/src/core/increment/ac-status-manager.js +18 -4
- package/dist/src/core/increment/ac-status-manager.js.map +1 -1
- package/dist/src/core/increment/active-increment-manager.js +1 -1
- package/dist/src/core/increment/active-increment-manager.js.map +1 -1
- package/dist/src/core/increment/completion-validator.js +1 -1
- package/dist/src/core/increment/completion-validator.js.map +1 -1
- package/dist/src/core/increment/conflict-resolver.js +1 -1
- package/dist/src/core/increment/conflict-resolver.js.map +1 -1
- package/dist/src/core/increment/desync-detector.js +1 -1
- package/dist/src/core/increment/desync-detector.js.map +1 -1
- package/dist/src/core/increment/discipline-checker.js +1 -1
- package/dist/src/core/increment/discipline-checker.js.map +1 -1
- package/dist/src/core/increment/duplicate-detector.js +1 -1
- package/dist/src/core/increment/duplicate-detector.js.map +1 -1
- package/dist/src/core/increment/increment-archiver.js +1 -1
- package/dist/src/core/increment/increment-archiver.js.map +1 -1
- package/dist/src/core/increment/increment-reopener.js +1 -1
- package/dist/src/core/increment/increment-reopener.js.map +1 -1
- package/dist/src/core/increment/metadata-manager.js +1 -1
- package/dist/src/core/increment/metadata-manager.js.map +1 -1
- package/dist/src/core/increment/metadata-validator.js +1 -1
- package/dist/src/core/increment/metadata-validator.js.map +1 -1
- package/dist/src/core/increment/recent-work-scanner.js +1 -1
- package/dist/src/core/increment/recent-work-scanner.js.map +1 -1
- package/dist/src/core/increment/spec-frontmatter-updater.js +1 -1
- package/dist/src/core/increment/spec-frontmatter-updater.js.map +1 -1
- package/dist/src/core/increment/status-auto-transition.js +1 -1
- package/dist/src/core/increment/status-auto-transition.js.map +1 -1
- package/dist/src/core/increment-status.js +1 -1
- package/dist/src/core/increment-status.js.map +1 -1
- package/dist/src/core/living-docs/content-distributor.js +1 -1
- package/dist/src/core/living-docs/content-distributor.js.map +1 -1
- package/dist/src/core/living-docs/cross-linker.js +1 -1
- package/dist/src/core/living-docs/cross-linker.js.map +1 -1
- package/dist/src/core/living-docs/feature-archiver.js +1 -1
- package/dist/src/core/living-docs/feature-archiver.js.map +1 -1
- package/dist/src/core/living-docs/feature-id-manager.js +1 -1
- package/dist/src/core/living-docs/feature-id-manager.js.map +1 -1
- package/dist/src/core/living-docs/hierarchy-mapper.js +1 -1
- package/dist/src/core/living-docs/hierarchy-mapper.js.map +1 -1
- package/dist/src/core/living-docs/living-docs-sync.d.ts +14 -0
- package/dist/src/core/living-docs/living-docs-sync.d.ts.map +1 -1
- package/dist/src/core/living-docs/living-docs-sync.js +72 -13
- package/dist/src/core/living-docs/living-docs-sync.js.map +1 -1
- package/dist/src/core/living-docs/project-detector.js +1 -1
- package/dist/src/core/living-docs/project-detector.js.map +1 -1
- package/dist/src/core/living-docs/task-project-specific-generator.js +1 -1
- package/dist/src/core/living-docs/task-project-specific-generator.js.map +1 -1
- package/dist/src/core/logging/prompt-logger.js +1 -1
- package/dist/src/core/logging/prompt-logger.js.map +1 -1
- package/dist/src/core/plugin-loader.js +1 -1
- package/dist/src/core/plugin-loader.js.map +1 -1
- package/dist/src/core/project-manager.js +1 -1
- package/dist/src/core/project-manager.js.map +1 -1
- package/dist/src/core/qa/qa-runner.js +1 -1
- package/dist/src/core/qa/qa-runner.js.map +1 -1
- package/dist/src/core/repo-structure/folder-detector.js +1 -1
- package/dist/src/core/repo-structure/folder-detector.js.map +1 -1
- package/dist/src/core/repo-structure/repo-bulk-discovery.d.ts.map +1 -1
- package/dist/src/core/repo-structure/repo-bulk-discovery.js +20 -5
- package/dist/src/core/repo-structure/repo-bulk-discovery.js.map +1 -1
- package/dist/src/core/repo-structure/repo-structure-manager.d.ts.map +1 -1
- package/dist/src/core/repo-structure/repo-structure-manager.js +29 -14
- package/dist/src/core/repo-structure/repo-structure-manager.js.map +1 -1
- package/dist/src/core/repo-structure/setup-state-manager.js +1 -1
- package/dist/src/core/repo-structure/setup-state-manager.js.map +1 -1
- package/dist/src/core/spec-detector.js +1 -1
- package/dist/src/core/spec-detector.js.map +1 -1
- package/dist/src/core/specs/spec-metadata-manager.js +1 -1
- package/dist/src/core/specs/spec-metadata-manager.js.map +1 -1
- package/dist/src/core/status-line/status-line-updater.js +1 -1
- package/dist/src/core/status-line/status-line-updater.js.map +1 -1
- package/dist/src/core/status-line-validator.js +1 -1
- package/dist/src/core/status-line-validator.js.map +1 -1
- package/dist/src/core/sync/bidirectional-engine.js +1 -1
- package/dist/src/core/sync/bidirectional-engine.js.map +1 -1
- package/dist/src/core/sync/profile-manager.js +1 -1
- package/dist/src/core/sync/profile-manager.js.map +1 -1
- package/dist/src/core/sync/project-context.js +1 -1
- package/dist/src/core/sync/project-context.js.map +1 -1
- package/dist/src/core/sync/sync-event-logger.js +1 -1
- package/dist/src/core/sync/sync-event-logger.js.map +1 -1
- package/dist/src/core/types/config.js +1 -1
- package/dist/src/core/types/config.js.map +1 -1
- package/dist/src/core/us-completion-detector.d.ts +124 -0
- package/dist/src/core/us-completion-detector.d.ts.map +1 -0
- package/dist/src/core/us-completion-detector.js +270 -0
- package/dist/src/core/us-completion-detector.js.map +1 -0
- package/dist/src/core/utils/permission-checker.js +1 -1
- package/dist/src/core/utils/permission-checker.js.map +1 -1
- package/dist/src/core/workflow/autonomous-executor.js +1 -1
- package/dist/src/core/workflow/autonomous-executor.js.map +1 -1
- package/dist/src/core/workflow/backlog-scanner.js +1 -1
- package/dist/src/core/workflow/backlog-scanner.js.map +1 -1
- package/dist/src/core/workflow/cost-estimator.js +1 -1
- package/dist/src/core/workflow/cost-estimator.js.map +1 -1
- package/dist/src/core/workflow/state-manager.js +1 -1
- package/dist/src/core/workflow/state-manager.js.map +1 -1
- package/dist/src/importers/duplicate-detector.js +1 -1
- package/dist/src/importers/duplicate-detector.js.map +1 -1
- package/dist/src/importers/item-converter.js +1 -1
- package/dist/src/importers/item-converter.js.map +1 -1
- package/dist/src/init/architecture/types.d.ts +33 -140
- package/dist/src/init/architecture/types.d.ts.map +1 -1
- package/dist/src/init/compliance/types.d.ts +30 -27
- package/dist/src/init/compliance/types.d.ts.map +1 -1
- package/dist/src/init/repo/types.d.ts +11 -34
- package/dist/src/init/repo/types.d.ts.map +1 -1
- package/dist/src/init/research/src/config/types.d.ts +15 -82
- package/dist/src/init/research/src/config/types.d.ts.map +1 -1
- package/dist/src/init/research/types.d.ts +38 -93
- package/dist/src/init/research/types.d.ts.map +1 -1
- package/dist/src/init/team/types.d.ts +4 -42
- package/dist/src/init/team/types.d.ts.map +1 -1
- package/dist/src/integrations/jira/jira-incremental-mapper.d.ts +1 -1
- package/dist/src/integrations/jira/jira-incremental-mapper.d.ts.map +1 -1
- package/dist/src/integrations/jira/jira-incremental-mapper.js +3 -3
- package/dist/src/integrations/jira/jira-incremental-mapper.js.map +1 -1
- package/dist/src/living-docs/fs-id-allocator.js +1 -1
- package/dist/src/living-docs/fs-id-allocator.js.map +1 -1
- package/dist/src/living-docs/id-registry.js +1 -1
- package/dist/src/living-docs/id-registry.js.map +1 -1
- package/dist/src/sync/external-item-sync-service.js +1 -1
- package/dist/src/sync/external-item-sync-service.js.map +1 -1
- package/dist/src/sync/format-preservation-sync.d.ts.map +1 -1
- package/dist/src/sync/format-preservation-sync.js +23 -5
- package/dist/src/sync/format-preservation-sync.js.map +1 -1
- package/dist/src/sync/frontmatter-updater.d.ts +57 -0
- package/dist/src/sync/frontmatter-updater.d.ts.map +1 -0
- package/dist/src/sync/frontmatter-updater.js +147 -0
- package/dist/src/sync/frontmatter-updater.js.map +1 -0
- package/dist/src/sync/sync-coordinator.d.ts +22 -1
- package/dist/src/sync/sync-coordinator.d.ts.map +1 -1
- package/dist/src/sync/sync-coordinator.js +268 -21
- package/dist/src/sync/sync-coordinator.js.map +1 -1
- package/dist/src/sync/sync-metadata.js +1 -1
- package/dist/src/sync/sync-metadata.js.map +1 -1
- package/dist/src/types/living-docs-us-file.d.ts +18 -0
- package/dist/src/types/living-docs-us-file.d.ts.map +1 -1
- package/dist/src/types/living-docs-us-file.js.map +1 -1
- package/dist/src/utils/agents-md-compiler.js +1 -1
- package/dist/src/utils/agents-md-compiler.js.map +1 -1
- package/dist/src/utils/auto-install.js +1 -1
- package/dist/src/utils/auto-install.js.map +1 -1
- package/dist/src/utils/cost-reporter.js +1 -1
- package/dist/src/utils/cost-reporter.js.map +1 -1
- package/dist/src/utils/docs-preview/config-generator.js +1 -1
- package/dist/src/utils/docs-preview/config-generator.js.map +1 -1
- package/dist/src/utils/docs-preview/docusaurus-setup.js +1 -1
- package/dist/src/utils/docs-preview/docusaurus-setup.js.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/sidebar-builder.js +1 -1
- package/dist/src/utils/docs-preview/sidebar-builder.js.map +1 -1
- package/dist/src/utils/env-file-generator.js +1 -1
- package/dist/src/utils/env-file-generator.js.map +1 -1
- package/dist/src/utils/external-resource-validator.js +1 -1
- package/dist/src/utils/external-resource-validator.js.map +1 -1
- package/dist/src/utils/fs-native.d.ts +51 -5
- package/dist/src/utils/fs-native.d.ts.map +1 -1
- package/dist/src/utils/fs-native.js +100 -5
- package/dist/src/utils/fs-native.js.map +1 -1
- package/dist/src/utils/plugin-validator.js +1 -1
- package/dist/src/utils/plugin-validator.js.map +1 -1
- package/dist/src/utils/project-detection.js +1 -1
- package/dist/src/utils/project-detection.js.map +1 -1
- package/dist/src/utils/project-validator.js +1 -1
- package/dist/src/utils/project-validator.js.map +1 -1
- package/dist/src/utils/spec-parser.js +1 -1
- package/dist/src/utils/spec-parser.js.map +1 -1
- package/dist/src/utils/spec-splitter.js +1 -1
- package/dist/src/utils/spec-splitter.js.map +1 -1
- package/dist/src/validators/ac-coverage-validator.js +1 -1
- package/dist/src/validators/ac-coverage-validator.js.map +1 -1
- package/package.json +5 -6
- package/plugins/specweave/.claude-plugin/plugin.json +17 -11
- package/plugins/specweave/agents/architect/AGENT.md +115 -45
- package/plugins/specweave/agents/code-standards-detective/AGENT.md +47 -0
- package/plugins/specweave/agents/docs-writer/AGENT.md +134 -1
- package/plugins/specweave/agents/increment-quality-judge-v2/AGENT.md +1 -0
- package/plugins/specweave/agents/infrastructure/AGENT.md +48 -1
- package/plugins/specweave/agents/performance/AGENT.md +46 -0
- package/plugins/specweave/agents/pm/AGENT.md +115 -3
- package/plugins/specweave/agents/qa-lead/AGENT.md +40 -1
- package/plugins/specweave/agents/reflective-reviewer/AGENT.md +5 -0
- package/plugins/specweave/agents/security/AGENT.md +45 -0
- package/plugins/specweave/agents/tdd-orchestrator/AGENT.md +128 -1
- package/plugins/specweave/agents/tech-lead/AGENT.md +138 -1
- package/plugins/specweave/agents/test-aware-planner/AGENT.md +76 -6
- package/plugins/specweave/agents/translator/AGENT.md +132 -0
- package/plugins/specweave/commands/specweave-sync-progress.md +616 -0
- package/plugins/specweave/hooks/hooks.json +0 -9
- package/plugins/specweave/hooks/lib/update-status-line.sh +19 -0
- package/plugins/specweave/hooks/post-edit-write-consolidated.sh +335 -0
- package/plugins/specweave/hooks/post-increment-completion.sh +133 -0
- package/plugins/specweave/hooks/post-metadata-change.sh +58 -19
- package/plugins/specweave/hooks/post-task-completion.sh +100 -9
- package/plugins/specweave/hooks/pre-edit-spec.sh +0 -11
- package/plugins/specweave/hooks/pre-edit-write-consolidated.sh +225 -0
- package/plugins/specweave/hooks/pre-task-completion.sh +11 -0
- package/plugins/specweave/hooks/pre-write-spec.sh +0 -11
- package/plugins/specweave/hooks/shared/bulk-operation-detector.sh +167 -0
- package/plugins/specweave/lib/hooks/consolidated-sync.js +78 -3
- package/plugins/specweave/lib/hooks/us-completion-orchestrator.js +135 -0
- package/plugins/specweave/lib/vendor/core/increment/ac-status-manager.js +18 -4
- package/plugins/specweave/lib/vendor/core/increment/ac-status-manager.js.map +1 -1
- package/plugins/specweave/lib/vendor/core/increment/active-increment-manager.js +1 -1
- package/plugins/specweave/lib/vendor/core/increment/active-increment-manager.js.map +1 -1
- package/plugins/specweave/lib/vendor/core/increment/duplicate-detector.js +1 -1
- package/plugins/specweave/lib/vendor/core/increment/duplicate-detector.js.map +1 -1
- package/plugins/specweave/lib/vendor/core/increment/metadata-manager.js +1 -1
- package/plugins/specweave/lib/vendor/core/increment/metadata-manager.js.map +1 -1
- package/plugins/specweave/skills/code-reviewer/SKILL.md +1 -1
- package/plugins/specweave/skills/progress-sync/SKILL.md +405 -0
- package/plugins/specweave-ado/lib/ado-project-detector.js +1 -1
- package/plugins/specweave-ado/lib/ado-project-detector.ts +1 -1
- package/plugins/specweave-ado/lib/conflict-resolver.js +1 -1
- package/plugins/specweave-ado/lib/conflict-resolver.ts +1 -1
- package/plugins/specweave-backend/agents/database-optimizer/AGENT.md +1 -1
- package/plugins/specweave-frontend/agents/frontend-architect/AGENT.md +5 -0
- package/plugins/specweave-github/.claude-plugin/plugin.json +1 -15
- package/plugins/specweave-github/hooks/.specweave/logs/hooks-debug.log +480 -0
- package/plugins/specweave-github/hooks/README.md +34 -25
- package/plugins/specweave-github/lib/CodeValidator.js +1 -1
- package/plugins/specweave-github/lib/CodeValidator.ts +2 -2
- package/plugins/specweave-github/lib/ThreeLayerSyncManager.js +1 -1
- package/plugins/specweave-github/lib/ThreeLayerSyncManager.ts +1 -1
- package/plugins/specweave-github/lib/github-client-v2.js +59 -1
- package/plugins/specweave-github/lib/github-client-v2.ts +82 -1
- package/plugins/specweave-github/lib/github-issue-updater.js +1 -1
- package/plugins/specweave-github/lib/github-issue-updater.ts +1 -1
- package/plugins/specweave-github/lib/github-sync-bidirectional.js +1 -1
- package/plugins/specweave-github/lib/github-sync-bidirectional.ts +1 -1
- package/plugins/specweave-github/lib/github-sync-increment-changes.js +1 -1
- package/plugins/specweave-github/lib/github-sync-increment-changes.ts +1 -1
- package/plugins/specweave-github/lib/user-story-issue-builder.js +4 -4
- package/plugins/specweave-github/lib/user-story-issue-builder.ts +7 -6
- package/plugins/specweave-infrastructure/agents/devops/AGENT.md +48 -1
- package/plugins/specweave-infrastructure/agents/network-engineer/AGENT.md +6 -1
- package/plugins/specweave-infrastructure/agents/observability-engineer/AGENT.md +6 -1
- package/plugins/specweave-infrastructure/agents/performance-engineer/AGENT.md +6 -1
- package/plugins/specweave-infrastructure/agents/sre/AGENT.md +5 -0
- package/plugins/specweave-jira/lib/jira-epic-sync.js +1 -1
- package/plugins/specweave-jira/lib/jira-epic-sync.ts +1 -1
- package/plugins/specweave-kafka/agents/kafka-architect/AGENT.md +5 -0
- package/plugins/specweave-kubernetes/agents/kubernetes-architect/AGENT.md +47 -2
- package/plugins/specweave-ml/agents/data-scientist/AGENT.md +1 -1
- package/plugins/specweave-ml/agents/ml-engineer/AGENT.md +5 -0
- package/plugins/specweave-ml/agents/mlops-engineer/AGENT.md +6 -1
- package/plugins/specweave-payments/agents/payment-integration/AGENT.md +1 -1
- package/plugins/specweave-release/commands/specweave-release-npm.md +130 -2
- package/plugins/specweave-release/hooks/.specweave/logs/dora-tracking.log +198 -0
- package/plugins/specweave-ado/hooks/hooks.json +0 -15
- package/plugins/specweave-github/hooks/hooks.json +0 -15
- package/plugins/specweave-jira/hooks/hooks.json +0 -15
- package/plugins/specweave-release/hooks/hooks.json +0 -15
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: kubernetes-architect
|
|
3
|
-
description: Expert Kubernetes architect
|
|
4
|
-
model: sonnet
|
|
3
|
+
description: Expert Kubernetes architect that generates manifests ONE SERVICE AT A TIME (frontend → backend → database → cache) to prevent crashes. Specializes in GitOps (ArgoCD/Flux), service mesh (Istio/Linkerd), EKS/AKS/GKE. **CRITICAL CHUNKING RULE - Microservices architecture (10 services × 5 manifests = 50 files) done incrementally.** Use PROACTIVELY for K8s architecture, GitOps implementation, or cloud-native platform design.
|
|
4
|
+
model: claude-sonnet-4-5-20250929
|
|
5
5
|
model_preference: sonnet
|
|
6
6
|
cost_profile: planning
|
|
7
7
|
fallback_behavior: strict
|
|
8
|
+
max_response_tokens: 2000
|
|
8
9
|
---
|
|
9
10
|
|
|
10
11
|
You are a Kubernetes architect specializing in cloud-native infrastructure, modern GitOps workflows, and enterprise container orchestration at scale.
|
|
@@ -28,6 +29,50 @@ Task({
|
|
|
28
29
|
- **Directory**: kubernetes-architect
|
|
29
30
|
- **Agent Name**: kubernetes-architect
|
|
30
31
|
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## ⚠️🚨 CRITICAL SAFETY RULE 🚨⚠️
|
|
35
|
+
|
|
36
|
+
**YOU MUST GENERATE K8S MANIFESTS ONE SERVICE AT A TIME** (Configured: `max_response_tokens: 2000`)
|
|
37
|
+
|
|
38
|
+
### THE ABSOLUTE RULE: NO MASSIVE MANIFEST GENERATION
|
|
39
|
+
|
|
40
|
+
**VIOLATION CAUSES CRASHES!** Microservices (10 services × 5 manifests each) = 50 files, 3000+ lines.
|
|
41
|
+
|
|
42
|
+
1. Analyze → List all services/components → ASK which to start (< 500 tokens)
|
|
43
|
+
2. Generate ONE service (manifests + Helm) → ASK "Ready for next?" (< 800 tokens)
|
|
44
|
+
3. Repeat ONE service at a time → NEVER generate all at once
|
|
45
|
+
|
|
46
|
+
**Chunk by Service**:
|
|
47
|
+
- **Service 1: Frontend** (deployment, service, ingress, hpa, configmap) → ONE response
|
|
48
|
+
- **Service 2: Backend API** (deployment, service, hpa, configmap, secret) → ONE response
|
|
49
|
+
- **Service 3: Database** (statefulset, service, pvc, configmap) → ONE response
|
|
50
|
+
- **Service 4: Cache** (deployment, service, configmap) → ONE response
|
|
51
|
+
- **Service 5: Message Queue** (deployment, service, configmap) → ONE response
|
|
52
|
+
|
|
53
|
+
❌ WRONG: All 10 services in one response → CRASH!
|
|
54
|
+
✅ CORRECT: One service per response, user confirms each
|
|
55
|
+
|
|
56
|
+
**Example**: "Design microservices on K8s"
|
|
57
|
+
```
|
|
58
|
+
Response 1: Analyze → List 10 services → Ask which first
|
|
59
|
+
Response 2: Frontend service (5 manifests) → Ask "Ready for backend?"
|
|
60
|
+
Response 3: Backend API (5 manifests) → Ask "Ready for database?"
|
|
61
|
+
[... continues one service at a time ...]
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
### 📊 Self-Check Before Sending Response
|
|
65
|
+
|
|
66
|
+
Before you finish ANY response, mentally verify:
|
|
67
|
+
|
|
68
|
+
- [ ] Am I generating more than 1 service? **→ STOP! One service per response**
|
|
69
|
+
- [ ] Is my response > 2000 tokens? **→ STOP! This is too large**
|
|
70
|
+
- [ ] Did I ask user which service to do next? **→ REQUIRED!**
|
|
71
|
+
- [ ] Am I waiting for explicit confirmation? **→ YES! Never auto-continue**
|
|
72
|
+
- [ ] For microservices (5+ services), am I chunking? **→ YES! One service at a time**
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
31
76
|
**When to Use**:
|
|
32
77
|
- You're designing Kubernetes clusters and container orchestration platforms
|
|
33
78
|
- You need to implement GitOps workflows with ArgoCD or Flux
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: data-scientist
|
|
3
3
|
description: Expert data scientist for advanced analytics, machine learning, and statistical modeling. Handles complex data analysis, predictive modeling, and business intelligence. Use PROACTIVELY for data analysis tasks, ML modeling, statistical analysis, and data-driven insights.
|
|
4
|
-
model: sonnet
|
|
4
|
+
model: claude-sonnet-4-5-20250929
|
|
5
5
|
model_preference: sonnet
|
|
6
6
|
cost_profile: planning
|
|
7
7
|
fallback_behavior: strict
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ml-engineer
|
|
3
3
|
model_preference: sonnet
|
|
4
|
+
max_response_tokens: 2000
|
|
4
5
|
---
|
|
5
6
|
|
|
6
7
|
# ML Engineer Agent
|
|
7
8
|
|
|
9
|
+
## ⚠️ Chunking for Large ML Pipelines
|
|
10
|
+
|
|
11
|
+
When generating comprehensive ML pipelines that exceed 1000 lines (e.g., complete end-to-end ML system with data preprocessing, feature engineering, model training, hyperparameter tuning, evaluation, and deployment), generate output **incrementally** to prevent crashes. Break large ML implementations into logical stages (e.g., Data Loading & EDA → Feature Engineering → Model Training → Evaluation → Deployment) and ask the user which stage to implement next. This ensures reliable delivery of ML infrastructure without overwhelming the system.
|
|
12
|
+
|
|
8
13
|
## 🚀 How to Invoke This Agent
|
|
9
14
|
|
|
10
15
|
**Subagent Type**: `specweave-ml:ml-engineer:ml-engineer`
|
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mlops-engineer
|
|
3
3
|
description: Build comprehensive ML pipelines, experiment tracking, and model registries with MLflow, Kubeflow, and modern MLOps tools. Implements automated training, deployment, and monitoring across cloud platforms. Use PROACTIVELY for ML infrastructure, experiment management, or pipeline automation.
|
|
4
|
-
model: sonnet
|
|
4
|
+
model: claude-sonnet-4-5-20250929
|
|
5
5
|
model_preference: haiku
|
|
6
6
|
cost_profile: execution
|
|
7
7
|
fallback_behavior: flexible
|
|
8
|
+
max_response_tokens: 2000
|
|
8
9
|
---
|
|
9
10
|
|
|
11
|
+
## ⚠️ Chunking for Large MLOps Platforms
|
|
12
|
+
|
|
13
|
+
When generating comprehensive MLOps platforms that exceed 1000 lines (e.g., complete ML infrastructure with MLflow, Kubeflow, automated training pipelines, model registry, and deployment automation), generate output **incrementally** to prevent crashes. Break large MLOps implementations into logical components (e.g., Experiment Tracking Setup → Model Registry → Training Pipelines → Deployment Automation → Monitoring) and ask the user which component to implement next. This ensures reliable delivery of MLOps infrastructure without overwhelming the system.
|
|
14
|
+
|
|
10
15
|
You are an MLOps engineer specializing in ML infrastructure, automation, and production ML systems across cloud platforms.
|
|
11
16
|
|
|
12
17
|
## 🚀 How to Invoke This Agent
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: payment-integration
|
|
3
3
|
description: Integrate Stripe, PayPal, and payment processors. Handles checkout flows, subscriptions, webhooks, and PCI compliance. Use PROACTIVELY when implementing payments, billing, or subscription features.
|
|
4
|
-
model: haiku
|
|
4
|
+
model: claude-haiku-4-5-20251001
|
|
5
5
|
model_preference: haiku
|
|
6
6
|
cost_profile: execution
|
|
7
7
|
fallback_behavior: flexible
|
|
@@ -1,12 +1,26 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: specweave-release:npm
|
|
3
|
-
description: Bump patch version, create git tag, and trigger npm publish via GitHub Actions. Automates the complete release workflow with pre-flight checks, version bumping, tag creation, and GitHub Actions triggering.
|
|
3
|
+
description: Bump patch version, create git tag, and trigger npm publish via GitHub Actions. Automates the complete release workflow with pre-flight checks, version bumping, tag creation, and GitHub Actions triggering. Use --only flag for direct npm publish (skips git push and GitHub Actions).
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# /specweave-release:npm - NPM Release Automation
|
|
7
7
|
|
|
8
8
|
You are the NPM Release Assistant. Your job is to automate the patch version release process.
|
|
9
9
|
|
|
10
|
+
## Command Modes
|
|
11
|
+
|
|
12
|
+
**Default mode** (no flags): Push to GitHub → GitHub Actions publishes to npm
|
|
13
|
+
**Direct mode** (`--only`): Publish directly to npm (skip GitHub push/Actions)
|
|
14
|
+
|
|
15
|
+
## Detecting Mode
|
|
16
|
+
|
|
17
|
+
First, check if the user provided `--only` flag:
|
|
18
|
+
- Look at the command invocation (e.g., `/specweave-release:npm --only`)
|
|
19
|
+
- Check conversation context for `--only` parameter
|
|
20
|
+
|
|
21
|
+
**If `--only` flag detected**: Use DIRECT MODE (skip to section "Direct Mode Workflow")
|
|
22
|
+
**If no flag**: Use DEFAULT MODE (continue with steps below)
|
|
23
|
+
|
|
10
24
|
## Your Task
|
|
11
25
|
|
|
12
26
|
Execute the following steps in order:
|
|
@@ -101,10 +115,124 @@ Show the user:
|
|
|
101
115
|
- ✅ NEVER force push
|
|
102
116
|
- ✅ NEVER skip pre-flight checks
|
|
103
117
|
|
|
104
|
-
## Success Criteria
|
|
118
|
+
## Success Criteria (Default Mode)
|
|
105
119
|
|
|
106
120
|
✅ Version bumped in package.json
|
|
107
121
|
✅ Git commit created
|
|
108
122
|
✅ Git tag created
|
|
109
123
|
✅ Changes pushed to GitHub
|
|
110
124
|
✅ GitHub Actions workflow triggered
|
|
125
|
+
|
|
126
|
+
---
|
|
127
|
+
|
|
128
|
+
## DIRECT MODE WORKFLOW (--only flag)
|
|
129
|
+
|
|
130
|
+
Use this workflow when `--only` flag is detected. This publishes directly to npm WITHOUT git push or GitHub Actions.
|
|
131
|
+
|
|
132
|
+
### 1. Pre-flight Checks (Same as Default)
|
|
133
|
+
|
|
134
|
+
```bash
|
|
135
|
+
# Verify we're on develop branch
|
|
136
|
+
git rev-parse --abbrev-ref HEAD
|
|
137
|
+
|
|
138
|
+
# Check for uncommitted changes
|
|
139
|
+
git status --porcelain
|
|
140
|
+
|
|
141
|
+
# Verify current version
|
|
142
|
+
node -p "require('./package.json').version"
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
**STOP if**:
|
|
146
|
+
- Not on `develop` branch (ask user to switch)
|
|
147
|
+
- Uncommitted changes exist (ask user to commit first)
|
|
148
|
+
|
|
149
|
+
### 2. Bump Patch Version (Same as Default)
|
|
150
|
+
|
|
151
|
+
```bash
|
|
152
|
+
# This creates commit + tag automatically
|
|
153
|
+
npm version patch -m "chore: bump version to %s"
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
**What this does**:
|
|
157
|
+
- Updates `package.json` and `package-lock.json`
|
|
158
|
+
- Creates git commit with message "chore: bump version to X.Y.Z"
|
|
159
|
+
- Creates git tag `vX.Y.Z`
|
|
160
|
+
|
|
161
|
+
### 3. Extract New Version
|
|
162
|
+
|
|
163
|
+
```bash
|
|
164
|
+
# Get the new version
|
|
165
|
+
node -p "require('./package.json').version"
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
### 4. Build Package
|
|
169
|
+
|
|
170
|
+
```bash
|
|
171
|
+
# Build the package before publishing
|
|
172
|
+
npm run rebuild
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
**Critical**: Must rebuild to ensure dist/ is up-to-date before publishing.
|
|
176
|
+
|
|
177
|
+
### 5. Publish to NPM Directly
|
|
178
|
+
|
|
179
|
+
```bash
|
|
180
|
+
# Publish directly to npm (bypasses GitHub Actions)
|
|
181
|
+
npm publish
|
|
182
|
+
```
|
|
183
|
+
|
|
184
|
+
**What this does**:
|
|
185
|
+
- Builds package tarball
|
|
186
|
+
- Publishes to npm registry immediately
|
|
187
|
+
- No GitHub Actions involvement
|
|
188
|
+
|
|
189
|
+
### 6. Push Git Changes (Optional but Recommended)
|
|
190
|
+
|
|
191
|
+
```bash
|
|
192
|
+
# Push the version bump commit and tag to GitHub
|
|
193
|
+
git push origin develop --follow-tags
|
|
194
|
+
```
|
|
195
|
+
|
|
196
|
+
**Note**: This syncs GitHub with npm but does NOT trigger publish workflow (already published).
|
|
197
|
+
|
|
198
|
+
### 7. Report Results (Direct Mode)
|
|
199
|
+
|
|
200
|
+
Show the user:
|
|
201
|
+
```markdown
|
|
202
|
+
✅ **Published directly to npm!**
|
|
203
|
+
|
|
204
|
+
📦 **Version**: vX.Y.Z
|
|
205
|
+
🔗 **NPM**: https://www.npmjs.com/package/specweave
|
|
206
|
+
🏷️ **Git Tag**: vX.Y.Z (created locally)
|
|
207
|
+
|
|
208
|
+
**What happened**:
|
|
209
|
+
- ✅ Version bumped and committed
|
|
210
|
+
- ✅ Git tag created locally
|
|
211
|
+
- ✅ Package built (npm run rebuild)
|
|
212
|
+
- ✅ Published to npm directly
|
|
213
|
+
- ✅ Git changes pushed to GitHub
|
|
214
|
+
|
|
215
|
+
**Verify**:
|
|
216
|
+
- Check npm: https://www.npmjs.com/package/specweave
|
|
217
|
+
- Verify version: `npm view specweave version`
|
|
218
|
+
- Install globally: `npm install -g specweave@X.Y.Z`
|
|
219
|
+
|
|
220
|
+
**Note**: Published via direct push (bypassed GitHub Actions)
|
|
221
|
+
```
|
|
222
|
+
|
|
223
|
+
## Direct Mode Safety Rules
|
|
224
|
+
|
|
225
|
+
- ✅ ALWAYS rebuild before publishing (`npm run rebuild`)
|
|
226
|
+
- ✅ ALWAYS push git changes after successful publish
|
|
227
|
+
- ✅ Use `--only` for emergency releases or local testing
|
|
228
|
+
- ✅ Default mode (GitHub Actions) is preferred for regular releases
|
|
229
|
+
- ✅ Direct mode gives immediate feedback (no CI wait time)
|
|
230
|
+
|
|
231
|
+
## Success Criteria (Direct Mode)
|
|
232
|
+
|
|
233
|
+
✅ Version bumped in package.json
|
|
234
|
+
✅ Git commit created
|
|
235
|
+
✅ Git tag created
|
|
236
|
+
✅ Package rebuilt
|
|
237
|
+
✅ Published to npm directly
|
|
238
|
+
✅ Git changes pushed to GitHub (optional but recommended)
|
|
@@ -538,3 +538,201 @@
|
|
|
538
538
|
[2025-11-23 02:09:36] 🎯 Post-Increment-Completion Hook Triggered
|
|
539
539
|
[2025-11-23 02:09:36] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
540
540
|
[2025-11-23 02:09:36] Run: npm run build
|
|
541
|
+
[2025-11-23 11:20:45] 🎯 Post-Increment-Completion Hook Triggered
|
|
542
|
+
[2025-11-23 11:20:45] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
543
|
+
[2025-11-23 11:20:45] Run: npm run build
|
|
544
|
+
[2025-11-23 11:20:50] 🎯 Post-Increment-Completion Hook Triggered
|
|
545
|
+
[2025-11-23 11:20:50] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
546
|
+
[2025-11-23 11:20:50] Run: npm run build
|
|
547
|
+
[2025-11-23 11:20:56] 🎯 Post-Increment-Completion Hook Triggered
|
|
548
|
+
[2025-11-23 11:20:56] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
549
|
+
[2025-11-23 11:20:56] Run: npm run build
|
|
550
|
+
[2025-11-23 11:21:01] 🎯 Post-Increment-Completion Hook Triggered
|
|
551
|
+
[2025-11-23 11:21:01] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
552
|
+
[2025-11-23 11:21:01] Run: npm run build
|
|
553
|
+
[2025-11-23 15:32:27] 🎯 Post-Increment-Completion Hook Triggered
|
|
554
|
+
[2025-11-23 15:32:27] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
555
|
+
[2025-11-23 15:32:27] Run: npm run build
|
|
556
|
+
[2025-11-23 15:32:32] 🎯 Post-Increment-Completion Hook Triggered
|
|
557
|
+
[2025-11-23 15:32:32] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
558
|
+
[2025-11-23 15:32:32] Run: npm run build
|
|
559
|
+
[2025-11-23 15:32:38] 🎯 Post-Increment-Completion Hook Triggered
|
|
560
|
+
[2025-11-23 15:32:38] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
561
|
+
[2025-11-23 15:32:38] Run: npm run build
|
|
562
|
+
[2025-11-23 15:32:43] 🎯 Post-Increment-Completion Hook Triggered
|
|
563
|
+
[2025-11-23 15:32:43] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
564
|
+
[2025-11-23 15:32:43] Run: npm run build
|
|
565
|
+
[2025-11-23 22:49:29] 🎯 Post-Increment-Completion Hook Triggered
|
|
566
|
+
[2025-11-23 22:49:29] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
567
|
+
[2025-11-23 22:49:29] Run: npm run build
|
|
568
|
+
[2025-11-23 22:49:29] 🎯 Post-Increment-Completion Hook Triggered
|
|
569
|
+
[2025-11-23 22:49:29] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
570
|
+
[2025-11-23 22:49:29] Run: npm run build
|
|
571
|
+
[2025-11-23 22:49:29] 🎯 Post-Increment-Completion Hook Triggered
|
|
572
|
+
[2025-11-23 22:49:29] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
573
|
+
[2025-11-23 22:49:29] Run: npm run build
|
|
574
|
+
[2025-11-23 22:50:00] 🎯 Post-Increment-Completion Hook Triggered
|
|
575
|
+
[2025-11-23 22:50:00] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
576
|
+
[2025-11-23 22:50:00] Run: npm run build
|
|
577
|
+
[2025-11-23 22:50:00] 🎯 Post-Increment-Completion Hook Triggered
|
|
578
|
+
[2025-11-23 22:50:00] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
579
|
+
[2025-11-23 22:50:00] Run: npm run build
|
|
580
|
+
[2025-11-23 22:50:01] 🎯 Post-Increment-Completion Hook Triggered
|
|
581
|
+
[2025-11-23 22:50:01] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
582
|
+
[2025-11-23 22:50:01] Run: npm run build
|
|
583
|
+
[2025-11-23 22:50:41] 🎯 Post-Increment-Completion Hook Triggered
|
|
584
|
+
[2025-11-23 22:50:41] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
585
|
+
[2025-11-23 22:50:41] Run: npm run build
|
|
586
|
+
[2025-11-23 22:50:41] 🎯 Post-Increment-Completion Hook Triggered
|
|
587
|
+
[2025-11-23 22:50:41] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
588
|
+
[2025-11-23 22:50:41] Run: npm run build
|
|
589
|
+
[2025-11-23 22:50:42] 🎯 Post-Increment-Completion Hook Triggered
|
|
590
|
+
[2025-11-23 22:50:42] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
591
|
+
[2025-11-23 22:50:42] Run: npm run build
|
|
592
|
+
[2025-11-23 22:51:06] 🎯 Post-Increment-Completion Hook Triggered
|
|
593
|
+
[2025-11-23 22:51:06] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
594
|
+
[2025-11-23 22:51:06] Run: npm run build
|
|
595
|
+
[2025-11-23 22:51:06] 🎯 Post-Increment-Completion Hook Triggered
|
|
596
|
+
[2025-11-23 22:51:06] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
597
|
+
[2025-11-23 22:51:06] Run: npm run build
|
|
598
|
+
[2025-11-23 22:51:06] 🎯 Post-Increment-Completion Hook Triggered
|
|
599
|
+
[2025-11-23 22:51:06] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
600
|
+
[2025-11-23 22:51:06] Run: npm run build
|
|
601
|
+
[2025-11-24 00:00:30] 🎯 Post-Increment-Completion Hook Triggered
|
|
602
|
+
[2025-11-24 00:00:30] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
603
|
+
[2025-11-24 00:00:30] Run: npm run build
|
|
604
|
+
[2025-11-24 00:00:30] 🎯 Post-Increment-Completion Hook Triggered
|
|
605
|
+
[2025-11-24 00:00:30] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
606
|
+
[2025-11-24 00:00:30] Run: npm run build
|
|
607
|
+
[2025-11-24 00:00:31] 🎯 Post-Increment-Completion Hook Triggered
|
|
608
|
+
[2025-11-24 00:00:31] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
609
|
+
[2025-11-24 00:00:31] Run: npm run build
|
|
610
|
+
[2025-11-24 00:00:57] 🎯 Post-Increment-Completion Hook Triggered
|
|
611
|
+
[2025-11-24 00:00:57] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
612
|
+
[2025-11-24 00:00:57] Run: npm run build
|
|
613
|
+
[2025-11-24 00:00:57] 🎯 Post-Increment-Completion Hook Triggered
|
|
614
|
+
[2025-11-24 00:00:57] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
615
|
+
[2025-11-24 00:00:57] Run: npm run build
|
|
616
|
+
[2025-11-24 00:00:57] 🎯 Post-Increment-Completion Hook Triggered
|
|
617
|
+
[2025-11-24 00:00:57] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
618
|
+
[2025-11-24 00:00:57] Run: npm run build
|
|
619
|
+
[2025-11-24 00:21:35] 🎯 Post-Increment-Completion Hook Triggered
|
|
620
|
+
[2025-11-24 00:21:35] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
621
|
+
[2025-11-24 00:21:35] Run: npm run build
|
|
622
|
+
[2025-11-24 00:21:35] 🎯 Post-Increment-Completion Hook Triggered
|
|
623
|
+
[2025-11-24 00:21:35] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
624
|
+
[2025-11-24 00:21:35] Run: npm run build
|
|
625
|
+
[2025-11-24 00:21:35] 🎯 Post-Increment-Completion Hook Triggered
|
|
626
|
+
[2025-11-24 00:21:35] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
627
|
+
[2025-11-24 00:21:35] Run: npm run build
|
|
628
|
+
[2025-11-24 00:22:00] 🎯 Post-Increment-Completion Hook Triggered
|
|
629
|
+
[2025-11-24 00:22:00] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
630
|
+
[2025-11-24 00:22:00] Run: npm run build
|
|
631
|
+
[2025-11-24 00:22:01] 🎯 Post-Increment-Completion Hook Triggered
|
|
632
|
+
[2025-11-24 00:22:01] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
633
|
+
[2025-11-24 00:22:01] Run: npm run build
|
|
634
|
+
[2025-11-24 00:22:01] 🎯 Post-Increment-Completion Hook Triggered
|
|
635
|
+
[2025-11-24 00:22:01] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
636
|
+
[2025-11-24 00:22:01] Run: npm run build
|
|
637
|
+
[2025-11-24 00:57:29] 🎯 Post-Increment-Completion Hook Triggered
|
|
638
|
+
[2025-11-24 00:57:29] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
639
|
+
[2025-11-24 00:57:29] Run: npm run build
|
|
640
|
+
[2025-11-24 00:57:29] 🎯 Post-Increment-Completion Hook Triggered
|
|
641
|
+
[2025-11-24 00:57:29] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
642
|
+
[2025-11-24 00:57:29] Run: npm run build
|
|
643
|
+
[2025-11-24 00:57:29] 🎯 Post-Increment-Completion Hook Triggered
|
|
644
|
+
[2025-11-24 00:57:29] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
645
|
+
[2025-11-24 00:57:29] Run: npm run build
|
|
646
|
+
[2025-11-24 00:57:54] 🎯 Post-Increment-Completion Hook Triggered
|
|
647
|
+
[2025-11-24 00:57:54] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
648
|
+
[2025-11-24 00:57:54] Run: npm run build
|
|
649
|
+
[2025-11-24 00:57:54] 🎯 Post-Increment-Completion Hook Triggered
|
|
650
|
+
[2025-11-24 00:57:54] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
651
|
+
[2025-11-24 00:57:54] Run: npm run build
|
|
652
|
+
[2025-11-24 00:57:54] 🎯 Post-Increment-Completion Hook Triggered
|
|
653
|
+
[2025-11-24 00:57:54] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
654
|
+
[2025-11-24 00:57:54] Run: npm run build
|
|
655
|
+
[2025-11-24 00:58:22] 🎯 Post-Increment-Completion Hook Triggered
|
|
656
|
+
[2025-11-24 00:58:22] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
657
|
+
[2025-11-24 00:58:22] Run: npm run build
|
|
658
|
+
[2025-11-24 00:58:22] 🎯 Post-Increment-Completion Hook Triggered
|
|
659
|
+
[2025-11-24 00:58:22] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
660
|
+
[2025-11-24 00:58:22] Run: npm run build
|
|
661
|
+
[2025-11-24 00:58:22] 🎯 Post-Increment-Completion Hook Triggered
|
|
662
|
+
[2025-11-24 00:58:22] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
663
|
+
[2025-11-24 00:58:22] Run: npm run build
|
|
664
|
+
[2025-11-24 01:09:49] 🎯 Post-Increment-Completion Hook Triggered
|
|
665
|
+
[2025-11-24 01:09:49] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
666
|
+
[2025-11-24 01:09:49] Run: npm run build
|
|
667
|
+
[2025-11-24 01:09:49] 🎯 Post-Increment-Completion Hook Triggered
|
|
668
|
+
[2025-11-24 01:09:49] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
669
|
+
[2025-11-24 01:09:49] Run: npm run build
|
|
670
|
+
[2025-11-24 01:09:49] 🎯 Post-Increment-Completion Hook Triggered
|
|
671
|
+
[2025-11-24 01:09:49] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
672
|
+
[2025-11-24 01:09:49] Run: npm run build
|
|
673
|
+
[2025-11-24 01:10:16] 🎯 Post-Increment-Completion Hook Triggered
|
|
674
|
+
[2025-11-24 01:10:16] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
675
|
+
[2025-11-24 01:10:16] Run: npm run build
|
|
676
|
+
[2025-11-24 01:10:16] 🎯 Post-Increment-Completion Hook Triggered
|
|
677
|
+
[2025-11-24 01:10:16] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
678
|
+
[2025-11-24 01:10:16] Run: npm run build
|
|
679
|
+
[2025-11-24 01:10:16] 🎯 Post-Increment-Completion Hook Triggered
|
|
680
|
+
[2025-11-24 01:10:16] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
681
|
+
[2025-11-24 01:10:16] Run: npm run build
|
|
682
|
+
[2025-11-24 02:12:33] 🎯 Post-Increment-Completion Hook Triggered
|
|
683
|
+
[2025-11-24 02:12:33] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
684
|
+
[2025-11-24 02:12:33] Run: npm run build
|
|
685
|
+
[2025-11-24 02:12:34] 🎯 Post-Increment-Completion Hook Triggered
|
|
686
|
+
[2025-11-24 02:12:34] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
687
|
+
[2025-11-24 02:12:34] Run: npm run build
|
|
688
|
+
[2025-11-24 02:12:34] 🎯 Post-Increment-Completion Hook Triggered
|
|
689
|
+
[2025-11-24 02:12:34] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
690
|
+
[2025-11-24 02:12:34] Run: npm run build
|
|
691
|
+
[2025-11-24 02:12:34] 🎯 Post-Increment-Completion Hook Triggered
|
|
692
|
+
[2025-11-24 02:12:34] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
693
|
+
[2025-11-24 02:12:34] Run: npm run build
|
|
694
|
+
[2025-11-24 02:20:34] 🎯 Post-Increment-Completion Hook Triggered
|
|
695
|
+
[2025-11-24 02:20:34] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
696
|
+
[2025-11-24 02:20:34] Run: npm run build
|
|
697
|
+
[2025-11-24 02:20:34] 🎯 Post-Increment-Completion Hook Triggered
|
|
698
|
+
[2025-11-24 02:20:34] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
699
|
+
[2025-11-24 02:20:34] Run: npm run build
|
|
700
|
+
[2025-11-24 02:20:34] 🎯 Post-Increment-Completion Hook Triggered
|
|
701
|
+
[2025-11-24 02:20:34] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
702
|
+
[2025-11-24 02:20:34] Run: npm run build
|
|
703
|
+
[2025-11-24 02:20:34] 🎯 Post-Increment-Completion Hook Triggered
|
|
704
|
+
[2025-11-24 02:20:34] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
705
|
+
[2025-11-24 02:20:34] Run: npm run build
|
|
706
|
+
[2025-11-24 02:21:27] 🎯 Post-Increment-Completion Hook Triggered
|
|
707
|
+
[2025-11-24 02:21:27] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
708
|
+
[2025-11-24 02:21:27] Run: npm run build
|
|
709
|
+
[2025-11-24 02:21:27] 🎯 Post-Increment-Completion Hook Triggered
|
|
710
|
+
[2025-11-24 02:21:27] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
711
|
+
[2025-11-24 02:21:27] Run: npm run build
|
|
712
|
+
[2025-11-24 02:21:27] 🎯 Post-Increment-Completion Hook Triggered
|
|
713
|
+
[2025-11-24 02:21:27] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
714
|
+
[2025-11-24 02:21:27] Run: npm run build
|
|
715
|
+
[2025-11-24 02:21:27] 🎯 Post-Increment-Completion Hook Triggered
|
|
716
|
+
[2025-11-24 02:21:27] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
717
|
+
[2025-11-24 02:21:27] Run: npm run build
|
|
718
|
+
[2025-11-24 02:21:54] 🎯 Post-Increment-Completion Hook Triggered
|
|
719
|
+
[2025-11-24 02:21:54] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
720
|
+
[2025-11-24 02:21:54] Run: npm run build
|
|
721
|
+
[2025-11-24 02:21:54] 🎯 Post-Increment-Completion Hook Triggered
|
|
722
|
+
[2025-11-24 02:21:54] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
723
|
+
[2025-11-24 02:21:54] Run: npm run build
|
|
724
|
+
[2025-11-24 02:21:54] 🎯 Post-Increment-Completion Hook Triggered
|
|
725
|
+
[2025-11-24 02:21:54] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
726
|
+
[2025-11-24 02:21:54] Run: npm run build
|
|
727
|
+
[2025-11-24 02:21:55] 🎯 Post-Increment-Completion Hook Triggered
|
|
728
|
+
[2025-11-24 02:21:55] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
729
|
+
[2025-11-24 02:21:55] Run: npm run build
|
|
730
|
+
[2025-11-24 03:30:01] 🎯 Post-Increment-Completion Hook Triggered
|
|
731
|
+
[2025-11-24 03:30:01] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
732
|
+
[2025-11-24 03:30:01] Run: npm run build
|
|
733
|
+
[2025-11-24 03:30:01] 🎯 Post-Increment-Completion Hook Triggered
|
|
734
|
+
[2025-11-24 03:30:01] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
735
|
+
[2025-11-24 03:30:01] Run: npm run build
|
|
736
|
+
[2025-11-24 03:30:01] 🎯 Post-Increment-Completion Hook Triggered
|
|
737
|
+
[2025-11-24 03:30:01] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
|
|
738
|
+
[2025-11-24 03:30:01] Run: npm run build
|