trail-boss/daemon
jedarden 7f1fb6dd29 feat(tb-1sz9): complete tmux-level stuck detector poller
Add main.go entry point for Go tmux adapter and complete documentation.

The tmux-level detector watches opted-in panes and emits stuck/unstuck
events to the daemon's /event/normalized endpoint using the normalized
event contract.

Changes:
- Add daemon/tmux-adapter/main.go - Go entry point with signal handling
- Fix daemon/tmux-adapter/tmux.go - remove unused time import
- Add notes/tb-1sz9.md - comprehensive implementation documentation

Two implementations exist:
1. TypeScript (daemon/tmux-detector.ts) - primary, uses @tb- title prefix
2. Go (daemon/tmux-adapter/) - alternative, uses @trailboss-monitor option

Acceptance criteria met:
- Code exists and is documented
- Can detect stuck state in tmux panes
- Submits events to daemon endpoint using normalized format

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-02 23:18:58 -04:00
..
tmux-adapter feat(tb-1sz9): complete tmux-level stuck detector poller 2026-07-02 23:18:58 -04:00
claude-adapter.ts feat(trail-boss): commit phase 3 daemon code (previously untracked) 2026-05-25 22:57:51 -04:00
db.ts feat(reconcile): implement stuck-direction reconcile for dropped Stop events 2026-07-02 08:45:26 -04:00
index.ts docs(tb-2tc5): design normalized event API endpoint for tmux adapter 2026-07-02 23:10:27 -04:00
reconcile.ts feat(reconcile): implement stuck-direction reconcile for dropped Stop events 2026-07-02 08:45:26 -04:00
schema.sql feat(trail-boss): commit phase 3 daemon code (previously untracked) 2026-05-25 22:57:51 -04:00
tmux-detector.ts docs(tb-4wur): document normalized event schema for stuck/unstuck 2026-07-02 22:17:40 -04:00
types.ts docs(tb-4wur): document normalized event schema for stuck/unstuck 2026-07-02 22:17:40 -04:00