diff options
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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:** |
