Commit Graph

2 Commits

Author SHA1 Message Date
freemo 5ae3f87251 fix: update agents to use centralized automation-tracking-manager
CI / push-validation (push) Successful in 20s
CI / helm (push) Successful in 23s
CI / quality (push) Successful in 2m21s
CI / typecheck (push) Successful in 2m44s
CI / e2e_tests (push) Successful in 3m12s
CI / integration_tests (push) Successful in 3m58s
CI / build (push) Successful in 3m16s
CI / unit_tests (push) Successful in 4m52s
CI / lint (push) Successful in 5m11s
CI / security (push) Successful in 5m54s
CI / benchmark-regression (push) Has been skipped
CI / docker (push) Successful in 1m32s
CI / coverage (push) Successful in 10m26s
CI / status-check (push) Successful in 1s
CI / benchmark-publish (push) Successful in 1h13m35s
- Fixed issue where agents were adding future cycle comments to old tracking issues
- Updated 12 agent definitions to use automation-tracking-manager subagent
- Removed custom tracking functions from all agents
- Ensures one tracking issue per cycle with proper cleanup
- Added helper scripts for tracking system updates
- Created comprehensive update summary documentation

This prevents agents from incorrectly reporting multiple cycles on the same
tracking issue and ensures consistent tracking behavior across all agents.
2026-04-09 11:38:30 -04:00
freemo e5f75c5c83 refactor: remove parallelism cap and backpressure throttling
ci.yml / refactor: remove parallelism cap and backpressure throttling (push) Failing after 0s
- Remove maximum cap (16) on CA_MAX_PARALLEL_WORKERS in resources.yaml
  - Can now be set to any positive value (32, 64, etc.)
  - Only minimum validation remains (must be > 0)

- Remove dynamic backpressure/throttling from implementation-orchestrator
  - Dispatch always runs at full configured speed
  - Resource monitoring remains for visibility only
  - No automatic reduction of slots_available based on failures

- Convert system-watchdog from auto-degradation to monitoring + suggestions
  - Renamed DEGRADATION_THRESHOLDS to HEALTH_THRESHOLDS
  - Removed apply_system_degradation() and check_degradation_recovery()
  - Changed findings to include suggestions instead of actions
  - Watchdog now reports issues with fix recommendations
  - No automatic throttling or pausing of agents

The system now operates at maximum configured speed at all times,
with the watchdog providing diagnostic insights when issues arise.
2026-04-07 01:13:27 -04:00