From 998d448568f56caecf31090b4c953dea71126bab Mon Sep 17 00:00:00 2001 From: Anil Kumar <150643132+anil-rome@users.noreply.github.com> Date: Wed, 22 Jul 2026 11:11:15 +0300 Subject: [PATCH] =?UTF-8?q?chore(release):=20v0.8.0=20=E2=80=94=20verify?= =?UTF-8?q?=20--path=20from-home=20(4-of-4=20paths)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pins the released surface to main. Since v0.7.0: verify --path from-home (#22) — the round-trip works-gate (bridge in → act → bridge out), funded- GREEN on Hadrian; verify now covers all four builder paths. Also fixes the GUIDES MCP blurb (actions list was missing activate). Bumps package.json and the github install pins 0.7.0 -> 0.8.0. --- README.md | 4 ++-- docs/GUIDES.md | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2273b21..3c7aeb5 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.7.0 +npm install -g github:rome-protocol/rome-cli#v0.8.0 # or run without installing: -npx github:rome-protocol/rome-cli#v0.7.0 facts chain hadrian +npx github:rome-protocol/rome-cli#v0.8.0 facts chain hadrian ``` ## CLI diff --git a/docs/GUIDES.md b/docs/GUIDES.md index 7a18134..9269659 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.7.0 +npm install -g github:rome-protocol/rome-cli#v0.8.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. @@ -169,7 +169,7 @@ npm install -g github:rome-protocol/rome-cli#v0.7.0 rome mcp # starts the stdio server; your client lists the READ tools: facts_chain, # facts_tokens, facts_contracts, facts_gas, facts_balance, facts_programs, # cookbook_cpi_recipe, cookbook_patterns, cookbook_errors, call, doctor, tx, preset - # (actions — deploy/send/fund/bridge/verify — are CLI-only, never on MCP) + # (actions — deploy/send/fund/bridge/activate/verify — are CLI-only, never on MCP) ``` **4. Use it in a prompt.** Now the agent can call the tools instead of hallucinating: diff --git a/package.json b/package.json index 644c6c3..4777652 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rome-protocol/cli", - "version": "0.7.0", + "version": "0.8.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": {