@christianmaf80/agentic-workflow 1.14.0-beta.4 → 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.
@@ -53,6 +54,7 @@ El agente **DEBE** adherirse a estas meta-reglas de comportamiento durante TODA
53
54
  1) `.agent/index.md`
54
55
  2) `agent.domains.rules.index`
55
56
  3) `rules.constitution.index`
57
+ - El orden es obligatorio: primero el Root Index, luego Rules Index, luego Constitution Index.
56
58
  - **PROHIBIDO** cargar índices de `templates` o `artifacts` durante `init`.
57
59
  - Si alguna falla → FAIL.
58
60
 
@@ -116,3 +118,4 @@ Requisitos (todos obligatorios):
116
118
  4) Idioma definido y confirmado.
117
119
  5) Estrategia seleccionada.
118
120
  6) No se cargaron índices fuera del set permitido (solo `.agent/index.md`, `agent.domains.rules.index`, `rules.constitution.index`).
121
+ 7) El Root Index `.agent/index.md` fue cargado antes de cualquier otro índice.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@christianmaf80/agentic-workflow",
3
- "version": "1.14.0-beta.4",
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",