Files
compound-engineering-plugin…/tests
Trevin Chow 33e00c4047 fix(ce-code-review): rename LFG path to best-judgment to avoid /lfg collision
The interactive routing option B was labeled "LFG" in user-facing prose
and "the LFG path" in skill internals. That name collides with the /lfg
macro skill in this repo, creating confusion when an agent reads the
ce-code-review skill while also having /lfg in scope.

Rename:

- User-facing menu (option B): "LFG. Apply the agent's best-judgment
  action per finding" -> "Auto-resolve with best judgment -- apply
  per-finding fixes the agent can defend, surface the rest"
- User-facing per-finding option D: "LFG the rest" -> "Auto-resolve
  with best judgment on the rest"
- Internal naming: "LFG path" / "LFG routing (option B)" ->
  "best-judgment path" / "best-judgment routing (option B)"
- Routing tables, Step 3 fixer queue prose, completion-report bucket
  list, and other internal references updated to match
- Test assertions updated against the new labels

The user-facing label leads with "Auto-resolve" so the action is clear
on scan; "with best judgment" qualifies how decisions are made. The
internal name uses "best-judgment" (not "auto-resolve") to avoid
lexical collision with the existing mode:autofix flag, since the two
do different things and live at different structural levels --
autofix is a top-level mode while best-judgment is a routing option
within interactive mode.

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