opencastle 0.34.2 → 0.35.0

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 (45) hide show
  1. package/dist/cli/run/adapters/claude.d.ts.map +1 -1
  2. package/dist/cli/run/adapters/claude.js +43 -5
  3. package/dist/cli/run/adapters/claude.js.map +1 -1
  4. package/dist/cli/run/adapters/claude.test.js +85 -0
  5. package/dist/cli/run/adapters/claude.test.js.map +1 -1
  6. package/dist/cli/run/adapters/copilot.d.ts.map +1 -1
  7. package/dist/cli/run/adapters/copilot.js +43 -5
  8. package/dist/cli/run/adapters/copilot.js.map +1 -1
  9. package/dist/cli/run/adapters/copilot.test.js +85 -0
  10. package/dist/cli/run/adapters/copilot.test.js.map +1 -1
  11. package/dist/cli/run/adapters/cursor.d.ts.map +1 -1
  12. package/dist/cli/run/adapters/cursor.js +43 -5
  13. package/dist/cli/run/adapters/cursor.js.map +1 -1
  14. package/dist/cli/run/adapters/cursor.test.js +85 -0
  15. package/dist/cli/run/adapters/cursor.test.js.map +1 -1
  16. package/dist/cli/run/adapters/opencode.d.ts.map +1 -1
  17. package/dist/cli/run/adapters/opencode.js +44 -6
  18. package/dist/cli/run/adapters/opencode.js.map +1 -1
  19. package/dist/cli/run/adapters/opencode.test.js +86 -0
  20. package/dist/cli/run/adapters/opencode.test.js.map +1 -1
  21. package/package.json +1 -1
  22. package/src/cli/run/adapters/claude.test.ts +85 -0
  23. package/src/cli/run/adapters/claude.ts +41 -7
  24. package/src/cli/run/adapters/copilot.test.ts +85 -0
  25. package/src/cli/run/adapters/copilot.ts +41 -7
  26. package/src/cli/run/adapters/cursor.test.ts +85 -0
  27. package/src/cli/run/adapters/cursor.ts +41 -7
  28. package/src/cli/run/adapters/opencode.test.ts +86 -0
  29. package/src/cli/run/adapters/opencode.ts +42 -8
  30. package/src/dashboard/dist/data/convoys/demo-api-v2.json +3 -3
  31. package/src/dashboard/dist/data/convoys/demo-auth-revamp.json +4 -4
  32. package/src/dashboard/dist/data/convoys/demo-dashboard-ui.json +18 -18
  33. package/src/dashboard/dist/data/convoys/demo-data-pipeline.json +3 -3
  34. package/src/dashboard/dist/data/convoys/demo-deploy-ci.json +1 -1
  35. package/src/dashboard/dist/data/convoys/demo-docs-update.json +7 -7
  36. package/src/dashboard/dist/data/convoys/demo-perf-opt.json +10 -10
  37. package/src/dashboard/node_modules/.vite/deps/_metadata.json +6 -6
  38. package/src/dashboard/public/data/convoys/demo-api-v2.json +3 -3
  39. package/src/dashboard/public/data/convoys/demo-auth-revamp.json +4 -4
  40. package/src/dashboard/public/data/convoys/demo-dashboard-ui.json +18 -18
  41. package/src/dashboard/public/data/convoys/demo-data-pipeline.json +3 -3
  42. package/src/dashboard/public/data/convoys/demo-deploy-ci.json +1 -1
  43. package/src/dashboard/public/data/convoys/demo-docs-update.json +7 -7
  44. package/src/dashboard/public/data/convoys/demo-perf-opt.json +10 -10
  45. package/src/orchestrator/agents/developer.agent.md +4 -0
@@ -38,25 +38,25 @@
38
38
  "artifact_count": 3,
39
39
  "artifacts": [
40
40
  {
41
- "id": "artifact-demo-docs-update-docs-ARCHITECTURE-md",
42
- "name": "docs/ARCHITECTURE.md",
41
+ "id": "artifact-demo-docs-update-docs-README-md",
42
+ "name": "docs/README.md",
43
43
  "type": "file",
44
44
  "task_id": "docs-t1",
45
- "created_at": "2026-04-10T09:30:29.642Z"
45
+ "created_at": "2026-04-16T08:09:50.091Z"
46
46
  },
47
47
  {
48
- "id": "artifact-demo-docs-update-docs-README-md",
49
- "name": "docs/README.md",
48
+ "id": "artifact-demo-docs-update-docs-ARCHITECTURE-md",
49
+ "name": "docs/ARCHITECTURE.md",
50
50
  "type": "file",
51
51
  "task_id": "docs-t1",
52
- "created_at": "2026-04-10T09:30:29.642Z"
52
+ "created_at": "2026-04-16T08:09:50.092Z"
53
53
  },
54
54
  {
55
55
  "id": "artifact-demo-docs-update-docs-api-reference-json",
56
56
  "name": "docs/api-reference.json",
57
57
  "type": "json",
58
58
  "task_id": "docs-t2",
59
- "created_at": "2026-04-10T09:30:29.642Z"
59
+ "created_at": "2026-04-16T08:09:50.092Z"
60
60
  }
61
61
  ],
62
62
  "has_more_events": false,
@@ -42,28 +42,28 @@
42
42
  "name": "reports/bundle-analysis.json",
43
43
  "type": "json",
44
44
  "task_id": "perf-t1",
45
- "created_at": "2026-04-10T09:30:29.641Z"
46
- },
47
- {
48
- "id": "artifact-demo-perf-opt-src-charts-index-ts",
49
- "name": "src/charts/index.ts",
50
- "type": "file",
51
- "task_id": "perf-t2",
52
- "created_at": "2026-04-10T09:30:29.641Z"
45
+ "created_at": "2026-04-16T08:09:50.091Z"
53
46
  },
54
47
  {
55
48
  "id": "artifact-demo-perf-opt-reports-web-vitals-improvement-md",
56
49
  "name": "reports/web-vitals-improvement.md",
57
50
  "type": "summary",
58
51
  "task_id": "perf-t4",
59
- "created_at": "2026-04-10T09:30:29.642Z"
52
+ "created_at": "2026-04-16T08:09:50.091Z"
53
+ },
54
+ {
55
+ "id": "artifact-demo-perf-opt-src-charts-index-ts",
56
+ "name": "src/charts/index.ts",
57
+ "type": "file",
58
+ "task_id": "perf-t2",
59
+ "created_at": "2026-04-16T08:09:50.091Z"
60
60
  },
61
61
  {
62
62
  "id": "artifact-demo-perf-opt-src-utils-image-loader-ts",
63
63
  "name": "src/utils/image-loader.ts",
64
64
  "type": "file",
65
65
  "task_id": "perf-t3",
66
- "created_at": "2026-04-10T09:30:29.642Z"
66
+ "created_at": "2026-04-16T08:09:50.091Z"
67
67
  }
68
68
  ],
69
69
  "has_more_events": false,
@@ -1,25 +1,25 @@
1
1
  {
2
- "hash": "71320bcb",
2
+ "hash": "53cd5c7d",
3
3
  "configHash": "30f8ea04",
4
- "lockfileHash": "f2ca209b",
5
- "browserHash": "5fe4a7ae",
4
+ "lockfileHash": "8886c1d7",
5
+ "browserHash": "88a4746b",
6
6
  "optimized": {
7
7
  "astro > cssesc": {
8
8
  "src": "../../../../../node_modules/cssesc/cssesc.js",
9
9
  "file": "astro___cssesc.js",
10
- "fileHash": "b933ce53",
10
+ "fileHash": "c0f44f1c",
11
11
  "needsInterop": true
12
12
  },
13
13
  "astro > aria-query": {
14
14
  "src": "../../../../../node_modules/aria-query/lib/index.js",
15
15
  "file": "astro___aria-query.js",
16
- "fileHash": "5211b77f",
16
+ "fileHash": "ff332390",
17
17
  "needsInterop": true
18
18
  },
19
19
  "astro > axobject-query": {
20
20
  "src": "../../../../../node_modules/axobject-query/lib/index.js",
21
21
  "file": "astro___axobject-query.js",
22
- "fileHash": "915dfcfb",
22
+ "fileHash": "7af04a0d",
23
23
  "needsInterop": true
24
24
  }
25
25
  },
@@ -51,21 +51,21 @@
51
51
  "name": "docs/api-v2-contract.json",
52
52
  "type": "json",
53
53
  "task_id": "api-t1",
54
- "created_at": "2026-04-10T09:30:29.641Z"
54
+ "created_at": "2026-04-16T08:09:50.091Z"
55
55
  },
56
56
  {
57
57
  "id": "artifact-demo-api-v2-reports-security-gate-failure-md",
58
58
  "name": "reports/security-gate-failure.md",
59
59
  "type": "summary",
60
60
  "task_id": "api-t3",
61
- "created_at": "2026-04-10T09:30:29.641Z"
61
+ "created_at": "2026-04-16T08:09:50.091Z"
62
62
  },
63
63
  {
64
64
  "id": "artifact-demo-api-v2-src-api-rate-limiter-ts",
65
65
  "name": "src/api/rate-limiter.ts",
66
66
  "type": "file",
67
67
  "task_id": "api-t2",
68
- "created_at": "2026-04-10T09:30:29.641Z"
68
+ "created_at": "2026-04-16T08:09:50.091Z"
69
69
  }
70
70
  ],
71
71
  "has_more_events": false,
@@ -42,28 +42,28 @@
42
42
  "name": "libs/auth/src/jwt-middleware.ts",
43
43
  "type": "file",
44
44
  "task_id": "auth-t2",
45
- "created_at": "2026-04-10T09:30:29.640Z"
45
+ "created_at": "2026-04-16T08:09:50.090Z"
46
46
  },
47
47
  {
48
48
  "id": "artifact-demo-auth-revamp-libs-auth-src-rls-policies-sql",
49
49
  "name": "libs/auth/src/rls-policies.sql",
50
50
  "type": "file",
51
51
  "task_id": "auth-t3",
52
- "created_at": "2026-04-10T09:30:29.640Z"
52
+ "created_at": "2026-04-16T08:09:50.090Z"
53
53
  },
54
54
  {
55
55
  "id": "artifact-demo-auth-revamp-reports-auth-review-summary-md",
56
56
  "name": "reports/auth-review-summary.md",
57
57
  "type": "summary",
58
58
  "task_id": "auth-t5",
59
- "created_at": "2026-04-10T09:30:29.640Z"
59
+ "created_at": "2026-04-16T08:09:50.090Z"
60
60
  },
61
61
  {
62
62
  "id": "artifact-demo-auth-revamp-tests-auth-integration-test-ts",
63
63
  "name": "tests/auth/integration.test.ts",
64
64
  "type": "file",
65
65
  "task_id": "auth-t4",
66
- "created_at": "2026-04-10T09:30:29.640Z"
66
+ "created_at": "2026-04-16T08:09:50.090Z"
67
67
  }
68
68
  ],
69
69
  "has_more_events": false,
@@ -46,47 +46,47 @@
46
46
  ],
47
47
  "artifact_count": 6,
48
48
  "artifacts": [
49
- {
50
- "id": "artifact-demo-dashboard-ui-src-components-design-tokens-ts",
51
- "name": "src/components/design-tokens.ts",
52
- "type": "file",
53
- "task_id": "ui-t1",
54
- "created_at": "2026-04-10T09:30:29.640Z"
55
- },
56
- {
57
- "id": "artifact-demo-dashboard-ui-reports-panel-review-dashboard-md",
58
- "name": "reports/panel-review-dashboard.md",
59
- "type": "summary",
60
- "task_id": "ui-t7",
61
- "created_at": "2026-04-10T09:30:29.641Z"
62
- },
63
49
  {
64
50
  "id": "artifact-demo-dashboard-ui-reports-visual-regression-json",
65
51
  "name": "reports/visual-regression.json",
66
52
  "type": "json",
67
53
  "task_id": "ui-t6",
68
- "created_at": "2026-04-10T09:30:29.641Z"
54
+ "created_at": "2026-04-16T08:09:50.090Z"
69
55
  },
70
56
  {
71
57
  "id": "artifact-demo-dashboard-ui-src-components-DonutChart-tsx",
72
58
  "name": "src/components/DonutChart.tsx",
73
59
  "type": "file",
74
60
  "task_id": "ui-t3",
75
- "created_at": "2026-04-10T09:30:29.641Z"
61
+ "created_at": "2026-04-16T08:09:50.090Z"
76
62
  },
77
63
  {
78
64
  "id": "artifact-demo-dashboard-ui-src-components-KpiCard-tsx",
79
65
  "name": "src/components/KpiCard.tsx",
80
66
  "type": "file",
81
67
  "task_id": "ui-t2",
82
- "created_at": "2026-04-10T09:30:29.641Z"
68
+ "created_at": "2026-04-16T08:09:50.090Z"
69
+ },
70
+ {
71
+ "id": "artifact-demo-dashboard-ui-src-components-design-tokens-ts",
72
+ "name": "src/components/design-tokens.ts",
73
+ "type": "file",
74
+ "task_id": "ui-t1",
75
+ "created_at": "2026-04-16T08:09:50.090Z"
83
76
  },
84
77
  {
85
78
  "id": "artifact-demo-dashboard-ui-src-styles-animations-css",
86
79
  "name": "src/styles/animations.css",
87
80
  "type": "file",
88
81
  "task_id": "ui-t4",
89
- "created_at": "2026-04-10T09:30:29.641Z"
82
+ "created_at": "2026-04-16T08:09:50.090Z"
83
+ },
84
+ {
85
+ "id": "artifact-demo-dashboard-ui-reports-panel-review-dashboard-md",
86
+ "name": "reports/panel-review-dashboard.md",
87
+ "type": "summary",
88
+ "task_id": "ui-t7",
89
+ "created_at": "2026-04-16T08:09:50.091Z"
90
90
  }
91
91
  ],
92
92
  "has_more_events": false,
@@ -42,21 +42,21 @@
42
42
  "name": "src/etl/pipeline.ts",
43
43
  "type": "file",
44
44
  "task_id": "etl-t2",
45
- "created_at": "2026-04-10T09:30:29.642Z"
45
+ "created_at": "2026-04-16T08:09:50.091Z"
46
46
  },
47
47
  {
48
48
  "id": "artifact-demo-data-pipeline-src-etl-schema-ts",
49
49
  "name": "src/etl/schema.ts",
50
50
  "type": "file",
51
51
  "task_id": "etl-t1",
52
- "created_at": "2026-04-10T09:30:29.642Z"
52
+ "created_at": "2026-04-16T08:09:50.091Z"
53
53
  },
54
54
  {
55
55
  "id": "artifact-demo-data-pipeline-tests-etl-pipeline-test-ts",
56
56
  "name": "tests/etl/pipeline.test.ts",
57
57
  "type": "file",
58
58
  "task_id": "etl-t3",
59
- "created_at": "2026-04-10T09:30:29.642Z"
59
+ "created_at": "2026-04-16T08:09:50.091Z"
60
60
  }
61
61
  ],
62
62
  "has_more_events": false,
@@ -51,7 +51,7 @@
51
51
  "name": ".github/workflows/ci.yml",
52
52
  "type": "file",
53
53
  "task_id": "ci-t1",
54
- "created_at": "2026-04-10T09:30:29.642Z"
54
+ "created_at": "2026-04-16T08:09:50.092Z"
55
55
  }
56
56
  ],
57
57
  "has_more_events": false,
@@ -38,25 +38,25 @@
38
38
  "artifact_count": 3,
39
39
  "artifacts": [
40
40
  {
41
- "id": "artifact-demo-docs-update-docs-ARCHITECTURE-md",
42
- "name": "docs/ARCHITECTURE.md",
41
+ "id": "artifact-demo-docs-update-docs-README-md",
42
+ "name": "docs/README.md",
43
43
  "type": "file",
44
44
  "task_id": "docs-t1",
45
- "created_at": "2026-04-10T09:30:29.642Z"
45
+ "created_at": "2026-04-16T08:09:50.091Z"
46
46
  },
47
47
  {
48
- "id": "artifact-demo-docs-update-docs-README-md",
49
- "name": "docs/README.md",
48
+ "id": "artifact-demo-docs-update-docs-ARCHITECTURE-md",
49
+ "name": "docs/ARCHITECTURE.md",
50
50
  "type": "file",
51
51
  "task_id": "docs-t1",
52
- "created_at": "2026-04-10T09:30:29.642Z"
52
+ "created_at": "2026-04-16T08:09:50.092Z"
53
53
  },
54
54
  {
55
55
  "id": "artifact-demo-docs-update-docs-api-reference-json",
56
56
  "name": "docs/api-reference.json",
57
57
  "type": "json",
58
58
  "task_id": "docs-t2",
59
- "created_at": "2026-04-10T09:30:29.642Z"
59
+ "created_at": "2026-04-16T08:09:50.092Z"
60
60
  }
61
61
  ],
62
62
  "has_more_events": false,
@@ -42,28 +42,28 @@
42
42
  "name": "reports/bundle-analysis.json",
43
43
  "type": "json",
44
44
  "task_id": "perf-t1",
45
- "created_at": "2026-04-10T09:30:29.641Z"
46
- },
47
- {
48
- "id": "artifact-demo-perf-opt-src-charts-index-ts",
49
- "name": "src/charts/index.ts",
50
- "type": "file",
51
- "task_id": "perf-t2",
52
- "created_at": "2026-04-10T09:30:29.641Z"
45
+ "created_at": "2026-04-16T08:09:50.091Z"
53
46
  },
54
47
  {
55
48
  "id": "artifact-demo-perf-opt-reports-web-vitals-improvement-md",
56
49
  "name": "reports/web-vitals-improvement.md",
57
50
  "type": "summary",
58
51
  "task_id": "perf-t4",
59
- "created_at": "2026-04-10T09:30:29.642Z"
52
+ "created_at": "2026-04-16T08:09:50.091Z"
53
+ },
54
+ {
55
+ "id": "artifact-demo-perf-opt-src-charts-index-ts",
56
+ "name": "src/charts/index.ts",
57
+ "type": "file",
58
+ "task_id": "perf-t2",
59
+ "created_at": "2026-04-16T08:09:50.091Z"
60
60
  },
61
61
  {
62
62
  "id": "artifact-demo-perf-opt-src-utils-image-loader-ts",
63
63
  "name": "src/utils/image-loader.ts",
64
64
  "type": "file",
65
65
  "task_id": "perf-t3",
66
- "created_at": "2026-04-10T09:30:29.642Z"
66
+ "created_at": "2026-04-16T08:09:50.091Z"
67
67
  }
68
68
  ],
69
69
  "has_more_events": false,
@@ -23,6 +23,10 @@ Resolve all skills (slots and direct) via [skill-matrix.json](.opencastle/agents
23
23
  5. **Match acceptance criteria exactly** — implement what's specified, nothing more
24
24
  6. **Avoid:** over-engineering, partition creep, inline styles, scope inflation, skipping verification
25
25
 
26
+ ## File Size Limits
27
+
28
+ Target ≤ 500 lines per file. 500–800 use line-range reads. **> 800 → propose a split before editing.**
29
+
26
30
  ## Guidelines
27
31
 
28
32
  - Place shared components in UI library; queries in data layer