From 49c837b0e1f55d149c802011d704e343e7a13fe0 Mon Sep 17 00:00:00 2001 From: Mikkel Georgsen Date: Sat, 28 Feb 2026 15:45:53 +0100 Subject: [PATCH] chore: add project config --- .planning/config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .planning/config.json diff --git a/.planning/config.json b/.planning/config.json new file mode 100644 index 0000000..ae51cb6 --- /dev/null +++ b/.planning/config.json @@ -0,0 +1,13 @@ +{ + "mode": "yolo", + "depth": "standard", + "parallelization": true, + "commit_docs": true, + "model_profile": "quality", + "workflow": { + "research": true, + "plan_check": true, + "verifier": true, + "auto_advance": true + } +}