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

24
backlog/features.json Normal file
View File

@@ -0,0 +1,24 @@
{
"project": "nuevo-proyecto",
"description": "Backlog inicial del proyecto",
"rules": {
"one_feature_at_a_time": true,
"require_review_gate": true,
"require_security_gate": true,
"require_qa_gate": true,
"valid_status": ["pending", "in_progress", "blocked", "done"]
},
"features": [
{
"id": "F-001",
"title": "Definir estructura inicial",
"description": "Bootstrap del proyecto con estructura base.",
"acceptance": [
"Estructura base creada",
"Tests o checks iniciales definidos",
"Artefactos de gate configurados"
],
"status": "pending"
}
]
}