refactor: complete bootstrap of ARNES agent harness framework

- Add complete agent harness structure with 8 roles (leader, triager, architect, implementer, reviewer, security, qa, documenter)
- Implement strict workflow with 9 stages and mandatory gates
- Add comprehensive verification script and runtime status tracking
- Create artifact-based evidence system with contracts and schemas
- Add agent policy matrix with permissions and anti-cheat rules
- Include test suite (44 tests passing) and CI-ready structure
- Add documentation: README, HOWTO, CHECKPOINTS, templates
- Configure model routing policies and token-aware task assignment
- Add BDD/SDD specification guides and feature templates
- Include starter pack for quick project onboarding

All verification checks pass. Framework ready for production use.
This commit is contained in:
rikrdo
2026-05-17 23:25:35 +02:00
parent 622e5df382
commit 3ff9b70e4c
104 changed files with 8534 additions and 187 deletions

View File

@@ -5,10 +5,12 @@
- Orquestador: _—_
## Plan
- ...
- Seleccionar una feature `pending` del backlog.
- Ejecutar `./scripts/verify.sh`.
- Actualizar estado runtime con `python3 scripts/agent_status.py set ...`.
## Bitácora
- ...
- Template inicializado para proyecto nuevo/en curso.
## Próximo paso
- ...
- Añadir features reales al backlog y arrancar el pipeline SDD.

View File

@@ -1,3 +1,3 @@
# Historial (append-only)
# History (append-only)
> adir entradas al final. No reescribir historial previo.
- 2026-05-17T08:30:00Z · leader · Template ARNES reiniciado a estado agnóstico (blank canvas).

11
work/runtime-status.json Normal file
View File

@@ -0,0 +1,11 @@
{
"feature_id": null,
"stage": "idle",
"agent": "leader",
"action": "Sin ejecución activa",
"state": "waiting",
"next_agent": "leader",
"waiting_for": "Seleccionar una feature pending y actualizar este estado",
"updated_at": "2026-05-17T00:00:00Z",
"timeline": []
}