diff options
Diffstat (limited to 'Omni/Task')
| -rw-r--r-- | Omni/Task/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Omni/Task/README.md b/Omni/Task/README.md index 463c9e5..4025b74 100644 --- a/Omni/Task/README.md +++ b/Omni/Task/README.md @@ -1,7 +1,7 @@ # Task Manager for AI Agents The task manager is a dependency-aware issue tracker inspired by beads. It uses: -- **Storage**: SQLite database (`~/.cache/omni/tasks/tasks.db`) +- **Storage**: SQLite database (`~/.local/share/jr/jr.db`) - **Dependencies**: Tasks can block other tasks - **Ready work detection**: Automatically finds unblocked tasks @@ -365,8 +365,6 @@ Remember these non-negotiable rules: - ✅ Link discovered work with `--discovered-from` dependencies - ✅ File bugs IMMEDIATELY when you discover unexpected behavior - ✅ Check `task ready --json` before asking "what should I work on?" -- ✅ Store AI planning docs in `_/llm` directory -- ❌ NEVER use `todo_write` tool - ❌ NEVER create markdown TODO lists or task checklists - ❌ NEVER put TODOs or FIXMEs in code comments - ❌ NEVER use external issue trackers |
