Correct launch pre-flight seed reservation re-check status #1424

Merged
coilyco-ops merged 2 commits from issue-1417 into main 2026-07-15 12:19:30 +00:00
Member

The launch pre-flight seed now tells the truth about the reservation re-check at construction time. Instead of claiming a future pass, it marks the re-check deferred, which keeps both the normal launch path and --skip-preflight honest.

  • What changed: moved the launch seed wording from passed to deferred and pinned that behavior in tests.
  • Why: the launched agent should not see a re-check result that has not happened yet.
  • Tests: go test ./...

closes #1417
ward.workflow: pull-request-and-merge

The launch pre-flight seed now tells the truth about the reservation re-check at construction time. Instead of claiming a future pass, it marks the re-check deferred, which keeps both the normal launch path and `--skip-preflight` honest. - What changed: moved the launch seed wording from `passed` to `deferred` and pinned that behavior in tests. - Why: the launched agent should not see a re-check result that has not happened yet. - Tests: `go test ./...` closes #1417 ward.workflow: pull-request-and-merge
Correct launch pre-flight seed re-check status (#1417)
Some checks failed
test / test (pull_request) Failing after 33s
5b969fabb1
Author
Member

Forgejo PR check failed on go test for commit 5b969fabb19c22c202213ff2a25875339520e6a4 (run 8531 / job 14285).

I reproduced the repo checks locally with make vet, make test, and make lint; they all pass here, so this looks like a runner/transient mismatch rather than a code regression. I am retriggering the PR workflow with a fresh push to confirm.

Forgejo PR check failed on `go test` for commit `5b969fabb19c22c202213ff2a25875339520e6a4` (run 8531 / job 14285). I reproduced the repo checks locally with `make vet`, `make test`, and `make lint`; they all pass here, so this looks like a runner/transient mismatch rather than a code regression. I am retriggering the PR workflow with a fresh push to confirm.
chore: retrigger PR #1417 checks
All checks were successful
test / test (pull_request) Successful in 50s
bf85adf851
Sign in to join this conversation.
No description provided.