Source: docs/development/task-backlog.md
Milestone: Phase 5: Runtime Adapters and Task Execution
AD-501: Define Runtime Adapter Interface
Goal: Decouple task orchestration from specific CLIs.
Files:
- Create
packages/runtime-adapters/src/execution/runtime-adapter.ts
- Create
packages/runtime-adapters/src/execution/task-events.ts
- Create tests for adapter contracts
Tasks:
Acceptance Criteria:
- Codex, Claude, and shell execution can share one orchestration interface.
Source:
docs/development/task-backlog.mdMilestone:
Phase 5: Runtime Adapters and Task ExecutionAD-501: Define Runtime Adapter Interface
Goal: Decouple task orchestration from specific CLIs.
Files:
packages/runtime-adapters/src/execution/runtime-adapter.tspackages/runtime-adapters/src/execution/task-events.tsTasks:
executeTask,cancelTask, andgetCapabilities.feat: define runtime adapter interface.Acceptance Criteria: