docs(workspace): document omo workspace paths

This commit is contained in:
YeonGyu-Kim
2026-05-16 17:42:06 +09:00
parent f10f796318
commit 63519ec563
14 changed files with 38 additions and 38 deletions
+2 -2
View File
@@ -451,7 +451,7 @@ The `sisyphus.tasks` section configures **storage options** only:
{
"sisyphus": {
"tasks": {
"storage_path": ".sisyphus/tasks",
"storage_path": ".omo/tasks",
"claude_code_compat": false
}
}
@@ -460,7 +460,7 @@ The `sisyphus.tasks` section configures **storage options** only:
| Option | Default | Description |
| -------------------- | ----------------- | ------------------------------------------ |
| `storage_path` | `.sisyphus/tasks` | Storage path (relative to project root) |
| `storage_path` | `.omo/tasks` | Storage path (relative to project root) |
| `task_list_id` | - | Force task list ID (alternative to env `ULTRAWORK_TASK_LIST_ID`) |
| `claude_code_compat` | `false` | Enable Claude Code path compatibility mode |