Commit Graph

2 Commits

Author SHA1 Message Date
clever-agent e43ca83984 fix(agents): update remaining stale agent name references
- product-builder.md: implementation-orchestrator -> implementation-pool-supervisor
- async-agent-manager.md: updated entire valid_agents list (15+ stale names)
- async-agent-monitor.md: implementation-orchestrator -> implementation-pool-supervisor
- shared/logging.md: pr-self-reviewer -> pr-reviewer
- agent-evolution-pool-supervisor.md: continuous-pr-reviewer -> pr-review-pool-supervisor
- shared/tracking_discovery_guide.md: implementation-orchestrator -> implementation-pool-supervisor
2026-04-10 16:15:43 -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