From 9b3cd64d9e7581256294ceaf7fa08f547a88925e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 2 Dec 2025 13:55:31 -0500 Subject: 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`. --- Omni/Task/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Omni/Task/README.md') 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 -- cgit v1.2.3