@polymorphism-tech/morph-spec 4.8.1 → 4.8.4

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 (44) hide show
  1. package/README.md +2 -2
  2. package/claude-plugin.json +1 -1
  3. package/docs/CHEATSHEET.md +1 -1
  4. package/docs/QUICKSTART.md +1 -1
  5. package/framework/hooks/dev/guard-version-numbers.js +1 -1
  6. package/framework/skills/level-1-workflows/phase-clarify/SKILL.md +1 -1
  7. package/framework/skills/level-1-workflows/phase-codebase-analysis/SKILL.md +1 -1
  8. package/framework/skills/level-1-workflows/phase-design/SKILL.md +1 -1
  9. package/framework/skills/level-1-workflows/phase-implement/SKILL.md +1 -1
  10. package/framework/skills/level-1-workflows/phase-setup/SKILL.md +1 -1
  11. package/framework/skills/level-1-workflows/phase-tasks/SKILL.md +1 -1
  12. package/framework/skills/level-1-workflows/phase-uiux/SKILL.md +1 -1
  13. package/package.json +4 -4
  14. package/.morph/analytics/threads-log.jsonl +0 -54
  15. package/.morph/state.json +0 -198
  16. package/docs/ARCHITECTURE.md +0 -328
  17. package/docs/COMMAND-FLOWS.md +0 -398
  18. package/docs/plans/2026-02-22-claude-docs-morph-alignment-analysis.md +0 -514
  19. package/docs/plans/2026-02-22-claude-settings.md +0 -517
  20. package/docs/plans/2026-02-22-morph-cc-alignment-impl.md +0 -730
  21. package/docs/plans/2026-02-22-morph-spec-next.md +0 -480
  22. package/docs/plans/2026-02-22-native-alignment-design.md +0 -201
  23. package/docs/plans/2026-02-22-native-alignment-impl.md +0 -927
  24. package/docs/plans/2026-02-22-native-enrichment-design.md +0 -246
  25. package/docs/plans/2026-02-22-native-enrichment.md +0 -737
  26. package/docs/plans/2026-02-23-ddd-architecture-refactor.md +0 -1155
  27. package/docs/plans/2026-02-23-ddd-nextsteps.md +0 -684
  28. package/docs/plans/2026-02-23-infra-architect-refactor.md +0 -439
  29. package/docs/plans/2026-02-23-nextjs-code-review-design.md +0 -157
  30. package/docs/plans/2026-02-23-nextjs-code-review-impl.md +0 -1256
  31. package/docs/plans/2026-02-23-nextjs-standards-design.md +0 -150
  32. package/docs/plans/2026-02-23-nextjs-standards-impl.md +0 -1848
  33. package/docs/plans/2026-02-24-cli-radical-simplification.md +0 -592
  34. package/docs/plans/2026-02-24-framework-failure-points.md +0 -125
  35. package/docs/plans/2026-02-24-morph-init-design.md +0 -337
  36. package/docs/plans/2026-02-24-morph-init-impl.md +0 -1269
  37. package/docs/plans/2026-02-24-tutorial-command-design.md +0 -71
  38. package/docs/plans/2026-02-24-tutorial-command.md +0 -298
  39. package/scripts/bump-version.js +0 -248
  40. package/scripts/generate-refs.js +0 -336
  41. package/scripts/generate-standards-registry.js +0 -44
  42. package/scripts/install-dev-hooks.js +0 -138
  43. package/scripts/scan-nextjs.mjs +0 -169
  44. package/scripts/validate-real.mjs +0 -255
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  > Spec-driven development framework for multi-stack projects. Turns feature requests into implementation-ready code through structured, AI-orchestrated phases.
4
4
 
5
5
  **Package:** `@polymorphism-tech/morph-spec`
6
- **Version:** 4.8.1
6
+ **Version:** 4.8.4
7
7
  **Requires:** Node.js 18+, Claude Code
8
8
 
9
9
  ---
@@ -376,4 +376,4 @@ Code generated by morph-spec (contracts, templates, implementation output) belon
376
376
 
377
377
  ---
378
378
 
379
- *morph-spec v4.8.1 by [Polymorphism Tech](https://polymorphism.tech)*
379
+ *morph-spec v4.8.4 by [Polymorphism Tech](https://polymorphism.tech)*
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "morph-spec",
3
- "version": "4.8.1",
3
+ "version": "4.8.4",
4
4
  "displayName": "MORPH-SPEC Framework",
5
5
  "description": "Spec-driven development with 38 agents and 8-phase workflow for .NET/Blazor/Next.js/Azure",
6
6
  "publisher": "polymorphism-tech",
@@ -200,4 +200,4 @@ These files are never edited directly. Use CLI commands or `morph-spec update` i
200
200
 
201
201
  ---
202
202
 
203
- *morph-spec v4.8.1 by Polymorphism Tech*
203
+ *morph-spec v4.8.4 by Polymorphism Tech*
@@ -203,4 +203,4 @@ morph-spec doctor
203
203
 
204
204
  ---
205
205
 
206
- *morph-spec v4.8.1 by Polymorphism Tech*
206
+ *morph-spec v4.8.4 by Polymorphism Tech*
@@ -7,7 +7,7 @@
7
7
  * Scope: Framework codebase only (dev hook)
8
8
  *
9
9
  * Blocks Write/Edit to files that contain hardcoded version patterns
10
- * like "MORPH-SPEC v4.8.1". Version should only be in package.json.
10
+ * like "MORPH-SPEC v4.8.4". Version should only be in package.json.
11
11
  *
12
12
  * Checked extensions: .md, .cs, .css, .js (covers templates + source)
13
13
  * Exceptions: CHANGELOG.md, node_modules/, test/, package.json, package-lock.json
@@ -4,7 +4,7 @@ description: MORPH-SPEC Phase 3 (Clarify). Reviews spec.md for ambiguities, gene
4
4
  argument-hint: "[feature-name]"
5
5
  user-invocable: false
6
6
  allowed-tools: Read, Write, Edit, Bash, Glob, Grep
7
- cliVersion: "4.8.1"
7
+ cliVersion: "4.8.4"
8
8
  ---
9
9
 
10
10
  # MORPH Clarify - FASE 3
@@ -3,7 +3,7 @@ name: phase-codebase-analysis
3
3
  description: MORPH-SPEC Design sub-phase that analyzes existing codebase and database schema, producing schema-analysis.md with real column names, types, relationships, and field mismatches. Use at the start of Design phase before generating contracts.cs to prevent incorrect field names or types.
4
4
  user-invocable: false
5
5
  allowed-tools: Read, Write, Edit, Bash, Glob, Grep
6
- cliVersion: "4.8.1"
6
+ cliVersion: "4.8.4"
7
7
  ---
8
8
 
9
9
  # MORPH Codebase Analysis - Sub-fase de DESIGN
@@ -4,7 +4,7 @@ description: MORPH-SPEC Phase 2 (Design). Analyzes codebase/schema, then produce
4
4
  argument-hint: "[feature-name]"
5
5
  user-invocable: false
6
6
  allowed-tools: Read, Write, Edit, Bash, Glob, Grep
7
- cliVersion: "4.8.1"
7
+ cliVersion: "4.8.4"
8
8
  ---
9
9
 
10
10
  # MORPH Design - FASE 2
@@ -6,7 +6,7 @@ disable-model-invocation: true
6
6
  context: fork
7
7
  agent: general-purpose
8
8
  user-invocable: false
9
- cliVersion: "4.8.1"
9
+ cliVersion: "4.8.4"
10
10
  allowed-tools: Read, Write, Edit, Bash, Glob, Grep
11
11
  ---
12
12
 
@@ -4,7 +4,7 @@ description: MORPH-SPEC Phase 1 (Setup). Reads project context, detects tech sta
4
4
  argument-hint: "[feature-name]"
5
5
  user-invocable: false
6
6
  allowed-tools: Read, Write, Edit, Bash, Glob, Grep
7
- cliVersion: "4.8.1"
7
+ cliVersion: "4.8.4"
8
8
  ---
9
9
 
10
10
  # MORPH Setup - FASE 1
@@ -5,7 +5,7 @@ argument-hint: "[feature-name]"
5
5
  disable-model-invocation: true
6
6
  user-invocable: false
7
7
  allowed-tools: Read, Write, Edit, Bash, Glob, Grep
8
- cliVersion: "4.8.1"
8
+ cliVersion: "4.8.4"
9
9
  ---
10
10
 
11
11
  # MORPH Tasks - FASE 4
@@ -4,7 +4,7 @@ description: MORPH-SPEC Phase 1.5 (UI/UX). Creates design-system.md, mockups.md,
4
4
  argument-hint: "[feature-name]"
5
5
  user-invocable: false
6
6
  allowed-tools: Read, Write, Edit, Bash, Glob, Grep
7
- cliVersion: "4.8.1"
7
+ cliVersion: "4.8.4"
8
8
  ---
9
9
 
10
10
  # MORPH UI/UX Design - FASE 1.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polymorphism-tech/morph-spec",
3
- "version": "4.8.1",
3
+ "version": "4.8.4",
4
4
  "description": "MORPH-SPEC: AI-First development framework with validation pipeline and multi-stack support",
5
5
  "keywords": [
6
6
  "claude-code",
@@ -26,11 +26,10 @@
26
26
  "files": [
27
27
  "bin/",
28
28
  "src/",
29
- ".morph/",
30
29
  "framework/",
31
30
  "claude-plugin.json",
32
- "scripts/",
33
- "docs/",
31
+ "docs/QUICKSTART.md",
32
+ "docs/CHEATSHEET.md",
34
33
  "README.md",
35
34
  "LICENSE",
36
35
  "CLAUDE.md"
@@ -49,6 +48,7 @@
49
48
  "docs:watch": "jsdoc -c jsdoc.json --watch",
50
49
  "docs:serve": "npx http-server docs/api -p 8080 -o",
51
50
  "version:bump": "node scripts/bump-version.js",
51
+ "release": "node scripts/release.js",
52
52
  "postinstall": "node src/scripts/global-install.js"
53
53
  },
54
54
  "dependencies": {
@@ -1,54 +0,0 @@
1
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:06:35.647Z"}
2
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:09:05.395Z"}
3
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:09:34.058Z"}
4
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:10:07.084Z"}
5
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:15:18.023Z"}
6
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:15:44.412Z"}
7
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:16:10.337Z"}
8
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:16:35.003Z"}
9
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:17:04.321Z"}
10
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:19:38.698Z"}
11
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:20:07.023Z"}
12
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:20:34.479Z"}
13
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:26:51.799Z"}
14
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:27:20.963Z"}
15
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:27:50.476Z"}
16
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:33:51.748Z"}
17
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:34:20.337Z"}
18
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:34:47.148Z"}
19
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:37:16.746Z"}
20
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T22:40:41.231Z"}
21
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T23:30:29.456Z"}
22
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T23:30:58.047Z"}
23
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T23:31:57.457Z"}
24
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T23:32:25.452Z"}
25
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-24T23:33:09.878Z"}
26
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T02:16:46.545Z"}
27
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:12:16.199Z"}
28
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:12:24.630Z"}
29
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:12:34.706Z"}
30
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:12:54.838Z"}
31
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:13:03.222Z"}
32
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:13:11.063Z"}
33
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:13:27.598Z"}
34
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:13:58.680Z"}
35
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:14:06.385Z"}
36
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:14:14.243Z"}
37
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:14:23.317Z"}
38
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:14:33.083Z"}
39
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:14:41.716Z"}
40
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:20:28.006Z"}
41
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:20:36.238Z"}
42
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:20:45.145Z"}
43
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:20:54.244Z"}
44
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:21:02.538Z"}
45
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:31:29.275Z"}
46
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:33:02.852Z"}
47
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:33:12.084Z"}
48
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:33:20.248Z"}
49
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:33:28.515Z"}
50
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:33:44.159Z"}
51
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:51:09.421Z"}
52
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:51:58.137Z"}
53
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:52:13.838Z"}
54
- {"type":"fusion_started","feature":"test-feature","data":{"count":3,"strategy":"best-of-n","agents":["fusion-agent-1","fusion-agent-2","fusion-agent-3"]},"timestamp":"2026-02-25T13:53:05.928Z"}
package/.morph/state.json DELETED
@@ -1,198 +0,0 @@
1
- {
2
- "version": "4.0.0",
3
- "features": {
4
- "override-feature": {
5
- "status": "in_progress",
6
- "phase": "implement",
7
- "tasks": {
8
- "total": 20,
9
- "completed": 30
10
- },
11
- "checkpoints": [
12
- {
13
- "passed": true
14
- },
15
- {
16
- "passed": true
17
- },
18
- {
19
- "passed": false
20
- },
21
- {
22
- "passed": false
23
- },
24
- {
25
- "passed": false
26
- },
27
- {
28
- "passed": false
29
- },
30
- {
31
- "passed": false
32
- },
33
- {
34
- "passed": false
35
- },
36
- {
37
- "passed": false
38
- },
39
- {
40
- "passed": false
41
- }
42
- ],
43
- "trustConfig": {}
44
- }
45
- },
46
- "threads": {
47
- "577ec36d-fb8e-472f-acde-61b011b2f51e": {
48
- "id": "577ec36d-fb8e-472f-acde-61b011b2f51e",
49
- "feature": "test-feature",
50
- "type": "base",
51
- "agent": "agent-1",
52
- "mission": "",
53
- "status": "pending",
54
- "createdAt": "2026-02-25T13:33:44.195Z",
55
- "startedAt": null,
56
- "completedAt": null,
57
- "duration": null,
58
- "events": [],
59
- "metrics": {
60
- "toolCalls": 0,
61
- "tokensUsed": 0,
62
- "checkpointsPassed": 0,
63
- "checkpointsFailed": 0
64
- },
65
- "meta": {}
66
- },
67
- "7b496b57-6fdf-493d-8ec2-7e459f44159f": {
68
- "id": "7b496b57-6fdf-493d-8ec2-7e459f44159f",
69
- "feature": "test-feature",
70
- "type": "parallel",
71
- "agent": "agent-2",
72
- "mission": "",
73
- "status": "running",
74
- "createdAt": "2026-02-25T13:33:44.197Z",
75
- "startedAt": "2026-02-25T13:33:44.197Z",
76
- "completedAt": null,
77
- "duration": null,
78
- "events": [],
79
- "metrics": {
80
- "toolCalls": 0,
81
- "tokensUsed": 0,
82
- "checkpointsPassed": 0,
83
- "checkpointsFailed": 0
84
- },
85
- "meta": {}
86
- },
87
- "2edfec89-4771-4156-a423-135eb248adfe": {
88
- "id": "2edfec89-4771-4156-a423-135eb248adfe",
89
- "feature": "test-feature",
90
- "type": "base",
91
- "agent": "agent-3",
92
- "mission": "",
93
- "status": "completed",
94
- "createdAt": "2026-02-25T13:33:44.199Z",
95
- "startedAt": "2026-02-25T13:33:44.200Z",
96
- "completedAt": "2026-02-25T13:33:44.200Z",
97
- "duration": 0,
98
- "events": [],
99
- "metrics": {
100
- "toolCalls": 0,
101
- "tokensUsed": 0,
102
- "checkpointsPassed": 0,
103
- "checkpointsFailed": 0
104
- },
105
- "meta": {},
106
- "result": {
107
- "filesCreated": [
108
- "Service.cs",
109
- "Controller.cs"
110
- ],
111
- "tasksCompleted": 3
112
- }
113
- },
114
- "82d365e2-a865-40c4-b726-05cf5387291e": {
115
- "id": "82d365e2-a865-40c4-b726-05cf5387291e",
116
- "feature": "test-feature",
117
- "type": "parallel",
118
- "agent": "agent-4",
119
- "mission": "",
120
- "status": "killed",
121
- "createdAt": "2026-02-25T13:33:44.202Z",
122
- "startedAt": "2026-02-25T13:33:44.202Z",
123
- "completedAt": "2026-02-25T13:33:44.203Z",
124
- "duration": 0,
125
- "events": [],
126
- "metrics": {
127
- "toolCalls": 0,
128
- "tokensUsed": 0,
129
- "checkpointsPassed": 0,
130
- "checkpointsFailed": 0
131
- },
132
- "meta": {}
133
- },
134
- "824a1526-0141-4c41-8fd3-17241ce2d5cc": {
135
- "id": "824a1526-0141-4c41-8fd3-17241ce2d5cc",
136
- "feature": "test-feature",
137
- "type": "parallel",
138
- "agent": "agent-a",
139
- "mission": "",
140
- "status": "pending",
141
- "createdAt": "2026-02-25T13:33:44.207Z",
142
- "startedAt": null,
143
- "completedAt": null,
144
- "duration": null,
145
- "events": [],
146
- "metrics": {
147
- "toolCalls": 0,
148
- "tokensUsed": 0,
149
- "checkpointsPassed": 0,
150
- "checkpointsFailed": 0
151
- },
152
- "meta": {}
153
- },
154
- "52a8d223-3cca-466d-ba02-7f1615a55074": {
155
- "id": "52a8d223-3cca-466d-ba02-7f1615a55074",
156
- "feature": "test-feature",
157
- "type": "parallel",
158
- "agent": "agent-b",
159
- "mission": "",
160
- "status": "pending",
161
- "createdAt": "2026-02-25T13:33:44.207Z",
162
- "startedAt": null,
163
- "completedAt": null,
164
- "duration": null,
165
- "events": [],
166
- "metrics": {
167
- "toolCalls": 0,
168
- "tokensUsed": 0,
169
- "checkpointsPassed": 0,
170
- "checkpointsFailed": 0
171
- },
172
- "meta": {}
173
- },
174
- "b5c85462-f7a8-4179-b97e-adee1e2d3488": {
175
- "id": "b5c85462-f7a8-4179-b97e-adee1e2d3488",
176
- "feature": "test-feature",
177
- "type": "parallel",
178
- "agent": "agent-c",
179
- "mission": "",
180
- "status": "pending",
181
- "createdAt": "2026-02-25T13:33:44.208Z",
182
- "startedAt": null,
183
- "completedAt": null,
184
- "duration": null,
185
- "events": [],
186
- "metrics": {
187
- "toolCalls": 0,
188
- "tokensUsed": 0,
189
- "checkpointsPassed": 0,
190
- "checkpointsFailed": 0
191
- },
192
- "meta": {}
193
- }
194
- },
195
- "metadata": {
196
- "lastUpdated": "2026-02-25T13:33:44.208Z"
197
- }
198
- }