Honor brokered override-capacity at repo limit #1355

Merged
coilyco-ops merged 1 commit from issue-1347 into main 2026-07-15 08:32:47 +00:00
Member

This fixes brokered engineer dispatch so --override-capacity reaches the host repo-capacity gate instead of being ignored there. The host check now treats capacity override as a one-shot bypass at the repo ceiling, matching the existing global-capacity behavior and emitting a visible warning/note when it is used.

  • forwards --override-capacity through brokered engineer argv
  • honors the flag in repo-working backpressure, with a refusal once the repo is already past the ceiling
  • adds focused tests for broker propagation and repo-limit override semantics

Test notes: go test ./cmd/ward

closes #1347
ward.workflow: pull-request-and-merge

This fixes brokered engineer dispatch so `--override-capacity` reaches the host repo-capacity gate instead of being ignored there. The host check now treats capacity override as a one-shot bypass at the repo ceiling, matching the existing global-capacity behavior and emitting a visible warning/note when it is used. - forwards `--override-capacity` through brokered engineer argv - honors the flag in repo-working backpressure, with a refusal once the repo is already past the ceiling - adds focused tests for broker propagation and repo-limit override semantics Test notes: `go test ./cmd/ward` closes #1347 ward.workflow: pull-request-and-merge
Honor brokered override-capacity at repo limit
All checks were successful
test / test (pull_request) Successful in 1m3s
88f37cfa75
Sign in to join this conversation.
No description provided.