- Add PROJECT.md with core value and requirements - Add config.json with yolo workflow preferences - Add REQUIREMENTS.md with 18 v1 requirements - Add ROADMAP.md with 5 phases - Add STATE.md with project memory
14 lines
242 B
JSON
14 lines
242 B
JSON
{
|
|
"mode": "yolo",
|
|
"depth": "standard",
|
|
"parallelization": true,
|
|
"commit_docs": true,
|
|
"model_profile": "balanced",
|
|
"workflow": {
|
|
"research": false,
|
|
"plan_check": false,
|
|
"verifier": false,
|
|
"auto_advance": true
|
|
}
|
|
}
|