implement · diff
git:20260819.367ab28 to git:20260821.1a05a80
4 added, 4 removed. Audit A to A.
---
name: implement
- description: Ask Codex to implement one bounded write-capable change from Claude Code with compact results.
+ description: Ask Codex for one bounded write-capable change with compact results.
argument-hint: "[--model MODEL] [--effort LEVEL] [--timeout-seconds N] [--background] [--session-id UUID] TASK"
allowed-tools: Bash
---
# Implement with Codex
- Implement one bounded change in the selected workspace. Parse `$ARGUMENTS` into a required task and optional `model`, `effort`, `timeout-seconds`, `background`, `session-id`, `depth`, `run-id`, and `workspace` values. Reject an empty task. Use a session ID only for a follow-up to the same task in the same workspace. When effort is omitted, classify the complete task and pass the selected level explicitly; never replace a caller-supplied level. Tiers: `low` = narrow mechanical change or settled factual question; `medium` = bounded implementation, diagnosis, or review; `high` = cross-file, adversarial, architectural, or security judgment; `xhigh` = unusually broad and consequential; `max` = explicit caller request only.
+ Implement one bounded change in selected workspace. Parse `$ARGUMENTS`: required task; optional `model`, `effort`, `timeout-seconds`, `background`, `session-id`, `depth`, `run-id`, `workspace`. Reject empty task. Session ID only follows up same task in same workspace. Effort omitted: classify complete task, pass selected level explicitly. Preserve caller-supplied level. Tiers: `low` = narrow mechanical change or settled fact; `medium` = bounded implementation, diagnosis, or review; `high` = cross-file, adversarial, architectural, or security judgment; `xhigh` = unusually broad and consequential; `max` = explicit caller request only.
- Run `python "${CLAUDE_PLUGIN_ROOT}/bin/bridge_call.py" implement --task "<task>"` with each supplied option passed as its own argument. Do not interpolate shell syntax from the task into the command. When the brief carries text you did not author — a review comment, an issue body, a reviewer finding — write it to a scratch file and pass `--task-file <path>` instead of `--task`, so quoting the text correctly is not a precondition for the call being right. The two flags are mutually exclusive. The default soft budget is 600 seconds; the bridge enforces the documented hard cutoff. The implementation call is write-capable under the peer host's normal permission mode and is never automatically retried after timeout.
+ Run `python "${CLAUDE_PLUGIN_ROOT}/bin/bridge_call.py" implement --task "<task>"`; pass each supplied option separately. Never interpolate task shell syntax. If brief contains text you did not author (review comment, issue body, reviewer finding), use scratch file + `--task-file <path>` instead of `--task`; mutually exclusive. Default soft budget: 600 seconds; bridge enforces documented hard cutoff. Call is write-capable under peer host's normal permission mode. Never auto-retry after timeout.
- Return the compact public envelope. Keep `verdict`, `findings`, `files_touched`, `remaining`, and `blockers` decision-critical: incomplete work and blockers must be stated there, while verbose supporting evidence belongs only in the workspace-relative transcript referenced by `transcript_path`. Do not copy transcript-only `details` into the conversation. If detached, return the job identifier and tell the caller to use `/bridge:status`, `/bridge:result`, or `/bridge:cancel`. While a detached implementation is running, do not edit paths named by its task. After completion, re-read every path in `files_touched` before making further edits.
+ Return compact public envelope. `verdict`, `findings`, `files_touched`, `remaining`, and `blockers` must expose incomplete work and blockers; verbose evidence stays only in workspace-relative transcript referenced by `transcript_path`. Do not copy transcript-only `details` into conversation. If detached, return job identifier; direct caller to `/bridge:status`, `/bridge:result`, or `/bridge:cancel`. During detached run, do not edit task-named paths. After completion, re-read every `files_touched` path before further edits.