From 204f04668ed700da4648d45ead0a9fe5a71aaca3 Mon Sep 17 00:00:00 2001 From: Anil Kumar <150643132+anil-rome@users.noreply.github.com> Date: Thu, 23 Jul 2026 17:39:42 +0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.9.0=20=E2=80=94=20new,=20t?= =?UTF-8?q?he=20scaffold=20front=20door?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pins the released surface to main. Since v0.8.0: rome new (#26) — wraps create-rome-app with the chain pre-wired from the registry (its works- gate also drove upstream fixes cra#3/#4). Bumps package.json and the github install pins 0.8.0 -> 0.9.0. --- README.md | 2 +- docs/GUIDES.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e4247a..ff332d2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ git clone https://github.com/rome-protocol/rome-cli cd rome-cli && npm install && npm install -g . ``` -Pin a tag (e.g. `github:rome-protocol/rome-cli#v0.8.0`) for reproducible runs. +Pin a tag (e.g. `github:rome-protocol/rome-cli#v0.9.0`) for reproducible runs. ## CLI diff --git a/docs/GUIDES.md b/docs/GUIDES.md index 6c8e729..8c96d9c 100644 --- a/docs/GUIDES.md +++ b/docs/GUIDES.md @@ -154,7 +154,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.8.0 +npm install -g github:rome-protocol/rome-cli#v0.9.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 f44fc51..530267a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rome-protocol/cli", - "version": "0.8.0", + "version": "0.9.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": {