julianknutsen
ea8bef2029
refactor: unify agent startup with Manager pattern
...
- Create mayor.Manager for mayor lifecycle (Start/Stop/IsRunning/Status)
- Create deacon.Manager for deacon lifecycle with respawn loop
- Move session.Manager to polecat.SessionManager (clearer naming)
- Add zombie session detection for mayor/deacon (kills tmux if Claude dead)
- Remove duplicate session startup code from up.go, start.go, mayor.go
- Rename sessMgr -> polecatMgr for consistency
- Make witness/refinery SessionName() public for status display
All agent types now follow the same Manager pattern:
mgr := agent.NewManager(...)
mgr.Start(...)
mgr.Stop()
mgr.IsRunning()
mgr.Status()
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-06 22:32:35 -08:00
..
2026-01-01 18:58:56 -08:00
2026-01-01 18:58:56 -08:00
2026-01-05 00:42:24 -08:00
2026-01-03 16:11:55 -08:00
2026-01-06 13:00:46 -08:00
2026-01-03 16:11:55 -08:00
2026-01-03 16:11:55 -08:00
2026-01-01 18:53:39 -08:00
2026-01-05 06:58:46 +01:00
2026-01-05 06:58:46 +01:00
2026-01-05 00:21:42 -08:00
2026-01-03 21:37:05 +01:00
2026-01-06 19:13:14 -08:00
2026-01-04 13:17:39 -08:00
2026-01-06 19:13:14 -08:00
2026-01-04 14:01:02 -08:00
2026-01-06 21:44:04 -08:00
2026-01-06 19:11:58 -08:00
2026-01-03 21:37:05 +01:00
2026-01-04 15:30:57 -05:00
2026-01-03 11:49:42 -08:00
2026-01-03 16:23:44 -08:00
2026-01-06 19:11:58 -08:00
2026-01-05 00:42:24 -08:00
2026-01-01 18:54:36 -08:00
2026-01-06 19:04:29 -08:00
2026-01-03 21:37:05 +01:00
2026-01-06 12:59:37 -08:00
2026-01-06 20:32:02 -08:00
2026-01-04 00:17:37 -08:00
2026-01-03 16:11:55 -08:00
2026-01-03 16:11:55 -08:00
2026-01-03 16:12:27 -08:00
2026-01-06 20:32:02 -08:00
2026-01-04 19:46:27 -08:00
2026-01-03 16:11:55 -08:00
2026-01-06 21:44:05 -08:00
2026-01-04 23:13:03 -08:00
2026-01-04 23:13:03 -08:00
2026-01-06 21:44:05 -08:00
2026-01-03 16:11:55 -08:00
2026-01-02 00:22:17 -08:00
2026-01-03 16:11:55 -08:00
2026-01-06 22:32:35 -08:00
2026-01-03 21:00:00 -08:00
2026-01-03 21:00:00 -08:00
2026-01-05 19:39:57 -08:00
2026-01-01 18:58:56 -08:00
2026-01-03 16:11:55 -08:00
2026-01-05 19:39:57 -08:00
2026-01-03 16:11:55 -08:00
2026-01-02 17:18:27 -08:00
2026-01-02 17:18:27 -08:00
2026-01-06 13:09:32 -08:00
2026-01-01 18:56:35 -08:00
2026-01-01 18:54:36 -08:00
2026-01-05 00:42:24 -08:00
2026-01-03 16:11:55 -08:00
2026-01-01 19:16:06 -08:00
2026-01-04 15:16:56 -08:00
2026-01-03 21:37:05 +01:00
2026-01-03 16:11:55 -08:00
2026-01-06 22:32:35 -08:00
2026-01-06 22:32:35 -08:00
2026-01-03 21:53:30 -08:00
2026-01-06 21:44:05 -08:00
2026-01-02 18:25:15 -08:00
2026-01-01 19:11:04 -08:00
2026-01-06 20:40:40 -08:00
2026-01-06 20:43:27 -08:00
2026-01-05 07:23:06 -08:00
2026-01-06 20:41:01 -08:00
2026-01-06 22:32:35 -08:00
2026-01-06 21:44:05 -08:00
2026-01-06 22:32:35 -08:00
2026-01-04 20:53:17 -05:00
2026-01-06 20:32:02 -08:00
2026-01-06 22:32:35 -08:00
2026-01-06 19:10:43 -08:00
2026-01-06 20:32:02 -08:00
2026-01-05 00:42:24 -08:00
2026-01-05 21:18:15 -08:00
2026-01-06 22:32:35 -08:00
2026-01-06 22:32:35 -08:00
2026-01-01 16:01:28 -08:00
2026-01-03 16:11:55 -08:00
2026-01-03 14:33:24 -08:00
2026-01-03 16:11:55 -08:00
2026-01-06 20:32:02 -08:00
2026-01-06 22:32:35 -08:00
2026-01-05 00:51:00 -08:00
2026-01-06 13:33:20 -08:00
2026-01-06 12:59:49 -08:00