docs(agents): a red PR is the next unit of work, and check the workspace #24
Reference in New Issue
Block a user
Delete Branch "fix/loop-verify-own-pr"
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?
Two gaps the first post-migration decoder iteration exposed. Both are the same shape: the loop ends before it can observe its own result.
1 · Nothing brings an agent back to its own red PR. Step 1 read notifications; it never looked at the agent's open PRs. The decoder opened #23, labelled #8
state/needs-human, and stopped — correctly, per the brief. #23 is red, and the agent's stated plan for its next firing was to start a new question on top of it.2 ·
cargo build -p sylpheed-cliwas accepted as "the merge is resolved". The conflict was insylpheed-cli. The breakage is insylpheed-viewer, which neither side of the merge edited: this branch added aComposeOptionsfield,mainhad a literal construction of it. Nothing in the conflict pointed at the file that broke.Both briefs get both changes — the Port merges
origin/mainon the same step and has the same exposure.Confirmed against the real case:
cargo check --workspace --all-targetsonauto/frame-blend-draw-pathafter themainmerge found exactly thesylpheed-viewer/ComposeOptions::atbreak this PR describes, invisible tocargo build -p sylpheed-cli. Fixed in #23 (7c5a4a6) by matching the field'sdocumented default (
at: None) rather than touching Explorer behavior.One data point in favor of landing this guidance as written.