v1.0.1 — strip Codex internals; promote 'arb' alias
v1.0.1
README polish: removed the low-level Codex internally: blocks from the
natural-language examples and promoted the arb short alias.
Changes
Stripped Codex internally: blocks
The chat examples in the README were showing the raw MCP protocol calls
inline:
Codex internally:
→ mcp__agent-rollback__create_checkpoint({ name: "green tests" })
→ (then proceeds with the refactor in the working tree)
That was leaking the MCP protocol to end-users. Removed all 13 of those
blocks. The natural-language examples now read as a clean conversation:
You: "make a checkpoint and refactor task service"
Codex: "Created checkpoint cp-183544-... If I make a mess, just say 'go back'."
The MCP tool reference table is preserved (it's a useful developer
reference and tells agents what tools exist), but no longer appears
inline in the chat examples.
Promoted the arb short alias
arb mentions: 11 → 25. Added to:
- Hero tagline (now mentions
arbas the short alias right up top) - 30-second start intro (
agent-rollbackis the full command,arbis
the 3-char alias for when you're in a hurry) - npm install blurb (explains both names with the pick-whichever-you-type-faster framing)
- Install script success message (now leads with
arb initinstead of
agent-rollback init) - Every CLI-equivalent block under the chat examples (e.g.
agent-rollback list # or: arb list)
Added CLI fallbacks under every chat example
Each natural-language example now has the matching CLI command right
underneath, so the README works equally well for terminal-first users
who never use Codex chat.
Install
npm install -g agent-rollback
# or one-liner with skill + MCP auto-register
curl -fsSL https://raw.githubusercontent.com/Nainish-Rai/agent-rollback/main/scripts/install.sh | bash -s -- --all