feat: add Qwen install target

This commit is contained in:
Affaan Mustafa
2026-05-11 11:15:45 -04:00
committed by Affaan Mustafa
parent c7c1e36625
commit e70ef4a2ff
16 changed files with 284 additions and 21 deletions

25
.qwen/QWEN.md Normal file
View File

@@ -0,0 +1,25 @@
# Qwen CLI Configuration
This directory contains ECC's Qwen CLI install template.
## Runtime Location
The source `.qwen/` directory in this repository is copied into a user's home-level `~/.qwen/` install root when running:
```bash
./install.sh --target qwen --profile minimal
```
The managed install also writes `~/.qwen/ecc-install-state.json` so future ECC updates and uninstalls can distinguish ECC-owned files from user-owned Qwen configuration.
## Installed Surface
The Qwen target installs the same managed manifest modules used by other harness adapters:
- `rules/`
- `agents/`
- `commands/`
- `skills/`
- `mcp-configs/`
Hook runtime files are intentionally not selected for Qwen until the Qwen hook/event contract is verified.