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

21
CHECKPOINTS.md Normal file
View File

@@ -0,0 +1,21 @@
# CHECKPOINTS
## C1 — Estructura
- [ ] Existe `harness/`, `spec/`, `backlog/`, `work/`, `scripts/`, `platforms/`.
## C2 — Estado
- [ ] Máximo una feature en `in_progress`.
- [ ] Estados válidos en backlog.
## C3 — Gates
- [ ] Toda feature `done` tiene `reviewer.json` aprobado.
- [ ] Toda feature `done` tiene `security.json` aprobado.
- [ ] Toda feature `done` tiene `qa.json` aprobado.
- [ ] Toda feature `done` tiene `leader-close.json` válido.
## C4 — Verificación
- [ ] `./scripts/verify.sh` termina en OK.
## C5 — Trazabilidad
- [ ] `work/history.md` actualizado en cierre.
- [ ] Artefactos por feature en `work/artifacts/<feature_id>/`.