Files
compound-engineering-plugin…/docs/solutions
Trevin Chow b757ec0020 refactor(todos): remove internal file-based todo system
Delete the ce-todo-create, ce-todo-resolve, and ce-todo-triage skills
along with the .context/compound-engineering/todos/ lifecycle they
managed. These predated the harnesses' native task-tracking tools and
were rarely consumed as a durable queue in practice.

Replace with a two-path model for residual review findings:

- Interactive (ce-work, ce-work-beta): after ce-code-review mode:autofix,
  a Residual Work Gate asks the user to apply, file tickets via the
  project's tracker, accept findings into the PR description, or stop.
- Autonomous (lfg): invoke tracker-defer in a new non-interactive mode,
  file tickets silently, and update the PR description with a Residual
  Review Findings section. Findings with no tracker sink are inlined in
  the PR body so they stay durable.

Tracker-defer's fallback chain drops the harness task-tracking primitive
tier -- in-session tasks don't meet the durable filing intent of a Defer
action. Chain is now named tracker -> gh -> no sink.

Update the Codex AGENTS.md tool mapping and claude-to-pi converter to
cover the current Claude Code Task* primitives (TaskCreate, TaskUpdate,
TaskList, TaskGet, TaskStop, TaskOutput) alongside the deprecated
TodoWrite/TodoRead pair. Both map to update_plan on Codex.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 17:08:14 -07:00
..