docs: initialize project

This commit is contained in:
2026-03-28 22:17:48 +09:00
parent 7c14f3c040
commit 64ecc12d35
5 changed files with 120 additions and 0 deletions

16
.planning/config.json Normal file
View File

@@ -0,0 +1,16 @@
{
"mode": "yolo",
"granularity": "standard",
"model_profile": "inherit",
"commit_docs": true,
"sub_repos": [],
"parallelization": true,
"workflow": {
"research": false,
"plan_check": false,
"verifier": true,
"nyquist_validation": true,
"auto_advance": true,
"_auto_chain_active": true
}
}