consolidate/complete gates: blockedBy external/out-of-reach rows do not block - #8
Open
dywongcloud wants to merge 1 commit into
Open
consolidate/complete gates: blockedBy external/out-of-reach rows do not block#8dywongcloud wants to merge 1 commit into
dywongcloud wants to merge 1 commit into
Conversation
…ot block The served PLAN/VERIFY prose sanctions 'status: pending + blockedBy: [external, ...]' as the ONLY correct resting state for genuinely outside-session blockers (user-only billing actions, upstream bugs) and the false-completion rule forbids resolving such rows. But prd_has_open_items() counted every open row, so a session with ALL in-reach work done, tree clean+pushed, and only external rows left wedged forever in an unresolvable gate loop -- live-witnessed as 11+ identical consolidate-gate denials across two sessions, with the externals freshly re-verified each pass (CI dying pre-step on account billing; a paid quota at -1; an open upstream issue). An open row now blocks only when it is REACHABLE: rows whose blockedBy carries 'external' or 'out-of-reach' (case-insensitive) are exempt. Gate message + predicate description updated to say so. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WjfHAjYisCpP5Tc2DpHra8
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.
The served PLAN/VERIFY prose sanctions
status: pending + blockedBy: [external, ...]as the only correct resting state for genuinely outside-session blockers, and the false-completion rule forbids resolving such rows — butprd_has_open_items()counts every open row, so a session with all in-reach work done, tree clean+pushed, and only external rows left wedges forever in an unresolvable CONSOLIDATE/COMPLETE gate loop (live-witnessed: 11+ identical denials across two sessions, externals freshly re-verified each pass).An open row now blocks only when it is REACHABLE: rows whose
blockedBycarriesexternalorout-of-reach(case-insensitive) are exempt. Gate message + predicate description updated to match.cargo check --target wasm32-wasip1clean.🤖 Generated with Claude Code
https://claude.ai/code/session_01WjfHAjYisCpP5Tc2DpHra8