specweave 0.30.18 → 0.32.0

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 (122) hide show
  1. package/CLAUDE.md +22 -0
  2. package/dist/src/adapters/README.md +275 -0
  3. package/dist/src/adapters/adapter-base.d.ts +1 -1
  4. package/dist/src/adapters/adapter-base.js +3 -3
  5. package/dist/src/adapters/adapter-base.js.map +1 -1
  6. package/dist/src/adapters/adapter-loader.d.ts +11 -10
  7. package/dist/src/adapters/adapter-loader.d.ts.map +1 -1
  8. package/dist/src/adapters/adapter-loader.js +31 -21
  9. package/dist/src/adapters/adapter-loader.js.map +1 -1
  10. package/dist/src/adapters/claude/README.md +233 -0
  11. package/dist/src/adapters/codex/README.md +105 -0
  12. package/dist/src/adapters/cursor/.cursor/context/docs-context.md +62 -0
  13. package/dist/src/adapters/cursor/.cursor/context/increments-context.md +71 -0
  14. package/dist/src/adapters/cursor/.cursor/context/strategy-context.md +73 -0
  15. package/dist/src/adapters/cursor/.cursor/context/tests-context.md +89 -0
  16. package/dist/src/adapters/cursor/README.md +283 -0
  17. package/dist/src/adapters/cursor/adapter.d.ts +5 -1
  18. package/dist/src/adapters/cursor/adapter.d.ts.map +1 -1
  19. package/dist/src/adapters/cursor/adapter.js +18 -115
  20. package/dist/src/adapters/cursor/adapter.js.map +1 -1
  21. package/dist/src/adapters/gemini/README.md +97 -0
  22. package/dist/src/adapters/generic/README.md +277 -0
  23. package/dist/src/adapters/registry.yaml +197 -0
  24. package/dist/src/cli/helpers/init/living-docs-preflight.js +12 -12
  25. package/dist/src/cli/helpers/init/living-docs-preflight.js.map +1 -1
  26. package/dist/src/config/types.d.ts +1208 -203
  27. package/dist/src/config/types.d.ts.map +1 -1
  28. package/dist/src/core/external-tools/external-items-counter.d.ts +62 -0
  29. package/dist/src/core/external-tools/external-items-counter.d.ts.map +1 -0
  30. package/dist/src/core/external-tools/external-items-counter.js +206 -0
  31. package/dist/src/core/external-tools/external-items-counter.js.map +1 -0
  32. package/dist/src/core/external-tools/external-items-display.d.ts +39 -0
  33. package/dist/src/core/external-tools/external-items-display.d.ts.map +1 -0
  34. package/dist/src/core/external-tools/external-items-display.js +185 -0
  35. package/dist/src/core/external-tools/external-items-display.js.map +1 -0
  36. package/dist/src/core/external-tools/index.d.ts +8 -0
  37. package/dist/src/core/external-tools/index.d.ts.map +1 -0
  38. package/dist/src/core/external-tools/index.js +8 -0
  39. package/dist/src/core/external-tools/index.js.map +1 -0
  40. package/dist/src/core/external-tools/providers/ado-items-adapter.d.ts +39 -0
  41. package/dist/src/core/external-tools/providers/ado-items-adapter.d.ts.map +1 -0
  42. package/dist/src/core/external-tools/providers/ado-items-adapter.js +188 -0
  43. package/dist/src/core/external-tools/providers/ado-items-adapter.js.map +1 -0
  44. package/dist/src/core/external-tools/providers/github-items-adapter.d.ts +38 -0
  45. package/dist/src/core/external-tools/providers/github-items-adapter.d.ts.map +1 -0
  46. package/dist/src/core/external-tools/providers/github-items-adapter.js +136 -0
  47. package/dist/src/core/external-tools/providers/github-items-adapter.js.map +1 -0
  48. package/dist/src/core/external-tools/providers/index.d.ts +7 -0
  49. package/dist/src/core/external-tools/providers/index.d.ts.map +1 -0
  50. package/dist/src/core/external-tools/providers/index.js +7 -0
  51. package/dist/src/core/external-tools/providers/index.js.map +1 -0
  52. package/dist/src/core/external-tools/providers/jira-items-adapter.d.ts +42 -0
  53. package/dist/src/core/external-tools/providers/jira-items-adapter.d.ts.map +1 -0
  54. package/dist/src/core/external-tools/providers/jira-items-adapter.js +153 -0
  55. package/dist/src/core/external-tools/providers/jira-items-adapter.js.map +1 -0
  56. package/dist/src/core/external-tools/types.d.ts +78 -0
  57. package/dist/src/core/external-tools/types.d.ts.map +1 -0
  58. package/dist/src/core/external-tools/types.js +19 -0
  59. package/dist/src/core/external-tools/types.js.map +1 -0
  60. package/dist/src/core/increment/increment-utils.d.ts +13 -37
  61. package/dist/src/core/increment/increment-utils.d.ts.map +1 -1
  62. package/dist/src/core/increment/increment-utils.js +17 -64
  63. package/dist/src/core/increment/increment-utils.js.map +1 -1
  64. package/dist/src/core/increment/status-change-sync-trigger.d.ts.map +1 -1
  65. package/dist/src/core/increment/status-change-sync-trigger.js +4 -0
  66. package/dist/src/core/increment/status-change-sync-trigger.js.map +1 -1
  67. package/dist/src/core/llm/providers/azure-openai-provider.d.ts.map +1 -1
  68. package/dist/src/core/llm/providers/azure-openai-provider.js +1 -0
  69. package/dist/src/core/llm/providers/azure-openai-provider.js.map +1 -1
  70. package/dist/src/core/llm/providers/bedrock-provider.d.ts.map +1 -1
  71. package/dist/src/core/llm/providers/bedrock-provider.js +4 -3
  72. package/dist/src/core/llm/providers/bedrock-provider.js.map +1 -1
  73. package/dist/src/core/llm/providers/openai-provider.d.ts.map +1 -1
  74. package/dist/src/core/llm/providers/openai-provider.js +1 -0
  75. package/dist/src/core/llm/providers/openai-provider.js.map +1 -1
  76. package/dist/src/core/llm/providers/vertex-ai-provider.d.ts.map +1 -1
  77. package/dist/src/core/llm/providers/vertex-ai-provider.js +1 -0
  78. package/dist/src/core/llm/providers/vertex-ai-provider.js.map +1 -1
  79. package/dist/src/importers/ado-importer.d.ts.map +1 -1
  80. package/dist/src/importers/ado-importer.js +2 -1
  81. package/dist/src/importers/ado-importer.js.map +1 -1
  82. package/dist/src/importers/github-importer.d.ts.map +1 -1
  83. package/dist/src/importers/github-importer.js +2 -1
  84. package/dist/src/importers/github-importer.js.map +1 -1
  85. package/dist/src/importers/jira-importer.d.ts.map +1 -1
  86. package/dist/src/importers/jira-importer.js +2 -1
  87. package/dist/src/importers/jira-importer.js.map +1 -1
  88. package/dist/src/init/architecture/types.d.ts +140 -33
  89. package/dist/src/init/architecture/types.d.ts.map +1 -1
  90. package/dist/src/init/compliance/types.d.ts +27 -30
  91. package/dist/src/init/compliance/types.d.ts.map +1 -1
  92. package/dist/src/init/repo/types.d.ts +34 -11
  93. package/dist/src/init/repo/types.d.ts.map +1 -1
  94. package/dist/src/init/research/src/config/types.d.ts +82 -15
  95. package/dist/src/init/research/src/config/types.d.ts.map +1 -1
  96. package/dist/src/init/research/types.d.ts +93 -38
  97. package/dist/src/init/research/types.d.ts.map +1 -1
  98. package/dist/src/init/team/types.d.ts +42 -4
  99. package/dist/src/init/team/types.d.ts.map +1 -1
  100. package/dist/src/utils/fs-native.d.ts +2 -1
  101. package/dist/src/utils/fs-native.d.ts.map +1 -1
  102. package/dist/src/utils/fs-native.js +6 -1
  103. package/dist/src/utils/fs-native.js.map +1 -1
  104. package/dist/src/utils/html-to-mdx.d.ts +37 -0
  105. package/dist/src/utils/html-to-mdx.d.ts.map +1 -0
  106. package/dist/src/utils/html-to-mdx.js +98 -0
  107. package/dist/src/utils/html-to-mdx.js.map +1 -0
  108. package/package.json +3 -3
  109. package/plugins/specweave/commands/specweave-external.md +150 -0
  110. package/plugins/specweave/commands/specweave-judge.md +11 -0
  111. package/plugins/specweave/hooks/lib/update-status-line.sh +16 -4
  112. package/plugins/specweave/hooks/universal/hook-wrapper.cmd +26 -26
  113. package/plugins/specweave/hooks/universal/session-start.cmd +16 -16
  114. package/plugins/specweave/hooks/universal/session-start.ps1 +16 -16
  115. package/plugins/specweave/lib/vendor/utils/fs-native.d.ts +2 -1
  116. package/plugins/specweave/lib/vendor/utils/fs-native.js +6 -1
  117. package/plugins/specweave/lib/vendor/utils/fs-native.js.map +1 -1
  118. package/plugins/specweave-docs/commands/build.md +47 -73
  119. package/plugins/specweave-docs/commands/preview.md +181 -87
  120. package/plugins/specweave-docs/skills/preview/SKILL.md +45 -56
  121. package/plugins/specweave-github/hooks/.specweave/logs/hooks-debug.log +0 -296
  122. package/plugins/specweave-release/hooks/.specweave/logs/dora-tracking.log +0 -444
@@ -1,296 +0,0 @@
1
- [Wed Nov 26 19:45:10 EST 2025] [GitHub] 🔗 GitHub sync hook fired
2
- [Wed Nov 26 19:45:10 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
3
- [Wed Nov 26 19:45:10 EST 2025] [GitHub] 🔗 GitHub sync hook fired
4
- [Wed Nov 26 19:45:10 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
5
- [Wed Nov 26 19:45:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
6
- [Wed Nov 26 19:45:11 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
7
- [Wed Nov 26 19:45:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
8
- [Wed Nov 26 19:45:11 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
9
- [Thu Nov 27 10:06:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
10
- [Thu Nov 27 10:06:08 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
11
- [Thu Nov 27 10:06:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
12
- [Thu Nov 27 10:06:08 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
13
- [Thu Nov 27 10:06:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
14
- [Thu Nov 27 10:06:08 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
15
- [Thu Nov 27 10:08:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
16
- [Thu Nov 27 10:08:41 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
17
- [Thu Nov 27 10:08:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
18
- [Thu Nov 27 10:08:41 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
19
- [Thu Nov 27 10:08:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
20
- [Thu Nov 27 10:08:41 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
21
- [Mon Dec 1 15:44:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
22
- [Mon Dec 1 15:44:14 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
23
- [Mon Dec 1 15:44:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
24
- [Mon Dec 1 15:44:14 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
25
- [Mon Dec 1 15:44:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
26
- [Mon Dec 1 15:44:15 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
27
- [Mon Dec 1 20:26:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
28
- [Mon Dec 1 20:26:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
29
- [Mon Dec 1 20:26:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
30
- [Mon Dec 1 20:26:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
31
- [Mon Dec 1 20:26:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
32
- [Mon Dec 1 20:26:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
33
- [Mon Dec 1 20:26:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
34
- [Mon Dec 1 20:26:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
35
- [Mon Dec 1 20:26:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
36
- [Mon Dec 1 20:26:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
37
- [Mon Dec 1 20:26:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
38
- [Mon Dec 1 20:26:18 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
39
- [Mon Dec 1 20:26:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
40
- [Mon Dec 1 20:26:18 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
41
- [Mon Dec 1 20:26:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
42
- [Mon Dec 1 20:26:18 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
43
- [Mon Dec 1 20:26:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
44
- [Mon Dec 1 20:26:27 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
45
- [Mon Dec 1 20:26:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
46
- [Mon Dec 1 20:26:27 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
47
- [Mon Dec 1 20:26:27 EST 2025] [GitHub] 🔗 GitHub sync hook fired
48
- [Mon Dec 1 20:26:27 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
49
- [Mon Dec 1 20:37:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
50
- [Mon Dec 1 20:37:58 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
51
- [Mon Dec 1 20:37:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
52
- [Mon Dec 1 20:37:58 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
53
- [Mon Dec 1 20:37:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
54
- [Mon Dec 1 20:37:58 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
55
- [Mon Dec 1 20:40:32 EST 2025] [GitHub] 🔗 GitHub sync hook fired
56
- [Mon Dec 1 20:40:32 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
57
- [Mon Dec 1 20:40:32 EST 2025] [GitHub] 🔗 GitHub sync hook fired
58
- [Mon Dec 1 20:40:32 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
59
- [Mon Dec 1 20:40:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
60
- [Mon Dec 1 20:40:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
61
- [Mon Dec 1 22:13:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
62
- [Mon Dec 1 22:13:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
63
- [Mon Dec 1 22:13:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
64
- [Mon Dec 1 22:13:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
65
- [Mon Dec 1 22:13:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
66
- [Mon Dec 1 22:13:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
67
- [Mon Dec 1 22:16:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
68
- [Mon Dec 1 22:16:15 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
69
- [Mon Dec 1 22:16:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
70
- [Mon Dec 1 22:16:15 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
71
- [Mon Dec 1 22:16:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
72
- [Mon Dec 1 22:16:16 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
73
- [Mon Dec 1 22:19:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
74
- [Mon Dec 1 22:19:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
75
- [Mon Dec 1 22:19:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
76
- [Mon Dec 1 22:19:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
77
- [Mon Dec 1 22:19:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
78
- [Mon Dec 1 22:19:18 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
79
- [Mon Dec 1 22:48:44 EST 2025] [GitHub] 🔗 GitHub sync hook fired
80
- [Mon Dec 1 22:48:44 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
81
- [Mon Dec 1 22:48:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
82
- [Mon Dec 1 22:48:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
83
- [Mon Dec 1 22:48:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
84
- [Mon Dec 1 22:48:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
85
- [Mon Dec 1 22:49:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
86
- [Mon Dec 1 22:49:11 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
87
- [Mon Dec 1 22:49:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
88
- [Mon Dec 1 22:49:11 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
89
- [Mon Dec 1 22:49:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
90
- [Mon Dec 1 22:49:11 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
91
- [Mon Dec 1 23:06:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
92
- [Mon Dec 1 23:06:19 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
93
- [Mon Dec 1 23:06:20 EST 2025] [GitHub] 🔗 GitHub sync hook fired
94
- [Mon Dec 1 23:06:20 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
95
- [Mon Dec 1 23:06:20 EST 2025] [GitHub] 🔗 GitHub sync hook fired
96
- [Mon Dec 1 23:06:20 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
97
- [Mon Dec 1 23:09:23 EST 2025] [GitHub] 🔗 GitHub sync hook fired
98
- [Mon Dec 1 23:09:23 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
99
- [Mon Dec 1 23:09:23 EST 2025] [GitHub] 🔗 GitHub sync hook fired
100
- [Mon Dec 1 23:09:23 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
101
- [Mon Dec 1 23:09:23 EST 2025] [GitHub] 🔗 GitHub sync hook fired
102
- [Mon Dec 1 23:09:23 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
103
- [Mon Dec 1 23:09:53 EST 2025] [GitHub] 🔗 GitHub sync hook fired
104
- [Mon Dec 1 23:09:53 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
105
- [Mon Dec 1 23:09:53 EST 2025] [GitHub] 🔗 GitHub sync hook fired
106
- [Mon Dec 1 23:09:53 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
107
- [Mon Dec 1 23:09:54 EST 2025] [GitHub] 🔗 GitHub sync hook fired
108
- [Mon Dec 1 23:09:54 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
109
- [Mon Dec 1 23:10:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
110
- [Mon Dec 1 23:10:28 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
111
- [Mon Dec 1 23:10:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
112
- [Mon Dec 1 23:10:28 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
113
- [Mon Dec 1 23:10:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
114
- [Mon Dec 1 23:10:28 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
115
- [Mon Dec 1 23:11:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
116
- [Mon Dec 1 23:11:28 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
117
- [Mon Dec 1 23:11:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
118
- [Mon Dec 1 23:11:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
119
- [Mon Dec 1 23:11:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
120
- [Mon Dec 1 23:11:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
121
- [Mon Dec 1 23:20:04 EST 2025] [GitHub] 🔗 GitHub sync hook fired
122
- [Mon Dec 1 23:20:04 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
123
- [Mon Dec 1 23:20:04 EST 2025] [GitHub] 🔗 GitHub sync hook fired
124
- [Mon Dec 1 23:20:04 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
125
- [Mon Dec 1 23:20:04 EST 2025] [GitHub] 🔗 GitHub sync hook fired
126
- [Mon Dec 1 23:20:04 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
127
- [Mon Dec 1 23:20:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
128
- [Mon Dec 1 23:20:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
129
- [Mon Dec 1 23:20:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
130
- [Mon Dec 1 23:20:33 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
131
- [Mon Dec 1 23:20:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
132
- [Mon Dec 1 23:20:34 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
133
- [Tue Dec 2 00:40:04 EST 2025] [GitHub] 🔗 GitHub sync hook fired
134
- [Tue Dec 2 00:40:04 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
135
- [Tue Dec 2 00:40:04 EST 2025] [GitHub] 🔗 GitHub sync hook fired
136
- [Tue Dec 2 00:40:04 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
137
- [Tue Dec 2 00:40:05 EST 2025] [GitHub] 🔗 GitHub sync hook fired
138
- [Tue Dec 2 00:40:05 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
139
- [Tue Dec 2 00:40:32 EST 2025] [GitHub] 🔗 GitHub sync hook fired
140
- [Tue Dec 2 00:40:32 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
141
- [Tue Dec 2 00:40:32 EST 2025] [GitHub] 🔗 GitHub sync hook fired
142
- [Tue Dec 2 00:40:32 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
143
- [Tue Dec 2 00:40:32 EST 2025] [GitHub] 🔗 GitHub sync hook fired
144
- [Tue Dec 2 00:40:32 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
145
- [Tue Dec 2 00:40:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
146
- [Tue Dec 2 00:40:50 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
147
- [Tue Dec 2 00:40:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
148
- [Tue Dec 2 00:40:50 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
149
- [Tue Dec 2 00:40:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
150
- [Tue Dec 2 00:40:50 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
151
- [Tue Dec 2 00:41:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
152
- [Tue Dec 2 00:41:15 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
153
- [Tue Dec 2 00:41:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
154
- [Tue Dec 2 00:41:15 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
155
- [Tue Dec 2 00:41:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
156
- [Tue Dec 2 00:41:16 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
157
- [Tue Dec 2 01:27:16 EST 2025] [GitHub] 🔗 GitHub sync hook fired
158
- [Tue Dec 2 01:27:16 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
159
- [Tue Dec 2 01:27:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
160
- [Tue Dec 2 01:27:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
161
- [Tue Dec 2 01:27:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
162
- [Tue Dec 2 01:27:17 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
163
- [Tue Dec 2 01:27:44 EST 2025] [GitHub] 🔗 GitHub sync hook fired
164
- [Tue Dec 2 01:27:44 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
165
- [Tue Dec 2 01:27:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
166
- [Tue Dec 2 01:27:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
167
- [Tue Dec 2 01:27:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
168
- [Tue Dec 2 01:27:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
169
- [Tue Dec 2 02:13:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
170
- [Tue Dec 2 02:13:22 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
171
- [Tue Dec 2 02:13:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
172
- [Tue Dec 2 02:13:22 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
173
- [Tue Dec 2 02:13:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
174
- [Tue Dec 2 02:13:22 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
175
- [Tue Dec 2 02:13:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
176
- [Tue Dec 2 02:13:50 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
177
- [Tue Dec 2 02:13:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
178
- [Tue Dec 2 02:13:50 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
179
- [Tue Dec 2 02:13:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
180
- [Tue Dec 2 02:13:50 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
181
- [Tue Dec 2 02:14:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
182
- [Tue Dec 2 02:14:18 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
183
- [Tue Dec 2 02:14:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
184
- [Tue Dec 2 02:14:18 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
185
- [Tue Dec 2 02:14:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
186
- [Tue Dec 2 02:14:18 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
187
- [Tue Dec 2 02:14:47 EST 2025] [GitHub] 🔗 GitHub sync hook fired
188
- [Tue Dec 2 02:14:47 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
189
- [Tue Dec 2 02:14:48 EST 2025] [GitHub] 🔗 GitHub sync hook fired
190
- [Tue Dec 2 02:14:48 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
191
- [Tue Dec 2 02:14:48 EST 2025] [GitHub] 🔗 GitHub sync hook fired
192
- [Tue Dec 2 02:14:48 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
193
- [Tue Dec 2 02:16:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
194
- [Tue Dec 2 02:16:28 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
195
- [Tue Dec 2 02:16:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
196
- [Tue Dec 2 02:16:28 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
197
- [Tue Dec 2 02:16:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
198
- [Tue Dec 2 02:16:28 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
199
- [Tue Dec 2 02:19:02 EST 2025] [GitHub] 🔗 GitHub sync hook fired
200
- [Tue Dec 2 02:19:02 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
201
- [Tue Dec 2 02:19:02 EST 2025] [GitHub] 🔗 GitHub sync hook fired
202
- [Tue Dec 2 02:19:02 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
203
- [Tue Dec 2 02:19:03 EST 2025] [GitHub] 🔗 GitHub sync hook fired
204
- [Tue Dec 2 02:19:03 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
205
- [Tue Dec 2 02:25:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
206
- [Tue Dec 2 02:25:30 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
207
- [Tue Dec 2 02:25:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
208
- [Tue Dec 2 02:25:30 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
209
- [Tue Dec 2 02:25:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
210
- [Tue Dec 2 02:25:30 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
211
- [Tue Dec 2 02:27:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
212
- [Tue Dec 2 02:27:50 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
213
- [Tue Dec 2 02:27:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
214
- [Tue Dec 2 02:27:50 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
215
- [Tue Dec 2 02:27:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
216
- [Tue Dec 2 02:27:50 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
217
- [Tue Dec 2 02:30:12 EST 2025] [GitHub] 🔗 GitHub sync hook fired
218
- [Tue Dec 2 02:30:12 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
219
- [Tue Dec 2 02:30:12 EST 2025] [GitHub] 🔗 GitHub sync hook fired
220
- [Tue Dec 2 02:30:12 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
221
- [Tue Dec 2 02:30:12 EST 2025] [GitHub] 🔗 GitHub sync hook fired
222
- [Tue Dec 2 02:30:12 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
223
- [Tue Dec 2 02:31:10 EST 2025] [GitHub] 🔗 GitHub sync hook fired
224
- [Tue Dec 2 02:31:10 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
225
- [Tue Dec 2 02:31:10 EST 2025] [GitHub] 🔗 GitHub sync hook fired
226
- [Tue Dec 2 02:31:10 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
227
- [Tue Dec 2 02:31:10 EST 2025] [GitHub] 🔗 GitHub sync hook fired
228
- [Tue Dec 2 02:31:10 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
229
- [Tue Dec 2 02:32:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
230
- [Tue Dec 2 02:32:58 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
231
- [Tue Dec 2 02:32:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
232
- [Tue Dec 2 02:32:58 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
233
- [Tue Dec 2 02:32:59 EST 2025] [GitHub] 🔗 GitHub sync hook fired
234
- [Tue Dec 2 02:32:59 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
235
- [Tue Dec 2 02:34:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
236
- [Tue Dec 2 02:34:08 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
237
- [Tue Dec 2 02:34:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
238
- [Tue Dec 2 02:34:08 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
239
- [Tue Dec 2 02:34:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
240
- [Tue Dec 2 02:34:09 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
241
- [Tue Dec 2 02:35:07 EST 2025] [GitHub] 🔗 GitHub sync hook fired
242
- [Tue Dec 2 02:35:07 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
243
- [Tue Dec 2 02:35:07 EST 2025] [GitHub] 🔗 GitHub sync hook fired
244
- [Tue Dec 2 02:35:07 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
245
- [Tue Dec 2 02:35:07 EST 2025] [GitHub] 🔗 GitHub sync hook fired
246
- [Tue Dec 2 02:35:07 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
247
- [Tue Dec 2 09:52:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
248
- [Tue Dec 2 09:52:58 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
249
- [Tue Dec 2 09:52:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
250
- [Tue Dec 2 09:52:58 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
251
- [Tue Dec 2 09:52:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
252
- [Tue Dec 2 09:52:58 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
253
- [Wed Dec 3 02:00:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
254
- [Wed Dec 3 02:00:25 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
255
- [Wed Dec 3 02:00:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
256
- [Wed Dec 3 02:00:25 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
257
- [Wed Dec 3 02:00:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
258
- [Wed Dec 3 02:00:25 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
259
- [Wed Dec 3 02:01:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
260
- [Wed Dec 3 02:01:25 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
261
- [Wed Dec 3 02:01:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
262
- [Wed Dec 3 02:01:25 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
263
- [Wed Dec 3 02:01:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
264
- [Wed Dec 3 02:01:25 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
265
- [Wed Dec 3 02:02:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
266
- [Wed Dec 3 02:02:28 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
267
- [Wed Dec 3 02:02:28 EST 2025] [GitHub] 🔗 GitHub sync hook fired
268
- [Wed Dec 3 02:02:28 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
269
- [Wed Dec 3 02:02:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
270
- [Wed Dec 3 02:02:29 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
271
- [Wed Dec 3 02:07:10 EST 2025] [GitHub] 🔗 GitHub sync hook fired
272
- [Wed Dec 3 02:07:10 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
273
- [Wed Dec 3 02:07:10 EST 2025] [GitHub] 🔗 GitHub sync hook fired
274
- [Wed Dec 3 02:07:10 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
275
- [Wed Dec 3 02:07:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
276
- [Wed Dec 3 02:07:11 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
277
- [Wed Dec 3 02:07:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
278
- [Wed Dec 3 02:07:36 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
279
- [Wed Dec 3 02:07:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
280
- [Wed Dec 3 02:07:36 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
281
- [Wed Dec 3 02:07:36 EST 2025] [GitHub] 🔗 GitHub sync hook fired
282
- [Wed Dec 3 02:07:36 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
283
- [Thu Dec 4 17:45:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
284
- [Thu Dec 4 17:45:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
285
- [Thu Dec 4 17:45:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
286
- [Thu Dec 4 17:45:45 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
287
- [Thu Dec 4 17:45:46 EST 2025] [GitHub] 🔗 GitHub sync hook fired
288
- [Thu Dec 4 17:45:46 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
289
- [Thu Dec 4 17:45:46 EST 2025] [GitHub] 🔗 GitHub sync hook fired
290
- [Thu Dec 4 17:45:46 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
291
- [Thu Dec 4 17:45:55 EST 2025] [GitHub] 🔗 GitHub sync hook fired
292
- [Thu Dec 4 17:45:55 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
293
- [Thu Dec 4 17:45:55 EST 2025] [GitHub] 🔗 GitHub sync hook fired
294
- [Thu Dec 4 17:45:55 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync
295
- [Thu Dec 4 17:45:55 EST 2025] [GitHub] 🔗 GitHub sync hook fired
296
- [Thu Dec 4 17:45:55 EST 2025] [GitHub] ⚠️ sync-spec-content CLI not found at /Users/antonabyzov/Documents/Projects/specweave/plugins/specweave-github/hooks/dist/src/cli/commands/sync-spec-content.js, skipping sync