Files
oh-my-opencode/docs
YanzheL dc41de9a4e docs: fix Sisyphus Tasks config reference to match actual schema
The Sisyphus Tasks section documented a nonexistent 'enabled' field
with a default of 'false', which contradicts the actual behavior:

- The SisyphusTasksConfigSchema has no 'enabled' field; it only has
  storage_path, task_list_id, and claude_code_compat
- The task system toggle lives at experimental.task_system and
  defaults to true (since v3.14)

Updated the docs to:
- Remove the phantom 'enabled' field from example and options table
- Add the missing 'task_list_id' option that exists in the schema
- Clarify that sisyphus.tasks configures storage only
- Point to experimental.task_system as the actual on/off toggle
- Explain what the task system does (replaces TodoWrite/TodoRead)
2026-04-02 02:24:20 +08:00
..