specweave 0.24.11 → 0.24.13

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 (55) hide show
  1. package/CLAUDE.md +158 -10
  2. package/dist/plugins/specweave-github/lib/github-client-v2.d.ts +28 -0
  3. package/dist/plugins/specweave-github/lib/github-client-v2.d.ts.map +1 -1
  4. package/dist/plugins/specweave-github/lib/github-client-v2.js +47 -0
  5. package/dist/plugins/specweave-github/lib/github-client-v2.js.map +1 -1
  6. package/dist/src/cli/commands/init.d.ts.map +1 -1
  7. package/dist/src/cli/commands/init.js +15 -7
  8. package/dist/src/cli/commands/init.js.map +1 -1
  9. package/dist/src/cli/helpers/issue-tracker/github-multi-repo.d.ts.map +1 -1
  10. package/dist/src/cli/helpers/issue-tracker/github-multi-repo.js +13 -1
  11. package/dist/src/cli/helpers/issue-tracker/github-multi-repo.js.map +1 -1
  12. package/dist/src/cli/helpers/issue-tracker/types.d.ts +1 -1
  13. package/dist/src/cli/helpers/issue-tracker/types.d.ts.map +1 -1
  14. package/dist/src/core/config/types.d.ts +46 -12
  15. package/dist/src/core/config/types.d.ts.map +1 -1
  16. package/dist/src/core/config/types.js +0 -5
  17. package/dist/src/core/config/types.js.map +1 -1
  18. package/dist/src/core/repo-structure/repo-bulk-discovery.d.ts.map +1 -1
  19. package/dist/src/core/repo-structure/repo-bulk-discovery.js +20 -5
  20. package/dist/src/core/repo-structure/repo-bulk-discovery.js.map +1 -1
  21. package/dist/src/core/repo-structure/repo-structure-manager.d.ts.map +1 -1
  22. package/dist/src/core/repo-structure/repo-structure-manager.js +29 -14
  23. package/dist/src/core/repo-structure/repo-structure-manager.js.map +1 -1
  24. package/dist/src/sync/format-preservation-sync.d.ts.map +1 -1
  25. package/dist/src/sync/format-preservation-sync.js +23 -5
  26. package/dist/src/sync/format-preservation-sync.js.map +1 -1
  27. package/dist/src/sync/frontmatter-updater.d.ts +57 -0
  28. package/dist/src/sync/frontmatter-updater.d.ts.map +1 -0
  29. package/dist/src/sync/frontmatter-updater.js +147 -0
  30. package/dist/src/sync/frontmatter-updater.js.map +1 -0
  31. package/dist/src/sync/sync-coordinator.d.ts +22 -1
  32. package/dist/src/sync/sync-coordinator.d.ts.map +1 -1
  33. package/dist/src/sync/sync-coordinator.js +268 -21
  34. package/dist/src/sync/sync-coordinator.js.map +1 -1
  35. package/dist/src/types/living-docs-us-file.d.ts +18 -0
  36. package/dist/src/types/living-docs-us-file.d.ts.map +1 -1
  37. package/dist/src/types/living-docs-us-file.js.map +1 -1
  38. package/package.json +1 -1
  39. package/plugins/specweave/.claude-plugin/plugin.json +17 -11
  40. package/plugins/specweave/agents/architect/AGENT.md +115 -45
  41. package/plugins/specweave/agents/test-aware-planner/AGENT.md +76 -6
  42. package/plugins/specweave/hooks/lib/update-status-line.sh +19 -0
  43. package/plugins/specweave/hooks/post-edit-write-consolidated.sh +335 -0
  44. package/plugins/specweave/hooks/post-metadata-change.sh +40 -6
  45. package/plugins/specweave/hooks/post-task-completion.sh +93 -9
  46. package/plugins/specweave/hooks/pre-edit-spec.sh +0 -11
  47. package/plugins/specweave/hooks/pre-edit-write-consolidated.sh +188 -0
  48. package/plugins/specweave/hooks/pre-task-completion.sh +11 -0
  49. package/plugins/specweave/hooks/pre-write-spec.sh +0 -11
  50. package/plugins/specweave/lib/hooks/consolidated-sync.js +61 -3
  51. package/plugins/specweave-github/hooks/.specweave/logs/hooks-debug.log +294 -0
  52. package/plugins/specweave-github/lib/github-client-v2.js +46 -0
  53. package/plugins/specweave-github/lib/github-client-v2.ts +65 -0
  54. package/plugins/specweave-release/commands/specweave-release-npm.md +130 -2
  55. package/plugins/specweave-release/hooks/.specweave/logs/dora-tracking.log +60 -0
@@ -422,3 +422,297 @@
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
@@ -162,6 +162,27 @@ FIX: Use /specweave:sync-docs to generate living docs, then sync to GitHub.
162
162
  );
163
163
  }
164
164
  }
165
+ /**
166
+ * Create User Story issue (for automatic GitHub sync)
167
+ *
168
+ * CRITICAL: This is the CORRECT format for User Story GitHub issues
169
+ * Title format: [FS-XXX][US-YYY] User Story Title
170
+ *
171
+ * Used by: SyncCoordinator.createGitHubIssuesForUserStories()
172
+ *
173
+ * @param params - User story issue parameters
174
+ * @returns Created GitHub issue
175
+ */
176
+ async createUserStoryIssue(params) {
177
+ const formattedTitle = `[${params.featureId}][${params.userStoryId}] ${params.title}`;
178
+ const allLabels = params.labels || [];
179
+ return await this.createEpicIssue(
180
+ formattedTitle,
181
+ params.body,
182
+ params.milestone || void 0,
183
+ allLabels
184
+ );
185
+ }
165
186
  /**
166
187
  * Create epic issue (increment-level)
167
188
  */
@@ -326,6 +347,31 @@ ${body}`;
326
347
  );
327
348
  }
328
349
  }
350
+ /**
351
+ * Get last comment on issue (for idempotency check)
352
+ *
353
+ * Returns the most recent comment body, or null if no comments exist
354
+ */
355
+ async getLastComment(issueNumber) {
356
+ const result = await execFileNoThrow("gh", [
357
+ "api",
358
+ `repos/${this.fullRepo}/issues/${issueNumber}/comments`,
359
+ "--jq",
360
+ ".[-1] | {body: .body, author: .user.login}"
361
+ // Get last comment only
362
+ ]);
363
+ if (result.exitCode !== 0) {
364
+ return null;
365
+ }
366
+ if (!result.stdout.trim()) {
367
+ return null;
368
+ }
369
+ try {
370
+ return JSON.parse(result.stdout);
371
+ } catch {
372
+ return null;
373
+ }
374
+ }
329
375
  /**
330
376
  * Add labels to issue
331
377
  */
@@ -220,6 +220,40 @@ export class GitHubClientV2 {
220
220
  }
221
221
  }
222
222
 
223
+ /**
224
+ * Create User Story issue (for automatic GitHub sync)
225
+ *
226
+ * CRITICAL: This is the CORRECT format for User Story GitHub issues
227
+ * Title format: [FS-XXX][US-YYY] User Story Title
228
+ *
229
+ * Used by: SyncCoordinator.createGitHubIssuesForUserStories()
230
+ *
231
+ * @param params - User story issue parameters
232
+ * @returns Created GitHub issue
233
+ */
234
+ async createUserStoryIssue(params: {
235
+ featureId: string;
236
+ userStoryId: string;
237
+ title: string;
238
+ body: string;
239
+ labels?: string[];
240
+ milestone?: number | null;
241
+ }): Promise<GitHubIssue> {
242
+ // Format title: [FS-XXX][US-YYY] Title
243
+ const formattedTitle = `[${params.featureId}][${params.userStoryId}] ${params.title}`;
244
+
245
+ // Use only provided labels (don't add defaults that may not exist)
246
+ const allLabels = params.labels || [];
247
+
248
+ // Create issue using standard method
249
+ return await this.createEpicIssue(
250
+ formattedTitle,
251
+ params.body,
252
+ params.milestone || undefined,
253
+ allLabels
254
+ );
255
+ }
256
+
223
257
  /**
224
258
  * Create epic issue (increment-level)
225
259
  */
@@ -426,6 +460,37 @@ export class GitHubClientV2 {
426
460
  }
427
461
  }
428
462
 
463
+ /**
464
+ * Get last comment on issue (for idempotency check)
465
+ *
466
+ * Returns the most recent comment body, or null if no comments exist
467
+ */
468
+ async getLastComment(issueNumber: number): Promise<{body: string; author: string} | null> {
469
+ // Get all comments (sorted by creation date, newest last)
470
+ const result = await execFileNoThrow('gh', [
471
+ 'api',
472
+ `repos/${this.fullRepo}/issues/${issueNumber}/comments`,
473
+ '--jq',
474
+ '.[-1] | {body: .body, author: .user.login}', // Get last comment only
475
+ ]);
476
+
477
+ if (result.exitCode !== 0) {
478
+ // If error, return null (no comments or API error)
479
+ return null;
480
+ }
481
+
482
+ if (!result.stdout.trim()) {
483
+ // Empty response = no comments
484
+ return null;
485
+ }
486
+
487
+ try {
488
+ return JSON.parse(result.stdout);
489
+ } catch {
490
+ return null;
491
+ }
492
+ }
493
+
429
494
  /**
430
495
  * Add labels to issue
431
496
  */
@@ -1,12 +1,26 @@
1
1
  ---
2
2
  name: specweave-release:npm
3
- description: Bump patch version, create git tag, and trigger npm publish via GitHub Actions. Automates the complete release workflow with pre-flight checks, version bumping, tag creation, and GitHub Actions triggering.
3
+ description: Bump patch version, create git tag, and trigger npm publish via GitHub Actions. Automates the complete release workflow with pre-flight checks, version bumping, tag creation, and GitHub Actions triggering. Use --only flag for direct npm publish (skips git push and GitHub Actions).
4
4
  ---
5
5
 
6
6
  # /specweave-release:npm - NPM Release Automation
7
7
 
8
8
  You are the NPM Release Assistant. Your job is to automate the patch version release process.
9
9
 
10
+ ## Command Modes
11
+
12
+ **Default mode** (no flags): Push to GitHub → GitHub Actions publishes to npm
13
+ **Direct mode** (`--only`): Publish directly to npm (skip GitHub push/Actions)
14
+
15
+ ## Detecting Mode
16
+
17
+ First, check if the user provided `--only` flag:
18
+ - Look at the command invocation (e.g., `/specweave-release:npm --only`)
19
+ - Check conversation context for `--only` parameter
20
+
21
+ **If `--only` flag detected**: Use DIRECT MODE (skip to section "Direct Mode Workflow")
22
+ **If no flag**: Use DEFAULT MODE (continue with steps below)
23
+
10
24
  ## Your Task
11
25
 
12
26
  Execute the following steps in order:
@@ -101,10 +115,124 @@ Show the user:
101
115
  - ✅ NEVER force push
102
116
  - ✅ NEVER skip pre-flight checks
103
117
 
104
- ## Success Criteria
118
+ ## Success Criteria (Default Mode)
105
119
 
106
120
  ✅ Version bumped in package.json
107
121
  ✅ Git commit created
108
122
  ✅ Git tag created
109
123
  ✅ Changes pushed to GitHub
110
124
  ✅ GitHub Actions workflow triggered
125
+
126
+ ---
127
+
128
+ ## DIRECT MODE WORKFLOW (--only flag)
129
+
130
+ Use this workflow when `--only` flag is detected. This publishes directly to npm WITHOUT git push or GitHub Actions.
131
+
132
+ ### 1. Pre-flight Checks (Same as Default)
133
+
134
+ ```bash
135
+ # Verify we're on develop branch
136
+ git rev-parse --abbrev-ref HEAD
137
+
138
+ # Check for uncommitted changes
139
+ git status --porcelain
140
+
141
+ # Verify current version
142
+ node -p "require('./package.json').version"
143
+ ```
144
+
145
+ **STOP if**:
146
+ - Not on `develop` branch (ask user to switch)
147
+ - Uncommitted changes exist (ask user to commit first)
148
+
149
+ ### 2. Bump Patch Version (Same as Default)
150
+
151
+ ```bash
152
+ # This creates commit + tag automatically
153
+ npm version patch -m "chore: bump version to %s"
154
+ ```
155
+
156
+ **What this does**:
157
+ - Updates `package.json` and `package-lock.json`
158
+ - Creates git commit with message "chore: bump version to X.Y.Z"
159
+ - Creates git tag `vX.Y.Z`
160
+
161
+ ### 3. Extract New Version
162
+
163
+ ```bash
164
+ # Get the new version
165
+ node -p "require('./package.json').version"
166
+ ```
167
+
168
+ ### 4. Build Package
169
+
170
+ ```bash
171
+ # Build the package before publishing
172
+ npm run rebuild
173
+ ```
174
+
175
+ **Critical**: Must rebuild to ensure dist/ is up-to-date before publishing.
176
+
177
+ ### 5. Publish to NPM Directly
178
+
179
+ ```bash
180
+ # Publish directly to npm (bypasses GitHub Actions)
181
+ npm publish
182
+ ```
183
+
184
+ **What this does**:
185
+ - Builds package tarball
186
+ - Publishes to npm registry immediately
187
+ - No GitHub Actions involvement
188
+
189
+ ### 6. Push Git Changes (Optional but Recommended)
190
+
191
+ ```bash
192
+ # Push the version bump commit and tag to GitHub
193
+ git push origin develop --follow-tags
194
+ ```
195
+
196
+ **Note**: This syncs GitHub with npm but does NOT trigger publish workflow (already published).
197
+
198
+ ### 7. Report Results (Direct Mode)
199
+
200
+ Show the user:
201
+ ```markdown
202
+ ✅ **Published directly to npm!**
203
+
204
+ 📦 **Version**: vX.Y.Z
205
+ 🔗 **NPM**: https://www.npmjs.com/package/specweave
206
+ 🏷️ **Git Tag**: vX.Y.Z (created locally)
207
+
208
+ **What happened**:
209
+ - ✅ Version bumped and committed
210
+ - ✅ Git tag created locally
211
+ - ✅ Package built (npm run rebuild)
212
+ - ✅ Published to npm directly
213
+ - ✅ Git changes pushed to GitHub
214
+
215
+ **Verify**:
216
+ - Check npm: https://www.npmjs.com/package/specweave
217
+ - Verify version: `npm view specweave version`
218
+ - Install globally: `npm install -g specweave@X.Y.Z`
219
+
220
+ **Note**: Published via direct push (bypassed GitHub Actions)
221
+ ```
222
+
223
+ ## Direct Mode Safety Rules
224
+
225
+ - ✅ ALWAYS rebuild before publishing (`npm run rebuild`)
226
+ - ✅ ALWAYS push git changes after successful publish
227
+ - ✅ Use `--only` for emergency releases or local testing
228
+ - ✅ Default mode (GitHub Actions) is preferred for regular releases
229
+ - ✅ Direct mode gives immediate feedback (no CI wait time)
230
+
231
+ ## Success Criteria (Direct Mode)
232
+
233
+ ✅ Version bumped in package.json
234
+ ✅ Git commit created
235
+ ✅ Git tag created
236
+ ✅ Package rebuilt
237
+ ✅ Published to npm directly
238
+ ✅ Git changes pushed to GitHub (optional but recommended)