Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,17 @@ 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.8.0
# or run without installing:
npx github:rome-protocol/rome-cli#v0.8.0 facts chain hadrian
# one-shot, no install:
npx github:rome-protocol/rome-cli facts chain hadrian

# durable install — clone + link (a plain `npm install -g github:…` fails: npm
# prepares this package's github: dependencies without their own node_modules):
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.

## CLI

```bash
Expand Down
96 changes: 11 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading