trail-boss/docs
jedarden 270d908181 docs(tb-2tc5): design normalized event API endpoint for tmux adapter
Add POST /event/normalized endpoint that accepts pre-normalized stuck/unstuck/
registered/ended events directly from harness-agnostic adapters.

Decision rationale:
- Keeps adapter layer clean — adapters emit normalized events directly
- Avoids coupling non-Claude sources to Claude-specific data structures
- The normalized contract is already the internal model — we expose it directly

Event schema matches daemon/types.ts NormalizedEvent union type.

This enables the tmux detector to post events without wrapping them in
Claude hook format, making the adapter layer harness-agnostic.
2026-07-02 23:10:27 -04:00
..
notes docs(tb-2tc5): design normalized event API endpoint for tmux adapter 2026-07-02 23:10:27 -04:00
plan docs(tb-25t): mark Open question 1 as RESOLVED with tmux detector verdict 2026-07-02 11:33:27 -04:00
research docs(tb-1p2a): add tmux detector test results and analysis to research/decisions.md 2026-07-02 19:02:54 -04:00