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
|
@@ -422,3 +422,483 @@
|
|
|
422
422
|
[Sun Nov 23 02:09:31 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
423
423
|
[Sun Nov 23 02:09:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
424
424
|
[Sun Nov 23 02:09:36 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
425
|
+
[Sun Nov 23 11:20:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
426
|
+
[Sun Nov 23 11:20:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
427
|
+
[Sun Nov 23 11:20:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
428
|
+
[Sun Nov 23 11:20:50 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
429
|
+
[Sun Nov 23 11:20:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
430
|
+
[Sun Nov 23 11:20:56 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
431
|
+
[Sun Nov 23 11:21:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
432
|
+
[Sun Nov 23 11:21:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
433
|
+
[Sun Nov 23 15:32:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
434
|
+
[Sun Nov 23 15:32:27 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
435
|
+
[Sun Nov 23 15:32:32 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
436
|
+
[Sun Nov 23 15:32:32 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
437
|
+
[Sun Nov 23 15:32:38 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
438
|
+
[Sun Nov 23 15:32:38 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
439
|
+
[Sun Nov 23 15:32:43 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
440
|
+
[Sun Nov 23 15:32:43 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
441
|
+
[Sun Nov 23 16:09:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
442
|
+
[Sun Nov 23 16:09:16 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
443
|
+
[Sun Nov 23 16:09:48 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
444
|
+
[Sun Nov 23 16:09:48 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
445
|
+
[Sun Nov 23 16:10:10 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
446
|
+
[Sun Nov 23 16:10:10 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
447
|
+
[Sun Nov 23 16:11:04 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
448
|
+
[Sun Nov 23 16:11:04 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
449
|
+
[Sun Nov 23 16:11:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
450
|
+
[Sun Nov 23 16:11:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
451
|
+
[Sun Nov 23 16:12:04 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
452
|
+
[Sun Nov 23 16:12:04 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
453
|
+
[Sun Nov 23 16:12:43 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
454
|
+
[Sun Nov 23 16:12:43 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
455
|
+
[Sun Nov 23 16:14:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
456
|
+
[Sun Nov 23 16:14:22 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
457
|
+
[Sun Nov 23 16:16:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
458
|
+
[Sun Nov 23 16:16:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
459
|
+
[Sun Nov 23 20:22:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
460
|
+
[Sun Nov 23 20:22:08 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
461
|
+
[Sun Nov 23 20:22:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
462
|
+
[Sun Nov 23 20:22:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
463
|
+
[Sun Nov 23 20:23:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
464
|
+
[Sun Nov 23 20:23:14 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
465
|
+
[Sun Nov 23 20:23:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
466
|
+
[Sun Nov 23 20:23:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
467
|
+
[Sun Nov 23 20:24:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
468
|
+
[Sun Nov 23 20:24:09 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
469
|
+
[Sun Nov 23 20:24:40 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
470
|
+
[Sun Nov 23 20:24:40 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
471
|
+
[Sun Nov 23 20:26:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
472
|
+
[Sun Nov 23 20:26:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
473
|
+
[Sun Nov 23 21:11:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
474
|
+
[Sun Nov 23 21:11:11 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
475
|
+
[Sun Nov 23 21:11:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
476
|
+
[Sun Nov 23 21:11:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
477
|
+
[Sun Nov 23 21:12:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
478
|
+
[Sun Nov 23 21:12:06 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
479
|
+
[Sun Nov 23 21:12:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
480
|
+
[Sun Nov 23 21:12:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
481
|
+
[Sun Nov 23 21:13:40 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
482
|
+
[Sun Nov 23 21:13:40 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
483
|
+
[Sun Nov 23 21:13:40 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
484
|
+
[Sun Nov 23 21:13:40 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
485
|
+
[Sun Nov 23 21:14:37 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
486
|
+
[Sun Nov 23 21:14:37 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
487
|
+
[Sun Nov 23 21:24:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
488
|
+
[Sun Nov 23 21:24:51 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
489
|
+
[Sun Nov 23 21:24:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
490
|
+
[Sun Nov 23 21:24:51 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
491
|
+
[Sun Nov 23 21:25:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
492
|
+
[Sun Nov 23 21:25:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
493
|
+
[Sun Nov 23 21:25:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
494
|
+
[Sun Nov 23 21:25:41 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
495
|
+
[Sun Nov 23 21:28:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
496
|
+
[Sun Nov 23 21:28:14 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
497
|
+
[Sun Nov 23 21:29:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
498
|
+
[Sun Nov 23 21:29:06 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
499
|
+
[Sun Nov 23 21:29:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
500
|
+
[Sun Nov 23 21:29:56 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
501
|
+
[Sun Nov 23 21:31:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
502
|
+
[Sun Nov 23 21:31:16 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
503
|
+
[Sun Nov 23 21:32:52 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
504
|
+
[Sun Nov 23 21:32:52 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
505
|
+
[Sun Nov 23 21:33:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
506
|
+
[Sun Nov 23 21:33:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
507
|
+
[Sun Nov 23 21:34:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
508
|
+
[Sun Nov 23 21:34:50 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
509
|
+
[Sun Nov 23 21:40:43 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
510
|
+
[Sun Nov 23 21:40:43 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
511
|
+
[Sun Nov 23 21:41:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
512
|
+
[Sun Nov 23 21:41:18 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
513
|
+
[Sun Nov 23 21:43:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
514
|
+
[Sun Nov 23 21:43:13 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
515
|
+
[Sun Nov 23 21:43:35 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
516
|
+
[Sun Nov 23 21:43:35 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
517
|
+
[Sun Nov 23 21:50:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
518
|
+
[Sun Nov 23 21:50:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
519
|
+
[Sun Nov 23 21:53:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
520
|
+
[Sun Nov 23 21:53:00 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
521
|
+
[Sun Nov 23 21:53:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
522
|
+
[Sun Nov 23 21:53:00 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
523
|
+
[Sun Nov 23 21:54:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
524
|
+
[Sun Nov 23 21:54:22 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
525
|
+
[Sun Nov 23 21:55:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
526
|
+
[Sun Nov 23 21:55:25 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
527
|
+
[Sun Nov 23 21:57:05 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
528
|
+
[Sun Nov 23 21:57:05 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
529
|
+
[Sun Nov 23 21:57:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
530
|
+
[Sun Nov 23 21:57:36 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
531
|
+
[Sun Nov 23 21:57:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
532
|
+
[Sun Nov 23 21:57:58 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
533
|
+
[Sun Nov 23 21:58:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
534
|
+
[Sun Nov 23 21:58:50 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
535
|
+
[Sun Nov 23 21:59:48 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
536
|
+
[Sun Nov 23 21:59:48 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
537
|
+
[Sun Nov 23 22:00:04 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
538
|
+
[Sun Nov 23 22:00:04 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
539
|
+
[Sun Nov 23 22:00:53 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
540
|
+
[Sun Nov 23 22:00:53 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
541
|
+
[Sun Nov 23 22:02:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
542
|
+
[Sun Nov 23 22:02:25 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
543
|
+
[Sun Nov 23 22:02:59 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
544
|
+
[Sun Nov 23 22:02:59 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
545
|
+
[Sun Nov 23 22:03:35 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
546
|
+
[Sun Nov 23 22:03:35 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
547
|
+
[Sun Nov 23 22:04:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
548
|
+
[Sun Nov 23 22:04:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
549
|
+
[Sun Nov 23 22:05:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
550
|
+
[Sun Nov 23 22:05:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
551
|
+
[Sun Nov 23 22:06:57 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
552
|
+
[Sun Nov 23 22:06:57 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
553
|
+
[Sun Nov 23 22:07:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
554
|
+
[Sun Nov 23 22:07:27 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
555
|
+
[Sun Nov 23 22:07:52 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
556
|
+
[Sun Nov 23 22:07:52 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
557
|
+
[Sun Nov 23 22:08:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
558
|
+
[Sun Nov 23 22:08:13 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
559
|
+
[Sun Nov 23 22:08:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
560
|
+
[Sun Nov 23 22:08:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
561
|
+
[Sun Nov 23 22:08:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
562
|
+
[Sun Nov 23 22:08:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
563
|
+
[Sun Nov 23 22:09:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
564
|
+
[Sun Nov 23 22:09:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
565
|
+
[Sun Nov 23 22:09:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
566
|
+
[Sun Nov 23 22:09:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
567
|
+
[Sun Nov 23 22:09:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
568
|
+
[Sun Nov 23 22:09:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
569
|
+
[Sun Nov 23 22:09:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
570
|
+
[Sun Nov 23 22:09:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
571
|
+
[Sun Nov 23 22:09:53 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
572
|
+
[Sun Nov 23 22:09:53 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
573
|
+
[Sun Nov 23 22:10:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
574
|
+
[Sun Nov 23 22:10:11 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
575
|
+
[Sun Nov 23 22:10:55 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
576
|
+
[Sun Nov 23 22:10:55 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
577
|
+
[Sun Nov 23 22:11:20 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
578
|
+
[Sun Nov 23 22:11:20 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
579
|
+
[Sun Nov 23 22:14:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
580
|
+
[Sun Nov 23 22:14:06 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
581
|
+
[Sun Nov 23 22:14:23 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
582
|
+
[Sun Nov 23 22:14:23 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
583
|
+
[Sun Nov 23 22:18:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
584
|
+
[Sun Nov 23 22:18:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
585
|
+
[Sun Nov 23 22:18:59 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
586
|
+
[Sun Nov 23 22:18:59 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
587
|
+
[Sun Nov 23 22:25:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
588
|
+
[Sun Nov 23 22:25:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
589
|
+
[Sun Nov 23 22:25:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
590
|
+
[Sun Nov 23 22:25:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
591
|
+
[Sun Nov 23 22:26:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
592
|
+
[Sun Nov 23 22:26:00 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
593
|
+
[Sun Nov 23 22:26:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
594
|
+
[Sun Nov 23 22:26:16 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
595
|
+
[Sun Nov 23 22:26:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
596
|
+
[Sun Nov 23 22:26:16 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
597
|
+
[Sun Nov 23 22:26:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
598
|
+
[Sun Nov 23 22:26:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
599
|
+
[Sun Nov 23 22:26:49 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
600
|
+
[Sun Nov 23 22:26:49 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
601
|
+
[Sun Nov 23 22:27:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
602
|
+
[Sun Nov 23 22:27:08 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
603
|
+
[Sun Nov 23 22:27:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
604
|
+
[Sun Nov 23 22:27:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
605
|
+
[Sun Nov 23 22:28:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
606
|
+
[Sun Nov 23 22:28:13 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
607
|
+
[Sun Nov 23 22:28:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
608
|
+
[Sun Nov 23 22:28:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
609
|
+
[Sun Nov 23 22:29:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
610
|
+
[Sun Nov 23 22:29:09 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
611
|
+
[Sun Nov 23 22:29:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
612
|
+
[Sun Nov 23 22:29:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
613
|
+
[Sun Nov 23 22:29:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
614
|
+
[Sun Nov 23 22:29:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
615
|
+
[Sun Nov 23 22:30:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
616
|
+
[Sun Nov 23 22:30:06 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
617
|
+
[Sun Nov 23 22:30:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
618
|
+
[Sun Nov 23 22:30:22 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
619
|
+
[Sun Nov 23 22:32:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
620
|
+
[Sun Nov 23 22:32:13 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
621
|
+
[Sun Nov 23 22:33:02 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
622
|
+
[Sun Nov 23 22:33:02 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
623
|
+
[Sun Nov 23 22:35:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
624
|
+
[Sun Nov 23 22:35:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
625
|
+
[Sun Nov 23 22:37:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
626
|
+
[Sun Nov 23 22:37:27 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
627
|
+
[Sun Nov 23 22:38:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
628
|
+
[Sun Nov 23 22:38:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
629
|
+
[Sun Nov 23 22:40:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
630
|
+
[Sun Nov 23 22:40:19 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
631
|
+
[Sun Nov 23 22:43:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
632
|
+
[Sun Nov 23 22:43:08 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
633
|
+
[Sun Nov 23 22:44:40 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
634
|
+
[Sun Nov 23 22:44:40 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
635
|
+
[Sun Nov 23 22:46:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
636
|
+
[Sun Nov 23 22:46:13 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
637
|
+
[Sun Nov 23 22:46:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
638
|
+
[Sun Nov 23 22:46:56 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
639
|
+
[Sun Nov 23 22:48:23 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
640
|
+
[Sun Nov 23 22:48:23 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
641
|
+
[Sun Nov 23 22:49:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
642
|
+
[Sun Nov 23 22:49:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
643
|
+
[Sun Nov 23 22:49:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
644
|
+
[Sun Nov 23 22:49:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
645
|
+
[Sun Nov 23 22:49:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
646
|
+
[Sun Nov 23 22:49:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
647
|
+
[Sun Nov 23 22:49:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
648
|
+
[Sun Nov 23 22:49:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
649
|
+
[Sun Nov 23 22:50:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
650
|
+
[Sun Nov 23 22:50:00 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
651
|
+
[Sun Nov 23 22:50:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
652
|
+
[Sun Nov 23 22:50:00 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
653
|
+
[Sun Nov 23 22:50:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
654
|
+
[Sun Nov 23 22:50:00 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
655
|
+
[Sun Nov 23 22:50:07 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
656
|
+
[Sun Nov 23 22:50:07 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
657
|
+
[Sun Nov 23 22:50:38 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
658
|
+
[Sun Nov 23 22:50:38 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
659
|
+
[Sun Nov 23 22:50:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
660
|
+
[Sun Nov 23 22:50:41 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
661
|
+
[Sun Nov 23 22:50:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
662
|
+
[Sun Nov 23 22:50:41 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
663
|
+
[Sun Nov 23 22:50:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
664
|
+
[Sun Nov 23 22:50:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
665
|
+
[Sun Nov 23 22:51:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
666
|
+
[Sun Nov 23 22:51:06 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
667
|
+
[Sun Nov 23 22:51:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
668
|
+
[Sun Nov 23 22:51:06 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
669
|
+
[Sun Nov 23 22:51:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
670
|
+
[Sun Nov 23 22:51:06 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
671
|
+
[Sun Nov 23 22:51:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
672
|
+
[Sun Nov 23 22:51:19 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
673
|
+
[Sun Nov 23 22:51:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
674
|
+
[Sun Nov 23 22:51:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
675
|
+
[Sun Nov 23 22:52:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
676
|
+
[Sun Nov 23 22:52:11 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
677
|
+
[Sun Nov 23 22:53:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
678
|
+
[Sun Nov 23 22:53:51 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
679
|
+
[Sun Nov 23 22:55:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
680
|
+
[Sun Nov 23 22:55:08 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
681
|
+
[Sun Nov 23 22:56:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
682
|
+
[Sun Nov 23 22:56:08 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
683
|
+
[Sun Nov 23 22:56:38 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
684
|
+
[Sun Nov 23 22:56:38 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
685
|
+
[Sun Nov 23 22:58:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
686
|
+
[Sun Nov 23 22:58:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
687
|
+
[Sun Nov 23 22:58:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
688
|
+
[Sun Nov 23 22:58:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
689
|
+
[Sun Nov 23 23:03:02 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
690
|
+
[Sun Nov 23 23:03:02 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
691
|
+
[Sun Nov 23 23:03:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
692
|
+
[Sun Nov 23 23:03:19 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
693
|
+
[Sun Nov 23 23:03:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
694
|
+
[Sun Nov 23 23:03:50 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
695
|
+
[Sun Nov 23 23:08:23 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
696
|
+
[Sun Nov 23 23:08:23 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
697
|
+
[Sun Nov 23 23:09:02 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
698
|
+
[Sun Nov 23 23:09:02 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
699
|
+
[Sun Nov 23 23:10:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
700
|
+
[Sun Nov 23 23:10:16 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
701
|
+
[Sun Nov 23 23:10:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
702
|
+
[Sun Nov 23 23:10:36 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
703
|
+
[Sun Nov 23 23:10:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
704
|
+
[Sun Nov 23 23:10:56 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
705
|
+
[Sun Nov 23 23:12:20 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
706
|
+
[Sun Nov 23 23:12:20 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
707
|
+
[Sun Nov 23 23:13:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
708
|
+
[Sun Nov 23 23:13:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
709
|
+
[Sun Nov 23 23:13:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
710
|
+
[Sun Nov 23 23:13:36 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
711
|
+
[Sun Nov 23 23:13:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
712
|
+
[Sun Nov 23 23:13:36 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
713
|
+
[Sun Nov 23 23:13:53 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
714
|
+
[Sun Nov 23 23:13:53 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
715
|
+
[Sun Nov 23 23:21:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
716
|
+
[Sun Nov 23 23:21:25 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
717
|
+
[Sun Nov 23 23:22:12 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
718
|
+
[Sun Nov 23 23:22:12 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
719
|
+
[Sun Nov 23 23:24:38 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
720
|
+
[Sun Nov 23 23:24:38 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
721
|
+
[Sun Nov 23 23:26:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
722
|
+
[Sun Nov 23 23:26:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
723
|
+
[Sun Nov 23 23:27:46 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
724
|
+
[Sun Nov 23 23:27:46 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
725
|
+
[Sun Nov 23 23:28:53 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
726
|
+
[Sun Nov 23 23:28:53 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
727
|
+
[Sun Nov 23 23:32:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
728
|
+
[Sun Nov 23 23:32:15 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
729
|
+
[Sun Nov 23 23:33:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
730
|
+
[Sun Nov 23 23:33:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
731
|
+
[Sun Nov 23 23:33:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
732
|
+
[Sun Nov 23 23:33:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
733
|
+
[Sun Nov 23 23:36:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
734
|
+
[Sun Nov 23 23:36:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
735
|
+
[Sun Nov 23 23:37:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
736
|
+
[Sun Nov 23 23:37:41 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
737
|
+
[Sun Nov 23 23:38:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
738
|
+
[Sun Nov 23 23:38:30 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
739
|
+
[Sun Nov 23 23:39:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
740
|
+
[Sun Nov 23 23:39:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
741
|
+
[Sun Nov 23 23:41:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
742
|
+
[Sun Nov 23 23:41:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
743
|
+
[Sun Nov 23 23:43:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
744
|
+
[Sun Nov 23 23:43:36 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
745
|
+
[Sun Nov 23 23:43:53 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
746
|
+
[Sun Nov 23 23:43:53 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
747
|
+
[Sun Nov 23 23:44:20 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
748
|
+
[Sun Nov 23 23:44:20 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
749
|
+
[Sun Nov 23 23:44:38 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
750
|
+
[Sun Nov 23 23:44:38 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
751
|
+
[Sun Nov 23 23:45:03 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
752
|
+
[Sun Nov 23 23:45:03 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
753
|
+
[Sun Nov 23 23:45:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
754
|
+
[Sun Nov 23 23:45:28 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
755
|
+
[Sun Nov 23 23:45:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
756
|
+
[Sun Nov 23 23:45:58 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
757
|
+
[Sun Nov 23 23:45:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
758
|
+
[Sun Nov 23 23:45:58 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
759
|
+
[Sun Nov 23 23:46:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
760
|
+
[Sun Nov 23 23:46:18 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
761
|
+
[Sun Nov 23 23:46:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
762
|
+
[Sun Nov 23 23:46:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
763
|
+
[Sun Nov 23 23:47:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
764
|
+
[Sun Nov 23 23:47:11 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
765
|
+
[Sun Nov 23 23:47:37 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
766
|
+
[Sun Nov 23 23:47:37 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
767
|
+
[Sun Nov 23 23:48:05 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
768
|
+
[Sun Nov 23 23:48:05 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
769
|
+
[Sun Nov 23 23:48:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
770
|
+
[Sun Nov 23 23:48:30 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
771
|
+
[Sun Nov 23 23:48:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
772
|
+
[Sun Nov 23 23:48:56 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
773
|
+
[Sun Nov 23 23:49:23 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
774
|
+
[Sun Nov 23 23:49:23 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
775
|
+
[Sun Nov 23 23:49:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
776
|
+
[Sun Nov 23 23:49:51 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
777
|
+
[Sun Nov 23 23:50:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
778
|
+
[Sun Nov 23 23:50:18 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
779
|
+
[Sun Nov 23 23:52:02 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
780
|
+
[Sun Nov 23 23:52:02 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
781
|
+
[Sun Nov 23 23:52:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
782
|
+
[Sun Nov 23 23:52:30 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
783
|
+
[Sun Nov 23 23:53:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
784
|
+
[Sun Nov 23 23:53:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
785
|
+
[Sun Nov 23 23:54:05 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
786
|
+
[Sun Nov 23 23:54:05 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
787
|
+
[Sun Nov 23 23:59:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
788
|
+
[Sun Nov 23 23:59:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
789
|
+
[Mon Nov 24 00:00:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
790
|
+
[Mon Nov 24 00:00:30 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
791
|
+
[Mon Nov 24 00:00:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
792
|
+
[Mon Nov 24 00:00:30 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
793
|
+
[Mon Nov 24 00:00:31 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
794
|
+
[Mon Nov 24 00:00:31 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
795
|
+
[Mon Nov 24 00:00:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
796
|
+
[Mon Nov 24 00:00:56 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
797
|
+
[Mon Nov 24 00:00:57 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
798
|
+
[Mon Nov 24 00:00:57 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
799
|
+
[Mon Nov 24 00:00:57 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
800
|
+
[Mon Nov 24 00:00:57 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
801
|
+
[Mon Nov 24 00:02:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
802
|
+
[Mon Nov 24 00:02:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
803
|
+
[Mon Nov 24 00:02:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
804
|
+
[Mon Nov 24 00:02:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
805
|
+
[Mon Nov 24 00:02:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
806
|
+
[Mon Nov 24 00:02:58 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
807
|
+
[Mon Nov 24 00:03:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
808
|
+
[Mon Nov 24 00:03:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
809
|
+
[Mon Nov 24 00:04:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
810
|
+
[Mon Nov 24 00:04:09 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
811
|
+
[Mon Nov 24 00:04:53 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
812
|
+
[Mon Nov 24 00:04:53 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
813
|
+
[Mon Nov 24 00:05:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
814
|
+
[Mon Nov 24 00:05:56 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
815
|
+
[Mon Nov 24 00:06:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
816
|
+
[Mon Nov 24 00:06:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
817
|
+
[Mon Nov 24 00:07:21 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
818
|
+
[Mon Nov 24 00:07:21 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
819
|
+
[Mon Nov 24 00:07:44 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
820
|
+
[Mon Nov 24 00:07:44 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
821
|
+
[Mon Nov 24 00:10:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
822
|
+
[Mon Nov 24 00:10:08 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
823
|
+
[Mon Nov 24 00:10:24 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
824
|
+
[Mon Nov 24 00:10:24 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
825
|
+
[Mon Nov 24 00:21:35 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
826
|
+
[Mon Nov 24 00:21:35 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
827
|
+
[Mon Nov 24 00:21:35 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
828
|
+
[Mon Nov 24 00:21:35 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
829
|
+
[Mon Nov 24 00:21:35 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
830
|
+
[Mon Nov 24 00:21:35 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
831
|
+
[Mon Nov 24 00:22:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
832
|
+
[Mon Nov 24 00:22:00 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
833
|
+
[Mon Nov 24 00:22:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
834
|
+
[Mon Nov 24 00:22:00 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
835
|
+
[Mon Nov 24 00:22:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
836
|
+
[Mon Nov 24 00:22:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
837
|
+
[Mon Nov 24 00:57:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
838
|
+
[Mon Nov 24 00:57:28 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
839
|
+
[Mon Nov 24 00:57:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
840
|
+
[Mon Nov 24 00:57:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
841
|
+
[Mon Nov 24 00:57:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
842
|
+
[Mon Nov 24 00:57:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
843
|
+
[Mon Nov 24 00:57:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
844
|
+
[Mon Nov 24 00:57:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
845
|
+
[Mon Nov 24 00:57:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
846
|
+
[Mon Nov 24 00:57:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
847
|
+
[Mon Nov 24 00:57:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
848
|
+
[Mon Nov 24 00:57:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
849
|
+
[Mon Nov 24 00:58:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
850
|
+
[Mon Nov 24 00:58:22 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
851
|
+
[Mon Nov 24 00:58:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
852
|
+
[Mon Nov 24 00:58:22 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
853
|
+
[Mon Nov 24 00:58:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
854
|
+
[Mon Nov 24 00:58:22 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
855
|
+
[Mon Nov 24 01:09:49 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
856
|
+
[Mon Nov 24 01:09:49 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
857
|
+
[Mon Nov 24 01:09:49 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
858
|
+
[Mon Nov 24 01:09:49 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
859
|
+
[Mon Nov 24 01:09:49 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
860
|
+
[Mon Nov 24 01:09:49 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
861
|
+
[Mon Nov 24 01:10:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
862
|
+
[Mon Nov 24 01:10:15 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
863
|
+
[Mon Nov 24 01:10:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
864
|
+
[Mon Nov 24 01:10:16 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
865
|
+
[Mon Nov 24 01:10:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
866
|
+
[Mon Nov 24 01:10:16 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
867
|
+
[Mon Nov 24 02:12:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
868
|
+
[Mon Nov 24 02:12:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
869
|
+
[Mon Nov 24 02:12:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
870
|
+
[Mon Nov 24 02:12:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
871
|
+
[Mon Nov 24 02:12:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
872
|
+
[Mon Nov 24 02:12:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
873
|
+
[Mon Nov 24 02:12:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
874
|
+
[Mon Nov 24 02:12:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
875
|
+
[Mon Nov 24 02:20:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
876
|
+
[Mon Nov 24 02:20:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
877
|
+
[Mon Nov 24 02:20:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
878
|
+
[Mon Nov 24 02:20:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
879
|
+
[Mon Nov 24 02:20:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
880
|
+
[Mon Nov 24 02:20:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
881
|
+
[Mon Nov 24 02:20:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
882
|
+
[Mon Nov 24 02:20:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
883
|
+
[Mon Nov 24 02:21:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
884
|
+
[Mon Nov 24 02:21:27 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
885
|
+
[Mon Nov 24 02:21:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
886
|
+
[Mon Nov 24 02:21:27 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
887
|
+
[Mon Nov 24 02:21:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
888
|
+
[Mon Nov 24 02:21:27 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
889
|
+
[Mon Nov 24 02:21:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
890
|
+
[Mon Nov 24 02:21:27 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
891
|
+
[Mon Nov 24 02:21:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
892
|
+
[Mon Nov 24 02:21:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
893
|
+
[Mon Nov 24 02:21:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
894
|
+
[Mon Nov 24 02:21:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
895
|
+
[Mon Nov 24 02:21:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
896
|
+
[Mon Nov 24 02:21:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
897
|
+
[Mon Nov 24 02:21:55 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
898
|
+
[Mon Nov 24 02:21:55 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
899
|
+
[Mon Nov 24 03:30:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
900
|
+
[Mon Nov 24 03:30:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
901
|
+
[Mon Nov 24 03:30:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
902
|
+
[Mon Nov 24 03:30:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|
|
903
|
+
[Mon Nov 24 03:30:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
904
|
+
[Mon Nov 24 03:30:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
|