docs: initialize project

This commit is contained in:
2026-03-13 01:30:45 +08:00
parent afe1603bbe
commit c11b1f949a
2 changed files with 98 additions and 0 deletions

14
.planning/config.json Normal file
View File

@@ -0,0 +1,14 @@
{
"mode": "yolo",
"granularity": "coarse",
"parallelization": true,
"commit_docs": true,
"model_profile": "genius",
"workflow": {
"research": true,
"plan_check": true,
"verifier": true,
"nyquist_validation": true,
"auto_advance": true
}
}