mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 03:33:53 +00:00
ec5e44da0c
The raw-command endpoint answers 410 Gone unconditionally; the old implementation below the retirement return was unreachable (govet) and kept normalizeRunCommandApprovalTarget, normalizeAIExecuteTargetType, and AIRunCommandRequest alive with no live callers. Remove them and the tests that only exercised the removed helpers. Contract-Neutral: remove unreachable dead code below the 410 retirement return in HandleRunCommand; endpoint behavior unchanged