chore(agents): update codex/cursor workflows

This commit is contained in:
Tommaso Casaburi
2026-03-17 15:54:46 +08:00
parent dfd96db7fa
commit 83aa221ec0
19 changed files with 76 additions and 69 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
model = "gpt-5.3-codex-spark"
model = "gpt-5.3-codex"
model_reasoning_effort = "medium"
developer_instructions = """
Implement only the concrete task or task slice assigned by the parent agent.
Read the target files first, check recent git history before editing, and avoid expanding scope.
Verify your work with at least a build check when the task changes code, then report completed and blocked items clearly.
Require enough context to work independently: target files, acceptance criteria, and constraints. Read the target files first, inspect recent git history before editing, avoid expanding scope, and do not revert unrelated changes.
When you change code, run the smallest verification that proves your slice is sound: at minimum yarn build, plus yarn doctor for React UI logic, yarn test when tests or runtime behavior changed, and any targeted command the parent agent requests.
Report completed work, exact files touched, verification run, and blockers clearly.
"""