test(resolve): fix stale compose_file fixture that reddens main after #49+#46 merge #62

Merged
dan-claude-bot merged 1 commit from fix/stale-compose-fixture into main 2026-07-14 22:49:36 +00:00
dan-claude-bot commented 2026-07-14 22:46:07 +00:00 (Migrated from github.com)

main is red after merging #52 (#49) and #54 (#46). Both were cut from the same base commit, so neither's CI could see the other. #49 added a parse-time refinement that compose_file must be an absolute path; #46 added a test in resolve.test.ts whose inline manifest still used the pre-refinement value docker-compose.yaml. Merged together, that fixture now fails the refinement.

One character: docker-compose.yaml/docker-compose.yaml. No product code changes; #46's warning and #49's rule are both untouched and still asserted by their own tests.

Verified: npm run check && npm run build && npm test322/322 green on this branch.

Merge this before the remaining five PRs (#55/#56/#58/#59/#61) — each carries the same stale fixture from the same base and I'll correct it in their rebases.

**main is red after merging #52 (#49) and #54 (#46).** Both were cut from the same base commit, so neither's CI could see the other. #49 added a parse-time refinement that `compose_file` must be an absolute path; #46 added a test in `resolve.test.ts` whose inline manifest still used the pre-refinement value `docker-compose.yaml`. Merged together, that fixture now fails the refinement. One character: `docker-compose.yaml` → `/docker-compose.yaml`. No product code changes; #46's warning and #49's rule are both untouched and still asserted by their own tests. Verified: `npm run check && npm run build && npm test` → **322/322 green** on this branch. Merge this before the remaining five PRs (#55/#56/#58/#59/#61) — each carries the same stale fixture from the same base and I'll correct it in their rebases.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: heavy-duty/cast#62
No description provided.