docs(guide): add Terminal Capture & Signature Triage page #209
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "docs/guide-port"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds the missing guide coverage for the terminal-capture / signature-triage layer (the screen-scraping half of Glasspane). It had no page anywhere in
docs/guide/— the only prior keyword matches were false positives (provider "signature", scheduler "heartbeat").New page
docs/guide/operate/terminal-capture.md(linked from the operate index) documents, authoritatively from the shipped code:SignatureSet(severity /next_action/invoke)COLIBRI_TERMINAL_CAPTURE,…_INTERVAL_SECS,COLIBRI_TERMINAL_WATCH,TELEGRAM_*(degrades to log-only when unset)terminal-watch/unwatch/list/history/polltmux-screenshotskill; Colibri owns capture + history + triageContinues on the kept
docs/guide-portbranch; diff vsmainis just this one page + the index link.🤖 Generated with Claude Code
Document the cross-host control-plane bridge (socat TCP on tailscale0 → colibri-daemon Unix socket): FreeBSD rc.d vs Linux systemd parity, the interface-scoped firewall gate (pf / ufw), the "tailnet boundary is the auth" security model (no socket auth; scope :9190 via Tailscale ACL), and config notes (TAILSCALE_IP_REQUIRED placeholder, socket-path parity, 0770 group). Points at packaging/{freebsd,linux}/ for install. Linked from the architecture index next to Control Plane. No real tailnet IPs (placeholders only). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>