Commit graph

3 commits

Author SHA1 Message Date
Natalie
2d3777a7d0 fix(@projects/@claire): 🐛 claire-agent KillMode=process so redeploys don't kill workers
Default control-group KillMode meant restarting claire-agent.service (every
deploy) SIGTERMed the whole cgroup, silently killing the live worker claude/tmux
sessions the agent had spawned (next-tour-planner lost on 2026-06-02). KillMode=
process signals only `claire agent run`; panes survive and the fresh agent
re-discovers them via pull. Note: takes effect from the NEXT restart (a unit's
stop phase uses the KillMode it was started under).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-02 23:25:43 -07:00
Natalie
7492a4d4dd feat(@projects/@claire): add rclaude path check in supervisor
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-01 00:46:25 -06:00
Natalie
2a2e99ab2b feat(@projects/@claire): add systemd agent deployment
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-31 18:23:18 -06:00