@ruah-dev/cli

CLI Router

One command. Every agent tool.

Top-level CLI router and unified cockpit for the ruah ecosystem. Install one package to get instant access to guardrails, verification, cost profiling, replays, and conversions with sub-millisecond dispatch.

Source

See it

Quick start

Up and running in seconds

@ruah-dev/cli
$ npm i -g @ruah-dev/cli
$ cd my-project
$ ruah init
# ✓ Created .ruah/ directory
# ✓ Detected git repository
# ✓ Ready to orchestrate

$ ruah status
# Active tasks: 0
# Workflows: 0
# Executors: claude-code, opencode

Features

01Unified CLI namespace (ruah <tool>)
02Sub-millisecond command dispatch
03Zero-config auto-detection
04Repo health diagnostics (ruah doctor)
05Strict JSON stdout / logging stderr
06Zero runtime dependencies

1

Package to install

9

Commands

0

Config required

Command Reference

Commands

ruah statusShow ecosystem status and active agents
ruah doctorValidate repository health and agent readiness
ruah guard <cmd>Execute safety policies & secret scans
ruah verify <cmd>Run definition-of-done criteria
ruah opt <cmd>Scan token waste & inspect session costs
ruah watch <cmd>Render shareable redacted HTML replays
ruah eval <cmd>Run micro-benchmarks across executors
ruah conv <cmd>Curate and generate MCP tool surfaces
ruah initInitialize .ruah/ configuration in a repo

Dive deeper

Full API reference, guides, and examples.