Description
Classify each agent spawn point in the pipeline as critical (blocks pipeline) or advisory (pipeline can continue without). For advisory agents (comment classifier, board sync, diagnostic logger), failures should log a warning and continue. For critical agents (executor, verifier), failures should trigger retry/fallback before marking the issue as failed. Add criticality annotations to each Task() spawn in mgw:run.
Acceptance Criteria
Milestone Context
- Milestone: v8 — Agent Reliability & Failure Recovery
- Phase: Phase 45: Retry Policies & Fallback Strategies
- GSD Route: plan-phase
Dependencies
implement-configurable-retry-policy-engine
Description
Classify each agent spawn point in the pipeline as critical (blocks pipeline) or advisory (pipeline can continue without). For advisory agents (comment classifier, board sync, diagnostic logger), failures should log a warning and continue. For critical agents (executor, verifier), failures should trigger retry/fallback before marking the issue as failed. Add criticality annotations to each Task() spawn in mgw:run.
Acceptance Criteria
Milestone Context
Dependencies
implement-configurable-retry-policy-engine