fix(audit-b3): add open-load cap enforcement script (implements #498) #982

Merged
Rockachopa merged 3 commits from step35/498-audit-b3-build-open-load-cap into main 2026-05-05 12:54:19 +00:00

3 Commits

Author SHA1 Message Date
STEP35 Burn Agent
6b729326ad perf(audit-b3): parallelize unassignment for timely live run
Some checks failed
Agent PR Gate / gate (pull_request) Failing after 1m3s
Self-Healing Smoke / self-healing-smoke (pull_request) Failing after 21s
Smoke Test / smoke (pull_request) Failing after 25s
Agent PR Gate / report (pull_request) Successful in 20s
Uses ThreadPoolExecutor (12 workers) to complete full cap enforcement
within subprocess timeout. Adds progress logging every 50 tasks.
2026-04-30 03:19:07 -04:00
STEP35 Burn Agent
6af101c953 fix(audit-b3): add open-load cap enforcement script
Some checks failed
Agent PR Gate / gate (pull_request) Failing after 32s
Self-Healing Smoke / self-healing-smoke (pull_request) Failing after 14s
Smoke Test / smoke (pull_request) Failing after 29s
Agent PR Gate / report (pull_request) Successful in 21s
Implements timmy-home #498 / AUDIT-B3.

- Adds timmy-config/bin/load_cap_enforcer.py
- Scans timmy-home, timmy-config, the-nexus, hermes-agent
- Enforces configurable per-agent open-issue cap (default 25)
- Unassigns oldest overflow issues, posts standard comment
- Generates Agent|Before|After|Unassigned summary table
- Supports --dry-run and --output; can post summary to #495

Closes #498
2026-04-30 03:12:03 -04:00
STEP35 Burn Agent
af47d7a305 fix(audit-b3): add open-load cap enforcement script
Implements timmy-home #498 / AUDIT-B3.

- Adds timmy-config/bin/load_cap_enforcer.py
- Scans timmy-home, timmy-config, the-nexus, hermes-agent
- Enforces configurable per-agent open-issue cap (default 25)
- Unassigns oldest overflow issues, posts standard comment
- Generates Agent|Before|After|Unassigned summary table
- Supports --dry-run and --output; can post summary to #495

Run sequence:
  1. python timmy-config/bin/load_cap_enforcer.py --dry-run
  2. python timmy-config/bin/load_cap_enforcer.py --comment-on 495

Closes #498
2026-04-30 02:47:08 -04:00