Files
compound-engineering-plugin…/docs
Trevin Chow f1e36e990b fix(ce-code-review): drop LFG defer-bias and approval gates
LFG previously routed too many findings to ticket-filing when the
agent could propose concrete fixes from review context. Stage 5b
validation and bulk-preview approval ran before any action, requiring
upfront research the user already opted out of by picking LFG.

Push personas to commit to a `suggested_fix` whenever any defensible
code change is reachable from the diff -- imperfect information is
not grounds for omission. `manual` findings with `suggested_fix` now
recommend Apply (was Defer). Drop Stage 5b and bulk-preview on the
LFG path; dispatch the fixer immediately on the full pending set.
Items that fail to apply or lack a proposed fix surface in a `failed`
bucket with a one-line reason; one post-run question (file tickets /
walk through / ignore) handles them only when the bucket is
non-empty, fired before the completion report so it reflects final
state.

Walk-through option A inherits the action-derivation change
automatically -- per-finding recommendations flip from Defer to Apply
when the persona proposed a fix. `LFG the rest` from inside the
walk-through dispatches one fixer pass on the union of accumulated
Apply set and remaining undecided findings, preserving the
"one fixer, consistent tree" contract.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-25 01:59:04 -07:00
..