From 93f41823843635afdc87b9d529bd5f9384e6b446 Mon Sep 17 00:00:00 2001 From: Variet-Worker Date: Sun, 5 Apr 2026 00:45:54 +0900 Subject: [PATCH] chore: add Variet LLM project config --- .planning/config.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .planning/config.json diff --git a/.planning/config.json b/.planning/config.json deleted file mode 100644 index 130bf13..0000000 --- a/.planning/config.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "mode": "yolo", - "granularity": "Standard", - "parallelization": true, - "commit_docs": true, - "model_profile": "balanced", - "workflow": { - "research": true, - "plan_check": true, - "verifier": true, - "nyquist_validation": true, - "auto_advance": true - } -}