Decisions-settled gate ignores the blocking flag — revisit the contract #19
Labels
No labels
component:adapters
component:lifecycle
component:qa
component:setup
component:shared
component:worktrees
phase/accepted
phase/backlog
phase/deployed
phase/developing
phase/integrating
phase/planning
phase/qa
phase/requirements
phase/uat
priority:critical
priority:critical
priority:high
priority:high
priority:low
priority:low
priority:medium
priority:medium
type:bug
type:chore
type:docs
type:feature
type:infra
type:tech-debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jbr870/devwork-skills#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Observed failure
The decisions-settled gate blocks on every open Pending Decision regardless of its
blockingflag.On verity #112 that meant 12 self-answered dispositions plus a needless human round-trip before work
could continue.
Why it is not an obvious fix
The gate was made strict deliberately: tests and fixes must run against a settled in-scope set, and
"what are we fixing this round" has no answer while dispositions are open. Honouring
blocking: falsewould let a round start with its scope still moving — which is the failure the strictness prevents.
So loosening it means re-arguing the QA-loop ordering, not just reading the flag. Questions to settle:
blocking: falsemeaningful at all for ascope-disposition, or only for other decision types?what happens to the finding when it later resolves
fix-now?/developentry vs the QA round's tests stage)?Related
Pairs with the
/resolvebatch-mode issue — 13 mechanical dispositions being a blocker is what makesclearing them one-by-one painful. Fixing either reduces the pain; fixing both is the real answer. Worth
designing together.
Source: dogfood retrospective 2026-08-07, deferred backlog.
Pairs with #14 — see the note there.