RuMa = a pressure overlay for coding agents.
Package diagnose / recover / ship / audit into a real runtime for Codex, Claude Code, and OpenClaw.
简体中文 · English
RuMa Runtime is not just a prompt dump.
It combines:
- operating modes:
diagnose,recover,ship,audit - overlays:
neutral,high-agency,hardline, andRuMa / PUA - direct installers for
Codex,Claude Code, andOpenClaw - a browsable web surface
- Playwright smoke coverage and a local autopilot loop
| Failure pattern | Old behavior | Runtime behavior |
|---|---|---|
| Repeating the same route | tweak the same patch over and over | switch to a materially different approach on the second failure |
| Blaming the environment | speculate about permissions or API support | produce logs, docs, versions, or command output first |
| Claiming done without proof | report completion without validation | run build, test, curl, or the real path first |
| Passive waiting | ask the user before investigating | search, inspect, and execute before asking |
npm install
npm run install:allOr per client:
npm run install:codex
npm run install:claude
npm run install:openclawmkdir -p ~/.codex/skills/ruma-runtime ~/.codex/prompts
curl -L https://raw.githubusercontent.com/Rrocean/ruma-runtime/main/adapters/codex/ruma-runtime/SKILL.md -o ~/.codex/skills/ruma-runtime/SKILL.md
curl -L https://raw.githubusercontent.com/Rrocean/ruma-runtime/main/commands/ruma-runtime.md -o ~/.codex/prompts/ruma-runtime.mdmkdir -p ~/.claude/skills/ruma-runtime
curl -L https://raw.githubusercontent.com/Rrocean/ruma-runtime/main/adapters/claude/ruma-runtime/SKILL.md -o ~/.claude/skills/ruma-runtime/SKILL.mdmkdir -p ~/.openclaw/skills/ruma-runtime
curl -L https://raw.githubusercontent.com/Rrocean/ruma-runtime/main/adapters/openclaw/ruma-runtime/SKILL.md -o ~/.openclaw/skills/ruma-runtime/SKILL.mdnpm run build
npm run test
npm run checknpm run autopilot:register
npm run autopilot:once
npm run qa:loop