Files
blog-writer/bots/config_resolver.py
sinmb79 3d200beba4 fix(v3): config_resolver — remove dead engine param, add input validation
- Remove unused `engine` parameter from `_resolve_engine()` signature and call sites
- Warn on unknown engine in `_has_api_key()` instead of silently returning True
- Warn when budget value from profile is not in BUDGET_ENGINE_MAP
- Validate `platforms` type in `_resolve_platforms()`, wrap non-list values

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 11:34:33 +09:00

8.9 KiB