mirror of
https://github.com/EveryInc/compound-engineering-plugin.git
synced 2026-06-19 15:41:46 +02:00
fedbf64d82
When contributing reviewers imply different per-finding actions for the same merged finding (e.g., correctness says Apply via suggested_fix, testing says Skip via low confidence), synthesis now picks the most conservative action using Skip > Defer > Apply > Acknowledge. This makes the walk-through's recommended action stable across re-runs and makes LFG results auditable after the fact. The user can still override per finding — the rule only determines what gets labeled "recommended." Part of the Interactive judgment-loop redesign (Unit 1 of 8).