mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(agents): update codex/cursor workflows
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user