opencastle 0.35.2 → 0.35.3
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/package.json +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 +9 -9
- 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 +9 -9
- 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/api-designer.agent.md +10 -10
- package/src/orchestrator/agents/architect.agent.md +8 -8
- package/src/orchestrator/agents/content-engineer.agent.md +5 -5
- package/src/orchestrator/agents/copywriter.agent.md +7 -7
- package/src/orchestrator/agents/data-expert.agent.md +9 -9
- package/src/orchestrator/agents/database-engineer.agent.md +7 -7
- package/src/orchestrator/agents/developer.agent.md +13 -13
- package/src/orchestrator/agents/devops-expert.agent.md +10 -10
- package/src/orchestrator/agents/documentation-writer.agent.md +8 -8
- package/src/orchestrator/agents/performance-expert.agent.md +9 -9
- package/src/orchestrator/agents/release-manager.agent.md +8 -8
- package/src/orchestrator/agents/researcher.agent.md +5 -5
- package/src/orchestrator/agents/reviewer.agent.md +5 -5
- package/src/orchestrator/agents/security-expert.agent.md +10 -10
- package/src/orchestrator/agents/seo-specialist.agent.md +11 -11
- package/src/orchestrator/agents/session-guard.agent.md +2 -2
- package/src/orchestrator/agents/team-lead.agent.md +4 -4
- package/src/orchestrator/agents/testing-expert.agent.md +7 -7
- package/src/orchestrator/agents/ui-ux-expert.agent.md +15 -15
- package/src/orchestrator/prompts/assess-complexity.prompt.md +8 -8
- package/src/orchestrator/prompts/bootstrap-customizations.prompt.md +17 -17
- package/src/orchestrator/prompts/brainstorm.prompt.md +17 -17
- package/src/orchestrator/prompts/bug-fix.prompt.md +11 -11
- package/src/orchestrator/prompts/create-skill.prompt.md +21 -21
- package/src/orchestrator/prompts/fix-convoy.prompt.md +8 -8
- package/src/orchestrator/prompts/fix-prd.prompt.md +12 -12
- package/src/orchestrator/prompts/generate-convoy.prompt.md +50 -50
- package/src/orchestrator/prompts/generate-prd.prompt.md +32 -32
- package/src/orchestrator/prompts/implement-feature.prompt.md +16 -16
- package/src/orchestrator/prompts/quick-refinement.prompt.md +18 -18
- package/src/orchestrator/prompts/resolve-pr-comments.prompt.md +9 -9
- package/src/orchestrator/prompts/validate-convoy.prompt.md +10 -10
- package/src/orchestrator/prompts/validate-prd.prompt.md +10 -10
- package/src/orchestrator/skills/accessibility-standards/SKILL.md +8 -8
- package/src/orchestrator/skills/agent-hooks/SKILL.md +1 -1
- package/src/orchestrator/skills/agent-memory/SKILL.md +11 -11
- package/src/orchestrator/skills/api-patterns/SKILL.md +5 -5
- package/src/orchestrator/skills/backbone-scaffolding/SKILL.md +24 -51
- package/src/orchestrator/skills/code-commenting/SKILL.md +3 -3
- package/src/orchestrator/skills/context-map/REFERENCE.md +2 -2
- package/src/orchestrator/skills/context-map/SKILL.md +5 -5
- package/src/orchestrator/skills/data-engineering/SKILL.md +12 -12
- package/src/orchestrator/skills/decomposition/SKILL.md +34 -7
- package/src/orchestrator/skills/deployment-infrastructure/SKILL.md +4 -4
- package/src/orchestrator/skills/documentation-standards/SKILL.md +7 -7
- package/src/orchestrator/skills/documentation-standards/WRITING-GUIDE.md +3 -3
- package/src/orchestrator/skills/fast-review/SKILL.md +2 -2
- package/src/orchestrator/skills/frontend-design/COMPONENTS.md +1 -1
- package/src/orchestrator/skills/frontend-design/SKILL.md +11 -11
- package/src/orchestrator/skills/git-workflow/SKILL.md +5 -5
- package/src/orchestrator/skills/memory-merger/SKILL.md +32 -8
- package/src/orchestrator/skills/observability-logging/SKILL.md +6 -11
- package/src/orchestrator/skills/orchestration-protocols/SKILL.md +15 -15
- package/src/orchestrator/skills/panel-majority-vote/SKILL.md +4 -4
- package/src/orchestrator/skills/performance-optimization/SKILL.md +5 -5
- package/src/orchestrator/skills/project-consistency/SKILL.md +4 -4
- package/src/orchestrator/skills/react-development/SKILL.md +8 -8
- package/src/orchestrator/skills/security-hardening/SKILL.md +12 -12
- package/src/orchestrator/skills/self-improvement/SKILL.md +11 -11
- package/src/orchestrator/skills/seo-patterns/SKILL.md +49 -23
- package/src/orchestrator/skills/session-checkpoints/SKILL.md +12 -12
- package/src/orchestrator/skills/team-lead-reference/SKILL.md +6 -6
- package/src/orchestrator/skills/testing-workflow/SKILL.md +3 -3
- package/src/orchestrator/skills/validation-gates/SKILL.md +6 -6
- package/src/orchestrator/skills/backbone-scaffolding/EXAMPLES.md +0 -16
- package/src/orchestrator/skills/decomposition/REFERENCE.md +0 -28
- package/src/orchestrator/skills/memory-merger/REFERENCE.md +0 -20
- package/src/orchestrator/skills/react-development/REFERENCE.md +0 -7
- package/src/orchestrator/skills/seo-patterns/REFERENCE.md +0 -54
package/package.json
CHANGED
|
@@ -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-05-
|
|
54
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-
|
|
61
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-
|
|
68
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-
|
|
45
|
+
"created_at": "2026-05-18T08:50:39.303Z"
|
|
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-05-
|
|
52
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-
|
|
59
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-
|
|
66
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-18T08:50:39.304Z"
|
|
55
|
+
},
|
|
49
56
|
{
|
|
50
57
|
"id": "artifact-demo-dashboard-ui-reports-visual-regression-json",
|
|
51
58
|
"name": "reports/visual-regression.json",
|
|
52
59
|
"type": "json",
|
|
53
60
|
"task_id": "ui-t6",
|
|
54
|
-
"created_at": "2026-05-
|
|
61
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
55
62
|
},
|
|
56
63
|
{
|
|
57
64
|
"id": "artifact-demo-dashboard-ui-src-components-DonutChart-tsx",
|
|
58
65
|
"name": "src/components/DonutChart.tsx",
|
|
59
66
|
"type": "file",
|
|
60
67
|
"task_id": "ui-t3",
|
|
61
|
-
"created_at": "2026-05-
|
|
68
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
62
69
|
},
|
|
63
70
|
{
|
|
64
71
|
"id": "artifact-demo-dashboard-ui-src-components-KpiCard-tsx",
|
|
65
72
|
"name": "src/components/KpiCard.tsx",
|
|
66
73
|
"type": "file",
|
|
67
74
|
"task_id": "ui-t2",
|
|
68
|
-
"created_at": "2026-05-
|
|
75
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
69
76
|
},
|
|
70
77
|
{
|
|
71
78
|
"id": "artifact-demo-dashboard-ui-src-components-design-tokens-ts",
|
|
72
79
|
"name": "src/components/design-tokens.ts",
|
|
73
80
|
"type": "file",
|
|
74
81
|
"task_id": "ui-t1",
|
|
75
|
-
"created_at": "2026-05-
|
|
82
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
76
83
|
},
|
|
77
84
|
{
|
|
78
85
|
"id": "artifact-demo-dashboard-ui-src-styles-animations-css",
|
|
79
86
|
"name": "src/styles/animations.css",
|
|
80
87
|
"type": "file",
|
|
81
88
|
"task_id": "ui-t4",
|
|
82
|
-
"created_at": "2026-05-
|
|
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"
|
|
89
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
90
90
|
}
|
|
91
91
|
],
|
|
92
92
|
"has_more_events": false,
|
|
@@ -37,26 +37,26 @@
|
|
|
37
37
|
"dlq_entries": [],
|
|
38
38
|
"artifact_count": 3,
|
|
39
39
|
"artifacts": [
|
|
40
|
-
{
|
|
41
|
-
"id": "artifact-demo-data-pipeline-src-etl-pipeline-ts",
|
|
42
|
-
"name": "src/etl/pipeline.ts",
|
|
43
|
-
"type": "file",
|
|
44
|
-
"task_id": "etl-t2",
|
|
45
|
-
"created_at": "2026-05-16T18:35:05.680Z"
|
|
46
|
-
},
|
|
47
40
|
{
|
|
48
41
|
"id": "artifact-demo-data-pipeline-src-etl-schema-ts",
|
|
49
42
|
"name": "src/etl/schema.ts",
|
|
50
43
|
"type": "file",
|
|
51
44
|
"task_id": "etl-t1",
|
|
52
|
-
"created_at": "2026-05-
|
|
45
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": "artifact-demo-data-pipeline-src-etl-pipeline-ts",
|
|
49
|
+
"name": "src/etl/pipeline.ts",
|
|
50
|
+
"type": "file",
|
|
51
|
+
"task_id": "etl-t2",
|
|
52
|
+
"created_at": "2026-05-18T08:50:39.305Z"
|
|
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-05-
|
|
59
|
+
"created_at": "2026-05-18T08:50:39.305Z"
|
|
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-ARCHITECTURE-md",
|
|
42
|
+
"name": "docs/ARCHITECTURE.md",
|
|
43
43
|
"type": "file",
|
|
44
44
|
"task_id": "docs-t1",
|
|
45
|
-
"created_at": "2026-05-
|
|
45
|
+
"created_at": "2026-05-18T08:50:39.305Z"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"id": "artifact-demo-docs-update-docs-
|
|
49
|
-
"name": "docs/
|
|
48
|
+
"id": "artifact-demo-docs-update-docs-README-md",
|
|
49
|
+
"name": "docs/README.md",
|
|
50
50
|
"type": "file",
|
|
51
51
|
"task_id": "docs-t1",
|
|
52
|
-
"created_at": "2026-05-
|
|
52
|
+
"created_at": "2026-05-18T08:50:39.305Z"
|
|
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-05-
|
|
59
|
+
"created_at": "2026-05-18T08:50:39.305Z"
|
|
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-05-
|
|
45
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-
|
|
52
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-
|
|
59
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-
|
|
66
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
67
67
|
}
|
|
68
68
|
],
|
|
69
69
|
"has_more_events": false,
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
|
-
"hash": "
|
|
2
|
+
"hash": "f3b84d02",
|
|
3
3
|
"configHash": "30f8ea04",
|
|
4
|
-
"lockfileHash": "
|
|
5
|
-
"browserHash": "
|
|
4
|
+
"lockfileHash": "3c07b4b4",
|
|
5
|
+
"browserHash": "f20c1687",
|
|
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": "bb1d4c0d",
|
|
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": "1d8ba57c",
|
|
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": "c7c59d04",
|
|
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-05-
|
|
54
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-
|
|
61
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-
|
|
68
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-
|
|
45
|
+
"created_at": "2026-05-18T08:50:39.303Z"
|
|
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-05-
|
|
52
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-
|
|
59
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-
|
|
66
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-18T08:50:39.304Z"
|
|
55
|
+
},
|
|
49
56
|
{
|
|
50
57
|
"id": "artifact-demo-dashboard-ui-reports-visual-regression-json",
|
|
51
58
|
"name": "reports/visual-regression.json",
|
|
52
59
|
"type": "json",
|
|
53
60
|
"task_id": "ui-t6",
|
|
54
|
-
"created_at": "2026-05-
|
|
61
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
55
62
|
},
|
|
56
63
|
{
|
|
57
64
|
"id": "artifact-demo-dashboard-ui-src-components-DonutChart-tsx",
|
|
58
65
|
"name": "src/components/DonutChart.tsx",
|
|
59
66
|
"type": "file",
|
|
60
67
|
"task_id": "ui-t3",
|
|
61
|
-
"created_at": "2026-05-
|
|
68
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
62
69
|
},
|
|
63
70
|
{
|
|
64
71
|
"id": "artifact-demo-dashboard-ui-src-components-KpiCard-tsx",
|
|
65
72
|
"name": "src/components/KpiCard.tsx",
|
|
66
73
|
"type": "file",
|
|
67
74
|
"task_id": "ui-t2",
|
|
68
|
-
"created_at": "2026-05-
|
|
75
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
69
76
|
},
|
|
70
77
|
{
|
|
71
78
|
"id": "artifact-demo-dashboard-ui-src-components-design-tokens-ts",
|
|
72
79
|
"name": "src/components/design-tokens.ts",
|
|
73
80
|
"type": "file",
|
|
74
81
|
"task_id": "ui-t1",
|
|
75
|
-
"created_at": "2026-05-
|
|
82
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
76
83
|
},
|
|
77
84
|
{
|
|
78
85
|
"id": "artifact-demo-dashboard-ui-src-styles-animations-css",
|
|
79
86
|
"name": "src/styles/animations.css",
|
|
80
87
|
"type": "file",
|
|
81
88
|
"task_id": "ui-t4",
|
|
82
|
-
"created_at": "2026-05-
|
|
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"
|
|
89
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
90
90
|
}
|
|
91
91
|
],
|
|
92
92
|
"has_more_events": false,
|
|
@@ -37,26 +37,26 @@
|
|
|
37
37
|
"dlq_entries": [],
|
|
38
38
|
"artifact_count": 3,
|
|
39
39
|
"artifacts": [
|
|
40
|
-
{
|
|
41
|
-
"id": "artifact-demo-data-pipeline-src-etl-pipeline-ts",
|
|
42
|
-
"name": "src/etl/pipeline.ts",
|
|
43
|
-
"type": "file",
|
|
44
|
-
"task_id": "etl-t2",
|
|
45
|
-
"created_at": "2026-05-16T18:35:05.680Z"
|
|
46
|
-
},
|
|
47
40
|
{
|
|
48
41
|
"id": "artifact-demo-data-pipeline-src-etl-schema-ts",
|
|
49
42
|
"name": "src/etl/schema.ts",
|
|
50
43
|
"type": "file",
|
|
51
44
|
"task_id": "etl-t1",
|
|
52
|
-
"created_at": "2026-05-
|
|
45
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": "artifact-demo-data-pipeline-src-etl-pipeline-ts",
|
|
49
|
+
"name": "src/etl/pipeline.ts",
|
|
50
|
+
"type": "file",
|
|
51
|
+
"task_id": "etl-t2",
|
|
52
|
+
"created_at": "2026-05-18T08:50:39.305Z"
|
|
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-05-
|
|
59
|
+
"created_at": "2026-05-18T08:50:39.305Z"
|
|
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-ARCHITECTURE-md",
|
|
42
|
+
"name": "docs/ARCHITECTURE.md",
|
|
43
43
|
"type": "file",
|
|
44
44
|
"task_id": "docs-t1",
|
|
45
|
-
"created_at": "2026-05-
|
|
45
|
+
"created_at": "2026-05-18T08:50:39.305Z"
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
|
-
"id": "artifact-demo-docs-update-docs-
|
|
49
|
-
"name": "docs/
|
|
48
|
+
"id": "artifact-demo-docs-update-docs-README-md",
|
|
49
|
+
"name": "docs/README.md",
|
|
50
50
|
"type": "file",
|
|
51
51
|
"task_id": "docs-t1",
|
|
52
|
-
"created_at": "2026-05-
|
|
52
|
+
"created_at": "2026-05-18T08:50:39.305Z"
|
|
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-05-
|
|
59
|
+
"created_at": "2026-05-18T08:50:39.305Z"
|
|
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-05-
|
|
45
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-
|
|
52
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-
|
|
59
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
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-05-
|
|
66
|
+
"created_at": "2026-05-18T08:50:39.304Z"
|
|
67
67
|
}
|
|
68
68
|
],
|
|
69
69
|
"has_more_events": false,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: 'API designer
|
|
2
|
+
description: 'API designer: route architecture, endpoint conventions, request/response schemas, versioning, API documentation.'
|
|
3
3
|
name: 'API Designer'
|
|
4
4
|
model: Gemini 3.1 Pro (Preview)
|
|
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']
|
|
@@ -8,33 +8,33 @@ user-invocable: false
|
|
|
8
8
|
|
|
9
9
|
# API Designer
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
API designer: route architecture, endpoint conventions, request/response schemas, versioning, error handling, API documentation.
|
|
12
12
|
|
|
13
13
|
## Skills
|
|
14
14
|
|
|
15
|
-
Resolve
|
|
15
|
+
Resolve skills (slots, direct) via [skill-matrix.json](.opencastle/agents/skill-matrix.json).
|
|
16
16
|
|
|
17
17
|
## Critical Rules
|
|
18
18
|
|
|
19
19
|
1. **Design before implementing** — define contract (shapes, status codes, errors) before handler code
|
|
20
|
-
2. **Consistent conventions** — naming, error format, pagination uniform across
|
|
20
|
+
2. **Consistent conventions** — naming, error format, pagination uniform across endpoints
|
|
21
21
|
3. **Validate everything** — every endpoint has Zod input schemas; never trust client input
|
|
22
|
-
4. **Version from
|
|
22
|
+
4. **Version from start** — breaking changes require new version; design for backward compatibility
|
|
23
23
|
|
|
24
24
|
## Guidelines
|
|
25
25
|
|
|
26
26
|
- Audit existing routes first; document each: method, path, request/response schemas, error cases
|
|
27
27
|
- Prefer typed error codes over generic 500s
|
|
28
|
-
- Coordinate with Database Engineer (query efficiency)
|
|
28
|
+
- Coordinate with Database Engineer (query efficiency), Security Expert (auth patterns)
|
|
29
29
|
|
|
30
30
|
## When Stuck
|
|
31
31
|
|
|
32
32
|
| Problem | Action |
|
|
33
33
|
|---------|--------|
|
|
34
34
|
| Unsure which HTTP status code to use | Check RFC 9110; prefer 422 for validation errors, 409 for conflicts |
|
|
35
|
-
| Existing routes are inconsistent | Audit and document
|
|
36
|
-
| Unclear whether to version the API | Default to versioning; removing
|
|
37
|
-
| Zod schema is overly complex | Split into named sub-schemas
|
|
35
|
+
| Existing routes are inconsistent | Audit and document variance; propose migration path before adding more endpoints |
|
|
36
|
+
| Unclear whether to version the API | Default to versioning; removing later beats adding retroactively |
|
|
37
|
+
| Zod schema is overly complex | Split into named sub-schemas; compose |
|
|
38
38
|
|
|
39
39
|
## Done When
|
|
40
40
|
|
|
@@ -49,4 +49,4 @@ Database schema/migrations · frontend integration · load testing · auth provi
|
|
|
49
49
|
|
|
50
50
|
**Endpoints** (method/path/purpose) · **Schemas** (Zod I/O) · **Error Cases** (codes) · **Verification** (lint/test) · **Documentation** (API docs)
|
|
51
51
|
|
|
52
|
-
See [Base Output Contract](../snippets/base-output-contract.md) for
|
|
52
|
+
See [Base Output Contract](../snippets/base-output-contract.md) for standard closing items.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: 'Software architect
|
|
2
|
+
description: 'Software architect: strategic decisions, roadmap planning, ADRs, system design, technology evaluation.'
|
|
3
3
|
name: 'Architect'
|
|
4
4
|
model: Claude Sonnet 4.6
|
|
5
5
|
tools: ['search/codebase', 'edit/editFiles', 'web/fetch', 'read/problems', 'search', 'search/usages', 'execute/runInTerminal', 'execute/getTerminalOutput', 'read/terminalLastCommand']
|
|
@@ -20,7 +20,7 @@ user-invocable: false
|
|
|
20
20
|
|
|
21
21
|
## Skills
|
|
22
22
|
|
|
23
|
-
Resolve
|
|
23
|
+
Resolve skills (slots, direct) via [skill-matrix.json](.opencastle/agents/skill-matrix.json).
|
|
24
24
|
|
|
25
25
|
## ADR Template
|
|
26
26
|
|
|
@@ -40,12 +40,12 @@ For new features/APIs, assess AI agent consumability:
|
|
|
40
40
|
|
|
41
41
|
| Check | Question |
|
|
42
42
|
|-------|----------|
|
|
43
|
-
| Entry points | Can
|
|
44
|
-
| Self-describing APIs |
|
|
43
|
+
| Entry points | Can agent find where to start? Naming predictable? |
|
|
44
|
+
| Self-describing APIs | Routes/actions reveal intent without reading implementation? |
|
|
45
45
|
| Discoverable context | Traceable from feature → files via search (no tribal knowledge)? |
|
|
46
|
-
| Action+context parity | Context for each action co-located or
|
|
46
|
+
| Action+context parity | Context for each action co-located or findable? |
|
|
47
47
|
| Consistent patterns | New code follows existing patterns? |
|
|
48
|
-
| Actionable errors | Messages include file path, expected vs
|
|
48
|
+
| Actionable errors | Messages include file path, expected vs actual, suggested fix? |
|
|
49
49
|
| Centralized config | Values in known locations, not scattered magic strings? |
|
|
50
50
|
|
|
51
51
|
## When Stuck
|
|
@@ -59,7 +59,7 @@ For new features/APIs, assess AI agent consumability:
|
|
|
59
59
|
|
|
60
60
|
## Library Boundaries
|
|
61
61
|
|
|
62
|
-
Apps → libs (never reverse) · UI never fetches data · no barrel files · co-locate code
|
|
62
|
+
Apps → libs (never reverse) · UI never fetches data · no barrel files · co-locate code changing together
|
|
63
63
|
|
|
64
64
|
## Done When
|
|
65
65
|
|
|
@@ -77,4 +77,4 @@ Implementing changes · writing tests · DB/schema changes · deploying infrastr
|
|
|
77
77
|
1. **Assessment** — APPROVE / CONCERNS / RETHINK + rationale
|
|
78
78
|
2. **Strengths** · **Risks** (likelihood + impact) · **Alternatives** · **Action Items**
|
|
79
79
|
|
|
80
|
-
See [Base Output Contract](../snippets/base-output-contract.md) for
|
|
80
|
+
See [Base Output Contract](../snippets/base-output-contract.md) for standard closing items.
|