{"id":50384559,"url":"https://github.com/rrocean/ruma-runtime","last_synced_at":"2026-05-30T14:01:35.295Z","repository":{"id":344603478,"uuid":"1182392776","full_name":"Rrocean/ruma-runtime","owner":"Rrocean","description":"RuMa Runtime: pressure overlays and evidence-first operating modes for Codex, Claude Code, and OpenClaw.","archived":false,"fork":false,"pushed_at":"2026-03-15T14:09:01.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-16T02:55:12.161Z","etag":null,"topics":["agent-skill","ai-agents","claude-code","codex","openclaw","playwright","prompt-engineering","runtime"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rrocean.png","metadata":{"files":{"readme":"README.en.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-15T13:11:56.000Z","updated_at":"2026-03-15T14:09:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Rrocean/ruma-runtime","commit_stats":null,"previous_names":["rrocean/ruma-runtime"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Rrocean/ruma-runtime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rrocean%2Fruma-runtime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rrocean%2Fruma-runtime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rrocean%2Fruma-runtime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rrocean%2Fruma-runtime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rrocean","download_url":"https://codeload.github.com/Rrocean/ruma-runtime/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rrocean%2Fruma-runtime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33694714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skill","ai-agents","claude-code","codex","openclaw","playwright","prompt-engineering","runtime"],"created_at":"2026-05-30T14:01:34.012Z","updated_at":"2026-05-30T14:01:35.290Z","avatar_url":"https://github.com/Rrocean.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./assets/ruma-banner.svg\" alt=\"RuMa Runtime banner\" width=\"100%\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eRuMa = a pressure overlay for coding agents.\u003c/strong\u003e\u003cbr /\u003e\n  Package \u003ccode\u003ediagnose / recover / ship / audit\u003c/code\u003e into a real runtime for \u003ccode\u003eCodex\u003c/code\u003e, \u003ccode\u003eClaude Code\u003c/code\u003e, and \u003ccode\u003eOpenClaw\u003c/code\u003e.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"./README.md\"\u003e简体中文\u003c/a\u003e · \u003cstrong\u003eEnglish\u003c/strong\u003e\n\u003c/p\u003e\n\n## What It Is\n\nRuMa Runtime is not just a prompt dump.\n\nIt combines:\n\n- operating modes: `diagnose`, `recover`, `ship`, `audit`\n- overlays: `neutral`, `high-agency`, `hardline`, and `RuMa / PUA`\n- direct installers for `Codex`, `Claude Code`, and `OpenClaw`\n- a browsable web surface\n- Playwright smoke coverage and a local autopilot loop\n\n## What It Fixes\n\n| Failure pattern | Old behavior | Runtime behavior |\n| --- | --- | --- |\n| Repeating the same route | tweak the same patch over and over | switch to a materially different approach on the second failure |\n| Blaming the environment | speculate about permissions or API support | produce logs, docs, versions, or command output first |\n| Claiming done without proof | report completion without validation | run build, test, curl, or the real path first |\n| Passive waiting | ask the user before investigating | search, inspect, and execute before asking |\n\n## Install\n\n### Local one-command install\n\n```bash\nnpm install\nnpm run install:all\n```\n\nOr per client:\n\n```bash\nnpm run install:codex\nnpm run install:claude\nnpm run install:openclaw\n```\n\n### Manual install\n\n#### Codex\n\n```bash\nmkdir -p ~/.codex/skills/ruma-runtime ~/.codex/prompts\ncurl -L https://raw.githubusercontent.com/Rrocean/ruma-runtime/main/adapters/codex/ruma-runtime/SKILL.md -o ~/.codex/skills/ruma-runtime/SKILL.md\ncurl -L https://raw.githubusercontent.com/Rrocean/ruma-runtime/main/commands/ruma-runtime.md -o ~/.codex/prompts/ruma-runtime.md\n```\n\n#### Claude Code\n\n```bash\nmkdir -p ~/.claude/skills/ruma-runtime\ncurl -L https://raw.githubusercontent.com/Rrocean/ruma-runtime/main/adapters/claude/ruma-runtime/SKILL.md -o ~/.claude/skills/ruma-runtime/SKILL.md\n```\n\n#### OpenClaw\n\n```bash\nmkdir -p ~/.openclaw/skills/ruma-runtime\ncurl -L https://raw.githubusercontent.com/Rrocean/ruma-runtime/main/adapters/openclaw/ruma-runtime/SKILL.md -o ~/.openclaw/skills/ruma-runtime/SKILL.md\n```\n\n## References\n\n- [runtime-playbook.md](./references/runtime-playbook.md)\n- [failure-patterns.md](./references/failure-patterns.md)\n\n## Verify\n\n```bash\nnpm run build\nnpm run test\nnpm run check\n```\n\n## Autopilot\n\n```bash\nnpm run autopilot:register\nnpm run autopilot:once\nnpm run qa:loop\n```\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frrocean%2Fruma-runtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frrocean%2Fruma-runtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frrocean%2Fruma-runtime/lists"}