Documentation
README
Verifying the Omnigent CLI setup & UX in a closed loop
The Omnigent CLI's first impression is: curl | sh → run omnigent → pick a
model credential → start a session. This skill lets an agent enter that flow,
examine the UI/UX, and prove whether a change is verifiable — without a
browser, without real credentials, and without ever touching the developer's
real ~/.omnigent.
The engine is verify_cli.py (next to this file). It drives the real
omnigent binary through a pseudo-terminal (pexpect) inside a throwaway
sandbox, captures what renders, runs assertions, and prints one machine-readable
SUMMARY {json} line.
This is the opening of the README. Read the full README on GitHub.