Extension entries are declared in devflow.toml under [extensions.*].
Supported sources:
builtin: Extensions directly compiled and linked into the CLI.path: (Planned) Local extensions loaded via path.subprocess: Binaries nameddevflow-ext-<stack>available in system$PATHthat implement the standard JSON overstdioextension protocol.
Validation includes:
API version checks
capability coverage for target profiles
JSON decode payload mapping for subprocesses