normalizeWindowHandle / normalizeWorkspaceHandle / normalizePaneHandle / normalizeSurfaceHandle in CLI/programa.swift are the same algorithm four times; parseOption / parseRepeatedOption are the same scan loop twice (single vs accumulated value).
Fix: one generic handle normalizer parameterized by prefix, one option scanner.
From the 2026-07-09 nuclear review (10 module reviewers + Codex cross-model pass, disprove-first). Line refs are against the reductive-audit branch (PR #81).
normalizeWindowHandle/normalizeWorkspaceHandle/normalizePaneHandle/normalizeSurfaceHandlein CLI/programa.swift are the same algorithm four times;parseOption/parseRepeatedOptionare the same scan loop twice (single vs accumulated value).Fix: one generic handle normalizer parameterized by prefix, one option scanner.
From the 2026-07-09 nuclear review (10 module reviewers + Codex cross-model pass, disprove-first). Line refs are against the
reductive-auditbranch (PR #81).