mirror of
https://github.com/EveryInc/compound-engineering-plugin.git
synced 2026-06-19 15:41:46 +02:00
06aa4e00a4
Address PR #685 review feedback:
- walkthrough.md: add a "No suggested_fix (Apply suppressed)" adaptation
so the entry-point menu omits Apply for findings without a concrete
suggested_fix. Stage 5 step 6b already maps these to a Defer
recommendation; this matches the suppression applied during the
post-run "Walk through these one at a time" re-entry path so the
same handling applies regardless of which entry path the user came
in through.
- SKILL.md Step 3: extend the homogeneous queue contract with a
defensive backstop. If a no-suggested_fix finding ever slips into
the walk-through Apply set, the fixer routes it to failed with
reason "no fix proposed by reviewer", mirroring the heterogeneous
queue's apply-or-fail handling. Autofix and headless callers are
unaffected (they only ever process safe_auto items).
- SKILL.md Step 3: update the "Best-judgment path is single-pass"
paragraph to reference Step 2 option B's two-branch ordering
(failed empty -> emit report directly; non-empty -> question first,
then execute, then report). Removes a contradiction the prior
reconciliation commit (530560a3) didn't catch.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>