docs: initialize ngn-agent project

This commit is contained in:
2026-06-14 01:57:46 +08:00
commit 8500887c35
5 changed files with 318 additions and 0 deletions

20
.planning/config.json Normal file
View File

@@ -0,0 +1,20 @@
{
"mode": "yolo",
"granularity": "coarse",
"parallelization": false,
"commit_docs": true,
"model_profile": "balanced",
"workflow": {
"research": true,
"plan_check": true,
"verifier": true,
"nyquist_validation": false,
"auto_advance": true
},
"plan_review": {
"source_grounding": false
},
"ship": {
"pr_body_sections": []
}
}