specweave 0.22.13 → 0.22.14

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 (188) hide show
  1. package/.claude-plugin/README.md +2 -2
  2. package/CLAUDE.md +269 -51
  3. package/README.md +33 -10
  4. package/dist/plugins/specweave-github/lib/ThreeLayerSyncManager.d.ts +1 -1
  5. package/dist/plugins/specweave-github/lib/ThreeLayerSyncManager.js +1 -1
  6. package/dist/plugins/specweave-github/lib/enhanced-github-sync.js +1 -1
  7. package/dist/plugins/specweave-github/lib/enhanced-github-sync.js.map +1 -1
  8. package/dist/plugins/specweave-github/lib/github-spec-content-sync.d.ts.map +1 -1
  9. package/dist/plugins/specweave-github/lib/github-spec-content-sync.js +4 -1
  10. package/dist/plugins/specweave-github/lib/github-spec-content-sync.js.map +1 -1
  11. package/dist/plugins/specweave-github/lib/github-spec-sync.d.ts +1 -1
  12. package/dist/plugins/specweave-github/lib/github-spec-sync.js +1 -1
  13. package/dist/plugins/specweave-github/lib/github-sync-bidirectional.d.ts +9 -0
  14. package/dist/plugins/specweave-github/lib/github-sync-bidirectional.d.ts.map +1 -1
  15. package/dist/plugins/specweave-github/lib/github-sync-bidirectional.js +10 -1
  16. package/dist/plugins/specweave-github/lib/github-sync-bidirectional.js.map +1 -1
  17. package/dist/plugins/specweave-github/lib/progress-comment-builder.js +2 -2
  18. package/dist/plugins/specweave-github/lib/progress-comment-builder.js.map +1 -1
  19. package/dist/plugins/specweave-github/lib/types.d.ts +1 -1
  20. package/dist/src/cli/commands/init.d.ts.map +1 -1
  21. package/dist/src/cli/commands/init.js +313 -1
  22. package/dist/src/cli/commands/init.js.map +1 -1
  23. package/dist/src/cli/helpers/issue-tracker/index.d.ts.map +1 -1
  24. package/dist/src/cli/helpers/issue-tracker/index.js +41 -24
  25. package/dist/src/cli/helpers/issue-tracker/index.js.map +1 -1
  26. package/dist/src/config/import-config.d.ts +69 -0
  27. package/dist/src/config/import-config.d.ts.map +1 -0
  28. package/dist/src/config/import-config.js +136 -0
  29. package/dist/src/config/import-config.js.map +1 -0
  30. package/dist/src/config/types.d.ts +10 -10
  31. package/dist/src/core/living-docs/living-docs-sync.d.ts +2 -0
  32. package/dist/src/core/living-docs/living-docs-sync.d.ts.map +1 -1
  33. package/dist/src/core/living-docs/living-docs-sync.js +10 -1
  34. package/dist/src/core/living-docs/living-docs-sync.js.map +1 -1
  35. package/dist/src/core/living-docs/task-project-specific-generator.d.ts +2 -2
  36. package/dist/src/core/living-docs/task-project-specific-generator.js +2 -2
  37. package/dist/src/core/repo-structure/prompt-consolidator.d.ts +2 -2
  38. package/dist/src/core/repo-structure/prompt-consolidator.d.ts.map +1 -1
  39. package/dist/src/core/repo-structure/prompt-consolidator.js +3 -15
  40. package/dist/src/core/repo-structure/prompt-consolidator.js.map +1 -1
  41. package/dist/src/core/repo-structure/repo-structure-manager.d.ts +1 -1
  42. package/dist/src/core/repo-structure/repo-structure-manager.d.ts.map +1 -1
  43. package/dist/src/core/repo-structure/repo-structure-manager.js +3 -6
  44. package/dist/src/core/repo-structure/repo-structure-manager.js.map +1 -1
  45. package/dist/src/core/spec-content-sync.d.ts +4 -1
  46. package/dist/src/core/spec-content-sync.d.ts.map +1 -1
  47. package/dist/src/core/spec-content-sync.js +139 -4
  48. package/dist/src/core/spec-content-sync.js.map +1 -1
  49. package/dist/src/core/spec-task-mapper.d.ts.map +1 -1
  50. package/dist/src/core/spec-task-mapper.js +9 -8
  51. package/dist/src/core/spec-task-mapper.js.map +1 -1
  52. package/dist/src/core/status-line-validator.d.ts +63 -0
  53. package/dist/src/core/status-line-validator.d.ts.map +1 -0
  54. package/dist/src/core/status-line-validator.js +253 -0
  55. package/dist/src/core/status-line-validator.js.map +1 -0
  56. package/dist/src/core/sync/bidirectional-engine.d.ts +10 -1
  57. package/dist/src/core/sync/bidirectional-engine.d.ts.map +1 -1
  58. package/dist/src/core/sync/bidirectional-engine.js +10 -1
  59. package/dist/src/core/sync/bidirectional-engine.js.map +1 -1
  60. package/dist/src/core/sync/profile-manager.d.ts.map +1 -1
  61. package/dist/src/core/sync/profile-manager.js +3 -0
  62. package/dist/src/core/sync/profile-manager.js.map +1 -1
  63. package/dist/src/core/sync/project-context.d.ts.map +1 -1
  64. package/dist/src/core/sync/project-context.js +3 -0
  65. package/dist/src/core/sync/project-context.js.map +1 -1
  66. package/dist/src/core/sync/status-sync-engine.d.ts +1 -1
  67. package/dist/src/core/sync/status-sync-engine.js +1 -1
  68. package/dist/src/core/types/origin-metadata.d.ts +153 -0
  69. package/dist/src/core/types/origin-metadata.d.ts.map +1 -0
  70. package/dist/src/core/types/origin-metadata.js +166 -0
  71. package/dist/src/core/types/origin-metadata.js.map +1 -0
  72. package/dist/src/core/types/sync-profile.d.ts +8 -2
  73. package/dist/src/core/types/sync-profile.d.ts.map +1 -1
  74. package/dist/src/core/types/sync-profile.js.map +1 -1
  75. package/dist/src/core/types/sync-settings.d.ts +73 -0
  76. package/dist/src/core/types/sync-settings.d.ts.map +1 -0
  77. package/dist/src/core/types/sync-settings.js +90 -0
  78. package/dist/src/core/types/sync-settings.js.map +1 -0
  79. package/dist/src/core/utils/permission-checker.d.ts +100 -0
  80. package/dist/src/core/utils/permission-checker.d.ts.map +1 -0
  81. package/dist/src/core/utils/permission-checker.js +166 -0
  82. package/dist/src/core/utils/permission-checker.js.map +1 -0
  83. package/dist/src/generators/spec/spec-parser.js +3 -3
  84. package/dist/src/generators/spec/spec-parser.js.map +1 -1
  85. package/dist/src/generators/spec/task-parser.js +4 -4
  86. package/dist/src/generators/spec/task-parser.js.map +1 -1
  87. package/dist/src/id-generators/task-id-generator.d.ts +96 -0
  88. package/dist/src/id-generators/task-id-generator.d.ts.map +1 -0
  89. package/dist/src/id-generators/task-id-generator.js +143 -0
  90. package/dist/src/id-generators/task-id-generator.js.map +1 -0
  91. package/dist/src/id-generators/us-id-generator.d.ts +96 -0
  92. package/dist/src/id-generators/us-id-generator.d.ts.map +1 -0
  93. package/dist/src/id-generators/us-id-generator.js +143 -0
  94. package/dist/src/id-generators/us-id-generator.js.map +1 -0
  95. package/dist/src/importers/ado-importer.d.ts +43 -0
  96. package/dist/src/importers/ado-importer.d.ts.map +1 -0
  97. package/dist/src/importers/ado-importer.js +234 -0
  98. package/dist/src/importers/ado-importer.js.map +1 -0
  99. package/dist/src/importers/external-importer.d.ts +96 -0
  100. package/dist/src/importers/external-importer.d.ts.map +1 -0
  101. package/dist/src/importers/external-importer.js +13 -0
  102. package/dist/src/importers/external-importer.js.map +1 -0
  103. package/dist/src/importers/github-importer.d.ts +37 -0
  104. package/dist/src/importers/github-importer.d.ts.map +1 -0
  105. package/dist/src/importers/github-importer.js +161 -0
  106. package/dist/src/importers/github-importer.js.map +1 -0
  107. package/dist/src/importers/import-coordinator.d.ts +90 -0
  108. package/dist/src/importers/import-coordinator.d.ts.map +1 -0
  109. package/dist/src/importers/import-coordinator.js +182 -0
  110. package/dist/src/importers/import-coordinator.js.map +1 -0
  111. package/dist/src/importers/item-converter.d.ts +91 -0
  112. package/dist/src/importers/item-converter.d.ts.map +1 -0
  113. package/dist/src/importers/item-converter.js +221 -0
  114. package/dist/src/importers/item-converter.js.map +1 -0
  115. package/dist/src/importers/jira-importer.d.ts +42 -0
  116. package/dist/src/importers/jira-importer.d.ts.map +1 -0
  117. package/dist/src/importers/jira-importer.js +221 -0
  118. package/dist/src/importers/jira-importer.js.map +1 -0
  119. package/dist/src/init/repo/types.d.ts +2 -2
  120. package/dist/src/integrations/jira/jira-mapper.d.ts +1 -1
  121. package/dist/src/integrations/jira/jira-mapper.js +1 -1
  122. package/dist/src/living-docs/fs-id-allocator.d.ts +149 -0
  123. package/dist/src/living-docs/fs-id-allocator.d.ts.map +1 -0
  124. package/dist/src/living-docs/fs-id-allocator.js +325 -0
  125. package/dist/src/living-docs/fs-id-allocator.js.map +1 -0
  126. package/dist/src/living-docs/id-registry.d.ts +124 -0
  127. package/dist/src/living-docs/id-registry.d.ts.map +1 -0
  128. package/dist/src/living-docs/id-registry.js +230 -0
  129. package/dist/src/living-docs/id-registry.js.map +1 -0
  130. package/dist/src/progress/us-progress-tracker.d.ts +68 -0
  131. package/dist/src/progress/us-progress-tracker.d.ts.map +1 -0
  132. package/dist/src/progress/us-progress-tracker.js +120 -0
  133. package/dist/src/progress/us-progress-tracker.js.map +1 -0
  134. package/package.json +1 -1
  135. package/plugins/specweave/.claude-plugin/plugin.json +16 -2
  136. package/plugins/specweave/agents/architect/AGENT.md +11 -2
  137. package/plugins/specweave/agents/test-aware-planner/AGENT.md +81 -25
  138. package/plugins/specweave/commands/specweave-import-docs.md +278 -88
  139. package/plugins/specweave/commands/specweave-progress.md +45 -97
  140. package/plugins/specweave/hooks/post-increment-completion.sh +168 -26
  141. package/plugins/specweave/hooks/post-increment-planning.sh +148 -4
  142. package/plugins/specweave/hooks/post-task-completion.sh +64 -4
  143. package/plugins/specweave/lib/hooks/sync-cache.js +294 -0
  144. package/plugins/specweave/lib/hooks/sync-living-docs.js +32 -1
  145. package/plugins/specweave/lib/hooks/sync-us-tasks.js +23 -13
  146. package/plugins/specweave-ado/.claude-plugin/plugin.json +1 -1
  147. package/plugins/specweave-ado/lib/conflict-resolver.ts +1 -1
  148. package/plugins/specweave-alternatives/.claude-plugin/plugin.json +1 -1
  149. package/plugins/specweave-backend/.claude-plugin/plugin.json +1 -1
  150. package/plugins/specweave-confluent/.claude-plugin/plugin.json +1 -1
  151. package/plugins/specweave-cost-optimizer/.claude-plugin/plugin.json +1 -1
  152. package/plugins/specweave-diagrams/.claude-plugin/plugin.json +1 -1
  153. package/plugins/specweave-docs/.claude-plugin/plugin.json +1 -1
  154. package/plugins/specweave-docs-preview/.claude-plugin/plugin.json +1 -1
  155. package/plugins/specweave-figma/.claude-plugin/plugin.json +1 -1
  156. package/plugins/specweave-frontend/.claude-plugin/plugin.json +1 -1
  157. package/plugins/specweave-github/.claude-plugin/plugin.json +1 -1
  158. package/plugins/specweave-github/hooks/post-task-completion.sh +37 -22
  159. package/plugins/specweave-github/lib/ThreeLayerSyncManager.ts +1 -1
  160. package/plugins/specweave-github/lib/enhanced-github-sync.js +1 -1
  161. package/plugins/specweave-github/lib/enhanced-github-sync.ts +1 -1
  162. package/plugins/specweave-github/lib/github-spec-content-sync.js +2 -1
  163. package/plugins/specweave-github/lib/github-spec-content-sync.ts +4 -1
  164. package/plugins/specweave-github/lib/github-spec-sync.js +1 -1
  165. package/plugins/specweave-github/lib/github-spec-sync.ts +1 -1
  166. package/plugins/specweave-github/lib/github-sync-bidirectional.js +1 -1
  167. package/plugins/specweave-github/lib/github-sync-bidirectional.ts +10 -1
  168. package/plugins/specweave-github/lib/progress-comment-builder.js +1 -1
  169. package/plugins/specweave-github/lib/progress-comment-builder.ts +2 -2
  170. package/plugins/specweave-github/lib/types.ts +1 -1
  171. package/plugins/specweave-infrastructure/.claude-plugin/plugin.json +1 -1
  172. package/plugins/specweave-jira/.claude-plugin/plugin.json +1 -1
  173. package/plugins/specweave-kafka/.claude-plugin/plugin.json +1 -1
  174. package/plugins/specweave-kafka-streams/.claude-plugin/plugin.json +1 -1
  175. package/plugins/specweave-kubernetes/.claude-plugin/plugin.json +1 -1
  176. package/plugins/specweave-ml/.claude-plugin/plugin.json +1 -1
  177. package/plugins/specweave-mobile/.claude-plugin/plugin.json +1 -1
  178. package/plugins/specweave-n8n/.claude-plugin/plugin.json +1 -1
  179. package/plugins/specweave-payments/.claude-plugin/plugin.json +1 -1
  180. package/plugins/specweave-release/.claude-plugin/plugin.json +1 -1
  181. package/plugins/specweave-release/hooks/.specweave/logs/dora-tracking.log +252 -0
  182. package/plugins/specweave-testing/.claude-plugin/plugin.json +1 -1
  183. package/plugins/specweave-tooling/.claude-plugin/plugin.json +1 -1
  184. package/plugins/specweave-ui/.claude-plugin/plugin.json +1 -1
  185. package/src/templates/.env.example +5 -0
  186. package/src/templates/config-permissions-guide.md +413 -0
  187. package/src/templates/config.json.template +68 -0
  188. package/src/templates/tasks.md.template +180 -201
@@ -155,7 +155,10 @@ async function createGitHubIssue(
155
155
  try {
156
156
  // Build issue title and body using compact format
157
157
  // Examples: [BE-JIRA-AUTH-123] User Authentication, [FE-user-login-ui] Login UI
158
- const title = `[${spec.identifier.compact}] ${spec.title}`;
158
+ // Use display ID for cleaner titles (FS-043 instead of _F-FS-043)
159
+ // For _features project, display is "FS-043", compact is "_F-FS-043"
160
+ const titleId = spec.project === '_features' ? spec.identifier.display : spec.identifier.compact;
161
+ const title = `[${titleId}] ${spec.title}`;
159
162
  const body = buildExternalDescription(spec);
160
163
 
161
164
  if (verbose) {
@@ -176,7 +176,7 @@ class GitHubSpecSync {
176
176
  }
177
177
  }
178
178
  /**
179
- * Sync FROM GitHub Project to spec (bidirectional)
179
+ * Sync FROM GitHub Project to spec (full sync with all permissions)
180
180
  */
181
181
  async syncFromGitHub(specId) {
182
182
  console.log(`
@@ -322,7 +322,7 @@ export class GitHubSpecSync {
322
322
  }
323
323
 
324
324
  /**
325
- * Sync FROM GitHub Project to spec (bidirectional)
325
+ * Sync FROM GitHub Project to spec (full sync with all permissions)
326
326
  */
327
327
  async syncFromGitHub(specId: string): Promise<SpecSyncResult> {
328
328
  console.log(`\n🔄 Syncing FROM GitHub to spec ${specId}...`);
@@ -32,7 +32,7 @@ async function syncFromGitHub(incrementId) {
32
32
  await resolveConflicts(incrementId, metadata, githubState, conflicts);
33
33
  await syncComments(incrementId, githubState.comments);
34
34
  await updateMetadata(incrementId, githubState);
35
- console.log("\u2705 Bidirectional sync complete");
35
+ console.log("\u2705 Three-permission sync complete");
36
36
  } catch (error) {
37
37
  console.error("\u274C Error syncing from GitHub:", error);
38
38
  throw error;
@@ -1,6 +1,15 @@
1
1
  /**
2
2
  * Bidirectional GitHub Sync
3
3
  *
4
+ * @deprecated This module is deprecated as of v0.24.0 (Three-Permission Architecture).
5
+ * The "bidirectional" terminology has been replaced with granular permission controls:
6
+ * - canUpsertInternalItems: CREATE + UPDATE internal items
7
+ * - canUpdateExternalItems: UPDATE external items (full content)
8
+ * - canUpdateStatus: UPDATE status (both types)
9
+ *
10
+ * This file is kept for backward compatibility but is no longer actively maintained.
11
+ * See: .specweave/increments/0047-us-task-linkage/reports/THREE-PERMISSION-ARCHITECTURE-CHANGES.md
12
+ *
4
13
  * Syncs state from GitHub back to SpecWeave.
5
14
  * Handles issue state changes, comments, assignees, labels, milestones.
6
15
  *
@@ -90,7 +99,7 @@ export async function syncFromGitHub(incrementId: string): Promise<void> {
90
99
  // 7. Update metadata
91
100
  await updateMetadata(incrementId, githubState);
92
101
 
93
- console.log('✅ Bidirectional sync complete');
102
+ console.log('✅ Three-permission sync complete');
94
103
 
95
104
  } catch (error) {
96
105
  console.error('❌ Error syncing from GitHub:', error);
@@ -217,7 +217,7 @@ async function main() {
217
217
  const comment = await builder.buildProgressComment(incrementId);
218
218
  console.log(comment);
219
219
  }
220
- if (require.main === module) {
220
+ if (import.meta.url === `file://${process.argv[1]}`) {
221
221
  main().catch((error) => {
222
222
  console.error("Error generating progress comment:", error.message);
223
223
  process.exit(1);
@@ -315,8 +315,8 @@ export async function main() {
315
315
  console.log(comment);
316
316
  }
317
317
 
318
- // Run if called directly
319
- if (require.main === module) {
318
+ // Run if called directly (ESM compatible)
319
+ if (import.meta.url === `file://${process.argv[1]}`) {
320
320
  main().catch((error) => {
321
321
  console.error('Error generating progress comment:', error.message);
322
322
  process.exit(1);
@@ -86,7 +86,7 @@ export interface GitHubSyncOptions {
86
86
  }
87
87
 
88
88
  /**
89
- * Three-Layer Sync Types (for bidirectional sync)
89
+ * Three-Layer Sync Types (for three-permission sync)
90
90
  */
91
91
  export interface AcceptanceCriterion {
92
92
  id: string; // e.g., "AC-US1-01"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "specweave-infrastructure",
3
3
  "description": "Cloud infrastructure provisioning and monitoring. Includes Hetzner Cloud provisioning, Prometheus/Grafana setup, distributed tracing (Jaeger/Tempo), and SLO implementation. Focus on cost-effective, production-ready infrastructure.",
4
- "version": "1.0.0",
4
+ "version": "0.22.14",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "specweave-jira",
3
3
  "description": "JIRA integration for SpecWeave increments. Bidirectional sync between SpecWeave increments and JIRA epics/stories. Automatically creates JIRA issues from increments, tracks progress, and updates status.",
4
- "version": "1.0.0",
4
+ "version": "0.22.14",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "specweave-kafka",
3
3
  "description": "Apache Kafka event streaming integration with MCP servers, CLI tools (kcat), Terraform modules, and comprehensive observability stack",
4
- "version": "1.0.0",
4
+ "version": "0.22.14",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "specweave-kafka-streams",
3
3
  "description": "Kafka Streams library integration for SpecWeave - Stream processing with Java/Kotlin, topology patterns, state stores, windowing, joins, and testing frameworks",
4
- "version": "1.0.0",
4
+ "version": "0.22.14",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "specweave-kubernetes",
3
3
  "description": "Kubernetes deployment and management for SpecWeave projects. Generate K8s manifests, Helm charts, and GitOps workflows. Includes security policies (NetworkPolicy, RBAC) and best practices for production deployments.",
4
- "version": "1.0.0",
4
+ "version": "0.22.14",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specweave-ml",
3
- "version": "1.0.0",
3
+ "version": "0.22.14",
4
4
  "description": "Complete ML/AI workflow integration for SpecWeave - from experiment tracking to production deployment. Includes 13 comprehensive skills covering the full ML lifecycle: pipeline orchestration, experiment tracking, model evaluation, explainability, deployment, feature engineering, AutoML, computer vision, NLP, time series forecasting, anomaly detection, data visualization, and model registry.",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specweave-mobile",
3
- "version": "1.0.0",
3
+ "version": "0.22.14",
4
4
  "description": "Comprehensive React Native and Expo development support for mobile app development. Includes environment setup, debugging, performance optimization, native modules, and testing strategies.",
5
5
  "author": {
6
6
  "name": "SpecWeave Team"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "specweave-n8n",
3
3
  "description": "n8n workflow automation integration with Kafka - Event-driven workflows, Kafka triggers, producers, consumers, and workflow patterns for no-code/low-code event processing",
4
- "version": "1.0.0",
4
+ "version": "0.22.14",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "specweave-payments",
3
3
  "description": "Payment processing integration for Stripe, PayPal, and billing automation. Includes checkout flows, subscription lifecycle management, PCI DSS compliance guidance, and recurring billing. Focus on production-ready payment systems.",
4
- "version": "1.0.0",
4
+ "version": "0.22.14",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specweave-release",
3
- "version": "1.0.0",
3
+ "version": "0.22.14",
4
4
  "description": "Comprehensive release management for single-repo, multi-repo, and monorepo architectures. Detects existing release strategies, aligns versions across repositories, manages Release Candidates (RC), and integrates with CI/CD workflows. Supports semantic versioning, coordinated releases, and brownfield strategy detection.",
5
5
  "author": {
6
6
  "name": "Anton Abyzov",
@@ -5440,3 +5440,255 @@
5440
5440
  [2025-11-19 05:18:23] 🎯 Post-Increment-Completion Hook Triggered
5441
5441
  [2025-11-19 05:18:23] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5442
5442
  [2025-11-19 05:18:23] Run: npm run build
5443
+ [2025-11-19 10:26:08] 🎯 Post-Increment-Completion Hook Triggered
5444
+ [2025-11-19 10:26:08] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5445
+ [2025-11-19 10:26:08] Run: npm run build
5446
+ [2025-11-19 10:26:13] 🎯 Post-Increment-Completion Hook Triggered
5447
+ [2025-11-19 10:26:13] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5448
+ [2025-11-19 10:26:13] Run: npm run build
5449
+ [2025-11-19 10:26:19] 🎯 Post-Increment-Completion Hook Triggered
5450
+ [2025-11-19 10:26:19] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5451
+ [2025-11-19 10:26:19] Run: npm run build
5452
+ [2025-11-19 10:26:24] 🎯 Post-Increment-Completion Hook Triggered
5453
+ [2025-11-19 10:26:24] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5454
+ [2025-11-19 10:26:24] Run: npm run build
5455
+ [2025-11-19 10:35:31] 🎯 Post-Increment-Completion Hook Triggered
5456
+ [2025-11-19 10:35:31] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5457
+ [2025-11-19 10:35:31] Run: npm run build
5458
+ [2025-11-19 10:35:36] 🎯 Post-Increment-Completion Hook Triggered
5459
+ [2025-11-19 10:35:36] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5460
+ [2025-11-19 10:35:36] Run: npm run build
5461
+ [2025-11-19 10:35:42] 🎯 Post-Increment-Completion Hook Triggered
5462
+ [2025-11-19 10:35:42] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5463
+ [2025-11-19 10:35:42] Run: npm run build
5464
+ [2025-11-19 10:35:48] 🎯 Post-Increment-Completion Hook Triggered
5465
+ [2025-11-19 10:35:48] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5466
+ [2025-11-19 10:35:48] Run: npm run build
5467
+ [2025-11-19 10:40:59] 🎯 Post-Increment-Completion Hook Triggered
5468
+ [2025-11-19 10:40:59] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5469
+ [2025-11-19 10:40:59] Run: npm run build
5470
+ [2025-11-19 10:40:59] 🎯 Post-Increment-Completion Hook Triggered
5471
+ [2025-11-19 10:40:59] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5472
+ [2025-11-19 10:40:59] Run: npm run build
5473
+ [2025-11-19 10:40:59] 🎯 Post-Increment-Completion Hook Triggered
5474
+ [2025-11-19 10:40:59] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5475
+ [2025-11-19 10:40:59] Run: npm run build
5476
+ [2025-11-19 10:40:59] 🎯 Post-Increment-Completion Hook Triggered
5477
+ [2025-11-19 10:40:59] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5478
+ [2025-11-19 10:40:59] Run: npm run build
5479
+ [2025-11-19 10:41:04] 🎯 Post-Increment-Completion Hook Triggered
5480
+ [2025-11-19 10:41:04] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5481
+ [2025-11-19 10:41:04] Run: npm run build
5482
+ [2025-11-19 10:41:09] 🎯 Post-Increment-Completion Hook Triggered
5483
+ [2025-11-19 10:41:09] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5484
+ [2025-11-19 10:41:09] Run: npm run build
5485
+ [2025-11-19 10:41:14] 🎯 Post-Increment-Completion Hook Triggered
5486
+ [2025-11-19 10:41:14] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5487
+ [2025-11-19 10:41:14] Run: npm run build
5488
+ [2025-11-19 10:41:19] 🎯 Post-Increment-Completion Hook Triggered
5489
+ [2025-11-19 10:41:19] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5490
+ [2025-11-19 10:41:19] Run: npm run build
5491
+ [2025-11-19 10:50:22] 🎯 Post-Increment-Completion Hook Triggered
5492
+ [2025-11-19 10:50:22] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5493
+ [2025-11-19 10:50:22] Run: npm run build
5494
+ [2025-11-19 10:50:22] 🎯 Post-Increment-Completion Hook Triggered
5495
+ [2025-11-19 10:50:22] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5496
+ [2025-11-19 10:50:22] Run: npm run build
5497
+ [2025-11-19 10:50:22] 🎯 Post-Increment-Completion Hook Triggered
5498
+ [2025-11-19 10:50:22] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5499
+ [2025-11-19 10:50:22] Run: npm run build
5500
+ [2025-11-19 10:50:22] 🎯 Post-Increment-Completion Hook Triggered
5501
+ [2025-11-19 10:50:22] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5502
+ [2025-11-19 10:50:22] Run: npm run build
5503
+ [2025-11-19 10:50:27] 🎯 Post-Increment-Completion Hook Triggered
5504
+ [2025-11-19 10:50:27] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5505
+ [2025-11-19 10:50:27] Run: npm run build
5506
+ [2025-11-19 10:50:32] 🎯 Post-Increment-Completion Hook Triggered
5507
+ [2025-11-19 10:50:32] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5508
+ [2025-11-19 10:50:32] Run: npm run build
5509
+ [2025-11-19 10:50:37] 🎯 Post-Increment-Completion Hook Triggered
5510
+ [2025-11-19 10:50:37] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5511
+ [2025-11-19 10:50:37] Run: npm run build
5512
+ [2025-11-19 10:50:43] 🎯 Post-Increment-Completion Hook Triggered
5513
+ [2025-11-19 10:50:43] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5514
+ [2025-11-19 10:50:43] Run: npm run build
5515
+ [2025-11-19 10:52:10] 🎯 Post-Increment-Completion Hook Triggered
5516
+ [2025-11-19 10:52:10] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5517
+ [2025-11-19 10:52:10] Run: npm run build
5518
+ [2025-11-19 10:52:10] 🎯 Post-Increment-Completion Hook Triggered
5519
+ [2025-11-19 10:52:10] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5520
+ [2025-11-19 10:52:10] Run: npm run build
5521
+ [2025-11-19 10:52:10] 🎯 Post-Increment-Completion Hook Triggered
5522
+ [2025-11-19 10:52:10] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5523
+ [2025-11-19 10:52:10] Run: npm run build
5524
+ [2025-11-19 10:52:11] 🎯 Post-Increment-Completion Hook Triggered
5525
+ [2025-11-19 10:52:11] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5526
+ [2025-11-19 10:52:11] Run: npm run build
5527
+ [2025-11-19 10:52:15] 🎯 Post-Increment-Completion Hook Triggered
5528
+ [2025-11-19 10:52:15] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5529
+ [2025-11-19 10:52:15] Run: npm run build
5530
+ [2025-11-19 10:52:20] 🎯 Post-Increment-Completion Hook Triggered
5531
+ [2025-11-19 10:52:20] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5532
+ [2025-11-19 10:52:20] Run: npm run build
5533
+ [2025-11-19 10:52:25] 🎯 Post-Increment-Completion Hook Triggered
5534
+ [2025-11-19 10:52:25] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5535
+ [2025-11-19 10:52:25] Run: npm run build
5536
+ [2025-11-19 10:52:31] 🎯 Post-Increment-Completion Hook Triggered
5537
+ [2025-11-19 10:52:31] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5538
+ [2025-11-19 10:52:31] Run: npm run build
5539
+ [2025-11-19 10:56:35] 🎯 Post-Increment-Completion Hook Triggered
5540
+ [2025-11-19 10:56:35] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5541
+ [2025-11-19 10:56:35] Run: npm run build
5542
+ [2025-11-19 10:56:35] 🎯 Post-Increment-Completion Hook Triggered
5543
+ [2025-11-19 10:56:35] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5544
+ [2025-11-19 10:56:35] Run: npm run build
5545
+ [2025-11-19 10:56:35] 🎯 Post-Increment-Completion Hook Triggered
5546
+ [2025-11-19 10:56:35] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5547
+ [2025-11-19 10:56:35] Run: npm run build
5548
+ [2025-11-19 10:56:36] 🎯 Post-Increment-Completion Hook Triggered
5549
+ [2025-11-19 10:56:36] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5550
+ [2025-11-19 10:56:36] Run: npm run build
5551
+ [2025-11-19 10:56:40] 🎯 Post-Increment-Completion Hook Triggered
5552
+ [2025-11-19 10:56:40] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5553
+ [2025-11-19 10:56:40] Run: npm run build
5554
+ [2025-11-19 10:56:45] 🎯 Post-Increment-Completion Hook Triggered
5555
+ [2025-11-19 10:56:45] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5556
+ [2025-11-19 10:56:45] Run: npm run build
5557
+ [2025-11-19 10:56:51] 🎯 Post-Increment-Completion Hook Triggered
5558
+ [2025-11-19 10:56:51] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5559
+ [2025-11-19 10:56:51] Run: npm run build
5560
+ [2025-11-19 10:56:56] 🎯 Post-Increment-Completion Hook Triggered
5561
+ [2025-11-19 10:56:56] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5562
+ [2025-11-19 10:56:56] Run: npm run build
5563
+ [2025-11-19 15:34:41] 🎯 Post-Increment-Completion Hook Triggered
5564
+ [2025-11-19 15:34:41] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5565
+ [2025-11-19 15:34:41] Run: npm run build
5566
+ [2025-11-19 15:34:41] 🎯 Post-Increment-Completion Hook Triggered
5567
+ [2025-11-19 15:34:41] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5568
+ [2025-11-19 15:34:41] Run: npm run build
5569
+ [2025-11-19 15:34:41] 🎯 Post-Increment-Completion Hook Triggered
5570
+ [2025-11-19 15:34:41] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5571
+ [2025-11-19 15:34:41] Run: npm run build
5572
+ [2025-11-19 15:34:41] 🎯 Post-Increment-Completion Hook Triggered
5573
+ [2025-11-19 15:34:41] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5574
+ [2025-11-19 15:34:41] Run: npm run build
5575
+ [2025-11-19 15:34:59] 🎯 Post-Increment-Completion Hook Triggered
5576
+ [2025-11-19 15:34:59] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5577
+ [2025-11-19 15:34:59] Run: npm run build
5578
+ [2025-11-19 15:34:59] 🎯 Post-Increment-Completion Hook Triggered
5579
+ [2025-11-19 15:34:59] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5580
+ [2025-11-19 15:34:59] Run: npm run build
5581
+ [2025-11-19 15:35:06] 🎯 Post-Increment-Completion Hook Triggered
5582
+ [2025-11-19 15:35:06] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5583
+ [2025-11-19 15:35:06] Run: npm run build
5584
+ [2025-11-19 15:35:12] 🎯 Post-Increment-Completion Hook Triggered
5585
+ [2025-11-19 15:35:12] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5586
+ [2025-11-19 15:35:12] Run: npm run build
5587
+ [2025-11-19 19:58:59] 🎯 Post-Increment-Completion Hook Triggered
5588
+ [2025-11-19 19:58:59] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5589
+ [2025-11-19 19:58:59] Run: npm run build
5590
+ [2025-11-19 19:59:04] 🎯 Post-Increment-Completion Hook Triggered
5591
+ [2025-11-19 19:59:04] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5592
+ [2025-11-19 19:59:04] Run: npm run build
5593
+ [2025-11-19 19:59:09] 🎯 Post-Increment-Completion Hook Triggered
5594
+ [2025-11-19 19:59:09] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5595
+ [2025-11-19 19:59:09] Run: npm run build
5596
+ [2025-11-19 19:59:14] 🎯 Post-Increment-Completion Hook Triggered
5597
+ [2025-11-19 19:59:14] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5598
+ [2025-11-19 19:59:14] Run: npm run build
5599
+ [2025-11-19 20:07:03] 🎯 Post-Increment-Completion Hook Triggered
5600
+ [2025-11-19 20:07:03] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5601
+ [2025-11-19 20:07:03] Run: npm run build
5602
+ [2025-11-19 20:07:03] 🎯 Post-Increment-Completion Hook Triggered
5603
+ [2025-11-19 20:07:03] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5604
+ [2025-11-19 20:07:03] Run: npm run build
5605
+ [2025-11-19 20:07:03] 🎯 Post-Increment-Completion Hook Triggered
5606
+ [2025-11-19 20:07:03] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5607
+ [2025-11-19 20:07:04] Run: npm run build
5608
+ [2025-11-19 20:07:04] 🎯 Post-Increment-Completion Hook Triggered
5609
+ [2025-11-19 20:07:04] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5610
+ [2025-11-19 20:07:04] Run: npm run build
5611
+ [2025-11-19 20:07:08] 🎯 Post-Increment-Completion Hook Triggered
5612
+ [2025-11-19 20:07:08] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5613
+ [2025-11-19 20:07:08] Run: npm run build
5614
+ [2025-11-19 20:07:13] 🎯 Post-Increment-Completion Hook Triggered
5615
+ [2025-11-19 20:07:13] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5616
+ [2025-11-19 20:07:13] Run: npm run build
5617
+ [2025-11-19 20:07:19] 🎯 Post-Increment-Completion Hook Triggered
5618
+ [2025-11-19 20:07:19] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5619
+ [2025-11-19 20:07:19] Run: npm run build
5620
+ [2025-11-19 20:07:24] 🎯 Post-Increment-Completion Hook Triggered
5621
+ [2025-11-19 20:07:24] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5622
+ [2025-11-19 20:07:24] Run: npm run build
5623
+ [2025-11-19 20:29:17] 🎯 Post-Increment-Completion Hook Triggered
5624
+ [2025-11-19 20:29:17] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5625
+ [2025-11-19 20:29:17] Run: npm run build
5626
+ [2025-11-19 20:29:22] 🎯 Post-Increment-Completion Hook Triggered
5627
+ [2025-11-19 20:29:22] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5628
+ [2025-11-19 20:29:22] Run: npm run build
5629
+ [2025-11-19 20:29:28] 🎯 Post-Increment-Completion Hook Triggered
5630
+ [2025-11-19 20:29:28] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5631
+ [2025-11-19 20:29:28] Run: npm run build
5632
+ [2025-11-19 20:29:33] 🎯 Post-Increment-Completion Hook Triggered
5633
+ [2025-11-19 20:29:33] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5634
+ [2025-11-19 20:29:33] Run: npm run build
5635
+ [2025-11-20 01:43:18] 🎯 Post-Increment-Completion Hook Triggered
5636
+ [2025-11-20 01:43:18] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5637
+ [2025-11-20 01:43:18] Run: npm run build
5638
+ [2025-11-20 01:43:23] 🎯 Post-Increment-Completion Hook Triggered
5639
+ [2025-11-20 01:43:23] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5640
+ [2025-11-20 01:43:23] Run: npm run build
5641
+ [2025-11-20 01:43:28] 🎯 Post-Increment-Completion Hook Triggered
5642
+ [2025-11-20 01:43:28] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5643
+ [2025-11-20 01:43:28] Run: npm run build
5644
+ [2025-11-20 01:43:33] 🎯 Post-Increment-Completion Hook Triggered
5645
+ [2025-11-20 01:43:33] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5646
+ [2025-11-20 01:43:33] Run: npm run build
5647
+ [2025-11-20 01:44:15] 🎯 Post-Increment-Completion Hook Triggered
5648
+ [2025-11-20 01:44:15] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5649
+ [2025-11-20 01:44:15] Run: npm run build
5650
+ [2025-11-20 01:44:20] 🎯 Post-Increment-Completion Hook Triggered
5651
+ [2025-11-20 01:44:20] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5652
+ [2025-11-20 01:44:20] Run: npm run build
5653
+ [2025-11-20 01:44:25] 🎯 Post-Increment-Completion Hook Triggered
5654
+ [2025-11-20 01:44:25] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5655
+ [2025-11-20 01:44:25] Run: npm run build
5656
+ [2025-11-20 01:44:30] 🎯 Post-Increment-Completion Hook Triggered
5657
+ [2025-11-20 01:44:30] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5658
+ [2025-11-20 01:44:30] Run: npm run build
5659
+ [2025-11-20 01:46:09] 🎯 Post-Increment-Completion Hook Triggered
5660
+ [2025-11-20 01:46:09] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5661
+ [2025-11-20 01:46:09] Run: npm run build
5662
+ [2025-11-20 01:46:14] 🎯 Post-Increment-Completion Hook Triggered
5663
+ [2025-11-20 01:46:14] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5664
+ [2025-11-20 01:46:14] Run: npm run build
5665
+ [2025-11-20 01:46:19] 🎯 Post-Increment-Completion Hook Triggered
5666
+ [2025-11-20 01:46:19] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5667
+ [2025-11-20 01:46:19] Run: npm run build
5668
+ [2025-11-20 01:46:24] 🎯 Post-Increment-Completion Hook Triggered
5669
+ [2025-11-20 01:46:24] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5670
+ [2025-11-20 01:46:24] Run: npm run build
5671
+ [2025-11-20 08:30:59] 🎯 Post-Increment-Completion Hook Triggered
5672
+ [2025-11-20 08:30:59] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5673
+ [2025-11-20 08:30:59] Run: npm run build
5674
+ [2025-11-20 08:31:05] 🎯 Post-Increment-Completion Hook Triggered
5675
+ [2025-11-20 08:31:05] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5676
+ [2025-11-20 08:31:05] Run: npm run build
5677
+ [2025-11-20 08:31:10] 🎯 Post-Increment-Completion Hook Triggered
5678
+ [2025-11-20 08:31:10] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5679
+ [2025-11-20 08:31:10] Run: npm run build
5680
+ [2025-11-20 08:31:15] 🎯 Post-Increment-Completion Hook Triggered
5681
+ [2025-11-20 08:31:15] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5682
+ [2025-11-20 08:31:15] Run: npm run build
5683
+ [2025-11-20 08:32:06] 🎯 Post-Increment-Completion Hook Triggered
5684
+ [2025-11-20 08:32:06] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5685
+ [2025-11-20 08:32:06] Run: npm run build
5686
+ [2025-11-20 08:32:12] 🎯 Post-Increment-Completion Hook Triggered
5687
+ [2025-11-20 08:32:12] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5688
+ [2025-11-20 08:32:12] Run: npm run build
5689
+ [2025-11-20 08:32:17] 🎯 Post-Increment-Completion Hook Triggered
5690
+ [2025-11-20 08:32:17] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5691
+ [2025-11-20 08:32:17] Run: npm run build
5692
+ [2025-11-20 08:32:22] 🎯 Post-Increment-Completion Hook Triggered
5693
+ [2025-11-20 08:32:22] ⚠️ DORA calculator not found at /Users/antonabyzov/Projects/github/specweave/plugins/specweave-release/hooks/dist/src/metrics/dora-calculator.js
5694
+ [2025-11-20 08:32:22] Run: npm run build
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "specweave-testing",
3
3
  "description": "End-to-end browser testing with Playwright. Validates user flows, captures screenshots, checks accessibility, and visual regression. Test execution infrastructure for SpecWeave increments.",
4
- "version": "1.0.0",
4
+ "version": "0.22.14",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "specweave-tooling",
3
3
  "description": "SpecWeave skill development and orchestration tools. Create new skills with proper structure, test cases, and activation triggers. Includes skill router for intelligent skill activation based on context. Meta-tooling for extending SpecWeave.",
4
- "version": "1.0.0",
4
+ "version": "0.22.14",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "url": "https://spec-weave.com"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "specweave-ui",
3
3
  "description": "Complete UI/UX development toolkit - Playwright E2E testing, Figma design integration, React/Vue/Angular development, design systems, Storybook component testing. Auto-activates for frontend projects.",
4
- "version": "1.0.0",
4
+ "version": "0.22.14",
5
5
  "author": {
6
6
  "name": "SpecWeave Team",
7
7
  "email": "anton.abyzov@gmail.com",
@@ -46,6 +46,11 @@ VERCEL_TOKEN=your-vercel-token-here
46
46
  # ============================================================================
47
47
  # ISSUE TRACKER INTEGRATIONS (with Strategy-Based Team Mapping)
48
48
  # ============================================================================
49
+ #
50
+ # IMPORTANT: External tool sync permissions are configured in .specweave/config.json
51
+ # under sync.settings (canUpsertInternalItems, canUpdateExternalItems, canUpdateStatus)
52
+ # NOT in this .env file. See config.json for permission configuration.
53
+ # ============================================================================
49
54
 
50
55
  # ----------------------------------------------------------------------------
51
56
  # GitHub - 3 Strategies for Team Organization