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

13
platforms/pi/README.md Normal file
View File

@@ -0,0 +1,13 @@
# Adaptador pi.dev
Usa este adaptador para ejecutar ARNES en pi.dev.
## Recomendado
- Cargar `AGENTS.md` como entrada principal.
- Enforzar roles según `harness/agents.matrix.yml`.
- Exigir que subagentes escriban artefactos en `work/artifacts/<feature_id>/`.
- Ejecutar `./scripts/verify.sh` al inicio y antes de cierre.
## Respuesta estándar de subagentes
- `done -> <ruta>`
- `blocked -> <ruta>`