You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[finding] Merge-queue membership is not readable from refs: gh-readonly-queue/* can be absent while the PR IS queued — the decisive probes are the update-branch refusal and the merge-call 405 #12873
R9 spec-seat close-out finding (session session_01JvjTCjJQn9zSTXEhUKgT7s, 2026-08-28). Recording only — unassigned. Destination when graded: a row in .claude/skills/pm-dispatch/references/platform-readings.md.
git ls-remote 'refs/heads/gh-readonly-queue/*' answers about queue BUILDS, not queue MEMBERSHIP. PR feat(spec): retire preview mode — the RuntimeMode 'preview' value and the whole PreviewModeConfig block #12718 showed no pr-12718 ref while a subsequent update_pull_request_branch was refused with "Branches that are queued for merging cannot be updated" and a merge_pull_request call answered 405 Pull Request is in the merge queue — both decisive positives with zero refs visible. Reading "no ref ⇒ not queued" produced one wasted diagnostic round this shift before the correction.
enable_pr_auto_merge has two response shapes and only one is an action. A response carrying a real method/enabled at timestamp = the PR was armed. The empty-field shape (method: , enabled at )) = no-op (observed on PRs already clean/armed); it is NOT proof of anything. The decisive read in that state is the merge-call probe: 405 "in the merge queue" = queued; 405 "Merge commits are not allowed" = not queued, use auto-merge/queue instead.
"Queue membership has NO reliable positive ref signal. Positive probes, in order of cheapness: (a) update_pull_request_branch → 'queued branches cannot be updated' refusal; (b) merge_pull_request → 405 'Pull Request is in the merge queue'. ls-remote gh-readonly-queue/* is only meaningful when a ref IS present (a build is running). enable_pr_auto_merge empty-field response is a no-op, not a confirmation."
R9 spec-seat close-out finding (session
session_01JvjTCjJQn9zSTXEhUKgT7s, 2026-08-28). Recording only — unassigned. Destination when graded: a row in.claude/skills/pm-dispatch/references/platform-readings.md.What was measured (twice, on PR #12718; re-confirmed on #12854/#12737/#12837/#12838/#12849/#12848/#12863/#12839 landings)
git ls-remote 'refs/heads/gh-readonly-queue/*'answers about queue BUILDS, not queue MEMBERSHIP. PR feat(spec): retire preview mode — the RuntimeMode 'preview' value and the whole PreviewModeConfig block #12718 showed nopr-12718ref while a subsequentupdate_pull_request_branchwas refused with "Branches that are queued for merging cannot be updated" and amerge_pull_requestcall answered405 Pull Request is in the merge queue— both decisive positives with zero refs visible. Reading "no ref ⇒ not queued" produced one wasted diagnostic round this shift before the correction.enable_pr_auto_mergehas two response shapes and only one is an action. A response carrying a realmethod/enabled attimestamp = the PR was armed. The empty-field shape (method: , enabled at )) = no-op (observed on PRs already clean/armed); it is NOT proof of anything. The decisive read in that state is the merge-call probe: 405 "in the merge queue" = queued; 405 "Merge commits are not allowed" = not queued, use auto-merge/queue instead.MERGE_CONFLICT(measured: feat(spec): retire preview mode — the RuntimeMode 'preview' value and the whole PreviewModeConfig block #12718 kicked when Bind published response contracts for the 17 unbound client-SDK methods; retire the false PackageRollbackResponseSchema (#12038, ruling 1C·2C·3A·4A·5A) #12848 landed ahead, both writingmigrations/registry.tsstep-18 tables) orCI_FAILURE(measured: feat(spec): retire preview mode — the RuntimeMode 'preview' value and the whole PreviewModeConfig block #12718 kicked by the governed-guard merge_group leg while it had zero APPROVED reviews).Suggested row shape
"Queue membership has NO reliable positive ref signal. Positive probes, in order of cheapness: (a)
update_pull_request_branch→ 'queued branches cannot be updated' refusal; (b)merge_pull_request→ 405 'Pull Request is in the merge queue'.ls-remote gh-readonly-queue/*is only meaningful when a ref IS present (a build is running).enable_pr_auto_mergeempty-field response is a no-op, not a confirmation."