feat: cross-host tmux screenshot capture + daemon integration #238
No reviewers
Labels
No labels
doctor-fix
first-proof blocker
hardening
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: clawdie/colibri#238
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/screenshot-auto-capture"
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?
Summary
Enables cross-host tmux pane screenshots in the Colibri cost-to-proof pipeline. The daemon can now capture a remote agent's tmux pane (e.g. on domedog) and render it to PNG for the dashboard's ▸ proof lightbox.
Changes
tmux-screenshot.py--hostflag for SSH remote pane capture (ssh domedog tmux capture-pane ...)--uuidflag for caller-controlled filenames (daemon passes its own UUID)capture_hostmetadata field for cross-host provenancedaemon.rs—maybe_capture_screenshot()COLIBRI_SCREENSHOT_TMUX_TARGET=domedog:=1:2triggers tmux modeCOLIBRI_SCREENSHOT_SCRIPT(default:.agent/skills/tmux-screenshot/tmux-screenshot.py)COLIBRI_SCREENSHOT_CMDfallback unchangedSKILL.mdVerification
Gates
cargo fmt --all --check✅cargo clippy --workspace --all-targets -- -D warnings✅cargo test --workspace— 312 passed ✅Pull request closed