@christianmaf80/agentic-workflow 1.24.0-beta.4 → 1.25.0-beta.3
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/README.es.md +13 -57
- package/README.md +14 -56
- package/bin/cli.js +22 -29
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/acceptance.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-scores.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/1-dev-agent-scaffold.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/2-dev-agent-manifest-command.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/3-dev-agent-marketplace-evidence.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/agent-tasks/4-qa-agent-verify-build.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/analysis.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/architect/review.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/metrics.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/plan.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/researcher/research.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/results-acceptance.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/task.md +0 -6
- package/dist/agent/artifacts/1-scaffold-extension-vscode-agentinc/verification.md +0 -6
- package/dist/agent/artifacts/11-refinement-capas-constitution/analysis.md +24 -0
- package/dist/agent/artifacts/11-refinement-capas-constitution/roadmap-audit.md +34 -0
- package/dist/agent/artifacts/11-refinement-capas-constitution/task.md +58 -0
- package/dist/agent/artifacts/12-npm-workspaces/acceptance.md +78 -0
- package/dist/agent/artifacts/12-npm-workspaces/analysis.md +179 -0
- package/dist/agent/artifacts/12-npm-workspaces/plan.md +237 -0
- package/dist/agent/artifacts/12-npm-workspaces/researcher/research.md +186 -0
- package/dist/agent/artifacts/12-npm-workspaces/task.md +126 -0
- package/dist/agent/artifacts/13-implement-custom-chat-with-a2ui/acceptance.md +75 -0
- package/dist/agent/artifacts/13-implement-custom-chat-with-a2ui/researcher/research.md +121 -0
- package/dist/agent/artifacts/13-implement-custom-chat-with-a2ui/task.md +104 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/acceptance.md +75 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/architect/analysis.md +90 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/planner/implementation_plan.md +44 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/researcher/research.md +113 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/task.md +107 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/verification/walkthrough.md +37 -0
- package/dist/agent/artifacts/14-re-implement-setup-config-d1/verifier/walkthrough.md +0 -0
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/acceptance.md +0 -6
- package/dist/agent/artifacts/2-scaffold-vscode-chat-ai-panel/task.md +0 -6
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/acceptance.md +0 -6
- package/dist/agent/artifacts/3-new-vscode-agentic-activitybar-chat/task.md +0 -6
- package/dist/agent/artifacts/4-copiar-estructura-agentic-cliente/acceptance.md +0 -6
- package/dist/agent/artifacts/4-copiar-estructura-agentic-cliente/architect/implementation.md +0 -6
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/acceptance.md +0 -6
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/agent-tasks/1-dev-agent-reestructurar-carpetas.md +1 -1
- package/dist/agent/artifacts/5-reestructurar-src-para-extension-vscode/task.md +0 -6
- package/dist/agent/artifacts/6-release-beta-11/task.md +0 -6
- package/dist/agent/artifacts/7-extension-vscode-webview/acceptance.md +70 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-scores.md +24 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/1-vscode-specialist-scaffold-extension.md +99 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/2-vscode-specialist-update-manifest.md +101 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/3-vscode-specialist-webview-provider.md +96 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/4-vscode-specialist-activitybar-icon.md +95 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/agent-tasks/5-qa-agent-manual-verify.md +97 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/analysis.md +195 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/architect/review.md +124 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/changelog.md +9 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/metrics.md +43 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/plan.md +181 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/researcher/research.md +118 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/results-acceptance.md +146 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/task.md +119 -0
- package/dist/agent/artifacts/7-extension-vscode-webview/verification.md +81 -0
- package/dist/agent/artifacts/8-create-agentic-runtime-cli-first-as-the-single-execution-engine/task.md +126 -0
- package/dist/agent/artifacts/candidate/acceptance.md +23 -0
- package/dist/agent/artifacts/candidate/brief.md +39 -0
- package/dist/agent/artifacts/candidate/init.md +3 -9
- package/dist/agent/artifacts/candidate/task.md +4 -71
- package/dist/agent/artifacts/task-20260128-reorganize-structure/acceptance.md +0 -6
- package/dist/agent/artifacts/task-20260128-reorganize-structure/brief.md +1 -1
- package/dist/agent/artifacts/task-20260128-reorganize-structure/closure.md +3 -3
- package/dist/agent/artifacts/task-20260128-reorganize-structure/implementation.md +2 -2
- package/dist/agent/artifacts/task-20260128-reorganize-structure/task.md +0 -6
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/acceptance.md +65 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-scores.md +26 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/1-neo-agent-deps-chatkit.md +108 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/15-vscode-specialist-views-router.md +89 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/1b-vscode-specialist-review-deps.md +106 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/2-neo-agent-local-server.md +111 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/22-vscode-specialist-external-js.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/23-qa-agent-coverage-tests.md +85 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/24-vscode-specialist-class-refactor.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/25-vscode-specialist-external-html.md +88 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/26-vscode-specialist-template-js-html.md +110 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/27-vscode-specialist-fix-loading-setup.md +110 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/28-vscode-specialist-webview-debug-setup.md +107 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/29-vscode-specialist-webview-logging.md +109 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/3-neo-agent-webview-ui.md +107 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/30-vscode-specialist-csp-source.md +88 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/31-vscode-specialist-logging-prefix.md +83 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/32-vscode-specialist-logging-visibility.md +85 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/33-vscode-specialist-lit-setup.md +85 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/34-vscode-specialist-core-lit-base.md +89 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/35-vscode-specialist-lit-decorators-ts.md +88 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/36-vscode-specialist-lit-module-start.md +85 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/37-vscode-specialist-lit-ready-state.md +86 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/4-qa-agent-verification.md +106 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/5-vscode-specialist-api-key-ui.md +107 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/6-vscode-specialist-refactor-protocol.md +108 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/7-qa-agent-unit-tests.md +104 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-10-vscode-specialist-api-key-handshake.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-11-vscode-specialist-api-key-button-style.md +83 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-12-vscode-specialist-key-gate-view.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-13-vscode-specialist-status-timeout.md +83 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-14-vscode-specialist-init-flow.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-16-vscode-specialist-view-context.md +87 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-17-vscode-specialist-clear-key-command.md +85 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-18-vscode-specialist-context-sync.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-19-vscode-specialist-setup-visible.md +88 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-20-vscode-specialist-loading-state.md +83 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-21-vscode-specialist-loading-label.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-8-vscode-specialist-api-key-detect.md +89 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/agent-tasks/fix-9-vscode-specialist-api-key-state.md +84 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/analysis.md +156 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/architect/review.md +141 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/changelog.md +30 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/metrics.md +43 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/plan.md +151 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/research.md +115 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/results-acceptance.md +171 -0
- package/dist/agent/artifacts/task-20260130-chatkit-mainview/verification.md +87 -0
- package/dist/agent/artifacts/task-20260130-fix-mainview-provider/acceptance.md +64 -0
- package/dist/agent/artifacts/task-20260130-fix-mainview-provider/architect/implementation.md +30 -0
- package/dist/agent/artifacts/task-20260130-fix-mainview-provider/brief.md +102 -0
- package/dist/agent/artifacts/task-20260130-fix-mainview-provider/closure.md +95 -0
- package/dist/agent/artifacts/task-20260130-rol-vscode/acceptance.md +68 -0
- package/dist/agent/artifacts/task-20260130-rol-vscode/architect/implementation.md +33 -0
- package/dist/agent/artifacts/task-20260130-rol-vscode/brief.md +104 -0
- package/dist/agent/artifacts/task-20260130-rol-vscode/closure.md +100 -0
- package/dist/agent/artifacts/task-beta-release/acceptance.md +23 -0
- package/dist/agent/artifacts/task-beta-release/brief.md +39 -0
- package/dist/agent/artifacts/task-beta-release/closure.md +29 -0
- package/dist/agent/artifacts/task-beta-release/init.md +26 -0
- package/dist/agent/artifacts/task-beta-release/task.md +64 -0
- package/dist/agent/index.md +69 -30
- package/dist/agent/rules/constitution/agents-behavior.md +110 -100
- package/dist/agent/rules/constitution/backend.md +27 -0
- package/dist/agent/rules/constitution/background.md +30 -0
- package/dist/agent/rules/constitution/clean-code.md +5 -6
- package/dist/agent/rules/constitution/modular-architecture.md +66 -0
- package/dist/agent/rules/constitution/view.md +41 -0
- package/dist/agent/rules/constitution/vscode-extensions.md +32 -0
- package/dist/agent/rules/roles/architect.md +1 -2
- package/dist/agent/rules/roles/backend.md +21 -0
- package/dist/agent/rules/roles/background.md +20 -0
- package/dist/agent/rules/roles/devops.md +20 -0
- package/dist/agent/rules/roles/engine.md +26 -0
- package/dist/agent/rules/roles/neo.md +12 -13
- package/dist/agent/rules/roles/researcher.md +2 -2
- package/dist/agent/rules/roles/view.md +22 -0
- package/dist/agent/rules/roles/vscode-specialist.md +24 -0
- package/dist/agent/templates/acceptance.md +19 -25
- package/dist/agent/templates/agent-task.md +39 -39
- package/dist/agent/templates/analysis.md +92 -92
- package/dist/agent/templates/brief.md +43 -43
- package/dist/agent/templates/changelog.md +8 -8
- package/dist/agent/templates/closure.md +29 -29
- package/dist/agent/templates/coding/coding-integration-report.md +102 -0
- package/dist/agent/templates/coding/coding-layer-report.md +78 -0
- package/dist/agent/templates/init.md +0 -6
- package/dist/agent/templates/planning.md +73 -73
- package/dist/agent/templates/research.md +43 -43
- package/dist/agent/templates/results-acceptance.md +94 -94
- package/dist/agent/templates/review.md +59 -59
- package/dist/agent/templates/subtask-implementation.md +29 -29
- package/dist/agent/templates/supplemental-report.md +0 -6
- package/dist/agent/templates/task-metrics.md +14 -14
- package/dist/agent/templates/task.md +15 -15
- package/dist/agent/templates/todo-item.md +23 -23
- package/dist/agent/workflows/coding/coding-backend.md +147 -0
- package/dist/agent/workflows/coding/coding-background.md +149 -0
- package/dist/agent/workflows/coding/coding-integration.md +174 -0
- package/dist/agent/workflows/coding/coding-view.md +151 -0
- package/dist/agent/workflows/init.md +83 -90
- package/dist/agent/workflows/scaffold-module.md +38 -0
- package/dist/agent/workflows/tasklifecycle-long/phase-0-acceptance-criteria.md +124 -134
- package/dist/agent/workflows/tasklifecycle-long/phase-1-research.md +103 -97
- package/dist/agent/workflows/tasklifecycle-long/phase-2-analysis.md +107 -102
- package/dist/agent/workflows/tasklifecycle-long/phase-3-planning.md +125 -120
- package/dist/agent/workflows/tasklifecycle-long/phase-4-implementation.md +118 -118
- package/dist/agent/workflows/tasklifecycle-long/phase-5-verification.md +105 -101
- package/dist/agent/workflows/tasklifecycle-long/phase-6-results-acceptance.md +82 -78
- package/dist/agent/workflows/tasklifecycle-long/phase-7-evaluation.md +84 -75
- package/dist/agent/workflows/tasklifecycle-long/phase-8-commit-push.md +94 -89
- package/dist/agent/workflows/tasklifecycle-short/short-phase-1-brief.md +78 -71
- package/dist/agent/workflows/tasklifecycle-short/short-phase-2-implementation.md +79 -71
- package/dist/agent/workflows/tasklifecycle-short/short-phase-3-closure.md +73 -66
- package/dist/cli/commands/create.js +4 -29
- package/dist/cli/commands/create.js.map +1 -1
- package/dist/cli/commands/mcp.js +0 -6
- package/dist/cli/commands/mcp.js.map +1 -1
- package/dist/runtime/engine/engine.js +29 -57
- package/dist/runtime/engine/engine.js.map +1 -1
- package/dist/runtime/engine/service.js +1 -38
- package/dist/runtime/engine/service.js.map +1 -1
- package/dist/runtime/engine/task-loader.js +1 -1
- package/dist/runtime/engine/task-loader.js.map +1 -1
- package/dist/runtime/engine/workflow-loader.js +17 -25
- package/dist/runtime/engine/workflow-loader.js.map +1 -1
- package/dist/runtime/mcp/server.js +38 -277
- package/dist/runtime/mcp/server.js.map +1 -1
- package/package.json +70 -9
- package/dist/agent/artifacts/index.md +0 -25
- package/dist/agent/rules/constitution/index.md +0 -26
- package/dist/agent/rules/constitution/runtime-integration.md +0 -101
- package/dist/agent/rules/index.md +0 -70
- package/dist/agent/rules/roles/index.md +0 -44
- package/dist/agent/templates/index.md +0 -42
- package/dist/agent/workflows/index.md +0 -30
- package/dist/agent/workflows/tasklifecycle-long/index.md +0 -172
- package/dist/agent/workflows/tasklifecycle-short/index.md +0 -70
- package/dist/cli/commands/register-mcp.js +0 -116
- package/dist/cli/commands/register-mcp.js.map +0 -1
- package/dist/runtime/engine/logger.js +0 -74
- package/dist/runtime/engine/logger.js.map +0 -1
- package/dist/runtime/mcp/check-tools.js +0 -66
- package/dist/runtime/mcp/check-tools.js.map +0 -1
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
---
|
|
2
|
+
artifact: brief
|
|
3
|
+
phase: short-phase-1-brief
|
|
4
|
+
owner: architect-agent
|
|
5
|
+
status: approved
|
|
6
|
+
related_task: task-20260130-rol-vscode-Crear rol especifico para extensiones VS Code
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Brief — task-20260130-rol-vscode-Crear rol especifico para extensiones VS Code
|
|
10
|
+
|
|
11
|
+
## Identificacion del agente (OBLIGATORIA)
|
|
12
|
+
Primera linea del documento:
|
|
13
|
+
`<icono> **<nombre-agente>**: <mensaje>`
|
|
14
|
+
|
|
15
|
+
🏛️ **architect-agent**: Brief listo para rol VS Code.
|
|
16
|
+
|
|
17
|
+
## 1. Identificacion de la tarea
|
|
18
|
+
|
|
19
|
+
**Titulo**: Crear rol especifico para extensiones VS Code
|
|
20
|
+
**Objetivo**: Definir un rol operativo claro y una constitution obligatoria para VS Code, basada en documentacion oficial.
|
|
21
|
+
**Estrategia**: Short
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## 2. Las 5 Preguntas Obligatorias
|
|
26
|
+
|
|
27
|
+
| # | Pregunta (formulada por architect) | Respuesta (del desarrollador) |
|
|
28
|
+
|---|-----------------------------------|-------------------------------|
|
|
29
|
+
| 1 | Nombre exacto del rol e icono/prefijo obligatorio. | "vscode-specialist" y buscar un icono de VS Code. |
|
|
30
|
+
| 2 | Alcance operativo del rol. | Todo lo relacionado con extension de VS Code. |
|
|
31
|
+
| 3 | Limites de autoridad (archivos que puede tocar). | Solo podra tocar los ficheros que conforman la extension de VS Code. |
|
|
32
|
+
| 4 | Entregables/artefactos esperados. | Archivos en `src/extension` y distribucion en `dist/extension`, y cambios en `package.json` relacionados con la extension. |
|
|
33
|
+
| 5 | Constitution de VS Code (obligatoria u opcional) y temas clave. | Obligatoria; basada en links oficiales de extension guides y API de VS Code. |
|
|
34
|
+
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
## 3. Acceptance Criteria
|
|
38
|
+
|
|
39
|
+
Derivados de las respuestas anteriores:
|
|
40
|
+
|
|
41
|
+
1. **Alcance**: Rol cubre todo lo relacionado con extension de VS Code.
|
|
42
|
+
2. **Entradas/Datos**: Documentacion oficial de VS Code (extension guides y API).
|
|
43
|
+
3. **Salidas esperadas**: Rol nuevo, constitution VS Code obligatoria, limites de archivos permitidos, y cambios documentados.
|
|
44
|
+
4. **Restricciones**: Solo modificar archivos de la extension (`src/extension/**`, `dist/extension/**`, y campos de `package.json` relacionados con la extension).
|
|
45
|
+
5. **Criterio de Done**: Rol y constitution creados e indexados en reglas; limites y entregables definidos.
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## 4. Analisis simplificado
|
|
50
|
+
|
|
51
|
+
### Estado actual (As-Is)
|
|
52
|
+
- Estructura afectada: reglas y roles en `.agent/rules/roles`, constitucion en `.agent/rules/constitution`, indices correspondientes.
|
|
53
|
+
- Limitaciones conocidas: el uso de icono VS Code debe seguir guias oficiales de marca.
|
|
54
|
+
|
|
55
|
+
### Evaluacion de complejidad
|
|
56
|
+
|
|
57
|
+
| Indicador | Estado | Comentario |
|
|
58
|
+
|-----------|--------|------------|
|
|
59
|
+
| Afecta mas de 3 paquetes | ☐ Si ☒ No | Cambios concentrados en reglas y indices. |
|
|
60
|
+
| Requiere investigacion APIs | ☒ Si ☐ No | Debe basarse en la documentacion oficial de VS Code. |
|
|
61
|
+
| Cambios breaking | ☒ Si ☐ No | Agrega nuevo rol/constitution; afecta proceso y autoridad. |
|
|
62
|
+
| Tests E2E complejos | ☐ Si ☒ No | No aplica. |
|
|
63
|
+
|
|
64
|
+
**Resultado de complejidad**: ☒ ALTA (recomendar abortar a Long)
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## 5. Plan de implementacion
|
|
69
|
+
|
|
70
|
+
### Pasos ordenados
|
|
71
|
+
|
|
72
|
+
1. **Paso 1**
|
|
73
|
+
- Descripcion: Analizar documentacion oficial (extension guides y API) y extraer reglas clave para VS Code.
|
|
74
|
+
- Entregables: resumen de reglas y fuentes citadas.
|
|
75
|
+
|
|
76
|
+
2. **Paso 2**
|
|
77
|
+
- Descripcion: Definir nuevo rol `vscode-specialist` con prefijo y limites de autoridad.
|
|
78
|
+
- Entregables: archivo de rol y actualizacion del indice de roles.
|
|
79
|
+
|
|
80
|
+
3. **Paso 3**
|
|
81
|
+
- Descripcion: Crear constitution VS Code obligatoria y actualizar el indice de constitucion.
|
|
82
|
+
- Entregables: regla de constitution y referencias en indices.
|
|
83
|
+
|
|
84
|
+
4. **Paso 4**
|
|
85
|
+
- Descripcion: Actualizar reglas de autoridad si aplica (solo architect-agent).
|
|
86
|
+
- Entregables: reglas consistentes y sin conflictos.
|
|
87
|
+
|
|
88
|
+
### Verificacion prevista
|
|
89
|
+
- Tipo de tests: verificacion manual de reglas e indices.
|
|
90
|
+
- Criterios de exito: rol y constitution presentes, indexados y coherentes con fuentes oficiales.
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
## 6. Aprobacion del desarrollador (OBLIGATORIA)
|
|
95
|
+
|
|
96
|
+
```yaml
|
|
97
|
+
approval:
|
|
98
|
+
developer:
|
|
99
|
+
decision: SI
|
|
100
|
+
date: 2026-01-30T14:42:29Z
|
|
101
|
+
comments: null
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
> Sin aprobacion, esta fase NO puede avanzar a Implementation.
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
---
|
|
2
|
+
artifact: closure
|
|
3
|
+
phase: short-phase-3-closure
|
|
4
|
+
owner: architect-agent
|
|
5
|
+
status: approved
|
|
6
|
+
related_task: task-20260130-rol-vscode-Crear rol especifico para extensiones VS Code
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Closure — task-20260130-rol-vscode-Crear rol especifico para extensiones VS Code
|
|
10
|
+
|
|
11
|
+
## Identificacion del agente (OBLIGATORIA)
|
|
12
|
+
Primera linea del documento:
|
|
13
|
+
`<icono> **<nombre-agente>**: <mensaje>`
|
|
14
|
+
|
|
15
|
+
🏛️ **architect-agent**: Cierre de tarea preparado.
|
|
16
|
+
|
|
17
|
+
## 1. Resumen de la tarea
|
|
18
|
+
|
|
19
|
+
**Título**: Crear rol especifico para extensiones VS Code
|
|
20
|
+
**Estrategia**: Short
|
|
21
|
+
**Estado final**: ☒ Completada ☐ Abortada
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## 2. Verificacion
|
|
26
|
+
|
|
27
|
+
### Tests ejecutados
|
|
28
|
+
|
|
29
|
+
| Tipo | Comando/Metodo | Resultado |
|
|
30
|
+
|------|----------------|-----------|
|
|
31
|
+
| Unit | N/A | ☐ Pass ☐ Fail ☒ N/A |
|
|
32
|
+
| Integration | N/A | ☐ Pass ☐ Fail ☒ N/A |
|
|
33
|
+
| E2E | N/A | ☐ Pass ☐ Fail ☒ N/A |
|
|
34
|
+
|
|
35
|
+
### Justificacion (si no hay tests)
|
|
36
|
+
Cambios limitados a reglas y documentos de proceso; verificacion manual suficiente.
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## 3. Estado de Acceptance Criteria
|
|
41
|
+
|
|
42
|
+
| AC | Descripcion | Estado |
|
|
43
|
+
|----|-------------|--------|
|
|
44
|
+
| 1 | Alcance: rol cubre todo lo relacionado con extension de VS Code. | ☒ ✅ ☐ ❌ |
|
|
45
|
+
| 2 | Entradas/Datos: documentacion oficial de VS Code como fuente. | ☒ ✅ ☐ ❌ |
|
|
46
|
+
| 3 | Salidas: rol y constitution creados e indexados. | ☒ ✅ ☐ ❌ |
|
|
47
|
+
| 4 | Restricciones: limites de archivos definidos. | ☒ ✅ ☐ ❌ |
|
|
48
|
+
| 5 | Done: reglas coherentes e indexadas. | ☒ ✅ ☐ ❌ |
|
|
49
|
+
|
|
50
|
+
---
|
|
51
|
+
|
|
52
|
+
## 4. Cambios realizados
|
|
53
|
+
|
|
54
|
+
### Ficheros modificados/creados
|
|
55
|
+
|
|
56
|
+
| Fichero | Accion | Descripcion |
|
|
57
|
+
|---------|--------|-------------|
|
|
58
|
+
| .agent/rules/roles/vscode-specialist.md | Created | Nuevo rol con limites y entregables. |
|
|
59
|
+
| .agent/rules/roles/index.md | Modified | Registro del rol nuevo. |
|
|
60
|
+
| .agent/rules/constitution/vscode-extensions.md | Created | Constitution obligatoria VS Code. |
|
|
61
|
+
| .agent/rules/constitution/index.md | Modified | Registro de constitution nueva. |
|
|
62
|
+
|
|
63
|
+
### Commits (si aplica)
|
|
64
|
+
|
|
65
|
+
```
|
|
66
|
+
N/A
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
---
|
|
70
|
+
|
|
71
|
+
## 5. Aceptacion final del desarrollador (OBLIGATORIA)
|
|
72
|
+
|
|
73
|
+
```yaml
|
|
74
|
+
approval:
|
|
75
|
+
developer:
|
|
76
|
+
decision: SI
|
|
77
|
+
date: 2026-01-30T15:02:53Z
|
|
78
|
+
comments: null
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
> Sin aceptacion, la tarea NO puede marcarse como completada.
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## 6. Puntuaciones de agentes (OBLIGATORIO)
|
|
86
|
+
|
|
87
|
+
| Agente | Puntuacion (1-10) | Notas |
|
|
88
|
+
|--------|-------------------|-------|
|
|
89
|
+
| architect-agent | 6 | null |
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
## 7. Push final (si aplica)
|
|
94
|
+
|
|
95
|
+
```yaml
|
|
96
|
+
push:
|
|
97
|
+
approved: NO
|
|
98
|
+
branch: N/A
|
|
99
|
+
date: null
|
|
100
|
+
```
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Acceptance Criteria: Beta Release of Agentic System Structure
|
|
2
|
+
|
|
3
|
+
> **Task**: Beta Release of Agentic System Structure
|
|
4
|
+
> **Strategy**: Short
|
|
5
|
+
|
|
6
|
+
## 1. Scope & Deliverables
|
|
7
|
+
- [ ] **README.md Updated**: Must reflect the latest capabilities and structure of `src/agentic-system-structure`.
|
|
8
|
+
- [ ] **Clean Distribution**: The published package MUST NOT include the VSCode extension code, only CLI and Agnostic Agent System Structure.
|
|
9
|
+
- [ ] **Core Structure**: The published package MUST include various core files (`dist/agent`) derived from `src/agentic-system-structure`.
|
|
10
|
+
- [ ] **CLI Functionality**: The `agentic-workflow` CLI must function independently of VSCode.
|
|
11
|
+
|
|
12
|
+
## 2. Release & Versioning
|
|
13
|
+
- [ ] **Version Bump**: Update `package.json` to the next beta version (e.g., `1.22.0-beta.8`).
|
|
14
|
+
- [ ] **Branching**: Create a release branch named `ci/publish/v<version>`.
|
|
15
|
+
- [ ] **Automation**: rely on existing GitHub Action `publish.yml` for the actual npm publish.
|
|
16
|
+
|
|
17
|
+
## 3. Verification (Pre-Release)
|
|
18
|
+
- **Local Install Test**:
|
|
19
|
+
1. Build the project locally.
|
|
20
|
+
2. Create a clean, temporary directory.
|
|
21
|
+
3. Execute `init` using the local CLI build.
|
|
22
|
+
4. **Pass Condition**: The `.agent` directory is created, populated, and `init.md` can be generated without errors.
|
|
23
|
+
5. **Pass Condition**: No references to VSCode APIs cause runtime errors.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Brief: Beta Release of Agentic System Structure
|
|
2
|
+
|
|
3
|
+
> **Task**: Beta Release of Agentic System Structure
|
|
4
|
+
> **Strategy**: Short
|
|
5
|
+
|
|
6
|
+
## 1. Analysis (Current State)
|
|
7
|
+
- **Repo**: `agentic-workflow`
|
|
8
|
+
- **Current Version**: `1.22.0-beta.7`
|
|
9
|
+
- **Structure**: `src/agentic-system-structure` contains the source of truth for the agentic system.
|
|
10
|
+
- **Publishing**: Automated via `publish.yml` on `ci/publish` branch merge.
|
|
11
|
+
- **Exclusion**: `package.json` correctly excludes `dist/extension` but includes `dist/agent` (copied from `src/agentic-system-structure`).
|
|
12
|
+
|
|
13
|
+
## 2. Implementation Plan
|
|
14
|
+
### Step 1: Verification (Pre-Flight)
|
|
15
|
+
- Build the project locally (`npm run build`).
|
|
16
|
+
- Validate that `dist/extension` is excluded effectively or ignored by the `files` directive.
|
|
17
|
+
- Run a local `init` test in a clean directory to ensure the CLI works without the VSCode environment.
|
|
18
|
+
|
|
19
|
+
### Step 2: Documentation
|
|
20
|
+
- Update `README.md` to reflect the latest state of the structure (e.g., number of available workflows, rules, etc.).
|
|
21
|
+
|
|
22
|
+
### Step 3: Versioning & Release
|
|
23
|
+
- Bump version to `1.22.0-beta.8` (or next available).
|
|
24
|
+
- Create branch `ci/publish/v1.22.0-beta.8`.
|
|
25
|
+
- Commit changes (README + package.json).
|
|
26
|
+
|
|
27
|
+
### Step 4: Publish
|
|
28
|
+
- Push branch to origin.
|
|
29
|
+
- (User action required to merge PR if branch protection exists, or push directly if allowed).
|
|
30
|
+
|
|
31
|
+
## 3. Complexity Evaluation
|
|
32
|
+
- **Level**: LOW
|
|
33
|
+
- **Risk**: Low (Beta release, limited scope).
|
|
34
|
+
- **Breaking Changes**: None expected in the CLI logic itself.
|
|
35
|
+
|
|
36
|
+
## 4. Agent Evaluation
|
|
37
|
+
- **Architect**: Plan defined.
|
|
38
|
+
- **Verification**: Essential to prove CLI independence from VSCode.
|
|
39
|
+
- **DevOps**: Standard release process.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# Closure Report: Beta Release of Agentic System Structure
|
|
2
|
+
|
|
3
|
+
> **Task**: Beta Release of Agentic System Structure
|
|
4
|
+
> **Strategy**: Short
|
|
5
|
+
> **Status**: COMPLETED
|
|
6
|
+
|
|
7
|
+
## 1. Summary of Changes
|
|
8
|
+
- **Documentation**: Updated `README.md` to highlight CLI capabilities and new structure stats.
|
|
9
|
+
- **Versioning**: Bumped `package.json` to `1.24.0-beta.4` (on top of `1.24.0-beta.3`).
|
|
10
|
+
- **Release Channel**: Created and pushed branch `ci/publish-v1.24.0-beta.4` to trigger the automated publication workflow.
|
|
11
|
+
|
|
12
|
+
## 2. Verification Results
|
|
13
|
+
- [x] **Distribution Check**: Verified `npm pack` tarball.
|
|
14
|
+
- `dist/extension`: **EXCLUDED** (Confirmed).
|
|
15
|
+
- `dist/agent`: **INCLUDED** (Confirmed).
|
|
16
|
+
- [x] **Functional Test**:
|
|
17
|
+
- `init` command executed successfully in a clean project.
|
|
18
|
+
- `.agent` structure created correctly.
|
|
19
|
+
- `agentic-init` command tested (simulated).
|
|
20
|
+
|
|
21
|
+
## 3. Next Steps
|
|
22
|
+
- **PR Conflict Resolution**: [Pull Request #167](https://github.com/christian-marino-alvarez/agentic-workflow/pull/167) **MERGED**.
|
|
23
|
+
- The automation sequence is restored.
|
|
24
|
+
- **PR Created**: [Pull Request #169](https://github.com/christian-marino-alvarez/agentic-workflow/pull/169) (Target: `develop`).
|
|
25
|
+
- This PR #169 should now be mergeable (or rebasable) on top of the restored `develop`.
|
|
26
|
+
- Once published, the beta version will be available as `@christianmaf80/agentic-workflow@1.24.0-beta.4`.
|
|
27
|
+
|
|
28
|
+
## 4. Final Review
|
|
29
|
+
The task is considered complete pending final CI execution.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# init bootstrap
|
|
2
|
+
|
|
3
|
+
- command: init
|
|
4
|
+
- role.architect: architect-agent
|
|
5
|
+
- constitution.loaded.in_context: true
|
|
6
|
+
|
|
7
|
+
## Constitution (load order)
|
|
8
|
+
1. .agent/index.md
|
|
9
|
+
2. .agent/rules/constitution/clean-code.md
|
|
10
|
+
3. .agent/rules/constitution/agents-behavior.md
|
|
11
|
+
|
|
12
|
+
```yaml
|
|
13
|
+
bootstrap:
|
|
14
|
+
done: true
|
|
15
|
+
roles:
|
|
16
|
+
architect: architect-agent
|
|
17
|
+
constitution:
|
|
18
|
+
loaded:
|
|
19
|
+
- .agent/index.md
|
|
20
|
+
- .agent/rules/constitution/clean-code.md
|
|
21
|
+
- .agent/rules/constitution/agents-behavior.md
|
|
22
|
+
language:
|
|
23
|
+
value: Español
|
|
24
|
+
confirmed: true
|
|
25
|
+
strategy: short
|
|
26
|
+
```
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: task-beta-release
|
|
3
|
+
title: Beta Release of Agentic System Structure
|
|
4
|
+
owner: architect-agent
|
|
5
|
+
strategy: short
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Task (Candidate)
|
|
9
|
+
|
|
10
|
+
## Identification
|
|
11
|
+
- id: task-beta-release
|
|
12
|
+
- title: Beta Release of Agentic System Structure
|
|
13
|
+
- scope: candidate
|
|
14
|
+
- owner: architect-agent
|
|
15
|
+
|
|
16
|
+
## Origin
|
|
17
|
+
- created_from:
|
|
18
|
+
- workflow: tasklifecycle-short
|
|
19
|
+
- source: init
|
|
20
|
+
- candidate_path: .agent/artifacts/candidate/task.md
|
|
21
|
+
|
|
22
|
+
## Task Description
|
|
23
|
+
Create a new beta version to publish the new agent structure and distribute it.
|
|
24
|
+
The distribution should NOT include the VSCode extension.
|
|
25
|
+
It should only include the CLI and `/src/agentic-system-structure`.
|
|
26
|
+
The goal is to certify that it can be installed in any project via the CLI commands and that the structure is copied exactly as it is.
|
|
27
|
+
|
|
28
|
+
## Objective
|
|
29
|
+
Create a beta version of the CLI that distributes the agentic-system-structure, excluding the VSCode extension, and verify that `init` command installs the structure correctly in a target project.
|
|
30
|
+
|
|
31
|
+
## Lifecycle State (SINGLE SOURCE OF TRUTH)
|
|
32
|
+
|
|
33
|
+
```yaml
|
|
34
|
+
task:
|
|
35
|
+
id: "task-beta-release"
|
|
36
|
+
title: "Beta Release of Agentic System Structure"
|
|
37
|
+
strategy: "short"
|
|
38
|
+
artifacts:
|
|
39
|
+
supplemental: []
|
|
40
|
+
phase:
|
|
41
|
+
current: "short-phase-3-closure"
|
|
42
|
+
validated_by: "architect-agent"
|
|
43
|
+
updated_at: "2026-02-16T11:42:00+01:00"
|
|
44
|
+
lifecycle:
|
|
45
|
+
phases:
|
|
46
|
+
short-phase-1-brief:
|
|
47
|
+
completed: true
|
|
48
|
+
validated_by: "architect-agent"
|
|
49
|
+
validated_at: "2026-02-16T11:22:00+01:00"
|
|
50
|
+
short-phase-2-implementation:
|
|
51
|
+
completed: true
|
|
52
|
+
validated_by: "architect-agent"
|
|
53
|
+
validated_at: "2026-02-16T11:27:00+01:00"
|
|
54
|
+
short-phase-3-closure:
|
|
55
|
+
completed: true
|
|
56
|
+
validated_by: "architect-agent"
|
|
57
|
+
validated_at: "2026-02-16T11:42:00+01:00"
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
## 2. Definition and Scope (Contract)
|
|
63
|
+
- **Acceptance Criteria**: [acceptance.md](file:///.agent/artifacts/candidate/acceptance.md)
|
|
64
|
+
- **Alias**: `task.acceptance`
|
package/dist/agent/index.md
CHANGED
|
@@ -1,49 +1,88 @@
|
|
|
1
1
|
---
|
|
2
2
|
id: agent.index
|
|
3
3
|
owner: architect-agent
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
severity: PERMANENT
|
|
6
|
-
description:
|
|
6
|
+
description: "UNIFIED ROOT INDEX. Lists ALL system aliases in a single file."
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
# INDEX — .agent
|
|
9
|
+
# UNIFIED INDEX — .agent
|
|
10
10
|
|
|
11
|
-
##
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
## Patron de indices y alias
|
|
16
|
-
- Cada dominio tiene un `index.md` que lista rutas de ficheros de ese dominio.
|
|
17
|
-
- Los `index.md` definen alias (YAML) que se usan en workflows, rules y templates.
|
|
18
|
-
- Los alias permiten referenciar ficheros sin rutas absolutas y ayudan a recordar
|
|
19
|
-
que ya se cargo un fichero y su ruta exacta.
|
|
20
|
-
- Para acceder a un fichero, el LLM debe seguir la cadena:
|
|
21
|
-
`.agent/index.md` -> `dominio/index.md` -> alias -> ruta real.
|
|
11
|
+
## Objective
|
|
12
|
+
This file is the **Single Source of Truth** for file locations in the `.agent` system.
|
|
13
|
+
It contains **ALL** aliases for Rules, Workflows, Templates, and Artifacts.
|
|
22
14
|
|
|
23
15
|
## Aliases (YAML)
|
|
24
16
|
```yaml
|
|
25
17
|
agent:
|
|
26
|
-
version: 1.
|
|
18
|
+
version: 1.1.1
|
|
27
19
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
20
|
+
rules:
|
|
21
|
+
constitution:
|
|
22
|
+
clean_code: .agent/rules/constitution/clean-code.md
|
|
23
|
+
agents_behavior: .agent/rules/constitution/agents-behavior.md
|
|
24
|
+
vscode_extensions: .agent/rules/constitution/vscode-extensions.md
|
|
25
|
+
backend: .agent/rules/constitution/backend.md
|
|
26
|
+
background: .agent/rules/constitution/background.md
|
|
27
|
+
view: .agent/rules/constitution/view.md
|
|
28
|
+
modular_architecture: .agent/rules/constitution/modular-architecture.md
|
|
31
29
|
|
|
32
|
-
|
|
33
|
-
|
|
30
|
+
roles:
|
|
31
|
+
architect: .agent/rules/roles/architect.md
|
|
32
|
+
qa: .agent/rules/roles/qa.md
|
|
33
|
+
researcher: .agent/rules/roles/researcher.md
|
|
34
|
+
neo: .agent/rules/roles/neo.md
|
|
35
|
+
engine: .agent/rules/roles/engine.md
|
|
36
|
+
vscode-specialist: .agent/rules/roles/vscode-specialist.md
|
|
37
|
+
backend: .agent/rules/roles/backend.md
|
|
38
|
+
background: .agent/rules/roles/background.md
|
|
39
|
+
view: .agent/rules/roles/view.md
|
|
40
|
+
devops: .agent/rules/roles/devops.md
|
|
34
41
|
|
|
35
|
-
|
|
36
|
-
|
|
42
|
+
skills:
|
|
43
|
+
scaffolding: .agent/skills/scaffolding/SKILL.md
|
|
37
44
|
|
|
38
|
-
|
|
39
|
-
|
|
45
|
+
workflows:
|
|
46
|
+
init: .agent/workflows/init.md
|
|
47
|
+
scaffold-module: .agent/workflows/scaffold-module.md
|
|
48
|
+
tasklifecycle-long: .agent/workflows/tasklifecycle-long/index.md
|
|
49
|
+
tasklifecycle-short: .agent/workflows/tasklifecycle-short/index.md
|
|
50
|
+
coding:
|
|
51
|
+
backend: .agent/workflows/coding/coding-backend.md
|
|
52
|
+
background: .agent/workflows/coding/coding-background.md
|
|
53
|
+
view: .agent/workflows/coding/coding-view.md
|
|
54
|
+
integration: .agent/workflows/coding/coding-integration.md
|
|
40
55
|
|
|
41
|
-
|
|
42
|
-
|
|
56
|
+
templates:
|
|
57
|
+
task: .agent/templates/task.md
|
|
58
|
+
acceptance: .agent/templates/acceptance.md
|
|
59
|
+
init: .agent/templates/init.md
|
|
60
|
+
analysis: .agent/templates/analysis.md
|
|
61
|
+
planning: .agent/templates/planning.md
|
|
62
|
+
subtask_implementation: .agent/templates/subtask-implementation.md
|
|
63
|
+
review: .agent/templates/review.md
|
|
64
|
+
verification: .agent/templates/verification.md
|
|
65
|
+
results_acceptance: .agent/templates/results-acceptance.md
|
|
66
|
+
task_metrics: .agent/templates/task-metrics.md
|
|
67
|
+
agent_scores: .agent/templates/agent-scores.md
|
|
68
|
+
research: .agent/templates/research.md
|
|
69
|
+
agent_task: .agent/templates/agent-task.md
|
|
70
|
+
todo_item: .agent/templates/todo-item.md
|
|
71
|
+
changelog: .agent/templates/changelog.md
|
|
72
|
+
supplemental_report: .agent/templates/supplemental-report.md
|
|
73
|
+
brief: .agent/templates/brief.md
|
|
74
|
+
closure: .agent/templates/closure.md
|
|
75
|
+
coding:
|
|
76
|
+
layer_report: .agent/templates/coding/coding-layer-report.md
|
|
77
|
+
integration_report: .agent/templates/coding/coding-integration-report.md
|
|
43
78
|
|
|
79
|
+
artifacts:
|
|
80
|
+
candidate:
|
|
81
|
+
dir: .agent/artifacts/candidate
|
|
82
|
+
init: .agent/artifacts/candidate/init.md
|
|
83
|
+
task: .agent/artifacts/candidate/task.md
|
|
44
84
|
```
|
|
45
85
|
|
|
46
|
-
##
|
|
47
|
-
-
|
|
48
|
-
-
|
|
49
|
-
- Si un dominio cambia de ruta, se actualiza aquí (y en su índice local si aplica).
|
|
86
|
+
## Rules
|
|
87
|
+
- **No valid sub-indexes exist**. Everything must be here.
|
|
88
|
+
- If you add a file to the system, you **MUST** register it here.
|