summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
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:**