specweave 0.30.18 → 0.30.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLAUDE.md +22 -0
- package/dist/src/adapters/README.md +275 -0
- package/dist/src/adapters/adapter-base.d.ts +1 -1
- package/dist/src/adapters/adapter-base.js +3 -3
- package/dist/src/adapters/adapter-base.js.map +1 -1
- package/dist/src/adapters/adapter-loader.d.ts +11 -10
- package/dist/src/adapters/adapter-loader.d.ts.map +1 -1
- package/dist/src/adapters/adapter-loader.js +31 -21
- package/dist/src/adapters/adapter-loader.js.map +1 -1
- package/dist/src/adapters/claude/README.md +233 -0
- package/dist/src/adapters/codex/README.md +105 -0
- package/dist/src/adapters/cursor/.cursor/context/docs-context.md +62 -0
- package/dist/src/adapters/cursor/.cursor/context/increments-context.md +71 -0
- package/dist/src/adapters/cursor/.cursor/context/strategy-context.md +73 -0
- package/dist/src/adapters/cursor/.cursor/context/tests-context.md +89 -0
- package/dist/src/adapters/cursor/README.md +283 -0
- package/dist/src/adapters/cursor/adapter.d.ts +5 -1
- package/dist/src/adapters/cursor/adapter.d.ts.map +1 -1
- package/dist/src/adapters/cursor/adapter.js +18 -115
- package/dist/src/adapters/cursor/adapter.js.map +1 -1
- package/dist/src/adapters/gemini/README.md +97 -0
- package/dist/src/adapters/generic/README.md +277 -0
- package/dist/src/adapters/registry.yaml +197 -0
- package/dist/src/cli/helpers/init/living-docs-preflight.js +12 -12
- package/dist/src/cli/helpers/init/living-docs-preflight.js.map +1 -1
- package/dist/src/config/types.d.ts +1208 -203
- package/dist/src/config/types.d.ts.map +1 -1
- package/dist/src/core/llm/providers/bedrock-provider.d.ts.map +1 -1
- package/dist/src/core/llm/providers/bedrock-provider.js +2 -3
- package/dist/src/core/llm/providers/bedrock-provider.js.map +1 -1
- package/dist/src/importers/ado-importer.d.ts.map +1 -1
- package/dist/src/importers/ado-importer.js +2 -1
- package/dist/src/importers/ado-importer.js.map +1 -1
- package/dist/src/importers/github-importer.d.ts.map +1 -1
- package/dist/src/importers/github-importer.js +2 -1
- package/dist/src/importers/github-importer.js.map +1 -1
- package/dist/src/importers/jira-importer.d.ts.map +1 -1
- package/dist/src/importers/jira-importer.js +2 -1
- package/dist/src/importers/jira-importer.js.map +1 -1
- package/dist/src/init/architecture/types.d.ts +140 -33
- package/dist/src/init/architecture/types.d.ts.map +1 -1
- package/dist/src/init/compliance/types.d.ts +27 -30
- package/dist/src/init/compliance/types.d.ts.map +1 -1
- package/dist/src/init/repo/types.d.ts +34 -11
- package/dist/src/init/repo/types.d.ts.map +1 -1
- package/dist/src/init/research/src/config/types.d.ts +82 -15
- package/dist/src/init/research/src/config/types.d.ts.map +1 -1
- package/dist/src/init/research/types.d.ts +93 -38
- package/dist/src/init/research/types.d.ts.map +1 -1
- package/dist/src/init/team/types.d.ts +42 -4
- package/dist/src/init/team/types.d.ts.map +1 -1
- package/dist/src/utils/fs-native.d.ts +2 -1
- package/dist/src/utils/fs-native.d.ts.map +1 -1
- package/dist/src/utils/fs-native.js +6 -1
- package/dist/src/utils/fs-native.js.map +1 -1
- package/dist/src/utils/html-to-mdx.d.ts +37 -0
- package/dist/src/utils/html-to-mdx.d.ts.map +1 -0
- package/dist/src/utils/html-to-mdx.js +98 -0
- package/dist/src/utils/html-to-mdx.js.map +1 -0
- package/package.json +6 -2
- package/plugins/specweave/commands/specweave-judge.md +11 -0
- package/plugins/specweave/hooks/lib/update-status-line.sh +16 -4
- package/plugins/specweave/lib/vendor/utils/fs-native.d.ts +2 -1
- package/plugins/specweave/lib/vendor/utils/fs-native.js +6 -1
- package/plugins/specweave/lib/vendor/utils/fs-native.js.map +1 -1
- package/plugins/specweave-docs/commands/build.md +47 -73
- package/plugins/specweave-docs/commands/preview.md +181 -87
- package/plugins/specweave-docs/skills/preview/SKILL.md +45 -56
- package/plugins/specweave-github/hooks/.specweave/logs/hooks-debug.log +330 -0
- package/plugins/specweave-release/hooks/.specweave/logs/dora-tracking.log +495 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: preview
|
|
3
|
-
description: Documentation preview expert for Docusaurus integration. Launches interactive preview server for SpecWeave living documentation with hot reload, auto-generated sidebar, and Mermaid diagrams. Activates for preview docs, view documentation, Docusaurus server, docs UI, documentation website, local docs server, hot reload docs, static site build.
|
|
3
|
+
description: Documentation preview expert for Docusaurus integration. Launches interactive preview server for SpecWeave living documentation with hot reload, auto-generated sidebar, and Mermaid diagrams. Works in ANY SpecWeave project with auto-setup. Activates for preview docs, view documentation, Docusaurus server, docs UI, documentation website, local docs server, hot reload docs, static site build.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Documentation Preview Skill
|
|
@@ -9,27 +9,26 @@ Expert in launching and managing Docusaurus documentation preview for SpecWeave
|
|
|
9
9
|
|
|
10
10
|
## What I Do
|
|
11
11
|
|
|
12
|
-
I help you preview
|
|
12
|
+
I help you preview your SpecWeave living documentation with Docusaurus:
|
|
13
13
|
|
|
14
|
-
###
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
- Hot reload -
|
|
18
|
-
- Mermaid
|
|
19
|
-
-
|
|
20
|
-
-
|
|
14
|
+
### Key Features
|
|
15
|
+
- **Zero-config setup** - Works in any SpecWeave project automatically
|
|
16
|
+
- **Cached installation** - Docusaurus cached in `.specweave/cache/docs-site/` (gitignored)
|
|
17
|
+
- **Hot reload** - Edit markdown, see changes instantly
|
|
18
|
+
- **Mermaid diagrams** - Architecture diagrams render beautifully
|
|
19
|
+
- **Auto sidebar** - Generated from folder structure
|
|
20
|
+
- **Bypasses private registries** - Uses public npm to avoid Azure DevOps/corporate issues
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
- Build production-ready static site
|
|
24
|
-
- Output to `.specweave/docs-site-internal/build/`
|
|
25
|
-
- Ready for deployment to any static host
|
|
26
|
-
- Optimized for performance
|
|
22
|
+
## How It Works
|
|
27
23
|
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
|
|
24
|
+
1. **First run (~30 seconds)**:
|
|
25
|
+
- Creates Docusaurus in `.specweave/cache/docs-site/`
|
|
26
|
+
- Installs dependencies from public npm registry
|
|
27
|
+
- Configures to read from `.specweave/docs/internal/`
|
|
28
|
+
|
|
29
|
+
2. **Subsequent runs (instant)**:
|
|
30
|
+
- Uses cached installation
|
|
31
|
+
- Starts server immediately
|
|
33
32
|
|
|
34
33
|
## Available Commands
|
|
35
34
|
|
|
@@ -39,11 +38,10 @@ I help you preview and build your SpecWeave living documentation with Docusaurus
|
|
|
39
38
|
```
|
|
40
39
|
|
|
41
40
|
**What it does:**
|
|
42
|
-
1. Checks if
|
|
43
|
-
2.
|
|
44
|
-
3. Starts
|
|
45
|
-
4.
|
|
46
|
-
5. Enables hot reload
|
|
41
|
+
1. Checks if `.specweave/docs/internal/` exists
|
|
42
|
+
2. Sets up Docusaurus in cache (if first run)
|
|
43
|
+
3. Starts dev server on **http://localhost:3015**
|
|
44
|
+
4. Enables hot reload
|
|
47
45
|
|
|
48
46
|
### Build Static Site
|
|
49
47
|
```bash
|
|
@@ -51,55 +49,46 @@ I help you preview and build your SpecWeave living documentation with Docusaurus
|
|
|
51
49
|
```
|
|
52
50
|
|
|
53
51
|
**What it does:**
|
|
54
|
-
1.
|
|
55
|
-
2.
|
|
56
|
-
3.
|
|
57
|
-
4. Shows build stats and output path
|
|
52
|
+
1. Builds production-ready static site
|
|
53
|
+
2. Outputs to `.specweave/cache/docs-site/build/`
|
|
54
|
+
3. Ready for deployment to any static host
|
|
58
55
|
|
|
59
56
|
## When to Use This Skill
|
|
60
57
|
|
|
61
|
-
### Activate for
|
|
62
|
-
- "
|
|
63
|
-
- "Show me my docs in a
|
|
64
|
-
- "Launch Docusaurus
|
|
58
|
+
### Activate for:
|
|
59
|
+
- "Preview my documentation"
|
|
60
|
+
- "Show me my docs in a browser"
|
|
61
|
+
- "Launch Docusaurus"
|
|
65
62
|
- "View my living documentation"
|
|
66
63
|
- "Start docs preview"
|
|
67
|
-
- "
|
|
64
|
+
- "I want to see my internal docs"
|
|
68
65
|
|
|
69
|
-
###
|
|
66
|
+
### Workflow
|
|
70
67
|
|
|
71
|
-
**1. First-time preview:**
|
|
72
68
|
```
|
|
73
69
|
User: "I want to preview my docs"
|
|
74
|
-
You: "I'll
|
|
70
|
+
You: "I'll launch the documentation preview server."
|
|
75
71
|
[Run: /specweave-docs:preview]
|
|
76
72
|
```
|
|
77
73
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
74
|
+
## Troubleshooting
|
|
75
|
+
|
|
76
|
+
### Port 3015 already in use
|
|
77
|
+
```bash
|
|
78
|
+
lsof -i :3015 && kill -9 $(lsof -t -i :3015)
|
|
83
79
|
```
|
|
84
80
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"documentation": {
|
|
90
|
-
"preview": {
|
|
91
|
-
"enabled": true,
|
|
92
|
-
"autoInstall": true,
|
|
93
|
-
"port": 3016,
|
|
94
|
-
"openBrowser": true,
|
|
95
|
-
"theme": "default"
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
81
|
+
### Reinstall from scratch
|
|
82
|
+
```bash
|
|
83
|
+
rm -rf .specweave/cache/docs-site
|
|
84
|
+
# Then run /specweave-docs:preview again
|
|
99
85
|
```
|
|
100
86
|
|
|
87
|
+
### npm registry issues
|
|
88
|
+
The setup explicitly uses `--registry=https://registry.npmjs.org` to bypass private/corporate registry configurations.
|
|
89
|
+
|
|
101
90
|
## See Also
|
|
102
91
|
|
|
92
|
+
- `/specweave-docs:build` - Build static site for deployment
|
|
103
93
|
- `/specweave-docs:organize` - Organize large folders with themed indexes
|
|
104
94
|
- `/specweave-docs:health` - Documentation health report
|
|
105
|
-
- `/specweave-docs:generate` - Generate docs from code
|
|
@@ -294,3 +294,333 @@
|
|
|
294
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
295
|
[Thu Dec 4 17:45:55 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
296
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
|
|
297
|
+
[Fri Dec 5 02:50:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
298
|
+
[Fri Dec 5 02:50: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
|
|
299
|
+
[Fri Dec 5 02:50:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
300
|
+
[Fri Dec 5 02:50: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
|
|
301
|
+
[Fri Dec 5 02:50:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
302
|
+
[Fri Dec 5 02:50: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
|
|
303
|
+
[Fri Dec 5 02:50:10 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
304
|
+
[Fri Dec 5 02:50: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
|
|
305
|
+
[Fri Dec 5 02:50:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
306
|
+
[Fri Dec 5 02:50: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
|
|
307
|
+
[Fri Dec 5 02:50:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
308
|
+
[Fri Dec 5 02:50: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
|
|
309
|
+
[Fri Dec 5 02:50:19 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
310
|
+
[Fri Dec 5 02:50: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
|
|
311
|
+
[Fri Dec 5 02:51:07 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
312
|
+
[Fri Dec 5 02:51: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
|
|
313
|
+
[Fri Dec 5 02:51:07 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
314
|
+
[Fri Dec 5 02:51: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
|
|
315
|
+
[Fri Dec 5 02:51:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
316
|
+
[Fri Dec 5 02:51: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
|
|
317
|
+
[Fri Dec 5 02:51:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
318
|
+
[Fri Dec 5 02:51: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
|
|
319
|
+
[Fri Dec 5 02:51:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
320
|
+
[Fri Dec 5 02:51: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
|
|
321
|
+
[Fri Dec 5 02:51:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
322
|
+
[Fri Dec 5 02:51: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
|
|
323
|
+
[Fri Dec 5 02:51:17 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
324
|
+
[Fri Dec 5 02:51: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
|
|
325
|
+
[Fri Dec 5 02:56:12 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
326
|
+
[Fri Dec 5 02:56: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
|
|
327
|
+
[Fri Dec 5 02:56:12 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
328
|
+
[Fri Dec 5 02:56: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
|
|
329
|
+
[Fri Dec 5 02:56:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
330
|
+
[Fri Dec 5 02:56:13 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
|
|
331
|
+
[Fri Dec 5 02:56:13 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
332
|
+
[Fri Dec 5 02:56:13 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
|
|
333
|
+
[Fri Dec 5 02:56:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
334
|
+
[Fri Dec 5 02:56: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
|
|
335
|
+
[Fri Dec 5 02:56:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
336
|
+
[Fri Dec 5 02:56: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
|
|
337
|
+
[Fri Dec 5 02:56:22 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
338
|
+
[Fri Dec 5 02:56: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
|
|
339
|
+
[Fri Dec 5 02:56:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
340
|
+
[Fri Dec 5 02:56: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
|
|
341
|
+
[Fri Dec 5 02:56:59 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
342
|
+
[Fri Dec 5 02:56: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
|
|
343
|
+
[Fri Dec 5 02:56:59 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
344
|
+
[Fri Dec 5 02:56: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
|
|
345
|
+
[Fri Dec 5 02:56:59 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
346
|
+
[Fri Dec 5 02:56: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
|
|
347
|
+
[Fri Dec 5 02:57:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
348
|
+
[Fri Dec 5 02:57: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
|
|
349
|
+
[Fri Dec 5 02:57:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
350
|
+
[Fri Dec 5 02:57: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
|
|
351
|
+
[Fri Dec 5 02:57:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
352
|
+
[Fri Dec 5 02:57: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
|
|
353
|
+
[Fri Dec 5 02:57:39 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
354
|
+
[Fri Dec 5 02:57:39 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
|
|
355
|
+
[Fri Dec 5 02:57:40 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
356
|
+
[Fri Dec 5 02:57:40 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
|
|
357
|
+
[Fri Dec 5 02:57:40 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
358
|
+
[Fri Dec 5 02:57:40 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
|
|
359
|
+
[Fri Dec 5 02:57:40 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
360
|
+
[Fri Dec 5 02:57:40 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
|
|
361
|
+
[Fri Dec 5 02:57:49 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
362
|
+
[Fri Dec 5 02:57:49 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
|
|
363
|
+
[Fri Dec 5 02:57:49 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
364
|
+
[Fri Dec 5 02:57:49 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
|
|
365
|
+
[Fri Dec 5 02:57:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
366
|
+
[Fri Dec 5 02:57: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
|
|
367
|
+
[Fri Dec 5 03:04:31 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
368
|
+
[Fri Dec 5 03:04:31 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
|
|
369
|
+
[Fri Dec 5 03:04:31 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
370
|
+
[Fri Dec 5 03:04:31 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
|
|
371
|
+
[Fri Dec 5 03:04:31 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
372
|
+
[Fri Dec 5 03:04:31 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
|
|
373
|
+
[Fri Dec 5 03:04:31 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
374
|
+
[Fri Dec 5 03:04:31 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
|
|
375
|
+
[Fri Dec 5 03:04:32 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
376
|
+
[Fri Dec 5 03:04: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
|
|
377
|
+
[Fri Dec 5 03:04:32 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
378
|
+
[Fri Dec 5 03:04: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
|
|
379
|
+
[Fri Dec 5 03:06:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
380
|
+
[Fri Dec 5 03:06: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
|
|
381
|
+
[Fri Dec 5 03:06:59 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
382
|
+
[Fri Dec 5 03:06: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
|
|
383
|
+
[Fri Dec 5 03:06:59 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
384
|
+
[Fri Dec 5 03:06: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
|
|
385
|
+
[Fri Dec 5 03:06:59 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
386
|
+
[Fri Dec 5 03:06: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
|
|
387
|
+
[Fri Dec 5 03:07:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
388
|
+
[Fri Dec 5 03:07: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
|
|
389
|
+
[Fri Dec 5 03:07:18 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
390
|
+
[Fri Dec 5 03:07: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
|
|
391
|
+
[Fri Dec 5 03:09:48 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
392
|
+
[Fri Dec 5 03:09: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
|
|
393
|
+
[Fri Dec 5 03:09:48 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
394
|
+
[Fri Dec 5 03:09: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
|
|
395
|
+
[Fri Dec 5 03:09:48 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
396
|
+
[Fri Dec 5 03:09: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
|
|
397
|
+
[Fri Dec 5 03:09:48 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
398
|
+
[Fri Dec 5 03:09: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
|
|
399
|
+
[Fri Dec 5 03:09:48 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
400
|
+
[Fri Dec 5 03:09: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
|
|
401
|
+
[Fri Dec 5 03:10:24 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
402
|
+
[Fri Dec 5 03:10:24 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
|
|
403
|
+
[Fri Dec 5 03:10:24 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
404
|
+
[Fri Dec 5 03:10:24 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
|
|
405
|
+
[Fri Dec 5 03:10:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
406
|
+
[Fri Dec 5 03:10: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
|
|
407
|
+
[Fri Dec 5 03:10:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
408
|
+
[Fri Dec 5 03:10: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
|
|
409
|
+
[Fri Dec 5 03:10:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
410
|
+
[Fri Dec 5 03:10: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
|
|
411
|
+
[Fri Dec 5 03:10:33 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
412
|
+
[Fri Dec 5 03:10: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
|
|
413
|
+
[Fri Dec 5 03:10:34 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
414
|
+
[Fri Dec 5 03:10: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
|
|
415
|
+
[Fri Dec 5 03:13:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
416
|
+
[Fri Dec 5 03:13: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
|
|
417
|
+
[Fri Dec 5 03:13:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
418
|
+
[Fri Dec 5 03:13: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
|
|
419
|
+
[Fri Dec 5 03:13:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
420
|
+
[Fri Dec 5 03:13: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
|
|
421
|
+
[Fri Dec 5 03:13:15 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
422
|
+
[Fri Dec 5 03:13: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
|
|
423
|
+
[Fri Dec 5 03:13:23 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
424
|
+
[Fri Dec 5 03:13: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
|
|
425
|
+
[Fri Dec 5 03:13:24 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
426
|
+
[Fri Dec 5 03:13:24 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
|
|
427
|
+
[Fri Dec 5 03:13:24 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
428
|
+
[Fri Dec 5 03:13:24 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
|
|
429
|
+
[Fri Dec 5 03:13:57 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
430
|
+
[Fri Dec 5 03:13:57 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
|
|
431
|
+
[Fri Dec 5 03:13:57 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
432
|
+
[Fri Dec 5 03:13:57 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
|
|
433
|
+
[Fri Dec 5 03:13:57 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
434
|
+
[Fri Dec 5 03:13:57 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
|
|
435
|
+
[Fri Dec 5 03:13:58 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
436
|
+
[Fri Dec 5 03:13: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
|
|
437
|
+
[Fri Dec 5 03:14:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
438
|
+
[Fri Dec 5 03:14:06 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
|
|
439
|
+
[Fri Dec 5 03:14:07 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
440
|
+
[Fri Dec 5 03:14: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
|
|
441
|
+
[Fri Dec 5 03:14:07 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
442
|
+
[Fri Dec 5 03:14: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
|
|
443
|
+
[Fri Dec 5 03:18:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
444
|
+
[Fri Dec 5 03:18: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
|
|
445
|
+
[Fri Dec 5 03:18:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
446
|
+
[Fri Dec 5 03:18: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
|
|
447
|
+
[Fri Dec 5 03:18:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
448
|
+
[Fri Dec 5 03:18: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
|
|
449
|
+
[Fri Dec 5 03:18:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
450
|
+
[Fri Dec 5 03:18: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
|
|
451
|
+
[Fri Dec 5 03:18:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
452
|
+
[Fri Dec 5 03:18: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
|
|
453
|
+
[Fri Dec 5 03:18:14 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
454
|
+
[Fri Dec 5 03:18: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
|
|
455
|
+
[Fri Dec 5 03:21:47 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
456
|
+
[Fri Dec 5 03:21: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
|
|
457
|
+
[Fri Dec 5 03:21:48 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
458
|
+
[Fri Dec 5 03:21: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
|
|
459
|
+
[Fri Dec 5 03:21:49 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
460
|
+
[Fri Dec 5 03:21:49 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
|
|
461
|
+
[Fri Dec 5 03:21:49 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
462
|
+
[Fri Dec 5 03:21:49 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
|
|
463
|
+
[Fri Dec 5 03:21:57 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
464
|
+
[Fri Dec 5 03:21:57 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
|
|
465
|
+
[Fri Dec 5 03:21:57 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
466
|
+
[Fri Dec 5 03:21:57 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
|
|
467
|
+
[Fri Dec 5 03:21:57 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
468
|
+
[Fri Dec 5 03:21:57 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
|
|
469
|
+
[Fri Dec 5 03:23:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
470
|
+
[Fri Dec 5 03:23:51 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
|
|
471
|
+
[Fri Dec 5 03:23:52 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
472
|
+
[Fri Dec 5 03:23:52 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
|
|
473
|
+
[Fri Dec 5 03:23:52 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
474
|
+
[Fri Dec 5 03:23:52 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
|
|
475
|
+
[Fri Dec 5 03:23:52 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
476
|
+
[Fri Dec 5 03:23:52 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
|
|
477
|
+
[Fri Dec 5 03:24:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
478
|
+
[Fri Dec 5 03:24: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
|
|
479
|
+
[Fri Dec 5 03:24:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
480
|
+
[Fri Dec 5 03:24: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
|
|
481
|
+
[Fri Dec 5 03:25:59 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
482
|
+
[Fri Dec 5 03:25: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
|
|
483
|
+
[Fri Dec 5 03:25:59 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
484
|
+
[Fri Dec 5 03:25: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
|
|
485
|
+
[Fri Dec 5 03:26:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
486
|
+
[Fri Dec 5 03:26:00 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
|
|
487
|
+
[Fri Dec 5 03:26:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
488
|
+
[Fri Dec 5 03:26:00 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
|
|
489
|
+
[Fri Dec 5 03:26:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
490
|
+
[Fri Dec 5 03:26: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
|
|
491
|
+
[Fri Dec 5 03:26:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
492
|
+
[Fri Dec 5 03:26: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
|
|
493
|
+
[Fri Dec 5 03:26:09 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
494
|
+
[Fri Dec 5 03:26: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
|
|
495
|
+
[Fri Dec 5 03:27:40 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
496
|
+
[Fri Dec 5 03:27:40 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
|
|
497
|
+
[Fri Dec 5 03:27:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
498
|
+
[Fri Dec 5 03:27: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
|
|
499
|
+
[Fri Dec 5 03:27:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
500
|
+
[Fri Dec 5 03:27: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
|
|
501
|
+
[Fri Dec 5 03:27:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
502
|
+
[Fri Dec 5 03:27:42 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
|
|
503
|
+
[Fri Dec 5 03:28:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
504
|
+
[Fri Dec 5 03:28:00 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
|
|
505
|
+
[Fri Dec 5 03:28:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
506
|
+
[Fri Dec 5 03:28:00 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
|
|
507
|
+
[Fri Dec 5 03:28:49 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
508
|
+
[Fri Dec 5 03:28:49 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
|
|
509
|
+
[Fri Dec 5 03:28:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
510
|
+
[Fri Dec 5 03:28: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
|
|
511
|
+
[Fri Dec 5 03:28:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
512
|
+
[Fri Dec 5 03:28: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
|
|
513
|
+
[Fri Dec 5 03:28:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
514
|
+
[Fri Dec 5 03:28: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
|
|
515
|
+
[Fri Dec 5 03:28:59 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
516
|
+
[Fri Dec 5 03:28: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
|
|
517
|
+
[Fri Dec 5 03:28:59 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
518
|
+
[Fri Dec 5 03:28: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
|
|
519
|
+
[Fri Dec 5 03:29:00 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
520
|
+
[Fri Dec 5 03:29:00 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
|
|
521
|
+
[Fri Dec 5 03:29:47 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
522
|
+
[Fri Dec 5 03:29: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
|
|
523
|
+
[Fri Dec 5 03:29:47 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
524
|
+
[Fri Dec 5 03:29: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
|
|
525
|
+
[Fri Dec 5 03:29:48 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
526
|
+
[Fri Dec 5 03:29: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
|
|
527
|
+
[Fri Dec 5 03:29:48 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
528
|
+
[Fri Dec 5 03:29: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
|
|
529
|
+
[Fri Dec 5 03:30:07 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
530
|
+
[Fri Dec 5 03:30: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
|
|
531
|
+
[Fri Dec 5 03:30:07 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
532
|
+
[Fri Dec 5 03:30: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
|
|
533
|
+
[Fri Dec 5 03:32:40 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
534
|
+
[Fri Dec 5 03:32:40 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
|
|
535
|
+
[Fri Dec 5 03:32:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
536
|
+
[Fri Dec 5 03:32: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
|
|
537
|
+
[Fri Dec 5 03:32:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
538
|
+
[Fri Dec 5 03:32:42 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
|
|
539
|
+
[Fri Dec 5 03:32:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
540
|
+
[Fri Dec 5 03:32:42 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
|
|
541
|
+
[Fri Dec 5 03:32:50 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
542
|
+
[Fri Dec 5 03:32: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
|
|
543
|
+
[Fri Dec 5 03:35:03 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
544
|
+
[Fri Dec 5 03:35: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
|
|
545
|
+
[Fri Dec 5 03:35:03 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
546
|
+
[Fri Dec 5 03:35: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
|
|
547
|
+
[Fri Dec 5 03:35:04 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
548
|
+
[Fri Dec 5 03:35: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
|
|
549
|
+
[Fri Dec 5 03:35:04 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
550
|
+
[Fri Dec 5 03:35: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
|
|
551
|
+
[Fri Dec 5 03:35:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
552
|
+
[Fri Dec 5 03:35:06 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
|
|
553
|
+
[Fri Dec 5 03:35:06 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
554
|
+
[Fri Dec 5 03:35:06 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
|
|
555
|
+
[Fri Dec 5 03:35:07 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
556
|
+
[Fri Dec 5 03: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
|
|
557
|
+
[Fri Dec 5 03:35:08 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
558
|
+
[Fri Dec 5 03:35: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
|
|
559
|
+
[Fri Dec 5 03:37:20 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
560
|
+
[Fri Dec 5 03:37: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
|
|
561
|
+
[Fri Dec 5 03:37:20 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
562
|
+
[Fri Dec 5 03:37: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
|
|
563
|
+
[Fri Dec 5 03:37:20 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
564
|
+
[Fri Dec 5 03:37: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
|
|
565
|
+
[Fri Dec 5 03:37:21 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
566
|
+
[Fri Dec 5 03:37:21 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
|
|
567
|
+
[Fri Dec 5 03:37:29 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
568
|
+
[Fri Dec 5 03:37: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
|
|
569
|
+
[Fri Dec 5 03:37:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
570
|
+
[Fri Dec 5 03:37: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
|
|
571
|
+
[Fri Dec 5 03:37:30 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
572
|
+
[Fri Dec 5 03:37: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
|
|
573
|
+
[Fri Dec 5 03:41:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
574
|
+
[Fri Dec 5 03:41:51 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
|
|
575
|
+
[Fri Dec 5 03:41:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
576
|
+
[Fri Dec 5 03:41:51 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
|
|
577
|
+
[Fri Dec 5 03:41:52 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
578
|
+
[Fri Dec 5 03:41:52 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
|
|
579
|
+
[Fri Dec 5 03:41:52 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
580
|
+
[Fri Dec 5 03:41:52 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
|
|
581
|
+
[Fri Dec 5 03:42:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
582
|
+
[Fri Dec 5 03:42:01 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
|
|
583
|
+
[Fri Dec 5 03:42:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
584
|
+
[Fri Dec 5 03:42:01 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
|
|
585
|
+
[Fri Dec 5 03:42:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
586
|
+
[Fri Dec 5 03:42:01 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
|
|
587
|
+
[Fri Dec 5 03:44:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
588
|
+
[Fri Dec 5 03:44: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
|
|
589
|
+
[Fri Dec 5 03:44:41 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
590
|
+
[Fri Dec 5 03:44: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
|
|
591
|
+
[Fri Dec 5 03:44:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
592
|
+
[Fri Dec 5 03:44:42 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
|
|
593
|
+
[Fri Dec 5 03:44:42 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
594
|
+
[Fri Dec 5 03:44:42 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
|
|
595
|
+
[Fri Dec 5 03:44:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
596
|
+
[Fri Dec 5 03:44:51 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
|
|
597
|
+
[Fri Dec 5 03:44:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
598
|
+
[Fri Dec 5 03:44:51 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
|
|
599
|
+
[Fri Dec 5 03:44:51 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
600
|
+
[Fri Dec 5 03:44:51 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
|
|
601
|
+
[Fri Dec 5 03:46:01 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
602
|
+
[Fri Dec 5 03:46:01 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
|
|
603
|
+
[Fri Dec 5 03:46:02 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
604
|
+
[Fri Dec 5 03:46: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
|
|
605
|
+
[Fri Dec 5 03:46:02 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
606
|
+
[Fri Dec 5 03:46: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
|
|
607
|
+
[Fri Dec 5 03:46:03 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
608
|
+
[Fri Dec 5 03:46: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
|
|
609
|
+
[Fri Dec 5 03:46:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
610
|
+
[Fri Dec 5 03:46: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
|
|
611
|
+
[Fri Dec 5 03:46:11 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
612
|
+
[Fri Dec 5 03:46: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
|
|
613
|
+
[Fri Dec 5 03:46:12 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
614
|
+
[Fri Dec 5 03:46: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
|
|
615
|
+
[Fri Dec 5 03:49:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
616
|
+
[Fri Dec 5 03:49: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
|
|
617
|
+
[Fri Dec 5 03:49:25 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
618
|
+
[Fri Dec 5 03:49: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
|
|
619
|
+
[Fri Dec 5 03:49:26 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
620
|
+
[Fri Dec 5 03:49:26 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
|
|
621
|
+
[Fri Dec 5 03:49:26 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
622
|
+
[Fri Dec 5 03:49:26 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
|
|
623
|
+
[Fri Dec 5 03:49:44 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
624
|
+
[Fri Dec 5 03:49: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
|
|
625
|
+
[Fri Dec 5 03:49:45 EST 2025] [GitHub] 🔗 GitHub sync hook fired
|
|
626
|
+
[Fri Dec 5 03:49: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
|