chore: bootstrap agnostic agent harness framework

This commit is contained in:
rikrdo
2026-05-03 17:46:19 +02:00
commit 622e5df382
23 changed files with 809 additions and 0 deletions

19
AGENTS.md Normal file
View File

@@ -0,0 +1,19 @@
# AGENTS.md — Entry point del framework
## Arranque obligatorio
1. Leer `work/current.md`.
2. Leer `backlog/features.json` y seleccionar **una** feature `pending`.
3. Ejecutar `./scripts/verify.sh`.
4. Seguir `harness/workflow.stages.yml` y `harness/agents.matrix.yml`.
## Reglas duras
- Una sola feature en `in_progress`.
- Ningún agente pasa código por chat: todo va a `work/artifacts/<feature_id>/`.
- `implementer` nunca marca `done`.
- `done` requiere gates aprobados: `reviewer`, `security`, `qa`.
- Si `verify.sh` falla, no se cierra la feature.
## Reentrada (context loss)
- Releer `work/current.md` y artefactos de la feature activa.
- Ejecutar `./scripts/verify.sh`.
- Continuar desde “Próximo paso”.