Remove the agentd HTTP daemon surface and rely on CLI-only execution paths.
Scope:
agentd daemon command and related CLI parser entries/help text.Omni/Agentd/Daemon.hs HTTP server/API handlers (runDaemon, Servant/Warp plumbing).Omni/Ide/deploy-agentd.sh) that starts agentd daemon ....Acceptance:
agentd daemon command remains.Opened follow-up t-806 (discovered-from t-801) to remove now-unreachable Servant daemon code and shrink Omni/Agentd/Daemon.hs. This patchset focuses on control-plane cutover: no daemon command/deploy path and no HTTP usage in runtime callers.
Removed the agentd daemon CLI command wiring, disabled runDaemon with explicit failure text, and replaced deploy-agentd.sh with a CLI-only no-op message. Added reusable getPersistentMessages helper for non-HTTP callers. Verified with bild --test Omni/Agentd.hs and bild --test Omni/Agentd/Daemon.hs. Commit: c1a32928. Note: Servant handler code remains in Omni.Agentd.Daemon but is now unreachable from CLI entrypoints.