specweave 0.24.11 → 0.26.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (411) hide show
  1. package/CLAUDE.md +742 -26
  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 +28 -0
  8. package/dist/plugins/specweave-github/lib/github-client-v2.d.ts.map +1 -1
  9. package/dist/plugins/specweave-github/lib/github-client-v2.js +64 -1
  10. package/dist/plugins/specweave-github/lib/github-client-v2.js.map +1 -1
  11. package/dist/plugins/specweave-github/lib/github-issue-updater.js +1 -1
  12. package/dist/plugins/specweave-github/lib/github-issue-updater.js.map +1 -1
  13. package/dist/plugins/specweave-github/lib/github-sync-bidirectional.js +1 -1
  14. package/dist/plugins/specweave-github/lib/github-sync-bidirectional.js.map +1 -1
  15. package/dist/plugins/specweave-github/lib/github-sync-increment-changes.js +1 -1
  16. package/dist/plugins/specweave-github/lib/github-sync-increment-changes.js.map +1 -1
  17. package/dist/plugins/specweave-github/lib/user-story-issue-builder.d.ts.map +1 -1
  18. package/dist/plugins/specweave-github/lib/user-story-issue-builder.js +7 -6
  19. package/dist/plugins/specweave-github/lib/user-story-issue-builder.js.map +1 -1
  20. package/dist/plugins/specweave-jira/lib/jira-epic-sync.js +1 -1
  21. package/dist/plugins/specweave-jira/lib/jira-epic-sync.js.map +1 -1
  22. package/dist/src/adapters/adapter-base.js +1 -1
  23. package/dist/src/adapters/adapter-base.js.map +1 -1
  24. package/dist/src/adapters/adapter-loader.js +1 -1
  25. package/dist/src/adapters/adapter-loader.js.map +1 -1
  26. package/dist/src/adapters/agents-md-generator.js +1 -1
  27. package/dist/src/adapters/agents-md-generator.js.map +1 -1
  28. package/dist/src/adapters/claude/adapter.js +1 -1
  29. package/dist/src/adapters/claude/adapter.js.map +1 -1
  30. package/dist/src/adapters/claude-md-generator.js +1 -1
  31. package/dist/src/adapters/claude-md-generator.js.map +1 -1
  32. package/dist/src/adapters/codex/adapter.js +1 -1
  33. package/dist/src/adapters/codex/adapter.js.map +1 -1
  34. package/dist/src/adapters/cursor/adapter.js +1 -1
  35. package/dist/src/adapters/cursor/adapter.js.map +1 -1
  36. package/dist/src/adapters/doc-generator.js +1 -1
  37. package/dist/src/adapters/doc-generator.js.map +1 -1
  38. package/dist/src/adapters/gemini/adapter.js +1 -1
  39. package/dist/src/adapters/gemini/adapter.js.map +1 -1
  40. package/dist/src/adapters/generic/adapter.js +1 -1
  41. package/dist/src/adapters/generic/adapter.js.map +1 -1
  42. package/dist/src/cli/commands/cicd-monitor.js +1 -1
  43. package/dist/src/cli/commands/cicd-monitor.js.map +1 -1
  44. package/dist/src/cli/commands/delete-feature.d.ts +14 -0
  45. package/dist/src/cli/commands/delete-feature.d.ts.map +1 -0
  46. package/dist/src/cli/commands/delete-feature.js +87 -0
  47. package/dist/src/cli/commands/delete-feature.js.map +1 -0
  48. package/dist/src/cli/commands/detect-specs.js +1 -1
  49. package/dist/src/cli/commands/detect-specs.js.map +1 -1
  50. package/dist/src/cli/commands/import-external.js +1 -1
  51. package/dist/src/cli/commands/import-external.js.map +1 -1
  52. package/dist/src/cli/commands/init.d.ts.map +1 -1
  53. package/dist/src/cli/commands/init.js +45 -47
  54. package/dist/src/cli/commands/init.js.map +1 -1
  55. package/dist/src/cli/commands/install.js +1 -1
  56. package/dist/src/cli/commands/install.js.map +1 -1
  57. package/dist/src/cli/commands/list.js +1 -1
  58. package/dist/src/cli/commands/list.js.map +1 -1
  59. package/dist/src/cli/commands/migrate-to-multiproject.js +1 -1
  60. package/dist/src/cli/commands/migrate-to-multiproject.js.map +1 -1
  61. package/dist/src/cli/commands/migrate-to-profiles.js +1 -1
  62. package/dist/src/cli/commands/migrate-to-profiles.js.map +1 -1
  63. package/dist/src/cli/commands/plan/agent-invoker.js +1 -1
  64. package/dist/src/cli/commands/repair-status-desync.js +1 -1
  65. package/dist/src/cli/commands/repair-status-desync.js.map +1 -1
  66. package/dist/src/cli/commands/revert-wip-limit.js +1 -1
  67. package/dist/src/cli/commands/revert-wip-limit.js.map +1 -1
  68. package/dist/src/cli/commands/sync-specs.js +1 -1
  69. package/dist/src/cli/commands/sync-specs.js.map +1 -1
  70. package/dist/src/cli/helpers/init/initial-increment-generator.js +1 -1
  71. package/dist/src/cli/helpers/init/initial-increment-generator.js.map +1 -1
  72. package/dist/src/cli/helpers/issue-tracker/github-multi-repo.d.ts.map +1 -1
  73. package/dist/src/cli/helpers/issue-tracker/github-multi-repo.js +15 -36
  74. package/dist/src/cli/helpers/issue-tracker/github-multi-repo.js.map +1 -1
  75. package/dist/src/cli/helpers/issue-tracker/index.d.ts.map +1 -1
  76. package/dist/src/cli/helpers/issue-tracker/index.js +12 -31
  77. package/dist/src/cli/helpers/issue-tracker/index.js.map +1 -1
  78. package/dist/src/cli/helpers/issue-tracker/types.d.ts +6 -1
  79. package/dist/src/cli/helpers/issue-tracker/types.d.ts.map +1 -1
  80. package/dist/src/cli/helpers/issue-tracker/types.js.map +1 -1
  81. package/dist/src/config/import-config.js +1 -1
  82. package/dist/src/config/import-config.js.map +1 -1
  83. package/dist/src/config/types.d.ts +203 -1208
  84. package/dist/src/config/types.d.ts.map +1 -1
  85. package/dist/src/core/ac-test-validator-cli.js +1 -1
  86. package/dist/src/core/ac-test-validator-cli.js.map +1 -1
  87. package/dist/src/core/ac-test-validator.js +1 -1
  88. package/dist/src/core/ac-test-validator.js.map +1 -1
  89. package/dist/src/core/brownfield/analyzer.js +1 -1
  90. package/dist/src/core/brownfield/analyzer.js.map +1 -1
  91. package/dist/src/core/brownfield/importer.js +1 -1
  92. package/dist/src/core/brownfield/importer.js.map +1 -1
  93. package/dist/src/core/cicd/config-loader.js +1 -1
  94. package/dist/src/core/cicd/config-loader.js.map +1 -1
  95. package/dist/src/core/cicd/notifier.js +1 -1
  96. package/dist/src/core/cicd/notifier.js.map +1 -1
  97. package/dist/src/core/cicd/parent-repo-validator.js +1 -1
  98. package/dist/src/core/cicd/parent-repo-validator.js.map +1 -1
  99. package/dist/src/core/cicd/state-manager.js +1 -1
  100. package/dist/src/core/cicd/state-manager.js.map +1 -1
  101. package/dist/src/core/config/types.d.ts +46 -12
  102. package/dist/src/core/config/types.d.ts.map +1 -1
  103. package/dist/src/core/config/types.js +0 -5
  104. package/dist/src/core/config/types.js.map +1 -1
  105. package/dist/src/core/config-manager.js +1 -1
  106. package/dist/src/core/config-manager.js.map +1 -1
  107. package/dist/src/core/cost-tracker.js +1 -1
  108. package/dist/src/core/cost-tracker.js.map +1 -1
  109. package/dist/src/core/deduplication/command-deduplicator.js +1 -1
  110. package/dist/src/core/deduplication/command-deduplicator.js.map +1 -1
  111. package/dist/src/core/feature-deleter/audit-logger.d.ts +30 -0
  112. package/dist/src/core/feature-deleter/audit-logger.d.ts.map +1 -0
  113. package/dist/src/core/feature-deleter/audit-logger.js +77 -0
  114. package/dist/src/core/feature-deleter/audit-logger.js.map +1 -0
  115. package/dist/src/core/feature-deleter/confirmation-manager.d.ts +39 -0
  116. package/dist/src/core/feature-deleter/confirmation-manager.d.ts.map +1 -0
  117. package/dist/src/core/feature-deleter/confirmation-manager.js +89 -0
  118. package/dist/src/core/feature-deleter/confirmation-manager.js.map +1 -0
  119. package/dist/src/core/feature-deleter/deletion-transaction.d.ts +51 -0
  120. package/dist/src/core/feature-deleter/deletion-transaction.d.ts.map +1 -0
  121. package/dist/src/core/feature-deleter/deletion-transaction.js +185 -0
  122. package/dist/src/core/feature-deleter/deletion-transaction.js.map +1 -0
  123. package/dist/src/core/feature-deleter/git-service.d.ts +43 -0
  124. package/dist/src/core/feature-deleter/git-service.d.ts.map +1 -0
  125. package/dist/src/core/feature-deleter/git-service.js +127 -0
  126. package/dist/src/core/feature-deleter/git-service.js.map +1 -0
  127. package/dist/src/core/feature-deleter/github-service.d.ts +36 -0
  128. package/dist/src/core/feature-deleter/github-service.d.ts.map +1 -0
  129. package/dist/src/core/feature-deleter/github-service.js +102 -0
  130. package/dist/src/core/feature-deleter/github-service.js.map +1 -0
  131. package/dist/src/core/feature-deleter/index.d.ts +35 -0
  132. package/dist/src/core/feature-deleter/index.d.ts.map +1 -0
  133. package/dist/src/core/feature-deleter/index.js +199 -0
  134. package/dist/src/core/feature-deleter/index.js.map +1 -0
  135. package/dist/src/core/feature-deleter/types.d.ts +179 -0
  136. package/dist/src/core/feature-deleter/types.d.ts.map +1 -0
  137. package/dist/src/core/feature-deleter/types.js +7 -0
  138. package/dist/src/core/feature-deleter/types.js.map +1 -0
  139. package/dist/src/core/feature-deleter/validator.d.ts +46 -0
  140. package/dist/src/core/feature-deleter/validator.d.ts.map +1 -0
  141. package/dist/src/core/feature-deleter/validator.js +231 -0
  142. package/dist/src/core/feature-deleter/validator.js.map +1 -0
  143. package/dist/src/core/hooks/HealthReporter.js +1 -1
  144. package/dist/src/core/hooks/HealthReporter.js.map +1 -1
  145. package/dist/src/core/hooks/HookAutoFixer.js +1 -1
  146. package/dist/src/core/hooks/HookAutoFixer.js.map +1 -1
  147. package/dist/src/core/hooks/HookScanner.js +1 -1
  148. package/dist/src/core/hooks/HookScanner.js.map +1 -1
  149. package/dist/src/core/i18n/language-manager.js +1 -1
  150. package/dist/src/core/i18n/language-manager.js.map +1 -1
  151. package/dist/src/core/i18n/locale-manager.js +1 -1
  152. package/dist/src/core/i18n/locale-manager.js.map +1 -1
  153. package/dist/src/core/i18n/system-prompt-injector.js +1 -1
  154. package/dist/src/core/i18n/system-prompt-injector.js.map +1 -1
  155. package/dist/src/core/increment/ac-status-manager.d.ts.map +1 -1
  156. package/dist/src/core/increment/ac-status-manager.js +18 -4
  157. package/dist/src/core/increment/ac-status-manager.js.map +1 -1
  158. package/dist/src/core/increment/active-increment-manager.js +1 -1
  159. package/dist/src/core/increment/active-increment-manager.js.map +1 -1
  160. package/dist/src/core/increment/completion-validator.js +1 -1
  161. package/dist/src/core/increment/completion-validator.js.map +1 -1
  162. package/dist/src/core/increment/conflict-resolver.js +1 -1
  163. package/dist/src/core/increment/conflict-resolver.js.map +1 -1
  164. package/dist/src/core/increment/desync-detector.js +1 -1
  165. package/dist/src/core/increment/desync-detector.js.map +1 -1
  166. package/dist/src/core/increment/discipline-checker.js +1 -1
  167. package/dist/src/core/increment/discipline-checker.js.map +1 -1
  168. package/dist/src/core/increment/duplicate-detector.js +1 -1
  169. package/dist/src/core/increment/duplicate-detector.js.map +1 -1
  170. package/dist/src/core/increment/increment-archiver.js +1 -1
  171. package/dist/src/core/increment/increment-archiver.js.map +1 -1
  172. package/dist/src/core/increment/increment-reopener.js +1 -1
  173. package/dist/src/core/increment/increment-reopener.js.map +1 -1
  174. package/dist/src/core/increment/metadata-manager.js +1 -1
  175. package/dist/src/core/increment/metadata-manager.js.map +1 -1
  176. package/dist/src/core/increment/metadata-validator.js +1 -1
  177. package/dist/src/core/increment/metadata-validator.js.map +1 -1
  178. package/dist/src/core/increment/recent-work-scanner.js +1 -1
  179. package/dist/src/core/increment/recent-work-scanner.js.map +1 -1
  180. package/dist/src/core/increment/spec-frontmatter-updater.js +1 -1
  181. package/dist/src/core/increment/spec-frontmatter-updater.js.map +1 -1
  182. package/dist/src/core/increment/status-auto-transition.js +1 -1
  183. package/dist/src/core/increment/status-auto-transition.js.map +1 -1
  184. package/dist/src/core/increment-status.js +1 -1
  185. package/dist/src/core/increment-status.js.map +1 -1
  186. package/dist/src/core/living-docs/content-distributor.js +1 -1
  187. package/dist/src/core/living-docs/content-distributor.js.map +1 -1
  188. package/dist/src/core/living-docs/cross-linker.js +1 -1
  189. package/dist/src/core/living-docs/cross-linker.js.map +1 -1
  190. package/dist/src/core/living-docs/feature-archiver.js +1 -1
  191. package/dist/src/core/living-docs/feature-archiver.js.map +1 -1
  192. package/dist/src/core/living-docs/feature-id-manager.js +1 -1
  193. package/dist/src/core/living-docs/feature-id-manager.js.map +1 -1
  194. package/dist/src/core/living-docs/hierarchy-mapper.js +1 -1
  195. package/dist/src/core/living-docs/hierarchy-mapper.js.map +1 -1
  196. package/dist/src/core/living-docs/living-docs-sync.d.ts +14 -0
  197. package/dist/src/core/living-docs/living-docs-sync.d.ts.map +1 -1
  198. package/dist/src/core/living-docs/living-docs-sync.js +72 -13
  199. package/dist/src/core/living-docs/living-docs-sync.js.map +1 -1
  200. package/dist/src/core/living-docs/project-detector.js +1 -1
  201. package/dist/src/core/living-docs/project-detector.js.map +1 -1
  202. package/dist/src/core/living-docs/task-project-specific-generator.js +1 -1
  203. package/dist/src/core/living-docs/task-project-specific-generator.js.map +1 -1
  204. package/dist/src/core/logging/prompt-logger.js +1 -1
  205. package/dist/src/core/logging/prompt-logger.js.map +1 -1
  206. package/dist/src/core/plugin-loader.js +1 -1
  207. package/dist/src/core/plugin-loader.js.map +1 -1
  208. package/dist/src/core/project-manager.js +1 -1
  209. package/dist/src/core/project-manager.js.map +1 -1
  210. package/dist/src/core/qa/qa-runner.js +1 -1
  211. package/dist/src/core/qa/qa-runner.js.map +1 -1
  212. package/dist/src/core/repo-structure/folder-detector.js +1 -1
  213. package/dist/src/core/repo-structure/folder-detector.js.map +1 -1
  214. package/dist/src/core/repo-structure/repo-bulk-discovery.d.ts.map +1 -1
  215. package/dist/src/core/repo-structure/repo-bulk-discovery.js +20 -5
  216. package/dist/src/core/repo-structure/repo-bulk-discovery.js.map +1 -1
  217. package/dist/src/core/repo-structure/repo-structure-manager.d.ts.map +1 -1
  218. package/dist/src/core/repo-structure/repo-structure-manager.js +29 -14
  219. package/dist/src/core/repo-structure/repo-structure-manager.js.map +1 -1
  220. package/dist/src/core/repo-structure/setup-state-manager.js +1 -1
  221. package/dist/src/core/repo-structure/setup-state-manager.js.map +1 -1
  222. package/dist/src/core/spec-detector.js +1 -1
  223. package/dist/src/core/spec-detector.js.map +1 -1
  224. package/dist/src/core/specs/spec-metadata-manager.js +1 -1
  225. package/dist/src/core/specs/spec-metadata-manager.js.map +1 -1
  226. package/dist/src/core/status-line/status-line-updater.js +1 -1
  227. package/dist/src/core/status-line/status-line-updater.js.map +1 -1
  228. package/dist/src/core/status-line-validator.js +1 -1
  229. package/dist/src/core/status-line-validator.js.map +1 -1
  230. package/dist/src/core/sync/bidirectional-engine.js +1 -1
  231. package/dist/src/core/sync/bidirectional-engine.js.map +1 -1
  232. package/dist/src/core/sync/profile-manager.js +1 -1
  233. package/dist/src/core/sync/profile-manager.js.map +1 -1
  234. package/dist/src/core/sync/project-context.js +1 -1
  235. package/dist/src/core/sync/project-context.js.map +1 -1
  236. package/dist/src/core/sync/sync-event-logger.js +1 -1
  237. package/dist/src/core/sync/sync-event-logger.js.map +1 -1
  238. package/dist/src/core/types/config.js +1 -1
  239. package/dist/src/core/types/config.js.map +1 -1
  240. package/dist/src/core/us-completion-detector.d.ts +124 -0
  241. package/dist/src/core/us-completion-detector.d.ts.map +1 -0
  242. package/dist/src/core/us-completion-detector.js +270 -0
  243. package/dist/src/core/us-completion-detector.js.map +1 -0
  244. package/dist/src/core/utils/permission-checker.js +1 -1
  245. package/dist/src/core/utils/permission-checker.js.map +1 -1
  246. package/dist/src/core/workflow/autonomous-executor.js +1 -1
  247. package/dist/src/core/workflow/autonomous-executor.js.map +1 -1
  248. package/dist/src/core/workflow/backlog-scanner.js +1 -1
  249. package/dist/src/core/workflow/backlog-scanner.js.map +1 -1
  250. package/dist/src/core/workflow/cost-estimator.js +1 -1
  251. package/dist/src/core/workflow/cost-estimator.js.map +1 -1
  252. package/dist/src/core/workflow/state-manager.js +1 -1
  253. package/dist/src/core/workflow/state-manager.js.map +1 -1
  254. package/dist/src/importers/duplicate-detector.js +1 -1
  255. package/dist/src/importers/duplicate-detector.js.map +1 -1
  256. package/dist/src/importers/item-converter.js +1 -1
  257. package/dist/src/importers/item-converter.js.map +1 -1
  258. package/dist/src/init/architecture/types.d.ts +33 -140
  259. package/dist/src/init/architecture/types.d.ts.map +1 -1
  260. package/dist/src/init/compliance/types.d.ts +30 -27
  261. package/dist/src/init/compliance/types.d.ts.map +1 -1
  262. package/dist/src/init/repo/types.d.ts +11 -34
  263. package/dist/src/init/repo/types.d.ts.map +1 -1
  264. package/dist/src/init/research/src/config/types.d.ts +15 -82
  265. package/dist/src/init/research/src/config/types.d.ts.map +1 -1
  266. package/dist/src/init/research/types.d.ts +38 -93
  267. package/dist/src/init/research/types.d.ts.map +1 -1
  268. package/dist/src/init/team/types.d.ts +4 -42
  269. package/dist/src/init/team/types.d.ts.map +1 -1
  270. package/dist/src/integrations/jira/jira-incremental-mapper.d.ts +1 -1
  271. package/dist/src/integrations/jira/jira-incremental-mapper.d.ts.map +1 -1
  272. package/dist/src/integrations/jira/jira-incremental-mapper.js +3 -3
  273. package/dist/src/integrations/jira/jira-incremental-mapper.js.map +1 -1
  274. package/dist/src/living-docs/fs-id-allocator.js +1 -1
  275. package/dist/src/living-docs/fs-id-allocator.js.map +1 -1
  276. package/dist/src/living-docs/id-registry.js +1 -1
  277. package/dist/src/living-docs/id-registry.js.map +1 -1
  278. package/dist/src/sync/external-item-sync-service.js +1 -1
  279. package/dist/src/sync/external-item-sync-service.js.map +1 -1
  280. package/dist/src/sync/format-preservation-sync.d.ts.map +1 -1
  281. package/dist/src/sync/format-preservation-sync.js +23 -5
  282. package/dist/src/sync/format-preservation-sync.js.map +1 -1
  283. package/dist/src/sync/frontmatter-updater.d.ts +57 -0
  284. package/dist/src/sync/frontmatter-updater.d.ts.map +1 -0
  285. package/dist/src/sync/frontmatter-updater.js +147 -0
  286. package/dist/src/sync/frontmatter-updater.js.map +1 -0
  287. package/dist/src/sync/sync-coordinator.d.ts +22 -1
  288. package/dist/src/sync/sync-coordinator.d.ts.map +1 -1
  289. package/dist/src/sync/sync-coordinator.js +268 -21
  290. package/dist/src/sync/sync-coordinator.js.map +1 -1
  291. package/dist/src/sync/sync-metadata.js +1 -1
  292. package/dist/src/sync/sync-metadata.js.map +1 -1
  293. package/dist/src/types/living-docs-us-file.d.ts +18 -0
  294. package/dist/src/types/living-docs-us-file.d.ts.map +1 -1
  295. package/dist/src/types/living-docs-us-file.js.map +1 -1
  296. package/dist/src/utils/agents-md-compiler.js +1 -1
  297. package/dist/src/utils/agents-md-compiler.js.map +1 -1
  298. package/dist/src/utils/auto-install.js +1 -1
  299. package/dist/src/utils/auto-install.js.map +1 -1
  300. package/dist/src/utils/cost-reporter.js +1 -1
  301. package/dist/src/utils/cost-reporter.js.map +1 -1
  302. package/dist/src/utils/docs-preview/config-generator.js +1 -1
  303. package/dist/src/utils/docs-preview/config-generator.js.map +1 -1
  304. package/dist/src/utils/docs-preview/docusaurus-setup.js +1 -1
  305. package/dist/src/utils/docs-preview/docusaurus-setup.js.map +1 -1
  306. package/dist/src/utils/docs-preview/package-installer.js +1 -1
  307. package/dist/src/utils/docs-preview/package-installer.js.map +1 -1
  308. package/dist/src/utils/docs-preview/sidebar-builder.js +1 -1
  309. package/dist/src/utils/docs-preview/sidebar-builder.js.map +1 -1
  310. package/dist/src/utils/env-file-generator.js +1 -1
  311. package/dist/src/utils/env-file-generator.js.map +1 -1
  312. package/dist/src/utils/external-resource-validator.js +1 -1
  313. package/dist/src/utils/external-resource-validator.js.map +1 -1
  314. package/dist/src/utils/fs-native.d.ts +51 -5
  315. package/dist/src/utils/fs-native.d.ts.map +1 -1
  316. package/dist/src/utils/fs-native.js +100 -5
  317. package/dist/src/utils/fs-native.js.map +1 -1
  318. package/dist/src/utils/plugin-validator.js +1 -1
  319. package/dist/src/utils/plugin-validator.js.map +1 -1
  320. package/dist/src/utils/project-detection.js +1 -1
  321. package/dist/src/utils/project-detection.js.map +1 -1
  322. package/dist/src/utils/project-validator.js +1 -1
  323. package/dist/src/utils/project-validator.js.map +1 -1
  324. package/dist/src/utils/spec-parser.js +1 -1
  325. package/dist/src/utils/spec-parser.js.map +1 -1
  326. package/dist/src/utils/spec-splitter.js +1 -1
  327. package/dist/src/utils/spec-splitter.js.map +1 -1
  328. package/dist/src/validators/ac-coverage-validator.js +1 -1
  329. package/dist/src/validators/ac-coverage-validator.js.map +1 -1
  330. package/package.json +5 -6
  331. package/plugins/specweave/.claude-plugin/plugin.json +17 -11
  332. package/plugins/specweave/agents/architect/AGENT.md +115 -45
  333. package/plugins/specweave/agents/code-standards-detective/AGENT.md +47 -0
  334. package/plugins/specweave/agents/docs-writer/AGENT.md +134 -1
  335. package/plugins/specweave/agents/increment-quality-judge-v2/AGENT.md +1 -0
  336. package/plugins/specweave/agents/infrastructure/AGENT.md +48 -1
  337. package/plugins/specweave/agents/performance/AGENT.md +46 -0
  338. package/plugins/specweave/agents/pm/AGENT.md +115 -3
  339. package/plugins/specweave/agents/qa-lead/AGENT.md +40 -1
  340. package/plugins/specweave/agents/reflective-reviewer/AGENT.md +5 -0
  341. package/plugins/specweave/agents/security/AGENT.md +45 -0
  342. package/plugins/specweave/agents/tdd-orchestrator/AGENT.md +128 -1
  343. package/plugins/specweave/agents/tech-lead/AGENT.md +138 -1
  344. package/plugins/specweave/agents/test-aware-planner/AGENT.md +76 -6
  345. package/plugins/specweave/agents/translator/AGENT.md +132 -0
  346. package/plugins/specweave/commands/specweave-sync-progress.md +616 -0
  347. package/plugins/specweave/hooks/hooks.json +0 -9
  348. package/plugins/specweave/hooks/lib/update-status-line.sh +19 -0
  349. package/plugins/specweave/hooks/post-edit-write-consolidated.sh +335 -0
  350. package/plugins/specweave/hooks/post-increment-completion.sh +133 -0
  351. package/plugins/specweave/hooks/post-metadata-change.sh +58 -19
  352. package/plugins/specweave/hooks/post-task-completion.sh +100 -9
  353. package/plugins/specweave/hooks/pre-edit-spec.sh +0 -11
  354. package/plugins/specweave/hooks/pre-edit-write-consolidated.sh +225 -0
  355. package/plugins/specweave/hooks/pre-task-completion.sh +11 -0
  356. package/plugins/specweave/hooks/pre-write-spec.sh +0 -11
  357. package/plugins/specweave/hooks/shared/bulk-operation-detector.sh +167 -0
  358. package/plugins/specweave/lib/hooks/consolidated-sync.js +78 -3
  359. package/plugins/specweave/lib/hooks/us-completion-orchestrator.js +135 -0
  360. package/plugins/specweave/lib/vendor/core/increment/ac-status-manager.js +18 -4
  361. package/plugins/specweave/lib/vendor/core/increment/ac-status-manager.js.map +1 -1
  362. package/plugins/specweave/lib/vendor/core/increment/active-increment-manager.js +1 -1
  363. package/plugins/specweave/lib/vendor/core/increment/active-increment-manager.js.map +1 -1
  364. package/plugins/specweave/lib/vendor/core/increment/duplicate-detector.js +1 -1
  365. package/plugins/specweave/lib/vendor/core/increment/duplicate-detector.js.map +1 -1
  366. package/plugins/specweave/lib/vendor/core/increment/metadata-manager.js +1 -1
  367. package/plugins/specweave/lib/vendor/core/increment/metadata-manager.js.map +1 -1
  368. package/plugins/specweave/skills/code-reviewer/SKILL.md +1 -1
  369. package/plugins/specweave/skills/progress-sync/SKILL.md +405 -0
  370. package/plugins/specweave-ado/lib/ado-project-detector.js +1 -1
  371. package/plugins/specweave-ado/lib/ado-project-detector.ts +1 -1
  372. package/plugins/specweave-ado/lib/conflict-resolver.js +1 -1
  373. package/plugins/specweave-ado/lib/conflict-resolver.ts +1 -1
  374. package/plugins/specweave-backend/agents/database-optimizer/AGENT.md +1 -1
  375. package/plugins/specweave-frontend/agents/frontend-architect/AGENT.md +5 -0
  376. package/plugins/specweave-github/.claude-plugin/plugin.json +1 -15
  377. package/plugins/specweave-github/hooks/.specweave/logs/hooks-debug.log +480 -0
  378. package/plugins/specweave-github/hooks/README.md +34 -25
  379. package/plugins/specweave-github/lib/CodeValidator.js +1 -1
  380. package/plugins/specweave-github/lib/CodeValidator.ts +2 -2
  381. package/plugins/specweave-github/lib/ThreeLayerSyncManager.js +1 -1
  382. package/plugins/specweave-github/lib/ThreeLayerSyncManager.ts +1 -1
  383. package/plugins/specweave-github/lib/github-client-v2.js +59 -1
  384. package/plugins/specweave-github/lib/github-client-v2.ts +82 -1
  385. package/plugins/specweave-github/lib/github-issue-updater.js +1 -1
  386. package/plugins/specweave-github/lib/github-issue-updater.ts +1 -1
  387. package/plugins/specweave-github/lib/github-sync-bidirectional.js +1 -1
  388. package/plugins/specweave-github/lib/github-sync-bidirectional.ts +1 -1
  389. package/plugins/specweave-github/lib/github-sync-increment-changes.js +1 -1
  390. package/plugins/specweave-github/lib/github-sync-increment-changes.ts +1 -1
  391. package/plugins/specweave-github/lib/user-story-issue-builder.js +4 -4
  392. package/plugins/specweave-github/lib/user-story-issue-builder.ts +7 -6
  393. package/plugins/specweave-infrastructure/agents/devops/AGENT.md +48 -1
  394. package/plugins/specweave-infrastructure/agents/network-engineer/AGENT.md +6 -1
  395. package/plugins/specweave-infrastructure/agents/observability-engineer/AGENT.md +6 -1
  396. package/plugins/specweave-infrastructure/agents/performance-engineer/AGENT.md +6 -1
  397. package/plugins/specweave-infrastructure/agents/sre/AGENT.md +5 -0
  398. package/plugins/specweave-jira/lib/jira-epic-sync.js +1 -1
  399. package/plugins/specweave-jira/lib/jira-epic-sync.ts +1 -1
  400. package/plugins/specweave-kafka/agents/kafka-architect/AGENT.md +5 -0
  401. package/plugins/specweave-kubernetes/agents/kubernetes-architect/AGENT.md +47 -2
  402. package/plugins/specweave-ml/agents/data-scientist/AGENT.md +1 -1
  403. package/plugins/specweave-ml/agents/ml-engineer/AGENT.md +5 -0
  404. package/plugins/specweave-ml/agents/mlops-engineer/AGENT.md +6 -1
  405. package/plugins/specweave-payments/agents/payment-integration/AGENT.md +1 -1
  406. package/plugins/specweave-release/commands/specweave-release-npm.md +130 -2
  407. package/plugins/specweave-release/hooks/.specweave/logs/dora-tracking.log +198 -0
  408. package/plugins/specweave-ado/hooks/hooks.json +0 -15
  409. package/plugins/specweave-github/hooks/hooks.json +0 -15
  410. package/plugins/specweave-jira/hooks/hooks.json +0 -15
  411. package/plugins/specweave-release/hooks/hooks.json +0 -15
@@ -422,3 +422,483 @@
422
422
  [Sun Nov 23 02:09:31 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
423
423
  [Sun Nov 23 02:09:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
424
424
  [Sun Nov 23 02:09:36 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
425
+ [Sun Nov 23 11:20:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
426
+ [Sun Nov 23 11:20:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
427
+ [Sun Nov 23 11:20:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
428
+ [Sun Nov 23 11:20:50 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
429
+ [Sun Nov 23 11:20:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
430
+ [Sun Nov 23 11:20:56 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
431
+ [Sun Nov 23 11:21:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
432
+ [Sun Nov 23 11:21:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
433
+ [Sun Nov 23 15:32:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
434
+ [Sun Nov 23 15:32:27 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
435
+ [Sun Nov 23 15:32:32 EST 2025] [GitHub] 🔗 GitHub sync hook fired
436
+ [Sun Nov 23 15:32:32 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
437
+ [Sun Nov 23 15:32:38 EST 2025] [GitHub] 🔗 GitHub sync hook fired
438
+ [Sun Nov 23 15:32:38 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
439
+ [Sun Nov 23 15:32:43 EST 2025] [GitHub] 🔗 GitHub sync hook fired
440
+ [Sun Nov 23 15:32:43 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
441
+ [Sun Nov 23 16:09:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
442
+ [Sun Nov 23 16:09:16 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
443
+ [Sun Nov 23 16:09:48 EST 2025] [GitHub] 🔗 GitHub sync hook fired
444
+ [Sun Nov 23 16:09:48 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
445
+ [Sun Nov 23 16:10:10 EST 2025] [GitHub] 🔗 GitHub sync hook fired
446
+ [Sun Nov 23 16:10:10 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
447
+ [Sun Nov 23 16:11:04 EST 2025] [GitHub] 🔗 GitHub sync hook fired
448
+ [Sun Nov 23 16:11:04 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
449
+ [Sun Nov 23 16:11:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
450
+ [Sun Nov 23 16:11:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
451
+ [Sun Nov 23 16:12:04 EST 2025] [GitHub] 🔗 GitHub sync hook fired
452
+ [Sun Nov 23 16:12:04 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
453
+ [Sun Nov 23 16:12:43 EST 2025] [GitHub] 🔗 GitHub sync hook fired
454
+ [Sun Nov 23 16:12:43 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
455
+ [Sun Nov 23 16:14:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
456
+ [Sun Nov 23 16:14:22 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
457
+ [Sun Nov 23 16:16:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
458
+ [Sun Nov 23 16:16:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
459
+ [Sun Nov 23 20:22:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
460
+ [Sun Nov 23 20:22:08 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
461
+ [Sun Nov 23 20:22:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
462
+ [Sun Nov 23 20:22:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
463
+ [Sun Nov 23 20:23:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
464
+ [Sun Nov 23 20:23:14 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
465
+ [Sun Nov 23 20:23:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
466
+ [Sun Nov 23 20:23:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
467
+ [Sun Nov 23 20:24:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
468
+ [Sun Nov 23 20:24:09 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
469
+ [Sun Nov 23 20:24:40 EST 2025] [GitHub] 🔗 GitHub sync hook fired
470
+ [Sun Nov 23 20:24:40 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
471
+ [Sun Nov 23 20:26:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
472
+ [Sun Nov 23 20:26:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
473
+ [Sun Nov 23 21:11:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
474
+ [Sun Nov 23 21:11:11 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
475
+ [Sun Nov 23 21:11:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
476
+ [Sun Nov 23 21:11:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
477
+ [Sun Nov 23 21:12:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
478
+ [Sun Nov 23 21:12:06 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
479
+ [Sun Nov 23 21:12:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
480
+ [Sun Nov 23 21:12:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
481
+ [Sun Nov 23 21:13:40 EST 2025] [GitHub] 🔗 GitHub sync hook fired
482
+ [Sun Nov 23 21:13:40 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
483
+ [Sun Nov 23 21:13:40 EST 2025] [GitHub] 🔗 GitHub sync hook fired
484
+ [Sun Nov 23 21:13:40 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
485
+ [Sun Nov 23 21:14:37 EST 2025] [GitHub] 🔗 GitHub sync hook fired
486
+ [Sun Nov 23 21:14:37 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
487
+ [Sun Nov 23 21:24:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
488
+ [Sun Nov 23 21:24:51 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
489
+ [Sun Nov 23 21:24:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
490
+ [Sun Nov 23 21:24:51 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
491
+ [Sun Nov 23 21:25:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
492
+ [Sun Nov 23 21:25:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
493
+ [Sun Nov 23 21:25:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
494
+ [Sun Nov 23 21:25:41 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
495
+ [Sun Nov 23 21:28:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
496
+ [Sun Nov 23 21:28:14 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
497
+ [Sun Nov 23 21:29:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
498
+ [Sun Nov 23 21:29:06 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
499
+ [Sun Nov 23 21:29:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
500
+ [Sun Nov 23 21:29:56 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
501
+ [Sun Nov 23 21:31:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
502
+ [Sun Nov 23 21:31:16 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
503
+ [Sun Nov 23 21:32:52 EST 2025] [GitHub] 🔗 GitHub sync hook fired
504
+ [Sun Nov 23 21:32:52 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
505
+ [Sun Nov 23 21:33:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
506
+ [Sun Nov 23 21:33:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
507
+ [Sun Nov 23 21:34:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
508
+ [Sun Nov 23 21:34:50 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
509
+ [Sun Nov 23 21:40:43 EST 2025] [GitHub] 🔗 GitHub sync hook fired
510
+ [Sun Nov 23 21:40:43 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
511
+ [Sun Nov 23 21:41:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
512
+ [Sun Nov 23 21:41:18 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
513
+ [Sun Nov 23 21:43:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
514
+ [Sun Nov 23 21:43:13 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
515
+ [Sun Nov 23 21:43:35 EST 2025] [GitHub] 🔗 GitHub sync hook fired
516
+ [Sun Nov 23 21:43:35 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
517
+ [Sun Nov 23 21:50:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
518
+ [Sun Nov 23 21:50:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
519
+ [Sun Nov 23 21:53:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
520
+ [Sun Nov 23 21:53:00 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
521
+ [Sun Nov 23 21:53:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
522
+ [Sun Nov 23 21:53:00 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
523
+ [Sun Nov 23 21:54:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
524
+ [Sun Nov 23 21:54:22 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
525
+ [Sun Nov 23 21:55:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
526
+ [Sun Nov 23 21:55:25 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
527
+ [Sun Nov 23 21:57:05 EST 2025] [GitHub] 🔗 GitHub sync hook fired
528
+ [Sun Nov 23 21:57:05 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
529
+ [Sun Nov 23 21:57:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
530
+ [Sun Nov 23 21:57:36 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
531
+ [Sun Nov 23 21:57:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
532
+ [Sun Nov 23 21:57:58 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
533
+ [Sun Nov 23 21:58:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
534
+ [Sun Nov 23 21:58:50 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
535
+ [Sun Nov 23 21:59:48 EST 2025] [GitHub] 🔗 GitHub sync hook fired
536
+ [Sun Nov 23 21:59:48 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
537
+ [Sun Nov 23 22:00:04 EST 2025] [GitHub] 🔗 GitHub sync hook fired
538
+ [Sun Nov 23 22:00:04 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
539
+ [Sun Nov 23 22:00:53 EST 2025] [GitHub] 🔗 GitHub sync hook fired
540
+ [Sun Nov 23 22:00:53 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
541
+ [Sun Nov 23 22:02:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
542
+ [Sun Nov 23 22:02:25 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
543
+ [Sun Nov 23 22:02:59 EST 2025] [GitHub] 🔗 GitHub sync hook fired
544
+ [Sun Nov 23 22:02:59 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
545
+ [Sun Nov 23 22:03:35 EST 2025] [GitHub] 🔗 GitHub sync hook fired
546
+ [Sun Nov 23 22:03:35 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
547
+ [Sun Nov 23 22:04:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
548
+ [Sun Nov 23 22:04:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
549
+ [Sun Nov 23 22:05:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
550
+ [Sun Nov 23 22:05:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
551
+ [Sun Nov 23 22:06:57 EST 2025] [GitHub] 🔗 GitHub sync hook fired
552
+ [Sun Nov 23 22:06:57 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
553
+ [Sun Nov 23 22:07:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
554
+ [Sun Nov 23 22:07:27 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
555
+ [Sun Nov 23 22:07:52 EST 2025] [GitHub] 🔗 GitHub sync hook fired
556
+ [Sun Nov 23 22:07:52 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
557
+ [Sun Nov 23 22:08:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
558
+ [Sun Nov 23 22:08:13 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
559
+ [Sun Nov 23 22:08:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
560
+ [Sun Nov 23 22:08:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
561
+ [Sun Nov 23 22:08:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
562
+ [Sun Nov 23 22:08:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
563
+ [Sun Nov 23 22:09:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
564
+ [Sun Nov 23 22:09:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
565
+ [Sun Nov 23 22:09:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
566
+ [Sun Nov 23 22:09:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
567
+ [Sun Nov 23 22:09:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
568
+ [Sun Nov 23 22:09:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
569
+ [Sun Nov 23 22:09:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
570
+ [Sun Nov 23 22:09:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
571
+ [Sun Nov 23 22:09:53 EST 2025] [GitHub] 🔗 GitHub sync hook fired
572
+ [Sun Nov 23 22:09:53 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
573
+ [Sun Nov 23 22:10:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
574
+ [Sun Nov 23 22:10:11 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
575
+ [Sun Nov 23 22:10:55 EST 2025] [GitHub] 🔗 GitHub sync hook fired
576
+ [Sun Nov 23 22:10:55 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
577
+ [Sun Nov 23 22:11:20 EST 2025] [GitHub] 🔗 GitHub sync hook fired
578
+ [Sun Nov 23 22:11:20 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
579
+ [Sun Nov 23 22:14:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
580
+ [Sun Nov 23 22:14:06 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
581
+ [Sun Nov 23 22:14:23 EST 2025] [GitHub] 🔗 GitHub sync hook fired
582
+ [Sun Nov 23 22:14:23 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
583
+ [Sun Nov 23 22:18:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
584
+ [Sun Nov 23 22:18:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
585
+ [Sun Nov 23 22:18:59 EST 2025] [GitHub] 🔗 GitHub sync hook fired
586
+ [Sun Nov 23 22:18:59 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
587
+ [Sun Nov 23 22:25:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
588
+ [Sun Nov 23 22:25:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
589
+ [Sun Nov 23 22:25:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
590
+ [Sun Nov 23 22:25:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
591
+ [Sun Nov 23 22:26:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
592
+ [Sun Nov 23 22:26:00 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
593
+ [Sun Nov 23 22:26:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
594
+ [Sun Nov 23 22:26:16 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
595
+ [Sun Nov 23 22:26:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
596
+ [Sun Nov 23 22:26:16 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
597
+ [Sun Nov 23 22:26:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
598
+ [Sun Nov 23 22:26:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
599
+ [Sun Nov 23 22:26:49 EST 2025] [GitHub] 🔗 GitHub sync hook fired
600
+ [Sun Nov 23 22:26:49 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
601
+ [Sun Nov 23 22:27:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
602
+ [Sun Nov 23 22:27:08 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
603
+ [Sun Nov 23 22:27:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
604
+ [Sun Nov 23 22:27:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
605
+ [Sun Nov 23 22:28:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
606
+ [Sun Nov 23 22:28:13 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
607
+ [Sun Nov 23 22:28:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
608
+ [Sun Nov 23 22:28:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
609
+ [Sun Nov 23 22:29:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
610
+ [Sun Nov 23 22:29:09 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
611
+ [Sun Nov 23 22:29:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
612
+ [Sun Nov 23 22:29:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
613
+ [Sun Nov 23 22:29:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
614
+ [Sun Nov 23 22:29:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
615
+ [Sun Nov 23 22:30:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
616
+ [Sun Nov 23 22:30:06 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
617
+ [Sun Nov 23 22:30:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
618
+ [Sun Nov 23 22:30:22 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
619
+ [Sun Nov 23 22:32:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
620
+ [Sun Nov 23 22:32:13 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
621
+ [Sun Nov 23 22:33:02 EST 2025] [GitHub] 🔗 GitHub sync hook fired
622
+ [Sun Nov 23 22:33:02 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
623
+ [Sun Nov 23 22:35:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
624
+ [Sun Nov 23 22:35:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
625
+ [Sun Nov 23 22:37:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
626
+ [Sun Nov 23 22:37:27 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
627
+ [Sun Nov 23 22:38:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
628
+ [Sun Nov 23 22:38:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
629
+ [Sun Nov 23 22:40:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
630
+ [Sun Nov 23 22:40:19 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
631
+ [Sun Nov 23 22:43:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
632
+ [Sun Nov 23 22:43:08 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
633
+ [Sun Nov 23 22:44:40 EST 2025] [GitHub] 🔗 GitHub sync hook fired
634
+ [Sun Nov 23 22:44:40 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
635
+ [Sun Nov 23 22:46:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
636
+ [Sun Nov 23 22:46:13 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
637
+ [Sun Nov 23 22:46:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
638
+ [Sun Nov 23 22:46:56 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
639
+ [Sun Nov 23 22:48:23 EST 2025] [GitHub] 🔗 GitHub sync hook fired
640
+ [Sun Nov 23 22:48:23 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
641
+ [Sun Nov 23 22:49:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
642
+ [Sun Nov 23 22:49:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
643
+ [Sun Nov 23 22:49:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
644
+ [Sun Nov 23 22:49:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
645
+ [Sun Nov 23 22:49:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
646
+ [Sun Nov 23 22:49:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
647
+ [Sun Nov 23 22:49:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
648
+ [Sun Nov 23 22:49:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
649
+ [Sun Nov 23 22:50:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
650
+ [Sun Nov 23 22:50:00 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
651
+ [Sun Nov 23 22:50:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
652
+ [Sun Nov 23 22:50:00 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
653
+ [Sun Nov 23 22:50:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
654
+ [Sun Nov 23 22:50:00 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
655
+ [Sun Nov 23 22:50:07 EST 2025] [GitHub] 🔗 GitHub sync hook fired
656
+ [Sun Nov 23 22:50:07 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
657
+ [Sun Nov 23 22:50:38 EST 2025] [GitHub] 🔗 GitHub sync hook fired
658
+ [Sun Nov 23 22:50:38 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
659
+ [Sun Nov 23 22:50:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
660
+ [Sun Nov 23 22:50:41 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
661
+ [Sun Nov 23 22:50:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
662
+ [Sun Nov 23 22:50:41 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
663
+ [Sun Nov 23 22:50:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
664
+ [Sun Nov 23 22:50:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
665
+ [Sun Nov 23 22:51:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
666
+ [Sun Nov 23 22:51:06 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
667
+ [Sun Nov 23 22:51:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
668
+ [Sun Nov 23 22:51:06 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
669
+ [Sun Nov 23 22:51:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
670
+ [Sun Nov 23 22:51:06 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
671
+ [Sun Nov 23 22:51:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
672
+ [Sun Nov 23 22:51:19 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
673
+ [Sun Nov 23 22:51:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
674
+ [Sun Nov 23 22:51:42 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
675
+ [Sun Nov 23 22:52:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
676
+ [Sun Nov 23 22:52:11 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
677
+ [Sun Nov 23 22:53:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
678
+ [Sun Nov 23 22:53:51 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
679
+ [Sun Nov 23 22:55:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
680
+ [Sun Nov 23 22:55:08 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
681
+ [Sun Nov 23 22:56:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
682
+ [Sun Nov 23 22:56:08 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
683
+ [Sun Nov 23 22:56:38 EST 2025] [GitHub] 🔗 GitHub sync hook fired
684
+ [Sun Nov 23 22:56:38 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
685
+ [Sun Nov 23 22:58:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
686
+ [Sun Nov 23 22:58:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
687
+ [Sun Nov 23 22:58:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
688
+ [Sun Nov 23 22:58:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
689
+ [Sun Nov 23 23:03:02 EST 2025] [GitHub] 🔗 GitHub sync hook fired
690
+ [Sun Nov 23 23:03:02 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
691
+ [Sun Nov 23 23:03:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
692
+ [Sun Nov 23 23:03:19 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
693
+ [Sun Nov 23 23:03:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
694
+ [Sun Nov 23 23:03:50 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
695
+ [Sun Nov 23 23:08:23 EST 2025] [GitHub] 🔗 GitHub sync hook fired
696
+ [Sun Nov 23 23:08:23 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
697
+ [Sun Nov 23 23:09:02 EST 2025] [GitHub] 🔗 GitHub sync hook fired
698
+ [Sun Nov 23 23:09:02 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
699
+ [Sun Nov 23 23:10:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
700
+ [Sun Nov 23 23:10:16 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
701
+ [Sun Nov 23 23:10:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
702
+ [Sun Nov 23 23:10:36 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
703
+ [Sun Nov 23 23:10:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
704
+ [Sun Nov 23 23:10:56 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
705
+ [Sun Nov 23 23:12:20 EST 2025] [GitHub] 🔗 GitHub sync hook fired
706
+ [Sun Nov 23 23:12:20 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
707
+ [Sun Nov 23 23:13:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
708
+ [Sun Nov 23 23:13:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
709
+ [Sun Nov 23 23:13:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
710
+ [Sun Nov 23 23:13:36 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
711
+ [Sun Nov 23 23:13:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
712
+ [Sun Nov 23 23:13:36 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
713
+ [Sun Nov 23 23:13:53 EST 2025] [GitHub] 🔗 GitHub sync hook fired
714
+ [Sun Nov 23 23:13:53 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
715
+ [Sun Nov 23 23:21:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
716
+ [Sun Nov 23 23:21:25 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
717
+ [Sun Nov 23 23:22:12 EST 2025] [GitHub] 🔗 GitHub sync hook fired
718
+ [Sun Nov 23 23:22:12 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
719
+ [Sun Nov 23 23:24:38 EST 2025] [GitHub] 🔗 GitHub sync hook fired
720
+ [Sun Nov 23 23:24:38 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
721
+ [Sun Nov 23 23:26:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
722
+ [Sun Nov 23 23:26:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
723
+ [Sun Nov 23 23:27:46 EST 2025] [GitHub] 🔗 GitHub sync hook fired
724
+ [Sun Nov 23 23:27:46 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
725
+ [Sun Nov 23 23:28:53 EST 2025] [GitHub] 🔗 GitHub sync hook fired
726
+ [Sun Nov 23 23:28:53 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
727
+ [Sun Nov 23 23:32:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
728
+ [Sun Nov 23 23:32:15 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
729
+ [Sun Nov 23 23:33:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
730
+ [Sun Nov 23 23:33:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
731
+ [Sun Nov 23 23:33:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
732
+ [Sun Nov 23 23:33:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
733
+ [Sun Nov 23 23:36:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
734
+ [Sun Nov 23 23:36:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
735
+ [Sun Nov 23 23:37:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
736
+ [Sun Nov 23 23:37:41 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
737
+ [Sun Nov 23 23:38:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
738
+ [Sun Nov 23 23:38:30 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
739
+ [Sun Nov 23 23:39:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
740
+ [Sun Nov 23 23:39:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
741
+ [Sun Nov 23 23:41:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
742
+ [Sun Nov 23 23:41:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
743
+ [Sun Nov 23 23:43:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
744
+ [Sun Nov 23 23:43:36 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
745
+ [Sun Nov 23 23:43:53 EST 2025] [GitHub] 🔗 GitHub sync hook fired
746
+ [Sun Nov 23 23:43:53 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
747
+ [Sun Nov 23 23:44:20 EST 2025] [GitHub] 🔗 GitHub sync hook fired
748
+ [Sun Nov 23 23:44:20 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
749
+ [Sun Nov 23 23:44:38 EST 2025] [GitHub] 🔗 GitHub sync hook fired
750
+ [Sun Nov 23 23:44:38 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
751
+ [Sun Nov 23 23:45:03 EST 2025] [GitHub] 🔗 GitHub sync hook fired
752
+ [Sun Nov 23 23:45:03 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
753
+ [Sun Nov 23 23:45:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
754
+ [Sun Nov 23 23:45:28 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
755
+ [Sun Nov 23 23:45:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
756
+ [Sun Nov 23 23:45:58 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
757
+ [Sun Nov 23 23:45:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
758
+ [Sun Nov 23 23:45:58 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
759
+ [Sun Nov 23 23:46:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
760
+ [Sun Nov 23 23:46:18 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
761
+ [Sun Nov 23 23:46:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
762
+ [Sun Nov 23 23:46:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
763
+ [Sun Nov 23 23:47:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
764
+ [Sun Nov 23 23:47:11 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
765
+ [Sun Nov 23 23:47:37 EST 2025] [GitHub] 🔗 GitHub sync hook fired
766
+ [Sun Nov 23 23:47:37 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
767
+ [Sun Nov 23 23:48:05 EST 2025] [GitHub] 🔗 GitHub sync hook fired
768
+ [Sun Nov 23 23:48:05 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
769
+ [Sun Nov 23 23:48:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
770
+ [Sun Nov 23 23:48:30 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
771
+ [Sun Nov 23 23:48:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
772
+ [Sun Nov 23 23:48:56 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
773
+ [Sun Nov 23 23:49:23 EST 2025] [GitHub] 🔗 GitHub sync hook fired
774
+ [Sun Nov 23 23:49:23 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
775
+ [Sun Nov 23 23:49:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
776
+ [Sun Nov 23 23:49:51 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
777
+ [Sun Nov 23 23:50:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
778
+ [Sun Nov 23 23:50:18 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
779
+ [Sun Nov 23 23:52:02 EST 2025] [GitHub] 🔗 GitHub sync hook fired
780
+ [Sun Nov 23 23:52:02 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
781
+ [Sun Nov 23 23:52:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
782
+ [Sun Nov 23 23:52:30 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
783
+ [Sun Nov 23 23:53:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
784
+ [Sun Nov 23 23:53:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
785
+ [Sun Nov 23 23:54:05 EST 2025] [GitHub] 🔗 GitHub sync hook fired
786
+ [Sun Nov 23 23:54:05 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
787
+ [Sun Nov 23 23:59:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
788
+ [Sun Nov 23 23:59:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
789
+ [Mon Nov 24 00:00:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
790
+ [Mon Nov 24 00:00:30 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
791
+ [Mon Nov 24 00:00:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
792
+ [Mon Nov 24 00:00:30 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
793
+ [Mon Nov 24 00:00:31 EST 2025] [GitHub] 🔗 GitHub sync hook fired
794
+ [Mon Nov 24 00:00:31 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
795
+ [Mon Nov 24 00:00:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
796
+ [Mon Nov 24 00:00:56 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
797
+ [Mon Nov 24 00:00:57 EST 2025] [GitHub] 🔗 GitHub sync hook fired
798
+ [Mon Nov 24 00:00:57 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
799
+ [Mon Nov 24 00:00:57 EST 2025] [GitHub] 🔗 GitHub sync hook fired
800
+ [Mon Nov 24 00:00:57 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
801
+ [Mon Nov 24 00:02:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
802
+ [Mon Nov 24 00:02:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
803
+ [Mon Nov 24 00:02:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
804
+ [Mon Nov 24 00:02:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
805
+ [Mon Nov 24 00:02:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
806
+ [Mon Nov 24 00:02:58 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
807
+ [Mon Nov 24 00:03:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
808
+ [Mon Nov 24 00:03:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
809
+ [Mon Nov 24 00:04:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
810
+ [Mon Nov 24 00:04:09 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
811
+ [Mon Nov 24 00:04:53 EST 2025] [GitHub] 🔗 GitHub sync hook fired
812
+ [Mon Nov 24 00:04:53 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
813
+ [Mon Nov 24 00:05:56 EST 2025] [GitHub] 🔗 GitHub sync hook fired
814
+ [Mon Nov 24 00:05:56 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
815
+ [Mon Nov 24 00:06:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
816
+ [Mon Nov 24 00:06:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
817
+ [Mon Nov 24 00:07:21 EST 2025] [GitHub] 🔗 GitHub sync hook fired
818
+ [Mon Nov 24 00:07:21 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
819
+ [Mon Nov 24 00:07:44 EST 2025] [GitHub] 🔗 GitHub sync hook fired
820
+ [Mon Nov 24 00:07:44 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
821
+ [Mon Nov 24 00:10:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
822
+ [Mon Nov 24 00:10:08 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
823
+ [Mon Nov 24 00:10:24 EST 2025] [GitHub] 🔗 GitHub sync hook fired
824
+ [Mon Nov 24 00:10:24 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
825
+ [Mon Nov 24 00:21:35 EST 2025] [GitHub] 🔗 GitHub sync hook fired
826
+ [Mon Nov 24 00:21:35 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
827
+ [Mon Nov 24 00:21:35 EST 2025] [GitHub] 🔗 GitHub sync hook fired
828
+ [Mon Nov 24 00:21:35 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
829
+ [Mon Nov 24 00:21:35 EST 2025] [GitHub] 🔗 GitHub sync hook fired
830
+ [Mon Nov 24 00:21:35 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
831
+ [Mon Nov 24 00:22:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
832
+ [Mon Nov 24 00:22:00 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
833
+ [Mon Nov 24 00:22:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
834
+ [Mon Nov 24 00:22:00 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
835
+ [Mon Nov 24 00:22:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
836
+ [Mon Nov 24 00:22:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
837
+ [Mon Nov 24 00:57:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
838
+ [Mon Nov 24 00:57:28 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
839
+ [Mon Nov 24 00:57:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
840
+ [Mon Nov 24 00:57:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
841
+ [Mon Nov 24 00:57:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
842
+ [Mon Nov 24 00:57:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
843
+ [Mon Nov 24 00:57:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
844
+ [Mon Nov 24 00:57:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
845
+ [Mon Nov 24 00:57:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
846
+ [Mon Nov 24 00:57:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
847
+ [Mon Nov 24 00:57:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
848
+ [Mon Nov 24 00:57:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
849
+ [Mon Nov 24 00:58:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
850
+ [Mon Nov 24 00:58:22 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
851
+ [Mon Nov 24 00:58:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
852
+ [Mon Nov 24 00:58:22 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
853
+ [Mon Nov 24 00:58:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
854
+ [Mon Nov 24 00:58:22 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
855
+ [Mon Nov 24 01:09:49 EST 2025] [GitHub] 🔗 GitHub sync hook fired
856
+ [Mon Nov 24 01:09:49 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
857
+ [Mon Nov 24 01:09:49 EST 2025] [GitHub] 🔗 GitHub sync hook fired
858
+ [Mon Nov 24 01:09:49 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
859
+ [Mon Nov 24 01:09:49 EST 2025] [GitHub] 🔗 GitHub sync hook fired
860
+ [Mon Nov 24 01:09:49 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
861
+ [Mon Nov 24 01:10:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
862
+ [Mon Nov 24 01:10:15 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
863
+ [Mon Nov 24 01:10:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
864
+ [Mon Nov 24 01:10:16 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
865
+ [Mon Nov 24 01:10:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
866
+ [Mon Nov 24 01:10:16 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
867
+ [Mon Nov 24 02:12:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
868
+ [Mon Nov 24 02:12:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
869
+ [Mon Nov 24 02:12:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
870
+ [Mon Nov 24 02:12:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
871
+ [Mon Nov 24 02:12:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
872
+ [Mon Nov 24 02:12:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
873
+ [Mon Nov 24 02:12:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
874
+ [Mon Nov 24 02:12:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
875
+ [Mon Nov 24 02:20:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
876
+ [Mon Nov 24 02:20:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
877
+ [Mon Nov 24 02:20:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
878
+ [Mon Nov 24 02:20:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
879
+ [Mon Nov 24 02:20:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
880
+ [Mon Nov 24 02:20:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
881
+ [Mon Nov 24 02:20:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
882
+ [Mon Nov 24 02:20:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
883
+ [Mon Nov 24 02:21:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
884
+ [Mon Nov 24 02:21:27 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
885
+ [Mon Nov 24 02:21:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
886
+ [Mon Nov 24 02:21:27 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
887
+ [Mon Nov 24 02:21:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
888
+ [Mon Nov 24 02:21:27 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
889
+ [Mon Nov 24 02:21:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
890
+ [Mon Nov 24 02:21:27 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
891
+ [Mon Nov 24 02:21:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
892
+ [Mon Nov 24 02:21:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
893
+ [Mon Nov 24 02:21:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
894
+ [Mon Nov 24 02:21:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
895
+ [Mon Nov 24 02:21:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
896
+ [Mon Nov 24 02:21:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
897
+ [Mon Nov 24 02:21:55 EST 2025] [GitHub] 🔗 GitHub sync hook fired
898
+ [Mon Nov 24 02:21:55 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
899
+ [Mon Nov 24 03:30:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
900
+ [Mon Nov 24 03:30:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
901
+ [Mon Nov 24 03:30:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
902
+ [Mon Nov 24 03:30:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
903
+ [Mon Nov 24 03:30:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
904
+ [Mon Nov 24 03:30:01 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync