- Wraps useSetting("weightUnit") with typed WeightUnit return
- Validates stored value against known units (g, oz, lb, kg)
- Defaults to "g" when no setting exists (backward compatible)
- Fix config.json formatting (tabs per biome config)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
263 B
JSON
15 lines
263 B
JSON
{
|
|
"mode": "yolo",
|
|
"granularity": "coarse",
|
|
"parallelization": true,
|
|
"commit_docs": true,
|
|
"model_profile": "quality",
|
|
"workflow": {
|
|
"research": true,
|
|
"plan_check": true,
|
|
"verifier": true,
|
|
"nyquist_validation": true,
|
|
"_auto_chain_active": true
|
|
}
|
|
}
|