852 B
852 B
Created
Created by tickets.sh create.
Decision
Decision note:
ListVisiblePodsshould be folded intoListPodsrather than kept as a separate tool.InspectPodis not needed as an LLM-facing tool;ListPodsshould provide enough state/detail, and action should go through restore/send/read/stop tools.AttachOrRestorePodshould becomeRestorePod. The current "attach" branch only observes an already-live socket and returns status/socket data; it does not mean a persistent attachment or comm-registry materialization, so the name is misleading.- If deeper semantics are needed later, define them explicitly as comm-registration/materialization rather than using "attach" implicitly.