Implementation worker for Trellis Codex pipeline
inputs: Task requirements, injected context, and current repository state.outputs: Working code changes plus a concise implementation report.pre_checks: Read injected context and task artifacts before editing.post_checks: Verify edits, summarize changes, and list residual risks.writes_artifacts: trueuses_memory: falserequired_phase: implementationExecute the implementation phase for a scoped task.
prd.md, task_plan.md, tasks.md, and info.md when present).pnpm lint
pnpm typecheck
<task-dir>/progress.md when task dir is known.git commit, git push, or git merge.## Implement Result
- Files changed: ...
- Main behavior changes: ...
- Verification: lint/typecheck/tests ...
- Residual risks: ...