model: anthropic/claude-sonnet-4-7
weak-model: anthropic/claude-haiku-4-5
auto-commits: false
test-cmd: npm test && npm run lint
auto-test: true
edit-format: diff특히 weak-model이 이득. 단순 작업은 Haiku 4.5로 돌려서 토큰 절약
auto-test=true면 매 수정 후 테스트 자동 돌림
model: anthropic/claude-sonnet-4-7
weak-model: anthropic/claude-haiku-4-5
auto-commits: false
test-cmd: npm test && npm run lint
auto-test: true
edit-format: diff특히 weak-model이 이득. 단순 작업은 Haiku 4.5로 돌려서 토큰 절약
auto-test=true면 매 수정 후 테스트 자동 돌림