specweave 0.22.12 → 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.
- package/.claude-plugin/README.md +2 -2
- package/CLAUDE.md +269 -51
- package/README.md +33 -10
- package/dist/plugins/specweave-github/lib/ThreeLayerSyncManager.d.ts +1 -1
- package/dist/plugins/specweave-github/lib/ThreeLayerSyncManager.js +1 -1
- package/dist/plugins/specweave-github/lib/enhanced-github-sync.js +1 -1
- package/dist/plugins/specweave-github/lib/enhanced-github-sync.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-spec-content-sync.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-spec-content-sync.js +4 -1
- package/dist/plugins/specweave-github/lib/github-spec-content-sync.js.map +1 -1
- package/dist/plugins/specweave-github/lib/github-spec-sync.d.ts +1 -1
- package/dist/plugins/specweave-github/lib/github-spec-sync.js +1 -1
- package/dist/plugins/specweave-github/lib/github-sync-bidirectional.d.ts +9 -0
- package/dist/plugins/specweave-github/lib/github-sync-bidirectional.d.ts.map +1 -1
- package/dist/plugins/specweave-github/lib/github-sync-bidirectional.js +10 -1
- package/dist/plugins/specweave-github/lib/github-sync-bidirectional.js.map +1 -1
- package/dist/plugins/specweave-github/lib/progress-comment-builder.js +2 -2
- package/dist/plugins/specweave-github/lib/progress-comment-builder.js.map +1 -1
- package/dist/plugins/specweave-github/lib/types.d.ts +1 -1
- package/dist/src/cli/commands/init.d.ts.map +1 -1
- package/dist/src/cli/commands/init.js +313 -1
- package/dist/src/cli/commands/init.js.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/index.d.ts.map +1 -1
- package/dist/src/cli/helpers/issue-tracker/index.js +41 -24
- package/dist/src/cli/helpers/issue-tracker/index.js.map +1 -1
- package/dist/src/config/import-config.d.ts +69 -0
- package/dist/src/config/import-config.d.ts.map +1 -0
- package/dist/src/config/import-config.js +136 -0
- package/dist/src/config/import-config.js.map +1 -0
- package/dist/src/config/types.d.ts +10 -10
- package/dist/src/core/living-docs/living-docs-sync.d.ts +2 -0
- package/dist/src/core/living-docs/living-docs-sync.d.ts.map +1 -1
- package/dist/src/core/living-docs/living-docs-sync.js +10 -1
- package/dist/src/core/living-docs/living-docs-sync.js.map +1 -1
- package/dist/src/core/living-docs/task-project-specific-generator.d.ts +2 -2
- package/dist/src/core/living-docs/task-project-specific-generator.js +2 -2
- package/dist/src/core/repo-structure/prompt-consolidator.d.ts +2 -2
- package/dist/src/core/repo-structure/prompt-consolidator.d.ts.map +1 -1
- package/dist/src/core/repo-structure/prompt-consolidator.js +3 -15
- package/dist/src/core/repo-structure/prompt-consolidator.js.map +1 -1
- package/dist/src/core/repo-structure/repo-structure-manager.d.ts +1 -1
- package/dist/src/core/repo-structure/repo-structure-manager.d.ts.map +1 -1
- package/dist/src/core/repo-structure/repo-structure-manager.js +3 -6
- package/dist/src/core/repo-structure/repo-structure-manager.js.map +1 -1
- package/dist/src/core/spec-content-sync.d.ts +4 -1
- package/dist/src/core/spec-content-sync.d.ts.map +1 -1
- package/dist/src/core/spec-content-sync.js +139 -4
- package/dist/src/core/spec-content-sync.js.map +1 -1
- package/dist/src/core/spec-task-mapper.d.ts.map +1 -1
- package/dist/src/core/spec-task-mapper.js +9 -8
- package/dist/src/core/spec-task-mapper.js.map +1 -1
- package/dist/src/core/status-line-validator.d.ts +63 -0
- package/dist/src/core/status-line-validator.d.ts.map +1 -0
- package/dist/src/core/status-line-validator.js +253 -0
- package/dist/src/core/status-line-validator.js.map +1 -0
- package/dist/src/core/sync/bidirectional-engine.d.ts +10 -1
- package/dist/src/core/sync/bidirectional-engine.d.ts.map +1 -1
- package/dist/src/core/sync/bidirectional-engine.js +10 -1
- package/dist/src/core/sync/bidirectional-engine.js.map +1 -1
- package/dist/src/core/sync/profile-manager.d.ts.map +1 -1
- package/dist/src/core/sync/profile-manager.js +3 -0
- package/dist/src/core/sync/profile-manager.js.map +1 -1
- package/dist/src/core/sync/project-context.d.ts.map +1 -1
- package/dist/src/core/sync/project-context.js +3 -0
- package/dist/src/core/sync/project-context.js.map +1 -1
- package/dist/src/core/sync/status-sync-engine.d.ts +1 -1
- package/dist/src/core/sync/status-sync-engine.js +1 -1
- package/dist/src/core/types/origin-metadata.d.ts +153 -0
- package/dist/src/core/types/origin-metadata.d.ts.map +1 -0
- package/dist/src/core/types/origin-metadata.js +166 -0
- package/dist/src/core/types/origin-metadata.js.map +1 -0
- package/dist/src/core/types/sync-profile.d.ts +8 -2
- package/dist/src/core/types/sync-profile.d.ts.map +1 -1
- package/dist/src/core/types/sync-profile.js.map +1 -1
- package/dist/src/core/types/sync-settings.d.ts +73 -0
- package/dist/src/core/types/sync-settings.d.ts.map +1 -0
- package/dist/src/core/types/sync-settings.js +90 -0
- package/dist/src/core/types/sync-settings.js.map +1 -0
- package/dist/src/core/utils/permission-checker.d.ts +100 -0
- package/dist/src/core/utils/permission-checker.d.ts.map +1 -0
- package/dist/src/core/utils/permission-checker.js +166 -0
- package/dist/src/core/utils/permission-checker.js.map +1 -0
- package/dist/src/generators/spec/spec-parser.js +3 -3
- package/dist/src/generators/spec/spec-parser.js.map +1 -1
- package/dist/src/generators/spec/task-parser.js +4 -4
- package/dist/src/generators/spec/task-parser.js.map +1 -1
- package/dist/src/id-generators/task-id-generator.d.ts +96 -0
- package/dist/src/id-generators/task-id-generator.d.ts.map +1 -0
- package/dist/src/id-generators/task-id-generator.js +143 -0
- package/dist/src/id-generators/task-id-generator.js.map +1 -0
- package/dist/src/id-generators/us-id-generator.d.ts +96 -0
- package/dist/src/id-generators/us-id-generator.d.ts.map +1 -0
- package/dist/src/id-generators/us-id-generator.js +143 -0
- package/dist/src/id-generators/us-id-generator.js.map +1 -0
- package/dist/src/importers/ado-importer.d.ts +43 -0
- package/dist/src/importers/ado-importer.d.ts.map +1 -0
- package/dist/src/importers/ado-importer.js +234 -0
- package/dist/src/importers/ado-importer.js.map +1 -0
- package/dist/src/importers/external-importer.d.ts +96 -0
- package/dist/src/importers/external-importer.d.ts.map +1 -0
- package/dist/src/importers/external-importer.js +13 -0
- package/dist/src/importers/external-importer.js.map +1 -0
- package/dist/src/importers/github-importer.d.ts +37 -0
- package/dist/src/importers/github-importer.d.ts.map +1 -0
- package/dist/src/importers/github-importer.js +161 -0
- package/dist/src/importers/github-importer.js.map +1 -0
- package/dist/src/importers/import-coordinator.d.ts +90 -0
- package/dist/src/importers/import-coordinator.d.ts.map +1 -0
- package/dist/src/importers/import-coordinator.js +182 -0
- package/dist/src/importers/import-coordinator.js.map +1 -0
- package/dist/src/importers/item-converter.d.ts +91 -0
- package/dist/src/importers/item-converter.d.ts.map +1 -0
- package/dist/src/importers/item-converter.js +221 -0
- package/dist/src/importers/item-converter.js.map +1 -0
- package/dist/src/importers/jira-importer.d.ts +42 -0
- package/dist/src/importers/jira-importer.d.ts.map +1 -0
- package/dist/src/importers/jira-importer.js +221 -0
- package/dist/src/importers/jira-importer.js.map +1 -0
- package/dist/src/init/repo/types.d.ts +2 -2
- package/dist/src/integrations/jira/jira-mapper.d.ts +1 -1
- package/dist/src/integrations/jira/jira-mapper.js +1 -1
- package/dist/src/living-docs/fs-id-allocator.d.ts +149 -0
- package/dist/src/living-docs/fs-id-allocator.d.ts.map +1 -0
- package/dist/src/living-docs/fs-id-allocator.js +325 -0
- package/dist/src/living-docs/fs-id-allocator.js.map +1 -0
- package/dist/src/living-docs/id-registry.d.ts +124 -0
- package/dist/src/living-docs/id-registry.d.ts.map +1 -0
- package/dist/src/living-docs/id-registry.js +230 -0
- package/dist/src/living-docs/id-registry.js.map +1 -0
- package/dist/src/progress/us-progress-tracker.d.ts +68 -0
- package/dist/src/progress/us-progress-tracker.d.ts.map +1 -0
- package/dist/src/progress/us-progress-tracker.js +120 -0
- package/dist/src/progress/us-progress-tracker.js.map +1 -0
- package/package.json +2 -2
- package/plugins/specweave/.claude-plugin/plugin.json +16 -2
- package/plugins/specweave/agents/architect/AGENT.md +11 -2
- package/plugins/specweave/agents/test-aware-planner/AGENT.md +81 -25
- package/plugins/specweave/commands/specweave-import-docs.md +278 -88
- package/plugins/specweave/commands/specweave-progress.md +45 -97
- package/plugins/specweave/hooks/post-increment-completion.sh +168 -26
- package/plugins/specweave/hooks/post-increment-planning.sh +148 -4
- package/plugins/specweave/hooks/post-task-completion.sh +64 -4
- package/plugins/specweave/lib/hooks/sync-cache.js +294 -0
- package/plugins/specweave/lib/hooks/sync-living-docs.js +32 -1
- package/plugins/specweave/lib/hooks/sync-us-tasks.js +23 -13
- package/plugins/specweave-ado/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-ado/lib/conflict-resolver.ts +1 -1
- package/plugins/specweave-alternatives/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-backend/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-confluent/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-cost-optimizer/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-diagrams/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-docs/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-docs-preview/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-figma/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-frontend/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-github/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-github/hooks/post-task-completion.sh +37 -22
- package/plugins/specweave-github/lib/ThreeLayerSyncManager.ts +1 -1
- package/plugins/specweave-github/lib/enhanced-github-sync.js +1 -1
- package/plugins/specweave-github/lib/enhanced-github-sync.ts +1 -1
- package/plugins/specweave-github/lib/github-spec-content-sync.js +2 -1
- package/plugins/specweave-github/lib/github-spec-content-sync.ts +4 -1
- package/plugins/specweave-github/lib/github-spec-sync.js +1 -1
- package/plugins/specweave-github/lib/github-spec-sync.ts +1 -1
- package/plugins/specweave-github/lib/github-sync-bidirectional.js +1 -1
- package/plugins/specweave-github/lib/github-sync-bidirectional.ts +10 -1
- package/plugins/specweave-github/lib/progress-comment-builder.js +1 -1
- package/plugins/specweave-github/lib/progress-comment-builder.ts +2 -2
- package/plugins/specweave-github/lib/types.ts +1 -1
- package/plugins/specweave-infrastructure/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-jira/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-kafka/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-kafka-streams/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-kubernetes/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-ml/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-mobile/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-n8n/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-payments/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-release/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-release/hooks/.specweave/logs/dora-tracking.log +252 -0
- package/plugins/specweave-testing/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-tooling/.claude-plugin/plugin.json +1 -1
- package/plugins/specweave-ui/.claude-plugin/plugin.json +1 -1
- package/src/templates/.env.example +5 -0
- package/src/templates/config-permissions-guide.md +413 -0
- package/src/templates/config.json.template +68 -0
- 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
|
-
|
|
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) {
|
|
@@ -322,7 +322,7 @@ export class GitHubSpecSync {
|
|
|
322
322
|
}
|
|
323
323
|
|
|
324
324
|
/**
|
|
325
|
-
* Sync FROM GitHub Project to spec (
|
|
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
|
|
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('✅
|
|
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 (
|
|
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 (
|
|
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);
|
|
@@ -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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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
|