feat(v3): PR 1 — config_resolver + user_profile

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sinmb79
2026-03-29 11:32:32 +09:00
parent 9b44a07a44
commit b5dc961863
2 changed files with 250 additions and 0 deletions

18
config/user_profile.json Normal file
View File

@@ -0,0 +1,18 @@
{
"_comment": "사용자 의도 설정 — bw init으로 생성/업데이트",
"_updated": "2026-03-29",
"budget": "free",
"level": "beginner",
"engines": {
"writing": {"provider": "auto"},
"tts": {"provider": "auto"},
"video": {"provider": "auto"},
"image": {"provider": "auto"}
},
"platforms": ["youtube"],
"services": {
"openclaw": false,
"claude_web": false,
"gemini_web": false
}
}