opencastle 0.35.1 → 0.35.2
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/README.md +1 -1
- package/dist/cli/adapters/antigravity.d.ts +13 -7
- package/dist/cli/adapters/antigravity.d.ts.map +1 -1
- package/dist/cli/adapters/antigravity.js +15 -9
- package/dist/cli/adapters/antigravity.js.map +1 -1
- package/dist/cli/adapters/claude-code.d.ts +1 -1
- package/dist/cli/adapters/claude-code.js +1 -1
- package/dist/cli/adapters/codex.d.ts +1 -1
- package/dist/cli/adapters/codex.js +1 -1
- package/dist/cli/adapters/opencode.d.ts +1 -1
- package/dist/cli/adapters/opencode.js +1 -1
- package/dist/cli/adapters/single-file-base.d.ts.map +1 -1
- package/dist/cli/adapters/single-file-base.js +17 -18
- package/dist/cli/adapters/single-file-base.js.map +1 -1
- package/dist/cli/init.js +1 -1
- package/dist/cli/init.test.js +21 -18
- package/dist/cli/init.test.js.map +1 -1
- package/dist/cli/mcp.js +1 -1
- package/dist/cli/mcp.js.map +1 -1
- package/package.json +1 -1
- package/src/cli/adapters/antigravity.ts +15 -9
- package/src/cli/adapters/claude-code.ts +1 -1
- package/src/cli/adapters/codex.ts +1 -1
- package/src/cli/adapters/opencode.ts +1 -1
- package/src/cli/adapters/single-file-base.ts +20 -17
- package/src/cli/init.test.ts +24 -18
- package/src/cli/init.ts +1 -1
- package/src/cli/mcp.ts +1 -1
- package/src/dashboard/dist/data/convoys/demo-api-v2.json +3 -3
- package/src/dashboard/dist/data/convoys/demo-auth-revamp.json +4 -4
- package/src/dashboard/dist/data/convoys/demo-dashboard-ui.json +12 -12
- package/src/dashboard/dist/data/convoys/demo-data-pipeline.json +3 -3
- package/src/dashboard/dist/data/convoys/demo-deploy-ci.json +1 -1
- package/src/dashboard/dist/data/convoys/demo-docs-update.json +7 -7
- package/src/dashboard/dist/data/convoys/demo-perf-opt.json +4 -4
- package/src/dashboard/node_modules/.vite/deps/_metadata.json +6 -6
- package/src/dashboard/public/data/convoys/demo-api-v2.json +3 -3
- package/src/dashboard/public/data/convoys/demo-auth-revamp.json +4 -4
- package/src/dashboard/public/data/convoys/demo-dashboard-ui.json +12 -12
- package/src/dashboard/public/data/convoys/demo-data-pipeline.json +3 -3
- package/src/dashboard/public/data/convoys/demo-deploy-ci.json +1 -1
- package/src/dashboard/public/data/convoys/demo-docs-update.json +7 -7
- package/src/dashboard/public/data/convoys/demo-perf-opt.json +4 -4
- package/src/orchestrator/agents/copywriter.agent.md +1 -1
- package/src/orchestrator/agents/data-expert.agent.md +1 -1
- package/src/orchestrator/agents/devops-expert.agent.md +1 -1
- package/src/orchestrator/agents/documentation-writer.agent.md +1 -1
- package/src/orchestrator/agents/release-manager.agent.md +1 -1
- package/src/orchestrator/agents/reviewer.agent.md +1 -1
- package/src/orchestrator/agents/seo-specialist.agent.md +1 -1
- package/src/orchestrator/agents/session-guard.agent.md +1 -1
- package/src/orchestrator/agents/team-lead.agent.md +1 -1
- package/src/orchestrator/agents/testing-expert.agent.md +1 -1
- package/src/orchestrator/customizations/agents/agent-registry.md +8 -8
|
@@ -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-
|
|
54
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
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-
|
|
61
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
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-
|
|
68
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
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-
|
|
45
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
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-
|
|
52
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
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-
|
|
59
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
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-
|
|
66
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
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-reports-panel-review-dashboard-md",
|
|
51
|
-
"name": "reports/panel-review-dashboard.md",
|
|
52
|
-
"type": "summary",
|
|
53
|
-
"task_id": "ui-t7",
|
|
54
|
-
"created_at": "2026-04-20T08:30:07.107Z"
|
|
55
|
-
},
|
|
56
49
|
{
|
|
57
50
|
"id": "artifact-demo-dashboard-ui-reports-visual-regression-json",
|
|
58
51
|
"name": "reports/visual-regression.json",
|
|
59
52
|
"type": "json",
|
|
60
53
|
"task_id": "ui-t6",
|
|
61
|
-
"created_at": "2026-
|
|
54
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
62
55
|
},
|
|
63
56
|
{
|
|
64
57
|
"id": "artifact-demo-dashboard-ui-src-components-DonutChart-tsx",
|
|
65
58
|
"name": "src/components/DonutChart.tsx",
|
|
66
59
|
"type": "file",
|
|
67
60
|
"task_id": "ui-t3",
|
|
68
|
-
"created_at": "2026-
|
|
61
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
69
62
|
},
|
|
70
63
|
{
|
|
71
64
|
"id": "artifact-demo-dashboard-ui-src-components-KpiCard-tsx",
|
|
72
65
|
"name": "src/components/KpiCard.tsx",
|
|
73
66
|
"type": "file",
|
|
74
67
|
"task_id": "ui-t2",
|
|
75
|
-
"created_at": "2026-
|
|
68
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
76
69
|
},
|
|
77
70
|
{
|
|
78
71
|
"id": "artifact-demo-dashboard-ui-src-components-design-tokens-ts",
|
|
79
72
|
"name": "src/components/design-tokens.ts",
|
|
80
73
|
"type": "file",
|
|
81
74
|
"task_id": "ui-t1",
|
|
82
|
-
"created_at": "2026-
|
|
75
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
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-
|
|
82
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
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-05-16T18:35:05.680Z"
|
|
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-
|
|
45
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
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-
|
|
52
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
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-
|
|
59
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
62
62
|
"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-
|
|
42
|
-
"name": "docs/
|
|
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-
|
|
45
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"id": "artifact-demo-docs-update-docs-
|
|
49
|
-
"name": "docs/
|
|
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-
|
|
52
|
+
"created_at": "2026-05-16T18:35:05.681Z"
|
|
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-
|
|
59
|
+
"created_at": "2026-05-16T18:35:05.681Z"
|
|
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-
|
|
45
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"id": "artifact-demo-perf-opt-reports-web-vitals-improvement-md",
|
|
49
49
|
"name": "reports/web-vitals-improvement.md",
|
|
50
50
|
"type": "summary",
|
|
51
51
|
"task_id": "perf-t4",
|
|
52
|
-
"created_at": "2026-
|
|
52
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
55
|
"id": "artifact-demo-perf-opt-src-charts-index-ts",
|
|
56
56
|
"name": "src/charts/index.ts",
|
|
57
57
|
"type": "file",
|
|
58
58
|
"task_id": "perf-t2",
|
|
59
|
-
"created_at": "2026-
|
|
59
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
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-
|
|
66
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
67
67
|
}
|
|
68
68
|
],
|
|
69
69
|
"has_more_events": false,
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
-
"hash": "
|
|
2
|
+
"hash": "1fea279d",
|
|
3
3
|
"configHash": "30f8ea04",
|
|
4
|
-
"lockfileHash": "
|
|
5
|
-
"browserHash": "
|
|
4
|
+
"lockfileHash": "c6a32fbd",
|
|
5
|
+
"browserHash": "e00ec0ad",
|
|
6
6
|
"optimized": {
|
|
7
7
|
"astro > cssesc": {
|
|
8
8
|
"src": "../../../../../node_modules/cssesc/cssesc.js",
|
|
9
9
|
"file": "astro___cssesc.js",
|
|
10
|
-
"fileHash": "
|
|
10
|
+
"fileHash": "b79d1844",
|
|
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": "
|
|
16
|
+
"fileHash": "3d42ee16",
|
|
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": "
|
|
22
|
+
"fileHash": "f3e7a5e9",
|
|
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-
|
|
54
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
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-
|
|
61
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
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-
|
|
68
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
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-
|
|
45
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
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-
|
|
52
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
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-
|
|
59
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
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-
|
|
66
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
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-reports-panel-review-dashboard-md",
|
|
51
|
-
"name": "reports/panel-review-dashboard.md",
|
|
52
|
-
"type": "summary",
|
|
53
|
-
"task_id": "ui-t7",
|
|
54
|
-
"created_at": "2026-04-20T08:30:07.107Z"
|
|
55
|
-
},
|
|
56
49
|
{
|
|
57
50
|
"id": "artifact-demo-dashboard-ui-reports-visual-regression-json",
|
|
58
51
|
"name": "reports/visual-regression.json",
|
|
59
52
|
"type": "json",
|
|
60
53
|
"task_id": "ui-t6",
|
|
61
|
-
"created_at": "2026-
|
|
54
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
62
55
|
},
|
|
63
56
|
{
|
|
64
57
|
"id": "artifact-demo-dashboard-ui-src-components-DonutChart-tsx",
|
|
65
58
|
"name": "src/components/DonutChart.tsx",
|
|
66
59
|
"type": "file",
|
|
67
60
|
"task_id": "ui-t3",
|
|
68
|
-
"created_at": "2026-
|
|
61
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
69
62
|
},
|
|
70
63
|
{
|
|
71
64
|
"id": "artifact-demo-dashboard-ui-src-components-KpiCard-tsx",
|
|
72
65
|
"name": "src/components/KpiCard.tsx",
|
|
73
66
|
"type": "file",
|
|
74
67
|
"task_id": "ui-t2",
|
|
75
|
-
"created_at": "2026-
|
|
68
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
76
69
|
},
|
|
77
70
|
{
|
|
78
71
|
"id": "artifact-demo-dashboard-ui-src-components-design-tokens-ts",
|
|
79
72
|
"name": "src/components/design-tokens.ts",
|
|
80
73
|
"type": "file",
|
|
81
74
|
"task_id": "ui-t1",
|
|
82
|
-
"created_at": "2026-
|
|
75
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
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-
|
|
82
|
+
"created_at": "2026-05-16T18:35:05.679Z"
|
|
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-05-16T18:35:05.680Z"
|
|
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-
|
|
45
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
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-
|
|
52
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
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-
|
|
59
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
62
62
|
"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-
|
|
42
|
-
"name": "docs/
|
|
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-
|
|
45
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"id": "artifact-demo-docs-update-docs-
|
|
49
|
-
"name": "docs/
|
|
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-
|
|
52
|
+
"created_at": "2026-05-16T18:35:05.681Z"
|
|
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-
|
|
59
|
+
"created_at": "2026-05-16T18:35:05.681Z"
|
|
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-
|
|
45
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
"id": "artifact-demo-perf-opt-reports-web-vitals-improvement-md",
|
|
49
49
|
"name": "reports/web-vitals-improvement.md",
|
|
50
50
|
"type": "summary",
|
|
51
51
|
"task_id": "perf-t4",
|
|
52
|
-
"created_at": "2026-
|
|
52
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
55
|
"id": "artifact-demo-perf-opt-src-charts-index-ts",
|
|
56
56
|
"name": "src/charts/index.ts",
|
|
57
57
|
"type": "file",
|
|
58
58
|
"task_id": "perf-t2",
|
|
59
|
-
"created_at": "2026-
|
|
59
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
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-
|
|
66
|
+
"created_at": "2026-05-16T18:35:05.680Z"
|
|
67
67
|
}
|
|
68
68
|
],
|
|
69
69
|
"has_more_events": false,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: 'Copywriter for UI microcopy, marketing text, email templates, venue descriptions, error messages, and all user-facing text.'
|
|
3
3
|
name: 'Copywriter'
|
|
4
|
-
model: GPT-5 mini
|
|
4
|
+
model: GPT-5.4 mini
|
|
5
5
|
tools: ['search/codebase', 'edit/editFiles', 'web/fetch', 'search', 'read/problems', 'search/usages']
|
|
6
6
|
user-invocable: false
|
|
7
7
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: 'Data engineering expert for ETL pipelines, web crawlers, data processors, CLI tools, and CMS data import.'
|
|
3
3
|
name: 'Data Expert'
|
|
4
|
-
model: GPT-5.
|
|
4
|
+
model: GPT-5.5-Codex
|
|
5
5
|
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search', 'execute/testFailure', 'search/usages']
|
|
6
6
|
user-invocable: false
|
|
7
7
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: "DevOps expert for deployments, CI/CD integration, cron jobs, security headers, caching, environment variables, and build optimization."
|
|
3
3
|
name: "DevOps Expert"
|
|
4
|
-
model: GPT-5.
|
|
4
|
+
model: GPT-5.5-Codex
|
|
5
5
|
tools: ["search/changes", "search/codebase", "edit/editFiles", "web/fetch", "vscode/getProjectSetupInfo", "vscode/installExtension", "vscode/newWorkspace", "vscode/runCommand", "read/problems", "execute/getTerminalOutput", "execute/runInTerminal", "read/terminalLastCommand", "read/terminalSelection", "search", "execute/testFailure", "search/usages"]
|
|
6
6
|
user-invocable: false
|
|
7
7
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: 'Documentation writer for maintaining project docs, roadmaps, changelogs, known issues, and technical guides.'
|
|
3
3
|
name: 'Documentation Writer'
|
|
4
|
-
model: GPT-5 mini
|
|
4
|
+
model: GPT-5.4 mini
|
|
5
5
|
tools: ['search/codebase', 'edit/editFiles', 'web/fetch', 'search', 'read/problems']
|
|
6
6
|
user-invocable: false
|
|
7
7
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: 'Release manager for pre-release verification, changelog generation, version management, regression checks, and release coordination.'
|
|
3
3
|
name: 'Release Manager'
|
|
4
|
-
model: GPT-5.
|
|
4
|
+
model: GPT-5.5-Codex
|
|
5
5
|
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search', 'execute/testFailure', 'search/usages']
|
|
6
6
|
user-invocable: false
|
|
7
7
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: 'Mandatory fast reviewer that validates every agent delegation output before acceptance. Checks acceptance criteria, file partitions, regressions, type safety, and security basics.'
|
|
3
3
|
name: 'Reviewer'
|
|
4
|
-
model: GPT-5 mini
|
|
4
|
+
model: GPT-5.4 mini
|
|
5
5
|
user-invocable: false
|
|
6
6
|
tools: [read/readFile, search/codebase, search/fileSearch, search/textSearch, search/listDirectory, read/problems]
|
|
7
7
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: 'SEO specialist for meta tags, structured data, sitemap strategy, Open Graph, search visibility, and crawlability audits.'
|
|
3
3
|
name: 'SEO Specialist'
|
|
4
|
-
model: GPT-5 mini
|
|
4
|
+
model: GPT-5.4 mini
|
|
5
5
|
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'search', 'search/usages']
|
|
6
6
|
user-invocable: false
|
|
7
7
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: 'Lightweight compliance agent called by Team Lead as its final action. Verifies observability logs, lessons, and quality gates — then provides ready-to-run fix commands for any gaps.'
|
|
3
3
|
name: 'Session Guard'
|
|
4
|
-
model: GPT-5 mini
|
|
4
|
+
model: GPT-5.4 mini
|
|
5
5
|
user-invocable: false
|
|
6
6
|
tools: [read/readFile, search/textSearch, search/fileSearch, execute/runInTerminal, execute/getTerminalOutput, read/terminalLastCommand]
|
|
7
7
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: 'Task orchestrator that analyzes work, decomposes it into subtasks, and delegates to specialized agents via sub-agents (inline) or background sessions (parallel worktrees).'
|
|
3
3
|
name: 'Team Lead (OpenCastle)'
|
|
4
|
-
model: Claude Opus 4.
|
|
4
|
+
model: Claude Opus 4.7
|
|
5
5
|
tools: [read/problems, read/readFile, agent/runSubagent, edit/createDirectory, edit/createFile, edit/createJupyterNotebook, edit/editFiles, edit/editNotebook, search/changes, search/codebase, search/fileSearch, search/listDirectory, search/searchResults, search/textSearch, search/usages, web/fetch, agent, execute/runInTerminal, execute/getTerminalOutput, read/terminalLastCommand, read/terminalSelection]
|
|
6
6
|
agents: ['*']
|
|
7
7
|
handoffs:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: 'Testing expert for E2E tests, integration tests, browser validation, and test suites using browser automation and test file authoring.'
|
|
3
3
|
name: 'Testing Expert'
|
|
4
|
-
model: GPT-5.
|
|
4
|
+
model: GPT-5.5-Codex
|
|
5
5
|
tools: ['search/changes', 'search/codebase', 'edit/editFiles', 'web/fetch', 'read/problems', 'execute/getTerminalOutput', 'execute/runInTerminal', 'read/terminalLastCommand', 'read/terminalSelection', 'search', 'execute/testFailure', 'search/usages']
|
|
6
6
|
user-invocable: false
|
|
7
7
|
---
|
|
@@ -10,22 +10,22 @@ Project-specific agent-to-model assignments and scope examples referenced by the
|
|
|
10
10
|
| Agent | Model | Tier | Best For |
|
|
11
11
|
|-------|-------|------|----------|
|
|
12
12
|
| **Developer** | Claude Sonnet 4.6 | Quality | Full-stack feature implementation, pages, components, routing, API routes |
|
|
13
|
-
| **Testing Expert** | GPT-5.
|
|
13
|
+
| **Testing Expert** | GPT-5.5-Codex | Fast | E2E tests, browser validation, terminal-heavy test loops |
|
|
14
14
|
| **Content Engineer** | Gemini 3.1 Pro | Standard | CMS schema, content queries, MCP tool coordination |
|
|
15
15
|
| **Database Engineer** | Gemini 3.1 Pro | Standard | Migrations, RLS policies, SQL optimization |
|
|
16
16
|
| **UI/UX Expert** | Claude Sonnet 4.6 | Quality | Components, styling, accessibility, frontend design |
|
|
17
17
|
| **Performance Expert** | Gemini 3.1 Pro | Standard | Bundle size, Core Web Vitals, profiling |
|
|
18
18
|
| **Security Expert** | Claude Sonnet 4.6 | Quality | Auth, RLS audits, headers, precision analysis |
|
|
19
|
-
| **Data Expert** | GPT-5.
|
|
20
|
-
| **DevOps Expert** | GPT-5.
|
|
21
|
-
| **Documentation Writer** | GPT-5 mini | Economy | Docs, roadmaps, ADRs (cost-effective) |
|
|
19
|
+
| **Data Expert** | GPT-5.5-Codex | Fast | ETL pipelines, scrapers, terminal-heavy data import |
|
|
20
|
+
| **DevOps Expert** | GPT-5.5-Codex | Fast | Deployments, cron jobs, terminal-heavy infrastructure |
|
|
21
|
+
| **Documentation Writer** | GPT-5.4 mini | Economy | Docs, roadmaps, ADRs (cost-effective) |
|
|
22
22
|
| **Architect** | Claude Sonnet 4.6 | Quality | Architecture decisions, critical review, expert reasoning |
|
|
23
|
-
| **Reviewer** | GPT-5 mini | Economy | Mandatory fast review after every delegation, code correctness checks |
|
|
23
|
+
| **Reviewer** | GPT-5.4 mini | Economy | Mandatory fast review after every delegation, code correctness checks |
|
|
24
24
|
| **Researcher** | Gemini 3.1 Pro | Standard | Codebase exploration, pattern discovery, full-repo context analysis |
|
|
25
|
-
| **Copywriter** | GPT-5 mini | Economy | UI microcopy, marketing text, email templates |
|
|
26
|
-
| **SEO Specialist** | GPT-5 mini | Economy | Meta tags, structured data, sitemaps |
|
|
25
|
+
| **Copywriter** | GPT-5.4 mini | Economy | UI microcopy, marketing text, email templates |
|
|
26
|
+
| **SEO Specialist** | GPT-5.4 mini | Economy | Meta tags, structured data, sitemaps |
|
|
27
27
|
| **API Designer** | Gemini 3.1 Pro | Standard | API route architecture, endpoint conventions |
|
|
28
|
-
| **Release Manager** | GPT-5.
|
|
28
|
+
| **Release Manager** | GPT-5.5-Codex | Fast | Pre-release verification, changelog generation |
|
|
29
29
|
|
|
30
30
|
## Deepen-Plan Scope Examples
|
|
31
31
|
|