From ba70940152add4a8053077b65a6ef7766dd88737 Mon Sep 17 00:00:00 2001 From: Anil Kumar <150643132+anil-rome@users.noreply.github.com> Date: Wed, 22 Jul 2026 09:00:05 +0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.7.0=20=E2=80=94=20bridge?= =?UTF-8?q?=20outbound=20(--to)=20+=20activate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pins the released surface to main. Since v0.6.0: bridge --to (CCTP outbound; user claims on the destination) + activate (one-time PDA funding before the first outbound), rome-cli #20, funded-GREEN Hadrian. Bumps package.json and the github install pins 0.6.0 -> 0.7.0. --- README.md | 4 ++-- docs/GUIDES.md | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f884bc7..2273b21 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ Two things stall an agent building on Rome: **hallucinated facts** (wrong ids, a Repo-first (npm publish pending): ```bash -npm install -g github:rome-protocol/rome-cli#v0.6.0 +npm install -g github:rome-protocol/rome-cli#v0.7.0 # or run without installing: -npx github:rome-protocol/rome-cli#v0.6.0 facts chain hadrian +npx github:rome-protocol/rome-cli#v0.7.0 facts chain hadrian ``` ## CLI diff --git a/docs/GUIDES.md b/docs/GUIDES.md index e3940c9..cecea6a 100644 --- a/docs/GUIDES.md +++ b/docs/GUIDES.md @@ -153,7 +153,7 @@ Give your coding agent grounded Rome facts so it stops guessing addresses and se **1. Install** (repo-first; npm publish pending): ```bash -npm install -g github:rome-protocol/rome-cli#v0.6.0 +npm install -g github:rome-protocol/rome-cli#v0.7.0 ``` **2. Register the MCP server** in your client's config. You don't run or host anything — the client launches `rome mcp` on demand. diff --git a/package.json b/package.json index f2b8637..644c6c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rome-protocol/cli", - "version": "0.6.0", + "version": "0.7.0", "description": "rome — the Rome Protocol dev CLI and MCP server: grounded chain facts and build patterns for humans and AI agents.", "type": "module", "bin": {