The Wheels LuCLI module (`cli/lucli/`) needs to be installable via:
```bash
lucli modules install wheels --url https://github.com/wheels-dev/wheels
```
LuCLI's module installer extracts from Git archives. Need to verify it can install from a subdirectory (`cli/lucli/`) of the monorepo.
Fallback: Dedicated `wheels-dev/wheels-cli-lucli` repo with just the module files, auto-published from the monorepo via GitHub Actions.
Part of #1942