diff --git a/.gitignore b/.gitignore index 11757e3..e2c9f08 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ *.json !lang/ !lang/*.json +!.planning/ +!.planning/** !wiki/ !wiki/*.html !wiki/*.md \ No newline at end of file diff --git a/.planning/config.json b/.planning/config.json new file mode 100644 index 0000000..1e4156f --- /dev/null +++ b/.planning/config.json @@ -0,0 +1,13 @@ +{ + "mode": "yolo", + "granularity": "standard", + "parallelization": true, + "commit_docs": true, + "model_profile": "balanced", + "workflow": { + "research": true, + "plan_check": true, + "verifier": true, + "nyquist_validation": true + } +}