Commit 4a87b2c
Senior Platform Engineer
fix: reset gateBlockCount on deliverableType change
Root cause: gateBlockCount was only reset when assignee or status
changed, but NOT when deliverableType changed. When agents patched
deliverableType to fix missing verification gates (e.g. setting
deliverable_type_required), the gateBlockCount kept incrementing
without reset — causing agents to be skipped on subsequent wakeups.
Fix:
- Add deliverableType to updateIssueSchema so it can be patched via API
- Add gateBlockCount reset when deliverableType changes (mirrors existing
resets for assignee and status changes)
DLD-34651 parent 97569f8 commit 4a87b2c
2 files changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2819 | 2819 | | |
2820 | 2820 | | |
2821 | 2821 | | |
| 2822 | + | |
| 2823 | + | |
| 2824 | + | |
| 2825 | + | |
| 2826 | + | |
| 2827 | + | |
| 2828 | + | |
2822 | 2829 | | |
2823 | 2830 | | |
2824 | 2831 | | |
| |||
0 commit comments