diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-26 10:18:27 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-26 10:18:27 -0500 |
| commit | 75d5716a31ea1d9d1e92d76d8417dd5ae8dcbab6 (patch) | |
| tree | d57ac1e817074a8a6a10409dacf91761d279a905 /Omni/Task/README.md | |
| parent | 1ab28d35a82ceb89ad4fe71582659bd717757ab6 (diff) | |
Move test database to _/tmp (cabdir)
- Document _/ directory structure in AGENTS.md - Change test database
path from .tasks/ to _/tmp/ - Update all references in tests and docs
Diffstat (limited to 'Omni/Task/README.md')
| -rw-r--r-- | Omni/Task/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Omni/Task/README.md b/Omni/Task/README.md index 5113002..463c9e5 100644 --- a/Omni/Task/README.md +++ b/Omni/Task/README.md @@ -333,7 +333,7 @@ To back up or transfer tasks, use `task export` and `task import`. # Set test mode to protect production database export TASK_TEST_MODE=1 -# Now all task operations use .tasks/tasks-test.db +# Now all task operations use _/tmp/tasks-test.db task create "Test task" --type=task task list task tree |
