dc41de9a4e
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)