# Execution Backlog ## Package A: Architecture Freeze - [x] runtime ADR - [x] storage ADR - [x] event stream ADR - [x] worker transport ADR - [x] policy evaluation ADR - [x] event taxonomy ADR - [x] model fallback ADR - [x] domain model - [x] state machines - [x] storage schema draft - [x] internal interfaces - [x] error model - [x] execution model ## Package B: Core Hardening - [x] graph scheduler service - [x] node runner abstraction - [x] reviewer contract - [x] finalizer contract - [x] resume/cancel use cases - [x] idempotency policy - [x] retry policy matrix ## Package C: Persistence - [x] SQLAlchemy models - [x] repositories for PostgreSQL/SQLite - [x] migrations - [x] artifact metadata persistence - [x] event store queries with pagination ## Package D: Integrations - [x] model router providers - [x] MCP transport adapter - [x] worker WebSocket gateway - [x] heartbeat monitor - [x] capability-aware dispatch ## Package E: Delivery - [x] typed worker registration schema - [x] task event DTO normalization - [ ] confirmation cards - [x] progress cards - [ ] artifact cards - [x] error cards ## Package F: Validation - [x] contract tests - [x] scenario tests - [x] smoke suite - [ ] static checks in CI