Show HN: Opair, a coding harness that eschews autonomyhttps://gitlab.com/philbooth/opair
Obviously everyone is writing their own coding harness these days, so I'll cut straight to the points of difference in mine: There's no tool that grants shell access. Instead there's a bunch of development-specific tools, scoped to restricted functionality. Reads and writes are gated by access control. Project files can be read without prompting, git-ignored files and dotfiles can't. The shipped MCP integrations are restricted to read-only access. There are no tools for git add and commit. Perhaps the biggest difference is separate driver and navigator modes. In driver mode, Opair worβ¦