@liriraid/agentflow-ai 1.0.18 → 1.0.19
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liriraid/agentflow-ai",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"description": "Multi-agent workspace orchestrator with TUI. Coordinates AI coding agents over your real frontend and backend projects.",
|
|
5
5
|
"author": "LiriRaid",
|
|
6
6
|
"homepage": "https://github.com/LiriRaid/agentflow-ai#readme",
|
|
@@ -200,11 +200,10 @@ Routing preferences:
|
|
|
200
200
|
|
|
201
201
|
```bash
|
|
202
202
|
cd <workspace-path>
|
|
203
|
-
|
|
203
|
+
agentflow ink
|
|
204
204
|
```
|
|
205
205
|
|
|
206
|
-
- `
|
|
207
|
-
- `S`: start or resume
|
|
206
|
+
- `S`: resume (Paused → Running)
|
|
208
207
|
- `P`: pause
|
|
209
208
|
- `Q`: quit and stop agents
|
|
210
209
|
|
|
@@ -218,11 +218,10 @@ Revisa `orchestrator.config.json` → `agents`. Cada entrada tiene:
|
|
|
218
218
|
|
|
219
219
|
```bash
|
|
220
220
|
cd <ruta-del-workspace>
|
|
221
|
-
|
|
221
|
+
agentflow ink
|
|
222
222
|
```
|
|
223
223
|
|
|
224
|
-
- **
|
|
225
|
-
- **S** = iniciar / reanudar
|
|
224
|
+
- **S** = reanudar (Paused → Running)
|
|
226
225
|
- **P** = pausar
|
|
227
226
|
- **Q** = salir (mata todos los agentes)
|
|
228
227
|
|
package/templates/es/README.md
CHANGED
|
@@ -298,23 +298,8 @@ Si en una sesión concreta quieres permitir modo agresivo para entornos de confi
|
|
|
298
298
|
agentflow ink --yolo
|
|
299
299
|
```
|
|
300
300
|
|
|
301
|
-
o:
|
|
302
|
-
|
|
303
|
-
```bash
|
|
304
|
-
node orchestrator.js --yolo
|
|
305
|
-
```
|
|
306
|
-
|
|
307
301
|
Ese modo no es el default y debe usarse solo cuando realmente lo decidas.
|
|
308
302
|
|
|
309
|
-
### Blessed
|
|
310
|
-
|
|
311
|
-
Sigue existiendo como runtime base histórico:
|
|
312
|
-
|
|
313
|
-
```bash
|
|
314
|
-
node orchestrator.js
|
|
315
|
-
node orchestrator.js --paused
|
|
316
|
-
```
|
|
317
|
-
|
|
318
303
|
## Skills locales del proyecto
|
|
319
304
|
|
|
320
305
|
Las skills viven en:
|