Add missing require_relative to three worktree start test files #533
Labels
No labels
P0
P1
P2
P3
bug
create
delete
enhancement
filed-by/agent
filed-by/user
frozen
lint-rule
needs-info
needs-triage
next
plugin/cc-architect
plugin/os
plugin/os-adr
plugin/os-aidd-lint
plugin/os-backlog
plugin/os-context
plugin/os-doc-hygiene
plugin/os-sdlc
plugin/os-vault
project/cc-os
ready-for-agent
ready-for-human
recurring
review
update
waiting
wayfinder:grilling
wayfinder:map
wayfinder:map
wayfinder:research
wayfinder:task
wayfinder:task
wontfix
worklist/deviations
worklist/lint-rule
worklist/new-implement-build
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
jared/cc-os#533
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?
Context
Triage of #525 on 2026-09-08 ran the worktree CLI tests one file at a time. Three start test files fail when run alone. The user approved this ticket during triage.
Observed
The three files do not require the library they test. They pass only when a finish test in the same batch loads it first.
Reproduce
Expected
Each of the three files runs green on its own.
Origin
/triage #525, investigation agent ran each worktree test file alonerequire_relativein three start test files (source: the files) ← finish tests transitively require the start library, which masks the gap in batch runs. End:IMPROVISATION(the files were written to pass in a batch).