specweave 0.24.13 → 0.26.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (447) hide show
  1. package/CLAUDE.md +586 -18
  2. package/bin/specweave.js +14 -0
  3. package/dist/plugins/specweave-github/lib/CodeValidator.js +2 -2
  4. package/dist/plugins/specweave-github/lib/CodeValidator.js.map +1 -1
  5. package/dist/plugins/specweave-github/lib/ThreeLayerSyncManager.js +1 -1
  6. package/dist/plugins/specweave-github/lib/ThreeLayerSyncManager.js.map +1 -1
  7. package/dist/plugins/specweave-github/lib/github-client-v2.d.ts.map +1 -1
  8. package/dist/plugins/specweave-github/lib/github-client-v2.js +17 -1
  9. package/dist/plugins/specweave-github/lib/github-client-v2.js.map +1 -1
  10. package/dist/plugins/specweave-github/lib/github-issue-updater.js +1 -1
  11. package/dist/plugins/specweave-github/lib/github-issue-updater.js.map +1 -1
  12. package/dist/plugins/specweave-github/lib/github-sync-bidirectional.js +1 -1
  13. package/dist/plugins/specweave-github/lib/github-sync-bidirectional.js.map +1 -1
  14. package/dist/plugins/specweave-github/lib/github-sync-increment-changes.js +1 -1
  15. package/dist/plugins/specweave-github/lib/github-sync-increment-changes.js.map +1 -1
  16. package/dist/plugins/specweave-github/lib/user-story-issue-builder.d.ts.map +1 -1
  17. package/dist/plugins/specweave-github/lib/user-story-issue-builder.js +7 -6
  18. package/dist/plugins/specweave-github/lib/user-story-issue-builder.js.map +1 -1
  19. package/dist/plugins/specweave-jira/lib/jira-epic-sync.js +1 -1
  20. package/dist/plugins/specweave-jira/lib/jira-epic-sync.js.map +1 -1
  21. package/dist/src/adapters/adapter-base.js +1 -1
  22. package/dist/src/adapters/adapter-base.js.map +1 -1
  23. package/dist/src/adapters/adapter-loader.js +1 -1
  24. package/dist/src/adapters/adapter-loader.js.map +1 -1
  25. package/dist/src/adapters/agents-md-generator.js +1 -1
  26. package/dist/src/adapters/agents-md-generator.js.map +1 -1
  27. package/dist/src/adapters/claude/adapter.js +1 -1
  28. package/dist/src/adapters/claude/adapter.js.map +1 -1
  29. package/dist/src/adapters/claude-md-generator.js +1 -1
  30. package/dist/src/adapters/claude-md-generator.js.map +1 -1
  31. package/dist/src/adapters/codex/adapter.js +1 -1
  32. package/dist/src/adapters/codex/adapter.js.map +1 -1
  33. package/dist/src/adapters/cursor/adapter.js +1 -1
  34. package/dist/src/adapters/cursor/adapter.js.map +1 -1
  35. package/dist/src/adapters/doc-generator.js +1 -1
  36. package/dist/src/adapters/doc-generator.js.map +1 -1
  37. package/dist/src/adapters/gemini/adapter.js +1 -1
  38. package/dist/src/adapters/gemini/adapter.js.map +1 -1
  39. package/dist/src/adapters/generic/adapter.js +1 -1
  40. package/dist/src/adapters/generic/adapter.js.map +1 -1
  41. package/dist/src/cli/commands/cicd-monitor.js +1 -1
  42. package/dist/src/cli/commands/cicd-monitor.js.map +1 -1
  43. package/dist/src/cli/commands/delete-feature.d.ts +14 -0
  44. package/dist/src/cli/commands/delete-feature.d.ts.map +1 -0
  45. package/dist/src/cli/commands/delete-feature.js +87 -0
  46. package/dist/src/cli/commands/delete-feature.js.map +1 -0
  47. package/dist/src/cli/commands/detect-specs.js +1 -1
  48. package/dist/src/cli/commands/detect-specs.js.map +1 -1
  49. package/dist/src/cli/commands/import-external.js +1 -1
  50. package/dist/src/cli/commands/import-external.js.map +1 -1
  51. package/dist/src/cli/commands/init.d.ts.map +1 -1
  52. package/dist/src/cli/commands/init.js +39 -49
  53. package/dist/src/cli/commands/init.js.map +1 -1
  54. package/dist/src/cli/commands/install.js +1 -1
  55. package/dist/src/cli/commands/install.js.map +1 -1
  56. package/dist/src/cli/commands/list.js +1 -1
  57. package/dist/src/cli/commands/list.js.map +1 -1
  58. package/dist/src/cli/commands/migrate-to-multiproject.js +1 -1
  59. package/dist/src/cli/commands/migrate-to-multiproject.js.map +1 -1
  60. package/dist/src/cli/commands/migrate-to-profiles.js +1 -1
  61. package/dist/src/cli/commands/migrate-to-profiles.js.map +1 -1
  62. package/dist/src/cli/commands/plan/agent-invoker.js +1 -1
  63. package/dist/src/cli/commands/repair-status-desync.js +1 -1
  64. package/dist/src/cli/commands/repair-status-desync.js.map +1 -1
  65. package/dist/src/cli/commands/revert-wip-limit.js +1 -1
  66. package/dist/src/cli/commands/revert-wip-limit.js.map +1 -1
  67. package/dist/src/cli/commands/sync-specs.js +1 -1
  68. package/dist/src/cli/commands/sync-specs.js.map +1 -1
  69. package/dist/src/cli/helpers/init/initial-increment-generator.js +1 -1
  70. package/dist/src/cli/helpers/init/initial-increment-generator.js.map +1 -1
  71. package/dist/src/cli/helpers/issue-tracker/github-multi-repo.d.ts.map +1 -1
  72. package/dist/src/cli/helpers/issue-tracker/github-multi-repo.js +13 -46
  73. package/dist/src/cli/helpers/issue-tracker/github-multi-repo.js.map +1 -1
  74. package/dist/src/cli/helpers/issue-tracker/index.d.ts.map +1 -1
  75. package/dist/src/cli/helpers/issue-tracker/index.js +12 -31
  76. package/dist/src/cli/helpers/issue-tracker/index.js.map +1 -1
  77. package/dist/src/cli/helpers/issue-tracker/types.d.ts +6 -1
  78. package/dist/src/cli/helpers/issue-tracker/types.d.ts.map +1 -1
  79. package/dist/src/cli/helpers/issue-tracker/types.js.map +1 -1
  80. package/dist/src/config/import-config.js +1 -1
  81. package/dist/src/config/import-config.js.map +1 -1
  82. package/dist/src/core/ac-test-validator-cli.js +1 -1
  83. package/dist/src/core/ac-test-validator-cli.js.map +1 -1
  84. package/dist/src/core/ac-test-validator.js +1 -1
  85. package/dist/src/core/ac-test-validator.js.map +1 -1
  86. package/dist/src/core/brownfield/analyzer.js +1 -1
  87. package/dist/src/core/brownfield/analyzer.js.map +1 -1
  88. package/dist/src/core/brownfield/importer.js +1 -1
  89. package/dist/src/core/brownfield/importer.js.map +1 -1
  90. package/dist/src/core/cicd/config-loader.js +1 -1
  91. package/dist/src/core/cicd/config-loader.js.map +1 -1
  92. package/dist/src/core/cicd/notifier.js +1 -1
  93. package/dist/src/core/cicd/notifier.js.map +1 -1
  94. package/dist/src/core/cicd/parent-repo-validator.js +1 -1
  95. package/dist/src/core/cicd/parent-repo-validator.js.map +1 -1
  96. package/dist/src/core/cicd/state-manager.js +1 -1
  97. package/dist/src/core/cicd/state-manager.js.map +1 -1
  98. package/dist/src/core/config-manager.js +1 -1
  99. package/dist/src/core/config-manager.js.map +1 -1
  100. package/dist/src/core/cost-tracker.js +1 -1
  101. package/dist/src/core/cost-tracker.js.map +1 -1
  102. package/dist/src/core/deduplication/command-deduplicator.js +1 -1
  103. package/dist/src/core/deduplication/command-deduplicator.js.map +1 -1
  104. package/dist/src/core/feature-deleter/audit-logger.d.ts +30 -0
  105. package/dist/src/core/feature-deleter/audit-logger.d.ts.map +1 -0
  106. package/dist/src/core/feature-deleter/audit-logger.js +77 -0
  107. package/dist/src/core/feature-deleter/audit-logger.js.map +1 -0
  108. package/dist/src/core/feature-deleter/confirmation-manager.d.ts +39 -0
  109. package/dist/src/core/feature-deleter/confirmation-manager.d.ts.map +1 -0
  110. package/dist/src/core/feature-deleter/confirmation-manager.js +89 -0
  111. package/dist/src/core/feature-deleter/confirmation-manager.js.map +1 -0
  112. package/dist/src/core/feature-deleter/deletion-transaction.d.ts +51 -0
  113. package/dist/src/core/feature-deleter/deletion-transaction.d.ts.map +1 -0
  114. package/dist/src/core/feature-deleter/deletion-transaction.js +185 -0
  115. package/dist/src/core/feature-deleter/deletion-transaction.js.map +1 -0
  116. package/dist/src/core/feature-deleter/git-service.d.ts +43 -0
  117. package/dist/src/core/feature-deleter/git-service.d.ts.map +1 -0
  118. package/dist/src/core/feature-deleter/git-service.js +127 -0
  119. package/dist/src/core/feature-deleter/git-service.js.map +1 -0
  120. package/dist/src/core/feature-deleter/github-service.d.ts +36 -0
  121. package/dist/src/core/feature-deleter/github-service.d.ts.map +1 -0
  122. package/dist/src/core/feature-deleter/github-service.js +102 -0
  123. package/dist/src/core/feature-deleter/github-service.js.map +1 -0
  124. package/dist/src/core/feature-deleter/index.d.ts +35 -0
  125. package/dist/src/core/feature-deleter/index.d.ts.map +1 -0
  126. package/dist/src/core/feature-deleter/index.js +199 -0
  127. package/dist/src/core/feature-deleter/index.js.map +1 -0
  128. package/dist/src/core/feature-deleter/types.d.ts +179 -0
  129. package/dist/src/core/feature-deleter/types.d.ts.map +1 -0
  130. package/dist/src/core/feature-deleter/types.js +7 -0
  131. package/dist/src/core/feature-deleter/types.js.map +1 -0
  132. package/dist/src/core/feature-deleter/validator.d.ts +46 -0
  133. package/dist/src/core/feature-deleter/validator.d.ts.map +1 -0
  134. package/dist/src/core/feature-deleter/validator.js +231 -0
  135. package/dist/src/core/feature-deleter/validator.js.map +1 -0
  136. package/dist/src/core/hooks/HealthReporter.js +1 -1
  137. package/dist/src/core/hooks/HealthReporter.js.map +1 -1
  138. package/dist/src/core/hooks/HookAutoFixer.js +1 -1
  139. package/dist/src/core/hooks/HookAutoFixer.js.map +1 -1
  140. package/dist/src/core/hooks/HookScanner.js +1 -1
  141. package/dist/src/core/hooks/HookScanner.js.map +1 -1
  142. package/dist/src/core/i18n/language-manager.js +1 -1
  143. package/dist/src/core/i18n/language-manager.js.map +1 -1
  144. package/dist/src/core/i18n/locale-manager.js +1 -1
  145. package/dist/src/core/i18n/locale-manager.js.map +1 -1
  146. package/dist/src/core/i18n/system-prompt-injector.js +1 -1
  147. package/dist/src/core/i18n/system-prompt-injector.js.map +1 -1
  148. package/dist/src/core/increment/ac-status-manager.d.ts.map +1 -1
  149. package/dist/src/core/increment/ac-status-manager.js +18 -4
  150. package/dist/src/core/increment/ac-status-manager.js.map +1 -1
  151. package/dist/src/core/increment/active-increment-manager.js +1 -1
  152. package/dist/src/core/increment/active-increment-manager.js.map +1 -1
  153. package/dist/src/core/increment/completion-validator.js +1 -1
  154. package/dist/src/core/increment/completion-validator.js.map +1 -1
  155. package/dist/src/core/increment/conflict-resolver.js +1 -1
  156. package/dist/src/core/increment/conflict-resolver.js.map +1 -1
  157. package/dist/src/core/increment/desync-detector.js +1 -1
  158. package/dist/src/core/increment/desync-detector.js.map +1 -1
  159. package/dist/src/core/increment/discipline-checker.js +1 -1
  160. package/dist/src/core/increment/discipline-checker.js.map +1 -1
  161. package/dist/src/core/increment/duplicate-detector.js +1 -1
  162. package/dist/src/core/increment/duplicate-detector.js.map +1 -1
  163. package/dist/src/core/increment/increment-archiver.js +1 -1
  164. package/dist/src/core/increment/increment-archiver.js.map +1 -1
  165. package/dist/src/core/increment/increment-reopener.js +1 -1
  166. package/dist/src/core/increment/increment-reopener.js.map +1 -1
  167. package/dist/src/core/increment/metadata-manager.js +1 -1
  168. package/dist/src/core/increment/metadata-manager.js.map +1 -1
  169. package/dist/src/core/increment/metadata-validator.js +1 -1
  170. package/dist/src/core/increment/metadata-validator.js.map +1 -1
  171. package/dist/src/core/increment/recent-work-scanner.js +1 -1
  172. package/dist/src/core/increment/recent-work-scanner.js.map +1 -1
  173. package/dist/src/core/increment/spec-frontmatter-updater.js +1 -1
  174. package/dist/src/core/increment/spec-frontmatter-updater.js.map +1 -1
  175. package/dist/src/core/increment/status-auto-transition.js +1 -1
  176. package/dist/src/core/increment/status-auto-transition.js.map +1 -1
  177. package/dist/src/core/increment-status.js +1 -1
  178. package/dist/src/core/increment-status.js.map +1 -1
  179. package/dist/src/core/living-docs/content-distributor.js +1 -1
  180. package/dist/src/core/living-docs/content-distributor.js.map +1 -1
  181. package/dist/src/core/living-docs/cross-linker.js +1 -1
  182. package/dist/src/core/living-docs/cross-linker.js.map +1 -1
  183. package/dist/src/core/living-docs/feature-archiver.js +1 -1
  184. package/dist/src/core/living-docs/feature-archiver.js.map +1 -1
  185. package/dist/src/core/living-docs/feature-id-manager.js +1 -1
  186. package/dist/src/core/living-docs/feature-id-manager.js.map +1 -1
  187. package/dist/src/core/living-docs/hierarchy-mapper.js +1 -1
  188. package/dist/src/core/living-docs/hierarchy-mapper.js.map +1 -1
  189. package/dist/src/core/living-docs/living-docs-sync.d.ts +14 -0
  190. package/dist/src/core/living-docs/living-docs-sync.d.ts.map +1 -1
  191. package/dist/src/core/living-docs/living-docs-sync.js +72 -13
  192. package/dist/src/core/living-docs/living-docs-sync.js.map +1 -1
  193. package/dist/src/core/living-docs/project-detector.js +1 -1
  194. package/dist/src/core/living-docs/project-detector.js.map +1 -1
  195. package/dist/src/core/living-docs/task-project-specific-generator.js +1 -1
  196. package/dist/src/core/living-docs/task-project-specific-generator.js.map +1 -1
  197. package/dist/src/core/logging/prompt-logger.js +1 -1
  198. package/dist/src/core/logging/prompt-logger.js.map +1 -1
  199. package/dist/src/core/plugin-loader.js +1 -1
  200. package/dist/src/core/plugin-loader.js.map +1 -1
  201. package/dist/src/core/project-manager.js +1 -1
  202. package/dist/src/core/project-manager.js.map +1 -1
  203. package/dist/src/core/qa/qa-runner.js +1 -1
  204. package/dist/src/core/qa/qa-runner.js.map +1 -1
  205. package/dist/src/core/repo-structure/folder-detector.js +1 -1
  206. package/dist/src/core/repo-structure/folder-detector.js.map +1 -1
  207. package/dist/src/core/repo-structure/setup-state-manager.js +1 -1
  208. package/dist/src/core/repo-structure/setup-state-manager.js.map +1 -1
  209. package/dist/src/core/spec-detector.js +1 -1
  210. package/dist/src/core/spec-detector.js.map +1 -1
  211. package/dist/src/core/specs/spec-metadata-manager.js +1 -1
  212. package/dist/src/core/specs/spec-metadata-manager.js.map +1 -1
  213. package/dist/src/core/status-line/status-line-updater.js +1 -1
  214. package/dist/src/core/status-line/status-line-updater.js.map +1 -1
  215. package/dist/src/core/status-line-validator.js +1 -1
  216. package/dist/src/core/status-line-validator.js.map +1 -1
  217. package/dist/src/core/sync/bidirectional-engine.js +1 -1
  218. package/dist/src/core/sync/bidirectional-engine.js.map +1 -1
  219. package/dist/src/core/sync/profile-manager.js +1 -1
  220. package/dist/src/core/sync/profile-manager.js.map +1 -1
  221. package/dist/src/core/sync/project-context.js +1 -1
  222. package/dist/src/core/sync/project-context.js.map +1 -1
  223. package/dist/src/core/sync/sync-event-logger.js +1 -1
  224. package/dist/src/core/sync/sync-event-logger.js.map +1 -1
  225. package/dist/src/core/types/config.js +1 -1
  226. package/dist/src/core/types/config.js.map +1 -1
  227. package/dist/src/core/us-completion-detector.d.ts +124 -0
  228. package/dist/src/core/us-completion-detector.d.ts.map +1 -0
  229. package/dist/src/core/us-completion-detector.js +270 -0
  230. package/dist/src/core/us-completion-detector.js.map +1 -0
  231. package/dist/src/core/utils/permission-checker.js +1 -1
  232. package/dist/src/core/utils/permission-checker.js.map +1 -1
  233. package/dist/src/core/workflow/autonomous-executor.js +1 -1
  234. package/dist/src/core/workflow/autonomous-executor.js.map +1 -1
  235. package/dist/src/core/workflow/backlog-scanner.js +1 -1
  236. package/dist/src/core/workflow/backlog-scanner.js.map +1 -1
  237. package/dist/src/core/workflow/cost-estimator.js +1 -1
  238. package/dist/src/core/workflow/cost-estimator.js.map +1 -1
  239. package/dist/src/core/workflow/state-manager.js +1 -1
  240. package/dist/src/core/workflow/state-manager.js.map +1 -1
  241. package/dist/src/importers/duplicate-detector.js +1 -1
  242. package/dist/src/importers/duplicate-detector.js.map +1 -1
  243. package/dist/src/importers/item-converter.js +1 -1
  244. package/dist/src/importers/item-converter.js.map +1 -1
  245. package/dist/src/integrations/jira/jira-incremental-mapper.d.ts +1 -1
  246. package/dist/src/integrations/jira/jira-incremental-mapper.d.ts.map +1 -1
  247. package/dist/src/integrations/jira/jira-incremental-mapper.js +3 -3
  248. package/dist/src/integrations/jira/jira-incremental-mapper.js.map +1 -1
  249. package/dist/src/living-docs/fs-id-allocator.js +1 -1
  250. package/dist/src/living-docs/fs-id-allocator.js.map +1 -1
  251. package/dist/src/living-docs/id-registry.js +1 -1
  252. package/dist/src/living-docs/id-registry.js.map +1 -1
  253. package/dist/src/sync/external-item-sync-service.js +1 -1
  254. package/dist/src/sync/external-item-sync-service.js.map +1 -1
  255. package/dist/src/sync/sync-metadata.js +1 -1
  256. package/dist/src/sync/sync-metadata.js.map +1 -1
  257. package/dist/src/utils/agents-md-compiler.js +1 -1
  258. package/dist/src/utils/agents-md-compiler.js.map +1 -1
  259. package/dist/src/utils/auto-install.js +1 -1
  260. package/dist/src/utils/auto-install.js.map +1 -1
  261. package/dist/src/utils/cost-reporter.js +1 -1
  262. package/dist/src/utils/cost-reporter.js.map +1 -1
  263. package/dist/src/utils/docs-preview/config-generator.js +1 -1
  264. package/dist/src/utils/docs-preview/config-generator.js.map +1 -1
  265. package/dist/src/utils/docs-preview/docusaurus-setup.js +1 -1
  266. package/dist/src/utils/docs-preview/docusaurus-setup.js.map +1 -1
  267. package/dist/src/utils/docs-preview/package-installer.js +1 -1
  268. package/dist/src/utils/docs-preview/package-installer.js.map +1 -1
  269. package/dist/src/utils/docs-preview/sidebar-builder.js +1 -1
  270. package/dist/src/utils/docs-preview/sidebar-builder.js.map +1 -1
  271. package/dist/src/utils/env-file-generator.js +1 -1
  272. package/dist/src/utils/env-file-generator.js.map +1 -1
  273. package/dist/src/utils/external-resource-validator.js +1 -1
  274. package/dist/src/utils/external-resource-validator.js.map +1 -1
  275. package/dist/src/utils/fs-native.d.ts +51 -5
  276. package/dist/src/utils/fs-native.d.ts.map +1 -1
  277. package/dist/src/utils/fs-native.js +100 -5
  278. package/dist/src/utils/fs-native.js.map +1 -1
  279. package/dist/src/utils/plugin-validator.js +1 -1
  280. package/dist/src/utils/plugin-validator.js.map +1 -1
  281. package/dist/src/utils/project-detection.js +1 -1
  282. package/dist/src/utils/project-detection.js.map +1 -1
  283. package/dist/src/utils/project-validator.js +1 -1
  284. package/dist/src/utils/project-validator.js.map +1 -1
  285. package/dist/src/utils/spec-parser.js +1 -1
  286. package/dist/src/utils/spec-parser.js.map +1 -1
  287. package/dist/src/utils/spec-splitter.js +1 -1
  288. package/dist/src/utils/spec-splitter.js.map +1 -1
  289. package/dist/src/validators/ac-coverage-validator.js +1 -1
  290. package/dist/src/validators/ac-coverage-validator.js.map +1 -1
  291. package/package.json +5 -6
  292. package/plugins/specweave/agents/code-standards-detective/AGENT.md +47 -0
  293. package/plugins/specweave/agents/docs-writer/AGENT.md +134 -1
  294. package/plugins/specweave/agents/increment-quality-judge-v2/AGENT.md +1 -0
  295. package/plugins/specweave/agents/infrastructure/AGENT.md +48 -1
  296. package/plugins/specweave/agents/performance/AGENT.md +46 -0
  297. package/plugins/specweave/agents/pm/AGENT.md +115 -3
  298. package/plugins/specweave/agents/qa-lead/AGENT.md +40 -1
  299. package/plugins/specweave/agents/reflective-reviewer/AGENT.md +5 -0
  300. package/plugins/specweave/agents/security/AGENT.md +45 -0
  301. package/plugins/specweave/agents/tdd-orchestrator/AGENT.md +128 -1
  302. package/plugins/specweave/agents/tech-lead/AGENT.md +138 -1
  303. package/plugins/specweave/agents/translator/AGENT.md +132 -0
  304. package/plugins/specweave/commands/specweave-sync-progress.md +616 -0
  305. package/plugins/specweave/hooks/hooks.json +0 -9
  306. package/plugins/specweave/hooks/post-increment-completion.sh +133 -0
  307. package/plugins/specweave/hooks/post-metadata-change.sh +28 -23
  308. package/plugins/specweave/hooks/post-task-completion.sh +7 -0
  309. package/plugins/specweave/hooks/pre-edit-write-consolidated.sh +44 -7
  310. package/plugins/specweave/hooks/shared/bulk-operation-detector.sh +167 -0
  311. package/plugins/specweave/lib/hooks/consolidated-sync.js +19 -2
  312. package/plugins/specweave/lib/hooks/us-completion-orchestrator.js +135 -0
  313. package/plugins/specweave/lib/vendor/core/increment/ac-status-manager.js +18 -4
  314. package/plugins/specweave/lib/vendor/core/increment/ac-status-manager.js.map +1 -1
  315. package/plugins/specweave/lib/vendor/core/increment/active-increment-manager.js +1 -1
  316. package/plugins/specweave/lib/vendor/core/increment/active-increment-manager.js.map +1 -1
  317. package/plugins/specweave/lib/vendor/core/increment/duplicate-detector.js +1 -1
  318. package/plugins/specweave/lib/vendor/core/increment/duplicate-detector.js.map +1 -1
  319. package/plugins/specweave/lib/vendor/core/increment/metadata-manager.js +1 -1
  320. package/plugins/specweave/lib/vendor/core/increment/metadata-manager.js.map +1 -1
  321. package/plugins/specweave/skills/code-reviewer/SKILL.md +1 -1
  322. package/plugins/specweave/skills/progress-sync/SKILL.md +405 -0
  323. package/plugins/specweave-ado/lib/ado-multi-project-sync.js +0 -1
  324. package/plugins/specweave-ado/lib/ado-project-detector.js +1 -1
  325. package/plugins/specweave-ado/lib/ado-project-detector.ts +1 -1
  326. package/plugins/specweave-ado/lib/conflict-resolver.js +1 -1
  327. package/plugins/specweave-ado/lib/conflict-resolver.ts +1 -1
  328. package/plugins/specweave-backend/agents/database-optimizer/AGENT.md +1 -1
  329. package/plugins/specweave-frontend/agents/frontend-architect/AGENT.md +5 -0
  330. package/plugins/specweave-github/.claude-plugin/plugin.json +1 -15
  331. package/plugins/specweave-github/hooks/README.md +34 -25
  332. package/plugins/specweave-github/lib/CodeValidator.js +1 -1
  333. package/plugins/specweave-github/lib/CodeValidator.ts +2 -2
  334. package/plugins/specweave-github/lib/ThreeLayerSyncManager.js +1 -1
  335. package/plugins/specweave-github/lib/ThreeLayerSyncManager.ts +1 -1
  336. package/plugins/specweave-github/lib/github-client-v2.js +13 -1
  337. package/plugins/specweave-github/lib/github-client-v2.ts +17 -1
  338. package/plugins/specweave-github/lib/github-issue-updater.js +1 -1
  339. package/plugins/specweave-github/lib/github-issue-updater.ts +1 -1
  340. package/plugins/specweave-github/lib/github-sync-bidirectional.js +1 -1
  341. package/plugins/specweave-github/lib/github-sync-bidirectional.ts +1 -1
  342. package/plugins/specweave-github/lib/github-sync-increment-changes.js +1 -1
  343. package/plugins/specweave-github/lib/github-sync-increment-changes.ts +1 -1
  344. package/plugins/specweave-github/lib/user-story-issue-builder.js +4 -4
  345. package/plugins/specweave-github/lib/user-story-issue-builder.ts +7 -6
  346. package/plugins/specweave-infrastructure/agents/devops/AGENT.md +48 -1
  347. package/plugins/specweave-infrastructure/agents/network-engineer/AGENT.md +6 -1
  348. package/plugins/specweave-infrastructure/agents/observability-engineer/AGENT.md +6 -1
  349. package/plugins/specweave-infrastructure/agents/performance-engineer/AGENT.md +6 -1
  350. package/plugins/specweave-infrastructure/agents/sre/AGENT.md +5 -0
  351. package/plugins/specweave-jira/lib/enhanced-jira-sync.js +3 -3
  352. package/plugins/specweave-jira/lib/jira-epic-sync.js +1 -1
  353. package/plugins/specweave-jira/lib/jira-epic-sync.ts +1 -1
  354. package/plugins/specweave-kafka/agents/kafka-architect/AGENT.md +5 -0
  355. package/plugins/specweave-kubernetes/agents/kubernetes-architect/AGENT.md +47 -2
  356. package/plugins/specweave-ml/agents/data-scientist/AGENT.md +1 -1
  357. package/plugins/specweave-ml/agents/ml-engineer/AGENT.md +5 -0
  358. package/plugins/specweave-ml/agents/mlops-engineer/AGENT.md +6 -1
  359. package/plugins/specweave-payments/agents/payment-integration/AGENT.md +1 -1
  360. package/plugins/specweave/agents/pm/AGENT.md.bak +0 -1893
  361. package/plugins/specweave/hooks/docs-changed.sh.backup +0 -79
  362. package/plugins/specweave/hooks/human-input-required.sh.backup +0 -75
  363. package/plugins/specweave/hooks/lib/migrate-increment-work.sh.bak +0 -245
  364. package/plugins/specweave/hooks/lib/sync-spec-content.sh.bak +0 -149
  365. package/plugins/specweave/hooks/lib/validate-spec-status.sh.bak +0 -163
  366. package/plugins/specweave/hooks/post-first-increment.sh.backup +0 -61
  367. package/plugins/specweave/hooks/post-first-increment.sh.bak +0 -61
  368. package/plugins/specweave/hooks/post-increment-change.sh.backup +0 -98
  369. package/plugins/specweave/hooks/post-increment-completion.sh.backup +0 -231
  370. package/plugins/specweave/hooks/post-increment-planning.sh.backup +0 -1048
  371. package/plugins/specweave/hooks/post-increment-status-change.sh.backup +0 -147
  372. package/plugins/specweave/hooks/post-spec-update.sh.backup +0 -158
  373. package/plugins/specweave/hooks/post-spec-update.sh.bak +0 -158
  374. package/plugins/specweave/hooks/post-user-story-complete.sh.backup +0 -179
  375. package/plugins/specweave/hooks/post-user-story-complete.sh.bak +0 -179
  376. package/plugins/specweave/hooks/pre-command-deduplication.sh.backup +0 -83
  377. package/plugins/specweave/hooks/pre-command-deduplication.sh.bak +0 -83
  378. package/plugins/specweave/hooks/pre-implementation.sh.backup +0 -67
  379. package/plugins/specweave/hooks/pre-task-completion.sh.backup +0 -194
  380. package/plugins/specweave/hooks/pre-tool-use.sh.backup +0 -133
  381. package/plugins/specweave/hooks/user-prompt-submit.sh.backup +0 -386
  382. package/plugins/specweave/hooks/user-prompt-submit.sh.bak +0 -386
  383. package/plugins/specweave/lib/hooks/auto-transition.js.bak +0 -50
  384. package/plugins/specweave/lib/hooks/auto-transition.ts.bak +0 -84
  385. package/plugins/specweave/lib/hooks/git-diff-analyzer.d.js.bak +0 -0
  386. package/plugins/specweave/lib/hooks/git-diff-analyzer.d.ts.bak +0 -89
  387. package/plugins/specweave/lib/hooks/git-diff-analyzer.js.bak +0 -142
  388. package/plugins/specweave/lib/hooks/git-diff-analyzer.ts.bak +0 -269
  389. package/plugins/specweave/lib/hooks/invoke-translator-skill.d.js.bak +0 -0
  390. package/plugins/specweave/lib/hooks/invoke-translator-skill.d.ts.bak +0 -60
  391. package/plugins/specweave/lib/hooks/invoke-translator-skill.js.bak +0 -155
  392. package/plugins/specweave/lib/hooks/invoke-translator-skill.ts.bak +0 -264
  393. package/plugins/specweave/lib/hooks/prepare-reflection-context.d.js.bak +0 -0
  394. package/plugins/specweave/lib/hooks/prepare-reflection-context.d.ts.bak +0 -42
  395. package/plugins/specweave/lib/hooks/prepare-reflection-context.js.bak +0 -110
  396. package/plugins/specweave/lib/hooks/prepare-reflection-context.ts.bak +0 -178
  397. package/plugins/specweave/lib/hooks/reflection-config-loader.d.js.bak +0 -0
  398. package/plugins/specweave/lib/hooks/reflection-config-loader.d.ts.bak +0 -45
  399. package/plugins/specweave/lib/hooks/reflection-config-loader.js.bak +0 -92
  400. package/plugins/specweave/lib/hooks/reflection-config-loader.ts.bak +0 -156
  401. package/plugins/specweave/lib/hooks/reflection-parser.d.js.bak +0 -0
  402. package/plugins/specweave/lib/hooks/reflection-parser.d.ts.bak +0 -33
  403. package/plugins/specweave/lib/hooks/reflection-parser.js.bak +0 -301
  404. package/plugins/specweave/lib/hooks/reflection-parser.ts.bak +0 -484
  405. package/plugins/specweave/lib/hooks/reflection-prompt-builder.d.js.bak +0 -0
  406. package/plugins/specweave/lib/hooks/reflection-prompt-builder.d.ts.bak +0 -56
  407. package/plugins/specweave/lib/hooks/reflection-prompt-builder.js.bak +0 -182
  408. package/plugins/specweave/lib/hooks/reflection-prompt-builder.ts.bak +0 -306
  409. package/plugins/specweave/lib/hooks/reflection-storage.d.js.bak +0 -0
  410. package/plugins/specweave/lib/hooks/reflection-storage.d.ts.bak +0 -64
  411. package/plugins/specweave/lib/hooks/reflection-storage.js.bak +0 -231
  412. package/plugins/specweave/lib/hooks/reflection-storage.ts.bak +0 -369
  413. package/plugins/specweave/lib/hooks/run-self-reflection.d.js.bak +0 -0
  414. package/plugins/specweave/lib/hooks/run-self-reflection.d.ts.bak +0 -43
  415. package/plugins/specweave/lib/hooks/run-self-reflection.js.bak +0 -132
  416. package/plugins/specweave/lib/hooks/run-self-reflection.ts.bak +0 -258
  417. package/plugins/specweave/lib/hooks/sync-cache.js.bak +0 -294
  418. package/plugins/specweave/lib/hooks/sync-living-docs.d.js.bak +0 -1
  419. package/plugins/specweave/lib/hooks/sync-living-docs.d.ts.bak +0 -27
  420. package/plugins/specweave/lib/hooks/sync-living-docs.js.bak +0 -339
  421. package/plugins/specweave/lib/hooks/sync-us-tasks.js.bak +0 -476
  422. package/plugins/specweave/lib/hooks/translate-file.d.js.bak +0 -0
  423. package/plugins/specweave/lib/hooks/translate-file.d.ts.bak +0 -59
  424. package/plugins/specweave/lib/hooks/translate-file.js.bak +0 -289
  425. package/plugins/specweave/lib/hooks/translate-file.ts.bak +0 -428
  426. package/plugins/specweave/lib/hooks/translate-living-docs.d.js.bak +0 -0
  427. package/plugins/specweave/lib/hooks/translate-living-docs.d.ts.bak +0 -13
  428. package/plugins/specweave/lib/hooks/translate-living-docs.js.bak +0 -119
  429. package/plugins/specweave/lib/hooks/translate-living-docs.ts.bak +0 -224
  430. package/plugins/specweave/lib/hooks/update-ac-status.js.bak +0 -51
  431. package/plugins/specweave/lib/hooks/update-ac-status.ts.bak +0 -103
  432. package/plugins/specweave/lib/hooks/update-tasks-md.d.js.bak +0 -1
  433. package/plugins/specweave/lib/hooks/update-tasks-md.d.ts.bak +0 -29
  434. package/plugins/specweave/lib/hooks/update-tasks-md.js.bak +0 -296
  435. package/plugins/specweave/lib/hooks/update-tasks-md.ts.bak +0 -489
  436. package/plugins/specweave-ado/hooks/hooks.json +0 -15
  437. package/plugins/specweave-ado/hooks/post-living-docs-update.sh.backup +0 -353
  438. package/plugins/specweave-ado/hooks/post-task-completion.sh.backup +0 -172
  439. package/plugins/specweave-ado/lib/enhanced-ado-sync.js +0 -170
  440. package/plugins/specweave-github/hooks/.specweave/logs/hooks-debug.log +0 -718
  441. package/plugins/specweave-github/hooks/hooks.json +0 -15
  442. package/plugins/specweave-github/hooks/post-task-completion.sh.backup +0 -258
  443. package/plugins/specweave-jira/hooks/hooks.json +0 -15
  444. package/plugins/specweave-jira/hooks/post-task-completion.sh.backup +0 -172
  445. package/plugins/specweave-release/hooks/.specweave/logs/dora-tracking.log +0 -600
  446. package/plugins/specweave-release/hooks/hooks.json +0 -15
  447. package/plugins/specweave-release/hooks/post-task-completion.sh.backup +0 -110
@@ -1,718 +0,0 @@
1
- [Sat Nov 22 02:20:23 EST 2025] [GitHub] 🔗 GitHub sync hook fired
2
- [Sat Nov 22 02:20: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
3
- [Sat Nov 22 02:20:26 EST 2025] [GitHub] 🔗 GitHub sync hook fired
4
- [Sat Nov 22 02:20:26 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
5
- [Sat Nov 22 02:20:26 EST 2025] [GitHub] 🔗 GitHub sync hook fired
6
- [Sat Nov 22 02:20:26 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
7
- [Sat Nov 22 02:20:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
8
- [Sat Nov 22 02:20: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
9
- [Sat Nov 22 02:20:31 EST 2025] [GitHub] 🔗 GitHub sync hook fired
10
- [Sat Nov 22 02:20: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
11
- [Sat Nov 22 02:20:31 EST 2025] [GitHub] 🔗 GitHub sync hook fired
12
- [Sat Nov 22 02:20: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
13
- [Sat Nov 22 02:20:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
14
- [Sat Nov 22 02:20: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
15
- [Sat Nov 22 02:20:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
16
- [Sat Nov 22 02:20: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
17
- [Sat Nov 22 13:23:12 EST 2025] [GitHub] 🔗 GitHub sync hook fired
18
- [Sat Nov 22 13:23: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
19
- [Sat Nov 22 13:23:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
20
- [Sat Nov 22 13: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
21
- [Sat Nov 22 13:23:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
22
- [Sat Nov 22 13:23: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
23
- [Sat Nov 22 13:23:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
24
- [Sat Nov 22 13:23: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
25
- [Sat Nov 22 13:23:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
26
- [Sat Nov 22 13:23: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
27
- [Sat Nov 22 13:23:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
28
- [Sat Nov 22 13:23: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
29
- [Sat Nov 22 13:23:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
30
- [Sat Nov 22 13:23: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
31
- [Sat Nov 22 13:23:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
32
- [Sat Nov 22 13:23: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
33
- [Sat Nov 22 13:27:47 EST 2025] [GitHub] 🔗 GitHub sync hook fired
34
- [Sat Nov 22 13:27:47 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
35
- [Sat Nov 22 13:27:49 EST 2025] [GitHub] 🔗 GitHub sync hook fired
36
- [Sat Nov 22 13:27: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
37
- [Sat Nov 22 13:27:49 EST 2025] [GitHub] 🔗 GitHub sync hook fired
38
- [Sat Nov 22 13:27: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
39
- [Sat Nov 22 13:27:52 EST 2025] [GitHub] 🔗 GitHub sync hook fired
40
- [Sat Nov 22 13:27: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
41
- [Sat Nov 22 13:27:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
42
- [Sat Nov 22 13:27: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
43
- [Sat Nov 22 13:27:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
44
- [Sat Nov 22 13:27: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
45
- [Sat Nov 22 13:27:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
46
- [Sat Nov 22 13:27: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
47
- [Sat Nov 22 13:27:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
48
- [Sat Nov 22 13:27: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
49
- [Sat Nov 22 14:10:04 EST 2025] [GitHub] 🔗 GitHub sync hook fired
50
- [Sat Nov 22 14:10: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
51
- [Sat Nov 22 14:10:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
52
- [Sat Nov 22 14:10: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
53
- [Sat Nov 22 14:10:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
54
- [Sat Nov 22 14:10: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
55
- [Sat Nov 22 14:10:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
56
- [Sat Nov 22 14:10: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
57
- [Sat Nov 22 14:27:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
58
- [Sat Nov 22 14:27: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
59
- [Sat Nov 22 14:27:55 EST 2025] [GitHub] 🔗 GitHub sync hook fired
60
- [Sat Nov 22 14:27: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
61
- [Sat Nov 22 14:28:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
62
- [Sat Nov 22 14:28: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
63
- [Sat Nov 22 14:28:05 EST 2025] [GitHub] 🔗 GitHub sync hook fired
64
- [Sat Nov 22 14:28: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
65
- [Sat Nov 22 14:39:21 EST 2025] [GitHub] 🔗 GitHub sync hook fired
66
- [Sat Nov 22 14:39: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
67
- [Sat Nov 22 14:39:26 EST 2025] [GitHub] 🔗 GitHub sync hook fired
68
- [Sat Nov 22 14:39:26 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
69
- [Sat Nov 22 14:39:31 EST 2025] [GitHub] 🔗 GitHub sync hook fired
70
- [Sat Nov 22 14:39: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
71
- [Sat Nov 22 14:39:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
72
- [Sat Nov 22 14:39: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
73
- [Sat Nov 22 15:58:47 EST 2025] [GitHub] 🔗 GitHub sync hook fired
74
- [Sat Nov 22 15:58:47 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
75
- [Sat Nov 22 15:58:53 EST 2025] [GitHub] 🔗 GitHub sync hook fired
76
- [Sat Nov 22 15:58: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
77
- [Sat Nov 22 15:58:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
78
- [Sat Nov 22 15:58: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
79
- [Sat Nov 22 15:59:03 EST 2025] [GitHub] 🔗 GitHub sync hook fired
80
- [Sat Nov 22 15:59: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
81
- [Sat Nov 22 15:59:21 EST 2025] [GitHub] 🔗 GitHub sync hook fired
82
- [Sat Nov 22 15:59: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
83
- [Sat Nov 22 15:59:26 EST 2025] [GitHub] 🔗 GitHub sync hook fired
84
- [Sat Nov 22 15:59:26 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
85
- [Sat Nov 22 15:59:32 EST 2025] [GitHub] 🔗 GitHub sync hook fired
86
- [Sat Nov 22 15:59: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
87
- [Sat Nov 22 15:59:37 EST 2025] [GitHub] 🔗 GitHub sync hook fired
88
- [Sat Nov 22 15:59: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
89
- [Sat Nov 22 16:00:32 EST 2025] [GitHub] 🔗 GitHub sync hook fired
90
- [Sat Nov 22 16:00: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
91
- [Sat Nov 22 16:00:37 EST 2025] [GitHub] 🔗 GitHub sync hook fired
92
- [Sat Nov 22 16:00: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
93
- [Sat Nov 22 16:00:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
94
- [Sat Nov 22 16:00: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
95
- [Sat Nov 22 16:00:47 EST 2025] [GitHub] 🔗 GitHub sync hook fired
96
- [Sat Nov 22 16:00:47 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
97
- [Sat Nov 22 16:01:04 EST 2025] [GitHub] 🔗 GitHub sync hook fired
98
- [Sat Nov 22 16:01: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
99
- [Sat Nov 22 16:01:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
100
- [Sat Nov 22 16:01: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
101
- [Sat Nov 22 16:01:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
102
- [Sat Nov 22 16:01: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
103
- [Sat Nov 22 16:01:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
104
- [Sat Nov 22 16:01: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
105
- [Sat Nov 22 16:02:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
106
- [Sat Nov 22 16:02: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
107
- [Sat Nov 22 16:02:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
108
- [Sat Nov 22 16:02: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
109
- [Sat Nov 22 16:02:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
110
- [Sat Nov 22 16:02: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
111
- [Sat Nov 22 16:02:21 EST 2025] [GitHub] 🔗 GitHub sync hook fired
112
- [Sat Nov 22 16:02: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
113
- [Sat Nov 22 16:25:52 EST 2025] [GitHub] 🔗 GitHub sync hook fired
114
- [Sat Nov 22 16:25: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
115
- [Sat Nov 22 16:26:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
116
- [Sat Nov 22 16:26: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
117
- [Sat Nov 22 16:26:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
118
- [Sat Nov 22 16:26: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
119
- [Sat Nov 22 16:31:31 EST 2025] [GitHub] 🔗 GitHub sync hook fired
120
- [Sat Nov 22 16:31: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
121
- [Sat Nov 22 16:32:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
122
- [Sat Nov 22 16:32: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
123
- [Sat Nov 22 16:34:23 EST 2025] [GitHub] 🔗 GitHub sync hook fired
124
- [Sat Nov 22 16:34: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
125
- [Sat Nov 22 16:37:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
126
- [Sat Nov 22 16:37: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
127
- [Sat Nov 22 16:37:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
128
- [Sat Nov 22 16:37: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
129
- [Sat Nov 22 16:40:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
130
- [Sat Nov 22 16:40: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
131
- [Sat Nov 22 16:42:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
132
- [Sat Nov 22 16:42: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
133
- [Sat Nov 22 16:44:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
134
- [Sat Nov 22 16:44:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
135
- [Sat Nov 22 16:44: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
136
- [Sat Nov 22 16:44: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
137
- [Sat Nov 22 16:45:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
138
- [Sat Nov 22 16:45: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
139
- [Sat Nov 22 16:46:24 EST 2025] [GitHub] 🔗 GitHub sync hook fired
140
- [Sat Nov 22 16:46: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
141
- [Sat Nov 22 16:50:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
142
- [Sat Nov 22 16:50: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
143
- [Sat Nov 22 16:50:35 EST 2025] [GitHub] 🔗 GitHub sync hook fired
144
- [Sat Nov 22 16:50:35 EST 2025] [GitHub] 🔗 GitHub sync hook fired
145
- [Sat Nov 22 16:50: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
146
- [Sat Nov 22 16:50: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
147
- [Sat Nov 22 16:56:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
148
- [Sat Nov 22 16:56: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
149
- [Sat Nov 22 16:56:43 EST 2025] [GitHub] 🔗 GitHub sync hook fired
150
- [Sat Nov 22 16:56: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
151
- [Sat Nov 22 16:56:43 EST 2025] [GitHub] 🔗 GitHub sync hook fired
152
- [Sat Nov 22 16:56: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
153
- [Sat Nov 22 16:58:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
154
- [Sat Nov 22 16:58: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
155
- [Sat Nov 22 17:01:31 EST 2025] [GitHub] 🔗 GitHub sync hook fired
156
- [Sat Nov 22 17:01: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
157
- [Sat Nov 22 17:04:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
158
- [Sat Nov 22 17:04: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
159
- [Sat Nov 22 17:11:03 EST 2025] [GitHub] 🔗 GitHub sync hook fired
160
- [Sat Nov 22 17:11: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
161
- [Sat Nov 22 17:11:47 EST 2025] [GitHub] 🔗 GitHub sync hook fired
162
- [Sat Nov 22 17:11:47 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
163
- [Sat Nov 22 17:12:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
164
- [Sat Nov 22 17:12: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
165
- [Sat Nov 22 17:12:35 EST 2025] [GitHub] 🔗 GitHub sync hook fired
166
- [Sat Nov 22 17:12: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
167
- [Sat Nov 22 17:12:37 EST 2025] [GitHub] 🔗 GitHub sync hook fired
168
- [Sat Nov 22 17:12: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
169
- [Sat Nov 22 17:12:38 EST 2025] [GitHub] 🔗 GitHub sync hook fired
170
- [Sat Nov 22 17:12: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
171
- [Sat Nov 22 17:12:40 EST 2025] [GitHub] 🔗 GitHub sync hook fired
172
- [Sat Nov 22 17:12: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
173
- [Sat Nov 22 17:12:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
174
- [Sat Nov 22 17:12: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
175
- [Sat Nov 22 17:12:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
176
- [Sat Nov 22 17:12: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
177
- [Sat Nov 22 17:12:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
178
- [Sat Nov 22 17:12: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
179
- [Sat Nov 22 17:12:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
180
- [Sat Nov 22 17:12: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
181
- [Sat Nov 22 17:14:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
182
- [Sat Nov 22 17: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
183
- [Sat Nov 22 17:15:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
184
- [Sat Nov 22 17:15: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
185
- [Sat Nov 22 17:16:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
186
- [Sat Nov 22 17:16: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
187
- [Sat Nov 22 17:16:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
188
- [Sat Nov 22 17:16: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
189
- [Sat Nov 22 17:16:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
190
- [Sat Nov 22 17:16: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
191
- [Sat Nov 22 17:19:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
192
- [Sat Nov 22 17:19: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
193
- [Sat Nov 22 17:20:04 EST 2025] [GitHub] 🔗 GitHub sync hook fired
194
- [Sat Nov 22 17:20: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
195
- [Sat Nov 22 17:20:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
196
- [Sat Nov 22 17:20: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
197
- [Sat Nov 22 17:21:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
198
- [Sat Nov 22 17:21: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
199
- [Sat Nov 22 17:21:40 EST 2025] [GitHub] 🔗 GitHub sync hook fired
200
- [Sat Nov 22 17:21: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
201
- [Sat Nov 22 17:22:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
202
- [Sat Nov 22 17:22: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
203
- [Sat Nov 22 17:24:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
204
- [Sat Nov 22 17:24: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
205
- [Sat Nov 22 17:24:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
206
- [Sat Nov 22 17:24: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
207
- [Sat Nov 22 17:25:43 EST 2025] [GitHub] 🔗 GitHub sync hook fired
208
- [Sat Nov 22 17:25: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
209
- [Sat Nov 22 17:26:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
210
- [Sat Nov 22 17:26: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
211
- [Sat Nov 22 17:27:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
212
- [Sat Nov 22 17:27: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
213
- [Sat Nov 22 17:27:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
214
- [Sat Nov 22 17:27: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
215
- [Sat Nov 22 17:27:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
216
- [Sat Nov 22 17:27: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
217
- [Sat Nov 22 17:28:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
218
- [Sat Nov 22 17:28: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
219
- [Sat Nov 22 17:28:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
220
- [Sat Nov 22 17:28: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
221
- [Sat Nov 22 17:29:10 EST 2025] [GitHub] 🔗 GitHub sync hook fired
222
- [Sat Nov 22 17:29: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
223
- [Sat Nov 22 17:29:10 EST 2025] [GitHub] 🔗 GitHub sync hook fired
224
- [Sat Nov 22 17:29: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
225
- [Sat Nov 22 17:55:39 EST 2025] [GitHub] 🔗 GitHub sync hook fired
226
- [Sat Nov 22 17:55:39 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
227
- [Sat Nov 22 17:56:38 EST 2025] [GitHub] 🔗 GitHub sync hook fired
228
- [Sat Nov 22 17: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
229
- [Sat Nov 22 18:03:49 EST 2025] [GitHub] 🔗 GitHub sync hook fired
230
- [Sat Nov 22 18:03: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
231
- [Sat Nov 22 18:04:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
232
- [Sat Nov 22 18:04: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
233
- [Sat Nov 22 18:04:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
234
- [Sat Nov 22 18:04: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
235
- [Sat Nov 22 18:05:43 EST 2025] [GitHub] 🔗 GitHub sync hook fired
236
- [Sat Nov 22 18:05: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
237
- [Sat Nov 22 18:06:24 EST 2025] [GitHub] 🔗 GitHub sync hook fired
238
- [Sat Nov 22 18:06: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
239
- [Sat Nov 22 18:07:46 EST 2025] [GitHub] 🔗 GitHub sync hook fired
240
- [Sat Nov 22 18:07: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
241
- [Sat Nov 22 18:11:26 EST 2025] [GitHub] 🔗 GitHub sync hook fired
242
- [Sat Nov 22 18:11:26 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
243
- [Sat Nov 22 18:12:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
244
- [Sat Nov 22 18:12: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
245
- [Sat Nov 22 18:12:35 EST 2025] [GitHub] 🔗 GitHub sync hook fired
246
- [Sat Nov 22 18:12: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
247
- [Sat Nov 22 18:13:12 EST 2025] [GitHub] 🔗 GitHub sync hook fired
248
- [Sat Nov 22 18:13: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
249
- [Sat Nov 22 18:13:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
250
- [Sat Nov 22 18:13: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
251
- [Sat Nov 22 18:13:47 EST 2025] [GitHub] 🔗 GitHub sync hook fired
252
- [Sat Nov 22 18:13:47 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
253
- [Sat Nov 22 18:14:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
254
- [Sat Nov 22 18:14: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
255
- [Sat Nov 22 18:14:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
256
- [Sat Nov 22 18:14: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
257
- [Sat Nov 22 18:14:52 EST 2025] [GitHub] 🔗 GitHub sync hook fired
258
- [Sat Nov 22 18:14: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
259
- [Sat Nov 22 18:15:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
260
- [Sat Nov 22 18:15: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
261
- [Sat Nov 22 18:15:52 EST 2025] [GitHub] 🔗 GitHub sync hook fired
262
- [Sat Nov 22 18:15: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
263
- [Sat Nov 22 18:18:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
264
- [Sat Nov 22 18:18: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
265
- [Sat Nov 22 18:18:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
266
- [Sat Nov 22 18:18: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
267
- [Sat Nov 22 18:18:40 EST 2025] [GitHub] 🔗 GitHub sync hook fired
268
- [Sat Nov 22 18:18: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
269
- [Sat Nov 22 18:18:52 EST 2025] [GitHub] 🔗 GitHub sync hook fired
270
- [Sat Nov 22 18:18: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
271
- [Sat Nov 22 18:19:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
272
- [Sat Nov 22 18:19: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
273
- [Sat Nov 22 18:19:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
274
- [Sat Nov 22 18:19: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
275
- [Sat Nov 22 18:19:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
276
- [Sat Nov 22 18:19: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
277
- [Sat Nov 22 18:19:52 EST 2025] [GitHub] 🔗 GitHub sync hook fired
278
- [Sat Nov 22 18:19: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
279
- [Sat Nov 22 18:19:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
280
- [Sat Nov 22 18:19: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
281
- [Sat Nov 22 18:20:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
282
- [Sat Nov 22 18:20: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
283
- [Sat Nov 22 18:20:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
284
- [Sat Nov 22 18:20: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
285
- [Sat Nov 22 18:20:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
286
- [Sat Nov 22 18:20: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
287
- [Sat Nov 22 18:20:39 EST 2025] [GitHub] 🔗 GitHub sync hook fired
288
- [Sat Nov 22 18:20:39 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
289
- [Sat Nov 22 18:20:59 EST 2025] [GitHub] 🔗 GitHub sync hook fired
290
- [Sat Nov 22 18:20: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
291
- [Sat Nov 22 18:21:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
292
- [Sat Nov 22 18:21: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
293
- [Sat Nov 22 18:21:59 EST 2025] [GitHub] 🔗 GitHub sync hook fired
294
- [Sat Nov 22 18:21: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
295
- [Sat Nov 22 18:22:10 EST 2025] [GitHub] 🔗 GitHub sync hook fired
296
- [Sat Nov 22 18:22: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
297
- [Sat Nov 22 18:22:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
298
- [Sat Nov 22 18:22: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
299
- [Sat Nov 22 18:22:43 EST 2025] [GitHub] 🔗 GitHub sync hook fired
300
- [Sat Nov 22 18:22: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
301
- [Sat Nov 22 18:22:46 EST 2025] [GitHub] 🔗 GitHub sync hook fired
302
- [Sat Nov 22 18:22: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
303
- [Sat Nov 22 18:23:12 EST 2025] [GitHub] 🔗 GitHub sync hook fired
304
- [Sat Nov 22 18:23: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
305
- [Sat Nov 22 18:23:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
306
- [Sat Nov 22 18:23: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
307
- [Sat Nov 22 18:24:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
308
- [Sat Nov 22 18: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
309
- [Sat Nov 22 18:34:35 EST 2025] [GitHub] 🔗 GitHub sync hook fired
310
- [Sat Nov 22 18:34: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
311
- [Sat Nov 22 18:35:23 EST 2025] [GitHub] 🔗 GitHub sync hook fired
312
- [Sat Nov 22 18:35: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
313
- [Sat Nov 22 18:38:02 EST 2025] [GitHub] 🔗 GitHub sync hook fired
314
- [Sat Nov 22 18:38: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
315
- [Sat Nov 22 18:38:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
316
- [Sat Nov 22 18:38: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
317
- [Sat Nov 22 18:38:49 EST 2025] [GitHub] 🔗 GitHub sync hook fired
318
- [Sat Nov 22 18:38: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
319
- [Sat Nov 22 18:39:05 EST 2025] [GitHub] 🔗 GitHub sync hook fired
320
- [Sat Nov 22 18:39: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
321
- [Sat Nov 22 18:39:26 EST 2025] [GitHub] 🔗 GitHub sync hook fired
322
- [Sat Nov 22 18:39:26 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
323
- [Sat Nov 22 18:39:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
324
- [Sat Nov 22 18:39: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
325
- [Sat Nov 22 18:40:38 EST 2025] [GitHub] 🔗 GitHub sync hook fired
326
- [Sat Nov 22 18:40: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
327
- [Sat Nov 22 18:41:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
328
- [Sat Nov 22 18:41: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
329
- [Sat Nov 22 18:41:57 EST 2025] [GitHub] 🔗 GitHub sync hook fired
330
- [Sat Nov 22 18:41: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
331
- [Sat Nov 22 18:44:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
332
- [Sat Nov 22 18:44: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
333
- [Sat Nov 22 18:44:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
334
- [Sat Nov 22 18:44: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
335
- [Sat Nov 22 18:45:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
336
- [Sat Nov 22 18:45: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
337
- [Sat Nov 22 18:49:26 EST 2025] [GitHub] 🔗 GitHub sync hook fired
338
- [Sat Nov 22 18:49:26 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
339
- [Sat Nov 22 18:49:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
340
- [Sat Nov 22 18: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
341
- [Sat Nov 22 18:49:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
342
- [Sat Nov 22 18: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
343
- [Sat Nov 22 18:50:10 EST 2025] [GitHub] 🔗 GitHub sync hook fired
344
- [Sat Nov 22 18:50: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
345
- [Sat Nov 22 18:50:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
346
- [Sat Nov 22 18:50: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
347
- [Sat Nov 22 18:51:48 EST 2025] [GitHub] 🔗 GitHub sync hook fired
348
- [Sat Nov 22 18:51: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
349
- [Sat Nov 22 18:52:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
350
- [Sat Nov 22 18:52: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
351
- [Sat Nov 22 18:52:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
352
- [Sat Nov 22 18:52: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
353
- [Sat Nov 22 18:58:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
354
- [Sat Nov 22 18:58: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
355
- [Sat Nov 22 18:58:46 EST 2025] [GitHub] 🔗 GitHub sync hook fired
356
- [Sat Nov 22 18:58:46 EST 2025] [GitHub] 🔗 GitHub sync hook fired
357
- [Sat Nov 22 18:58: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
358
- [Sat Nov 22 18:58: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
359
- [Sat Nov 22 18:59:53 EST 2025] [GitHub] 🔗 GitHub sync hook fired
360
- [Sat Nov 22 18:59: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
361
- [Sun Nov 23 01:18:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
362
- [Sun Nov 23 01:18: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
363
- [Sun Nov 23 01:18:47 EST 2025] [GitHub] 🔗 GitHub sync hook fired
364
- [Sun Nov 23 01:18:47 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
365
- [Sun Nov 23 01:18:52 EST 2025] [GitHub] 🔗 GitHub sync hook fired
366
- [Sun Nov 23 01:18: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
367
- [Sun Nov 23 01:18:57 EST 2025] [GitHub] 🔗 GitHub sync hook fired
368
- [Sun Nov 23 01:18: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
369
- [Sun Nov 23 01:19:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
370
- [Sun Nov 23 01:19: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
371
- [Sun Nov 23 01:19:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
372
- [Sun Nov 23 01:19: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
373
- [Sun Nov 23 01:19:24 EST 2025] [GitHub] 🔗 GitHub sync hook fired
374
- [Sun Nov 23 01:19: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
375
- [Sun Nov 23 01:19:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
376
- [Sun Nov 23 01:19: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
377
- [Sun Nov 23 01:19:46 EST 2025] [GitHub] 🔗 GitHub sync hook fired
378
- [Sun Nov 23 01:19: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
379
- [Sun Nov 23 01:19:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
380
- [Sun Nov 23 01:19: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
381
- [Sun Nov 23 01:19:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
382
- [Sun Nov 23 01:19: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
383
- [Sun Nov 23 01:20:02 EST 2025] [GitHub] 🔗 GitHub sync hook fired
384
- [Sun Nov 23 01:20: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
385
- [Sun Nov 23 01:21:12 EST 2025] [GitHub] 🔗 GitHub sync hook fired
386
- [Sun Nov 23 01:21: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
387
- [Sun Nov 23 01:21:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
388
- [Sun Nov 23 01:21: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
389
- [Sun Nov 23 01:21:23 EST 2025] [GitHub] 🔗 GitHub sync hook fired
390
- [Sun Nov 23 01:21: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
391
- [Sun Nov 23 01:21:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
392
- [Sun Nov 23 01:21: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
393
- [Sun Nov 23 01:23:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
394
- [Sun Nov 23 01:23: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
395
- [Sun Nov 23 01:23:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
396
- [Sun Nov 23 01:23: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
397
- [Sun Nov 23 01:23:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
398
- [Sun Nov 23 01:23: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
399
- [Sun Nov 23 01:23:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
400
- [Sun Nov 23 01:23: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
401
- [Sun Nov 23 01:24:02 EST 2025] [GitHub] 🔗 GitHub sync hook fired
402
- [Sun Nov 23 01:24: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
403
- [Sun Nov 23 01:24:07 EST 2025] [GitHub] 🔗 GitHub sync hook fired
404
- [Sun Nov 23 01:24: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
405
- [Sun Nov 23 01:24:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
406
- [Sun Nov 23 01:24: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
407
- [Sun Nov 23 01:24:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
408
- [Sun Nov 23 01:24: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
409
- [Sun Nov 23 02:02:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
410
- [Sun Nov 23 02:02: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
411
- [Sun Nov 23 02:02:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
412
- [Sun Nov 23 02:02: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
413
- [Sun Nov 23 02:02:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
414
- [Sun Nov 23 02:02: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
415
- [Sun Nov 23 02:02:24 EST 2025] [GitHub] 🔗 GitHub sync hook fired
416
- [Sun Nov 23 02:02: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
417
- [Sun Nov 23 02:09:21 EST 2025] [GitHub] 🔗 GitHub sync hook fired
418
- [Sun Nov 23 02:09: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
419
- [Sun Nov 23 02:09:26 EST 2025] [GitHub] 🔗 GitHub sync hook fired
420
- [Sun Nov 23 02:09:26 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
421
- [Sun Nov 23 02:09:31 EST 2025] [GitHub] 🔗 GitHub sync hook fired
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
- [Sun Nov 23 02:09:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
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