opencastle 0.35.1 → 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.
Files changed (113) hide show
  1. package/README.md +1 -1
  2. package/dist/cli/adapters/antigravity.d.ts +13 -7
  3. package/dist/cli/adapters/antigravity.d.ts.map +1 -1
  4. package/dist/cli/adapters/antigravity.js +15 -9
  5. package/dist/cli/adapters/antigravity.js.map +1 -1
  6. package/dist/cli/adapters/claude-code.d.ts +1 -1
  7. package/dist/cli/adapters/claude-code.js +1 -1
  8. package/dist/cli/adapters/codex.d.ts +1 -1
  9. package/dist/cli/adapters/codex.js +1 -1
  10. package/dist/cli/adapters/opencode.d.ts +1 -1
  11. package/dist/cli/adapters/opencode.js +1 -1
  12. package/dist/cli/adapters/single-file-base.d.ts.map +1 -1
  13. package/dist/cli/adapters/single-file-base.js +17 -18
  14. package/dist/cli/adapters/single-file-base.js.map +1 -1
  15. package/dist/cli/init.js +1 -1
  16. package/dist/cli/init.test.js +21 -18
  17. package/dist/cli/init.test.js.map +1 -1
  18. package/dist/cli/mcp.js +1 -1
  19. package/dist/cli/mcp.js.map +1 -1
  20. package/package.json +1 -1
  21. package/src/cli/adapters/antigravity.ts +15 -9
  22. package/src/cli/adapters/claude-code.ts +1 -1
  23. package/src/cli/adapters/codex.ts +1 -1
  24. package/src/cli/adapters/opencode.ts +1 -1
  25. package/src/cli/adapters/single-file-base.ts +20 -17
  26. package/src/cli/init.test.ts +24 -18
  27. package/src/cli/init.ts +1 -1
  28. package/src/cli/mcp.ts +1 -1
  29. package/src/dashboard/dist/data/convoys/demo-api-v2.json +3 -3
  30. package/src/dashboard/dist/data/convoys/demo-auth-revamp.json +4 -4
  31. package/src/dashboard/dist/data/convoys/demo-dashboard-ui.json +6 -6
  32. package/src/dashboard/dist/data/convoys/demo-data-pipeline.json +9 -9
  33. package/src/dashboard/dist/data/convoys/demo-deploy-ci.json +1 -1
  34. package/src/dashboard/dist/data/convoys/demo-docs-update.json +3 -3
  35. package/src/dashboard/dist/data/convoys/demo-perf-opt.json +4 -4
  36. package/src/dashboard/node_modules/.vite/deps/_metadata.json +6 -6
  37. package/src/dashboard/public/data/convoys/demo-api-v2.json +3 -3
  38. package/src/dashboard/public/data/convoys/demo-auth-revamp.json +4 -4
  39. package/src/dashboard/public/data/convoys/demo-dashboard-ui.json +6 -6
  40. package/src/dashboard/public/data/convoys/demo-data-pipeline.json +9 -9
  41. package/src/dashboard/public/data/convoys/demo-deploy-ci.json +1 -1
  42. package/src/dashboard/public/data/convoys/demo-docs-update.json +3 -3
  43. package/src/dashboard/public/data/convoys/demo-perf-opt.json +4 -4
  44. package/src/orchestrator/agents/api-designer.agent.md +10 -10
  45. package/src/orchestrator/agents/architect.agent.md +8 -8
  46. package/src/orchestrator/agents/content-engineer.agent.md +5 -5
  47. package/src/orchestrator/agents/copywriter.agent.md +8 -8
  48. package/src/orchestrator/agents/data-expert.agent.md +10 -10
  49. package/src/orchestrator/agents/database-engineer.agent.md +7 -7
  50. package/src/orchestrator/agents/developer.agent.md +13 -13
  51. package/src/orchestrator/agents/devops-expert.agent.md +11 -11
  52. package/src/orchestrator/agents/documentation-writer.agent.md +9 -9
  53. package/src/orchestrator/agents/performance-expert.agent.md +9 -9
  54. package/src/orchestrator/agents/release-manager.agent.md +9 -9
  55. package/src/orchestrator/agents/researcher.agent.md +5 -5
  56. package/src/orchestrator/agents/reviewer.agent.md +6 -6
  57. package/src/orchestrator/agents/security-expert.agent.md +10 -10
  58. package/src/orchestrator/agents/seo-specialist.agent.md +12 -12
  59. package/src/orchestrator/agents/session-guard.agent.md +3 -3
  60. package/src/orchestrator/agents/team-lead.agent.md +5 -5
  61. package/src/orchestrator/agents/testing-expert.agent.md +8 -8
  62. package/src/orchestrator/agents/ui-ux-expert.agent.md +15 -15
  63. package/src/orchestrator/customizations/agents/agent-registry.md +8 -8
  64. package/src/orchestrator/prompts/assess-complexity.prompt.md +8 -8
  65. package/src/orchestrator/prompts/bootstrap-customizations.prompt.md +17 -17
  66. package/src/orchestrator/prompts/brainstorm.prompt.md +17 -17
  67. package/src/orchestrator/prompts/bug-fix.prompt.md +11 -11
  68. package/src/orchestrator/prompts/create-skill.prompt.md +21 -21
  69. package/src/orchestrator/prompts/fix-convoy.prompt.md +8 -8
  70. package/src/orchestrator/prompts/fix-prd.prompt.md +12 -12
  71. package/src/orchestrator/prompts/generate-convoy.prompt.md +50 -50
  72. package/src/orchestrator/prompts/generate-prd.prompt.md +32 -32
  73. package/src/orchestrator/prompts/implement-feature.prompt.md +16 -16
  74. package/src/orchestrator/prompts/quick-refinement.prompt.md +18 -18
  75. package/src/orchestrator/prompts/resolve-pr-comments.prompt.md +9 -9
  76. package/src/orchestrator/prompts/validate-convoy.prompt.md +10 -10
  77. package/src/orchestrator/prompts/validate-prd.prompt.md +10 -10
  78. package/src/orchestrator/skills/accessibility-standards/SKILL.md +8 -8
  79. package/src/orchestrator/skills/agent-hooks/SKILL.md +1 -1
  80. package/src/orchestrator/skills/agent-memory/SKILL.md +11 -11
  81. package/src/orchestrator/skills/api-patterns/SKILL.md +5 -5
  82. package/src/orchestrator/skills/backbone-scaffolding/SKILL.md +24 -51
  83. package/src/orchestrator/skills/code-commenting/SKILL.md +3 -3
  84. package/src/orchestrator/skills/context-map/REFERENCE.md +2 -2
  85. package/src/orchestrator/skills/context-map/SKILL.md +5 -5
  86. package/src/orchestrator/skills/data-engineering/SKILL.md +12 -12
  87. package/src/orchestrator/skills/decomposition/SKILL.md +34 -7
  88. package/src/orchestrator/skills/deployment-infrastructure/SKILL.md +4 -4
  89. package/src/orchestrator/skills/documentation-standards/SKILL.md +7 -7
  90. package/src/orchestrator/skills/documentation-standards/WRITING-GUIDE.md +3 -3
  91. package/src/orchestrator/skills/fast-review/SKILL.md +2 -2
  92. package/src/orchestrator/skills/frontend-design/COMPONENTS.md +1 -1
  93. package/src/orchestrator/skills/frontend-design/SKILL.md +11 -11
  94. package/src/orchestrator/skills/git-workflow/SKILL.md +5 -5
  95. package/src/orchestrator/skills/memory-merger/SKILL.md +32 -8
  96. package/src/orchestrator/skills/observability-logging/SKILL.md +6 -11
  97. package/src/orchestrator/skills/orchestration-protocols/SKILL.md +15 -15
  98. package/src/orchestrator/skills/panel-majority-vote/SKILL.md +4 -4
  99. package/src/orchestrator/skills/performance-optimization/SKILL.md +5 -5
  100. package/src/orchestrator/skills/project-consistency/SKILL.md +4 -4
  101. package/src/orchestrator/skills/react-development/SKILL.md +8 -8
  102. package/src/orchestrator/skills/security-hardening/SKILL.md +12 -12
  103. package/src/orchestrator/skills/self-improvement/SKILL.md +11 -11
  104. package/src/orchestrator/skills/seo-patterns/SKILL.md +49 -23
  105. package/src/orchestrator/skills/session-checkpoints/SKILL.md +12 -12
  106. package/src/orchestrator/skills/team-lead-reference/SKILL.md +6 -6
  107. package/src/orchestrator/skills/testing-workflow/SKILL.md +3 -3
  108. package/src/orchestrator/skills/validation-gates/SKILL.md +6 -6
  109. package/src/orchestrator/skills/backbone-scaffolding/EXAMPLES.md +0 -16
  110. package/src/orchestrator/skills/decomposition/REFERENCE.md +0 -28
  111. package/src/orchestrator/skills/memory-merger/REFERENCE.md +0 -20
  112. package/src/orchestrator/skills/react-development/REFERENCE.md +0 -7
  113. package/src/orchestrator/skills/seo-patterns/REFERENCE.md +0 -54
@@ -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-20T08:30:07.107Z"
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-04-20T08:30:07.107Z"
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-04-20T08:30:07.107Z"
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-04-20T08:30:07.106Z"
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-04-20T08:30:07.107Z"
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-04-20T08:30:07.107Z"
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-04-20T08:30:07.107Z"
66
+ "created_at": "2026-05-18T08:50:39.304Z"
67
67
  }
68
68
  ],
69
69
  "has_more_events": false,
@@ -51,42 +51,42 @@
51
51
  "name": "reports/panel-review-dashboard.md",
52
52
  "type": "summary",
53
53
  "task_id": "ui-t7",
54
- "created_at": "2026-04-20T08:30:07.107Z"
54
+ "created_at": "2026-05-18T08:50:39.304Z"
55
55
  },
56
56
  {
57
57
  "id": "artifact-demo-dashboard-ui-reports-visual-regression-json",
58
58
  "name": "reports/visual-regression.json",
59
59
  "type": "json",
60
60
  "task_id": "ui-t6",
61
- "created_at": "2026-04-20T08:30:07.107Z"
61
+ "created_at": "2026-05-18T08:50:39.304Z"
62
62
  },
63
63
  {
64
64
  "id": "artifact-demo-dashboard-ui-src-components-DonutChart-tsx",
65
65
  "name": "src/components/DonutChart.tsx",
66
66
  "type": "file",
67
67
  "task_id": "ui-t3",
68
- "created_at": "2026-04-20T08:30:07.107Z"
68
+ "created_at": "2026-05-18T08:50:39.304Z"
69
69
  },
70
70
  {
71
71
  "id": "artifact-demo-dashboard-ui-src-components-KpiCard-tsx",
72
72
  "name": "src/components/KpiCard.tsx",
73
73
  "type": "file",
74
74
  "task_id": "ui-t2",
75
- "created_at": "2026-04-20T08:30:07.107Z"
75
+ "created_at": "2026-05-18T08:50:39.304Z"
76
76
  },
77
77
  {
78
78
  "id": "artifact-demo-dashboard-ui-src-components-design-tokens-ts",
79
79
  "name": "src/components/design-tokens.ts",
80
80
  "type": "file",
81
81
  "task_id": "ui-t1",
82
- "created_at": "2026-04-20T08:30:07.107Z"
82
+ "created_at": "2026-05-18T08:50:39.304Z"
83
83
  },
84
84
  {
85
85
  "id": "artifact-demo-dashboard-ui-src-styles-animations-css",
86
86
  "name": "src/styles/animations.css",
87
87
  "type": "file",
88
88
  "task_id": "ui-t4",
89
- "created_at": "2026-04-20T08:30:07.107Z"
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-04-20T08:30:07.108Z"
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-04-20T08:30:07.108Z"
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-04-20T08:30:07.108Z"
59
+ "created_at": "2026-05-18T08:50:39.305Z"
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-20T08:30:07.108Z"
54
+ "created_at": "2026-05-18T08:50:39.305Z"
55
55
  }
56
56
  ],
57
57
  "has_more_events": false,
@@ -42,21 +42,21 @@
42
42
  "name": "docs/ARCHITECTURE.md",
43
43
  "type": "file",
44
44
  "task_id": "docs-t1",
45
- "created_at": "2026-04-20T08:30:07.108Z"
45
+ "created_at": "2026-05-18T08:50:39.305Z"
46
46
  },
47
47
  {
48
48
  "id": "artifact-demo-docs-update-docs-README-md",
49
49
  "name": "docs/README.md",
50
50
  "type": "file",
51
51
  "task_id": "docs-t1",
52
- "created_at": "2026-04-20T08:30:07.108Z"
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-04-20T08:30:07.108Z"
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-04-20T08:30:07.107Z"
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-04-20T08:30:07.107Z"
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-04-20T08:30:07.107Z"
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-04-20T08:30:07.107Z"
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": "730cc036",
2
+ "hash": "f3b84d02",
3
3
  "configHash": "30f8ea04",
4
- "lockfileHash": "d66f4810",
5
- "browserHash": "202804a9",
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": "d7e81ded",
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": "975b0a8f",
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": "90104049",
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-04-20T08:30:07.107Z"
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-04-20T08:30:07.107Z"
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-04-20T08:30:07.107Z"
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-04-20T08:30:07.106Z"
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-04-20T08:30:07.107Z"
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-04-20T08:30:07.107Z"
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-04-20T08:30:07.107Z"
66
+ "created_at": "2026-05-18T08:50:39.304Z"
67
67
  }
68
68
  ],
69
69
  "has_more_events": false,
@@ -51,42 +51,42 @@
51
51
  "name": "reports/panel-review-dashboard.md",
52
52
  "type": "summary",
53
53
  "task_id": "ui-t7",
54
- "created_at": "2026-04-20T08:30:07.107Z"
54
+ "created_at": "2026-05-18T08:50:39.304Z"
55
55
  },
56
56
  {
57
57
  "id": "artifact-demo-dashboard-ui-reports-visual-regression-json",
58
58
  "name": "reports/visual-regression.json",
59
59
  "type": "json",
60
60
  "task_id": "ui-t6",
61
- "created_at": "2026-04-20T08:30:07.107Z"
61
+ "created_at": "2026-05-18T08:50:39.304Z"
62
62
  },
63
63
  {
64
64
  "id": "artifact-demo-dashboard-ui-src-components-DonutChart-tsx",
65
65
  "name": "src/components/DonutChart.tsx",
66
66
  "type": "file",
67
67
  "task_id": "ui-t3",
68
- "created_at": "2026-04-20T08:30:07.107Z"
68
+ "created_at": "2026-05-18T08:50:39.304Z"
69
69
  },
70
70
  {
71
71
  "id": "artifact-demo-dashboard-ui-src-components-KpiCard-tsx",
72
72
  "name": "src/components/KpiCard.tsx",
73
73
  "type": "file",
74
74
  "task_id": "ui-t2",
75
- "created_at": "2026-04-20T08:30:07.107Z"
75
+ "created_at": "2026-05-18T08:50:39.304Z"
76
76
  },
77
77
  {
78
78
  "id": "artifact-demo-dashboard-ui-src-components-design-tokens-ts",
79
79
  "name": "src/components/design-tokens.ts",
80
80
  "type": "file",
81
81
  "task_id": "ui-t1",
82
- "created_at": "2026-04-20T08:30:07.107Z"
82
+ "created_at": "2026-05-18T08:50:39.304Z"
83
83
  },
84
84
  {
85
85
  "id": "artifact-demo-dashboard-ui-src-styles-animations-css",
86
86
  "name": "src/styles/animations.css",
87
87
  "type": "file",
88
88
  "task_id": "ui-t4",
89
- "created_at": "2026-04-20T08:30:07.107Z"
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-04-20T08:30:07.108Z"
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-04-20T08:30:07.108Z"
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-04-20T08:30:07.108Z"
59
+ "created_at": "2026-05-18T08:50:39.305Z"
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-20T08:30:07.108Z"
54
+ "created_at": "2026-05-18T08:50:39.305Z"
55
55
  }
56
56
  ],
57
57
  "has_more_events": false,
@@ -42,21 +42,21 @@
42
42
  "name": "docs/ARCHITECTURE.md",
43
43
  "type": "file",
44
44
  "task_id": "docs-t1",
45
- "created_at": "2026-04-20T08:30:07.108Z"
45
+ "created_at": "2026-05-18T08:50:39.305Z"
46
46
  },
47
47
  {
48
48
  "id": "artifact-demo-docs-update-docs-README-md",
49
49
  "name": "docs/README.md",
50
50
  "type": "file",
51
51
  "task_id": "docs-t1",
52
- "created_at": "2026-04-20T08:30:07.108Z"
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-04-20T08:30:07.108Z"
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-04-20T08:30:07.107Z"
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-04-20T08:30:07.107Z"
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-04-20T08:30:07.107Z"
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-04-20T08:30:07.107Z"
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 for route architecture, endpoint conventions, request/response schemas, versioning strategy, and API documentation.'
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
- You are an API designer specializing in route architecture, endpoint conventions, request/response schemas, versioning, error handling, and API documentation.
11
+ API designer: route architecture, endpoint conventions, request/response schemas, versioning, error handling, API documentation.
12
12
 
13
13
  ## Skills
14
14
 
15
- Resolve all skills (slots and direct) via [skill-matrix.json](.opencastle/agents/skill-matrix.json).
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 all endpoints
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 the start** — breaking changes require a new version; design for backward compatibility
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) and Security Expert (auth patterns)
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 the variance; propose a migration path before adding more endpoints |
36
- | Unclear whether to version the API | Default to versioning; removing it later is easier than adding it retroactively |
37
- | Zod schema is overly complex | Split into named sub-schemas and compose them |
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 the standard closing items.
52
+ See [Base Output Contract](../snippets/base-output-contract.md) for standard closing items.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Software architect for strategic architecture decisions, roadmap planning, ADRs, system design, and technology evaluation.'
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 all skills (slots and direct) via [skill-matrix.json](.opencastle/agents/skill-matrix.json).
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 an agent find where to start? Naming predictable? |
44
- | Self-describing APIs | Do routes/actions reveal intent without reading implementation? |
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 easily findable? |
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. actual, suggested fix? |
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 that changes together
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 the standard closing items.
80
+ See [Base Output Contract](../snippets/base-output-contract.md) for standard closing items.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Content engineer for CMS schema design, content queries, content modeling, releases, and studio customization.'
2
+ description: 'Content engineer: CMS schema design, content queries, content modeling, releases, studio customization.'
3
3
  name: 'Content Engineer'
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']
@@ -10,7 +10,7 @@ user-invocable: false
10
10
 
11
11
  ## Skills
12
12
 
13
- Resolve all skills (slots and direct) via [skill-matrix.json](.opencastle/agents/skill-matrix.json).
13
+ Resolve skills (slots, direct) via [skill-matrix.json](.opencastle/agents/skill-matrix.json).
14
14
 
15
15
  ## Rules
16
16
 
@@ -23,7 +23,7 @@ Resolve all skills (slots and direct) via [skill-matrix.json](.opencastle/agents
23
23
 
24
24
  ## Guidelines
25
25
 
26
- - `defineType`/`defineField` for schema definitions; `references()` for relational fields
26
+ - `defineType`/`defineField` for schema; `references()` for relational fields
27
27
  - Keep queries in shared query library; document non-obvious filters inline
28
28
  - Draft/publish: add `!(_id in path("drafts.**"))` filter to exclude drafts
29
29
  - Verify backward compat when renaming/removing fields
@@ -41,7 +41,7 @@ Resolve all skills (slots and direct) via [skill-matrix.json](.opencastle/agents
41
41
  ## Completion
42
42
 
43
43
  **Done when:** Schema deploys without errors; queries tested against real data; compat maintained or migration documented; query library + schema docs updated.
44
- **Out of scope:** UI components, DB migrations mirroring CMS data, E2E tests for CMS pages, frontend deployments.
44
+ **Out of scope:** UI components, DB migrations mirroring CMS data, E2E tests for CMS pages, frontend deploys.
45
45
 
46
46
  ## Output Contract
47
47
 
@@ -50,5 +50,5 @@ Resolve all skills (slots and direct) via [skill-matrix.json](.opencastle/agents
50
50
  3. **Verification** — schema deploy result, query test results
51
51
  4. **Migration Notes** — any data migration needed
52
52
 
53
- See [Base Output Contract](../snippets/base-output-contract.md) for the standard closing items.
53
+ See [Base Output Contract](../snippets/base-output-contract.md) for standard closing items.
54
54