chore: bootstrap agnostic agent harness framework
This commit is contained in:
24
backlog/features.json
Normal file
24
backlog/features.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user