@christianmaf80/agentic-workflow 1.14.0-beta.3 → 1.14.0-beta.4
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 +3 -0
- package/package.json +1 -1
package/dist/workflows/init.md
CHANGED
|
@@ -53,12 +53,14 @@ 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
|
+
- **PROHIBIDO** cargar índices de `templates` o `artifacts` durante `init`.
|
|
56
57
|
- Si alguna falla → FAIL.
|
|
57
58
|
|
|
58
59
|
3. Cargar en contexto las constitutions (en orden):
|
|
59
60
|
1) `constitution.GEMINI_location`
|
|
60
61
|
2) `constitution.clean_code`
|
|
61
62
|
3) `constitution.agents_behavior`
|
|
63
|
+
- **PROHIBIDO** cargar templates o artifacts en este paso.
|
|
62
64
|
- Si alguna falla → FAIL.
|
|
63
65
|
|
|
64
66
|
4. Detectar idioma preferido y pedir confirmación explícita.
|
|
@@ -113,3 +115,4 @@ Requisitos (todos obligatorios):
|
|
|
113
115
|
3) El artefacto cumple el template oficial.
|
|
114
116
|
4) Idioma definido y confirmado.
|
|
115
117
|
5) Estrategia seleccionada.
|
|
118
|
+
6) No se cargaron índices fuera del set permitido (solo `.agent/index.md`, `agent.domains.rules.index`, `rules.constitution.index`).
|
package/package.json
CHANGED