feat(control-plane): Unix socket + send verb (spine) #63
No reviewers
Labels
No labels
epic
in-review
ready-for-agent
ready-for-human
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
weiwen/evie!63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "sandcastle/issue-57"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
evie daemonsubcommand — runs Telegram/HTTP interfaces plus a Control Plane Unix socket at<config-dir>/evie.sock(mode 0600)evie send <chat_id> <text>CLI — connects to the daemon socket, delivers verbatim text to a Telegram chat (nopi), printsokor an errorsrc/control_plane.rsmodule with JSON-lines protocol over Unix socket,ControlRequest/ControlResponseserde types,ControlPlanelistener +connect_and_requestclient helperChatId::from_str(parsestg-123456789/api-alicedisplay strings back to the enum)nixos/module.nixupdated:ExecStartnow usesevie daemonThis is the spine for epic #55 — subsequent issues (58 prompt+query, 59 run, 60 schedules, 61 agent integration) all build on this socket infrastructure.
Test plan
just fmtpassesjust checkpasses — 140 tests, 0 failed (14 new: 7chat_idFromStr + 6control_planeunit + 2 socket integration)socket_pathderivesevie.sockadjacent to configControlRequestJSON round-trip via tagged serde enumnixos/module.nixusesevie daemonCloses #57
🤖 Generated with Claude Code