implement-issue
Implement only the brief. Do not rediscover the issue. Do not explore the repo to invent a plan.
The brief must include repo, issue, files, change, and one
test command. If any of those are missing, stop. Return
status: failed and say the brief is incomplete. Do not guess.
- Call
prepare_repositorywith the repo and branchopentag/<issue-id>. - Work from the returned directory and branch.
- Edit only the listed files.
- Run the one test command from the brief.
- Do not guess
pnpm test. Do not run the full monorepo suite. - If green, commit locally and call
publish_changes. - If red, do not call
publish_changesunless the brief saysopen_anyway: true.