@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@christianmaf80/agentic-workflow",
3
- "version": "1.14.0-beta.5",
3
+ "version": "1.14.0-beta.6",
4
4
  "description": "Portable agentic workflow orchestration system with strict identity and gate discipline",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",