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