Releases: rome-protocol/rome-cli
Release list
v0.9.0 — new, the scaffold front door
Added since v0.8.0:
rome new <app-name> [--chain <chain>]— scaffold a dual-lane Rome app (wrapscreate-rome-app) with the chain pre-wired from the registry, plus the lifecycle next-steps: fund → deploy → demo → verify. Keyless, CLI-only.
Install:
npm install -g github:rome-protocol/rome-cli#v0.9.0The CLI now covers the whole builder lifecycle: new → fund/bridge (in+out) → deploy/send → activate → verify (all four paths) → tx/doctor/cookbook.
v0.8.0 — verify --path from-home (4-of-4 paths)
Added since v0.7.0:
verify --path from-home— the round-trip works-gate: bridge USDC in as wUSDC → act with it on Rome → bridge back out to claim-ready. Funded-verified on Hadrian.verifynow covers all four builder paths (solidity · idea · solana-program · from-home).
Install:
npm install -g github:rome-protocol/rome-cli#v0.8.0Docs: docs/GUIDES.md "Prove it works".
v0.7.0 — bridge outbound (--to) + activate
Added since v0.6.0:
bridge --to <dest>— bridge wUSDC out of Rome (CCTP v2): burn on Rome → attestation-ready → claim handle. Claiming on the destination is your step — Rome sponsors the inbound settle, never the outbound claim.activate <chain>— one-time account activation required before your first bridge out (funds your external-auth PDA; idempotent). Inbound stays frictionless.
Install:
npm install -g github:rome-protocol/rome-cli#v0.7.0Funded-verified on Hadrian. Docs: docs/GUIDES.md "Bridge out".
v0.6.0 — verify --path solana-program
Added since v0.5.0:
verify --path solana-program— an EVM-lane call drives a Solana program via CPI (SPL Memo through0xff…08), funded-GREEN on Hadrian. EVM key only;--solana-rpcadds the Solana-log deep check.
Install:
npm install -g github:rome-protocol/rome-cli#v0.6.0verify now covers 3 of 4 builder paths: solidity + idea (both-lane parity) and solana-program (cross-VM CPI). --path from-home follows.
v0.5.0 — preset + full-surface docs
Pins the released/installed surface to main.
Added since v0.4.0:
preset— ready foundry/hardhat toolchain config for Rome + quirks (#12)- full command-catalog docs + read/action security-model corrections (#13)
Install:
npm install -g github:rome-protocol/rome-cli#v0.5.0Surface: 18 CLI commands / 13 MCP read-tools. Reads (facts, cookbook, call, doctor, tx, preset) on CLI + MCP; actions (deploy, send, fund, bridge, verify) CLI-only + key-gated, never on MCP.
v0.4.0 — verify (both-lane works-gate)
Adds the diagnose + verify surface: verify (the both-lane works-gate — deploy a probe, drive it from the EVM lane and the Solana lane, assert parity; live-verified GREEN on Hadrian), plus doctor, tx, and cookbook errors. Grounding + fund/bridge + deploy/send unchanged.
Install: npm install -g github:rome-protocol/rome-cli#v0.4.0
v0.3.0 — fund + bridge (inbound USDC on-ramp)
Adds fund + bridge — the inbound USDC on-ramp (CCTP), CLI-only key-gated actions. Both intents verified funded-GREEN on-chain (Hadrian): --intent wrapper (wUSDC) and --intent gas (native Rome gas). Grounding (facts/cookbook/call) + deploy/send unchanged.
Install: npm install -g github:rome-protocol/rome-cli#v0.3.0
v0.2.0 — dev CLI + MCP: facts, cookbook, and the contract layer
Rome dev CLI + MCP server.
Grounding (read-only; CLI + MCP): rome facts (chain/tokens/contracts/gas/balance/programs) · rome cookbook (cpi-recipe, patterns) · rome call (eth_call).
Contract actions (CLI-only, key-gated via ROME_EVM_KEY): rome deploy · rome send (submitRomeTx). Funded works-gate green on Hadrian.
MCP: rome mcp — stdio server your client launches; read-only, holds no keys (actions never exposed).
Install (repo-first): npm i -g github:rome-protocol/rome-cli#v0.2.0. See docs/GUIDES.md + docs/ARCHITECTURE.md.