Problem
New config fields lack Zod validation:
remory_enabled
remory_persist_context
remory_persist_thinking
remory_inject_context
remory_max_length
remory_search_limit
background_tasks
max_background_tasks
context_window_percent
Solution
Add Zod schemas with:
- Type validation
- Bounds checking (e.g., context_window_percent 0-1)
- Sensible defaults
Files
packages/opencode/src/config/config.ts
Branch
claude/simplify-agentic-loop-2jRSP