feat: add explicit droid runtime alias surface

This commit is contained in:
Tam Nhu Tran
2026-03-23 13:44:32 -04:00
parent 19c1e1da4f
commit 160be319d0
17 changed files with 229 additions and 85 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ The targets module provides an extensible interface for dispatching profiles to
2. **Target Resolution** - Priority order:
- `--target <cli>` flag (CLI argument)
- Per-profile `target` field (from config.yaml)
- `argv[0]` detection (busybox pattern: `ccsd` → droid)
- `argv[0]` detection (runtime alias pattern: `ccs-droid` / `ccsd` → droid)
- Default: `claude`
3. **Implementations:**