status --read --checklist/--ac-scan default --stage to the entity's current stage (drop the required-flag round-trip)#476
Merged
clkao merged 1 commit intoJul 6, 2026
Conversation
…current status Collapses the two-call round-trip (status --fields status, then re-issue with --stage) into one: --stage now defaults to the resolved file's frontmatter status when omitted, resolved once in runReadGate before mode dispatch, so it applies uniformly to --checklist/--ac-scan and text/--json. Explicit --stage is unchanged. Both fail-loud cases are named transparently: no Stage Report for the defaulted stage, and no status field to default from.
Contributor
Journey cost delta
|
Collaborator
Author
|
Merging with codex-live red under explicit captain waiver (2026-07-07): same brittle-oracle flap red on unchanged main (codex_live_runner_test.go:42; see task 3v — the spike proved green/red transcripts are structurally identical and the signal is phrasing-keyed; repair deferred to the codex-side FO). All other lanes green: claude-live (sonnet+opus), pi-live, build, installs, offline. This diff is internal/status read-path + tests + one docs cell. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Drops the
--stageround-trip on the FO's hottest gate-prep read:status --read <entity> --checklist/--ac-scannow default to the entity's current stage.What changed
--stageto the entity's frontmatterstatuswhen omitted, resolved once inrunReadGate--stage <name>selecting any non-current stage's reportspacedock statuscellEvidence
go test ./internal/status -count=1green (uncached); 5/5 ACs reproduced live against real entities, byte-parity omitted-vs-explicit in both flags × both output modestv