@christianmaf80/agentic-workflow 1.14.0-beta.5 → 1.14.0-beta.6
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/dist/workflows/init.md +1 -0
- package/package.json +1 -1
package/dist/workflows/init.md
CHANGED
|
@@ -46,6 +46,7 @@ El agente **DEBE** adherirse a estas meta-reglas de comportamiento durante TODA
|
|
|
46
46
|
|
|
47
47
|
## Pasos obligatorios
|
|
48
48
|
1. Activar `architect-agent` como rol arquitecto.
|
|
49
|
+
- Mostrar un mensaje único de estado (ej: "Cargando init...") y **no** listar lecturas de ficheros individuales.
|
|
49
50
|
|
|
50
51
|
2. Cargar índices mínimos (OBLIGATORIO):
|
|
51
52
|
- Antes de continuar, revisar `.agent/index.md` para comprender dominios, indices y alias.
|
package/package.json
CHANGED