Dogfooding Finding — Adversarial Stress Test
Discovered by: Hephaestus (parallel `ag run` stress test, #3846)
Severity: P3 (enhancement)
Description
When launching 3 parallel `ag run` sessions, each creates an independent CC session that competes for the same CC rate limit. There is no coordination, backoff, or queueing between Aegis-managed sessions.
Expected
- Aegis should be aware of active sessions and their CC usage
- When approaching rate limits, new sessions should queue or warn
- Optional: a `--concurrency` flag to limit parallel CC sessions
Actual
All 3 sessions fire independently. When the rate limit is hit, each session discovers it independently and fails with no coordination.
Environment
- Aegis v0.6.7
- 3 concurrent `ag run` sessions
Dogfooding Finding — Adversarial Stress Test
Discovered by: Hephaestus (parallel `ag run` stress test, #3846)
Severity: P3 (enhancement)
Description
When launching 3 parallel `ag run` sessions, each creates an independent CC session that competes for the same CC rate limit. There is no coordination, backoff, or queueing between Aegis-managed sessions.
Expected
Actual
All 3 sessions fire independently. When the rate limit is hit, each session discovers it independently and fails with no coordination.
Environment