diff options
| author | Ben Sima <ben@bensima.com> | 2025-12-02 13:55:31 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-12-02 13:55:31 -0500 |
| commit | 9b3cd64d9e7581256294ceaf7fa08f547a88925e (patch) | |
| tree | d400a41c1e7db8a7c12598ed1898354cda89fe7e /Omni/Task | |
| parent | eb8a78baafa4556fde11cddda4740fe4b733cf31 (diff) | |
System prompt improvements
Worked with Gemini and Opus to improve the system prompt with learnings from the
Amp prompt. Removed reference to Omni/Task/README.md because it is deprecated in
favor of `jr task`.
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 |
