@christianmaf80/agentic-workflow 1.18.4-beta.17 → 1.18.4-beta.18
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.es.md +8 -0
- package/README.md +8 -0
- package/package.json +1 -1
package/README.es.md
CHANGED
|
@@ -21,6 +21,14 @@
|
|
|
21
21
|
npm install @christianmaf80/agentic-workflow
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
+
## 🤖 Inicia con Ayuda de IA
|
|
25
|
+
|
|
26
|
+
Si estás con un asistente de IA (como Cursor, Windsurf o Copilot), puedes arrancar todo el sistema directamente desde el chat:
|
|
27
|
+
|
|
28
|
+
> **Tú:** "Por favor, ejecuta el comando `init` para agentic-workflow"
|
|
29
|
+
|
|
30
|
+
El agente usará sus herramientas de terminal para configurar el entorno, crear la estructura `.agent` y preparar el proyecto para ciclos gobernados sin que tengas que escribir ni un solo comando.
|
|
31
|
+
|
|
24
32
|
## 🛠️ Comandos del CLI
|
|
25
33
|
|
|
26
34
|
### `init`
|
package/README.md
CHANGED
|
@@ -21,6 +21,14 @@
|
|
|
21
21
|
npm install @christianmaf80/agentic-workflow
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
+
## 🤖 Start with AI Assist
|
|
25
|
+
|
|
26
|
+
If you are using this framework with an AI coding assistant (like Cursor, Windsurf, or Copilot), you can bootstrap the entire system directly from the chat:
|
|
27
|
+
|
|
28
|
+
> **You:** "Please run the `init` command for agentic-workflow"
|
|
29
|
+
|
|
30
|
+
The agent will use its terminal tools to set up the environment, create the `.agent` structure, and prepare the project for governed cycles without you typing a single command.
|
|
31
|
+
|
|
24
32
|
## 🛠️ CLI Commands
|
|
25
33
|
|
|
26
34
|
### `init`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@christianmaf80/agentic-workflow",
|
|
3
|
-
"version": "1.18.4-beta.
|
|
3
|
+
"version": "1.18.4-beta.18",
|
|
4
4
|
"description": "Portable agentic workflow orchestration system with strict identity and gate discipline",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"displayName": "Agentic Workflow VSCode",
|