feat(skills): add tooling-aterm-splitscreen #1432
No reviewers
Labels
No labels
burndown-2026-06
burndown-2026-08
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agentic-os!1432
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/vg79"
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?
Splitting an aterm session and drawing into the new pane needs three facts that none of the surfaces involved will tell you.
The agent has no controlling terminal, so
/dev/ttyfails withdevice not configuredand kitty remote control over$KITTY_LISTEN_ONis the only transport. The tab layout rather than any launch flag decides which side the new pane lands on, sofatputs it below andtallputs it right. Andkitten icatis contain-only, with no crop option and--scale-upgated behind--place, so filling a pane edge to edge means reading the pane's own pty pixel size and cover-cropping before the draw.The creature plate places the role art at 60% of the window width, top right, which is exactly where a tall split puts the new pane. The skill therefore carries the recompose and the restore together, rather than leaving a session with its background moved.
Three files: a thin router plus references for the pane image recipe and the plate. Full pre-commit suite passes at exit 0.
Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com