When running git commands via python_exec or similar tools, always use /home/ben/omni/ava as the working directory (ava's personal worktree and branch), NOT /home/ben/omni.
This has caused issues multiple times where git commands fail or run in the wrong context.
Solution: Add explicit instruction to system prompt or create a dedicated skill that specifies the correct working directory for git operations.