feat(aterm): open the session window fullscreen rather than maximized #1356
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!1356
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/mt75-aterm-fullscreen"
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?
Kai asked for it.
fullscreenwas already a valid--start-asvalue, so this movesdefaultStartAsand leaves the flag as the way back.One thing to know before merging
kitty's
macos_traditional_fullscreendefaults tono, confirmed against the installed 0.48.2 and its shipped docs. So this is native macOS fullscreen: each window takes its own Space rather than covering the current one.With a role app per seat that is a real change in how the set behaves. Cmd-Tab still reaches each window, but every switch is a Space transition rather than a window raise.
If the Spaces are the wrong trade, the variant is one line in the launch plan:
That fills the screen and covers the menu bar without creating a Space. Say the word and I will follow up with it; I did not assume it, because "fullscreen" on a Mac normally means the native behaviour.
Test
The default had no test, so an edit could have reverted it and still passed green. The new one pins it, and I ran the negative control: it fails on
maximizedand passes onfullscreen.Verification
just aterm-test,just aterm-lint, andpre-commit run --all-filesall green.docs/aterm.mdsits at 7995 of its 8000-char cap after the one-word change (#1341).