fix: make issue-thread backpressure tracker-aware #1214
No reviewers
Labels
No labels
burndown-2026-06
pressure-test
sunday-sprint
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/ward!1214
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-1213"
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?
tracker-aware repo backpressure now carries the issue ref instead of rebuilding authority from owner/repo, so issue-thread capacity checks stay aligned with the tracked tracker and explicit unsupported trackers fall back safely.
closes #1213
ward.workflow: pull-request-and-merge
WARDED_WORKFLOW review-note
verdict: block
confidence: high
summary: The implementation carries
agentIssueRefinto repo backpressure and avoids the old direct Forgejo client for the tested Shortcut path, but it does not satisfy the explicit cross-tracker test contract from ward#1213. The PR should not merge until GitHub and GitLab refs are covered too.findings:
file: cmd/ward/agent_capacity_test.go
line: 416
problem: The new non-Forgejo backpressure coverage only exercises
trackerShortcut. The issue acceptance criteria requires proving the issue-thread capacity path does not call the Forgejo client for GitHub, GitLab, and Shortcut refs.impact: A later change could regress GitHub or GitLab dispatch backpressure back to Forgejo authority while this test suite still stays green, preserving the exact multi-node issue-authority bug this issue was filed to remove.
conclusion: Review blocks PR 1214 pending explicit GitHub and GitLab backpressure tests alongside the Shortcut case. The code shape looks close, but the safety claim is cross-tracker and the current tests only prove one non-Forgejo tracker.
coilyco-ops referenced this pull request2026-07-13 23:37:49 +00:00