From c0abe8bc6c46a34f0d1c0e166f8c428214d7bca4 Mon Sep 17 00:00:00 2001 From: gbanyan Date: Wed, 11 Feb 2026 14:41:35 +0800 Subject: [PATCH] chore: add project config --- .planning/config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .planning/config.json diff --git a/.planning/config.json b/.planning/config.json new file mode 100644 index 0000000..c796c39 --- /dev/null +++ b/.planning/config.json @@ -0,0 +1,12 @@ +{ + "mode": "yolo", + "depth": "standard", + "parallelization": true, + "commit_docs": true, + "model_profile": "balanced", + "workflow": { + "research": true, + "plan_check": true, + "verifier": true + } +}