From 852697390bff12101f87602da16797d893d4f962 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 26 Nov 2025 08:00:48 -0500 Subject: Remove task sync command and git-tracked tasks Tasks are now stored in SQLite at ~/.cache/omni/tasks/tasks.db. No need to sync to git anymore. Deleted 51 test cruft tasks. --- AGENTS.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'AGENTS.md') diff --git a/AGENTS.md b/AGENTS.md index c1002e1..2656144 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -11,7 +11,6 @@ The Omni project is to leverage automation and asymmetries to create wealth. - ✅ File bugs IMMEDIATELY when you discover unexpected behavior - ✅ Run `task ready --json` before asking "what should I work on?" - ✅ Store AI planning docs in `_/llm` directory (NEVER in repo root) -- ✅ Run `task sync` at end of session to commit changes locally - ❌ Do NOT use `todo_write` tool - ❌ Do NOT create markdown TODO lists or task checklists - ❌ Do NOT put TODO/FIXME comments in code @@ -31,9 +30,6 @@ task create "Fix type error found" --discovered-from= --json # 4. Complete the task task update done --json - -# 5. End of session: sync to git (local commit only) -task sync ``` **Bug Discovery:** -- cgit v1.2.3