diff --git a/src/cli/tui.tsx b/src/cli/tui.tsx index a04de38..061aad3 100644 --- a/src/cli/tui.tsx +++ b/src/cli/tui.tsx @@ -1134,7 +1134,7 @@ function ControlsView({ controls, selectedIndex, width, preflight, lastSkip }: { {preflight && (selected.id === "scanner" || selected.id === "write-enabled" || selected.id === "write-budget") ? ( ACT GATES - {preflight.rows.map((row) => ( + {preflight.rows.filter((row) => selected.id === "scanner" ? !row.gate.startsWith("write_") : row.gate.startsWith("write_")).map((row) => ( {row.ok ? " ✓ " : " ✗ "}