remove built-in tmux observer (migrated to solstone-tmux external package)
The standalone tmux observer (observe/tmux/) has been extracted to the
solstone-tmux package which runs as its own systemd user service.
- Delete observe/tmux/ directory (observer.py, capture.py, __init__.py)
- Remove tmux-observer from CLI registry and help groups in sol.py
- Remove tmux-observer launch/shutdown blocks from supervisor
- Update --observers flag: default "linux" (was "linux,tmux"), remove tmux from valid set
- Simplify shutdown filters to string equality (single observer)
- Update tests to match single-observer behavior
- Note in docs/OBSERVE.md that standalone tmux capture uses solstone-tmux