chore: add project config, update gitignore for .planning/

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-02 09:54:02 +02:00
parent 1619cfbb7d
commit d372fc10f2
2 changed files with 15 additions and 0 deletions

2
.gitignore vendored
View File

@@ -3,6 +3,8 @@
*.json *.json
!lang/ !lang/
!lang/*.json !lang/*.json
!.planning/
!.planning/**
!wiki/ !wiki/
!wiki/*.html !wiki/*.html
!wiki/*.md !wiki/*.md

13
.planning/config.json Normal file
View File

@@ -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
}
}