summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2025-11-26 08:00:48 -0500
committerBen Sima <ben@bensima.com>2025-11-26 08:00:48 -0500
commit852697390bff12101f87602da16797d893d4f962 (patch)
tree70ff6a296e9f65479259334a7264a0efb5ac5a10 /AGENTS.md
parent60c97ba9fac9eb9298b1b448ed5494765a33be39 (diff)
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.
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md4
1 files changed, 0 insertions, 4 deletions
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=<current-id> --json
# 4. Complete the task
task update <id> done --json
-
-# 5. End of session: sync to git (local commit only)
-task sync
```
**Bug Discovery:**