statusline tests fail on any host that has a live projection #315
Labels
No labels
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/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agent-compose#315
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Three tests in
internal/statuslineassume the machine running them has no agent-compose projection, so they fail on a developer host that does. Confirmed pre-existing: they fail identically on a cleanorigin/mainworktree with no local changes.The tests read the real projection rather than a fixture root, so "without a projection" is a property of the host instead of the test.
just testis therefore red on any host where the agent is itself composed, which is most of them.Fix is to point the suppression path at a
t.TempDir()root, or inject the projection lookup, so the test controls the precondition it names.Found while landing #312. Not caused by that change.