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> |
||
|---|---|---|
| .. | ||
| tmux-adapter | ||
| claude-adapter.ts | ||
| db.ts | ||
| index.ts | ||
| reconcile.ts | ||
| schema.sql | ||
| tmux-detector.ts | ||
| types.ts | ||