@hiperplano/aluy-cli 1.0.0-rc.63 → 1.0.0-rc.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist-bundle/bin/aluy.js +272 -271
- package/dist-bundle/index.js +234 -233
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ opcionais. Funciona em **Linux, macOS e Windows** — o terminal recomendado é
|
|
|
41
41
|
aluy # sessão interativa (TUI)
|
|
42
42
|
aluy "refatore o módulo X" # dá um objetivo direto e acompanha o agente trabalhar
|
|
43
43
|
aluy -p "liste os TODOs" # modo headless (one-shot), ideal p/ scripts/CI
|
|
44
|
-
aluy --resume <id>
|
|
44
|
+
aluy --resume <id|nome> # retoma uma conversa anterior (id ao sair, ou o nome do /rename)
|
|
45
45
|
aluy --continue # retoma a sessão mais recente deste diretório
|
|
46
46
|
```
|
|
47
47
|
|