Summary
Implement the MVP local-development orchestration command for supported generated projects.
Scope
- register
dev command;
- load validated project configuration;
- start required child processes safely;
- stream prefixed logs;
- handle signals/cancellation;
- clean up child processes deterministically;
- tests with controlled subprocess fixtures.
Security Requirements
Use argument-array process execution with shell mode disabled. Do not expose secrets in logs or inherit unnecessary sensitive environment values.
Acceptance Criteria
Dependencies
- CLI-003
- CLI-005
- CLI-006
- generated project conventions from CLI-027 through CLI-030 as relevant
🏷 Labels
- type: feature
- area: dev
- priority: P1
- difficulty: advanced
- security-sensitive
Summary
Implement the MVP local-development orchestration command for supported generated projects.
Scope
devcommand;Security Requirements
Use argument-array process execution with shell mode disabled. Do not expose secrets in logs or inherit unnecessary sensitive environment values.
Acceptance Criteria
Dependencies
🏷 Labels