room AGENTS.md

room AGENTS.md is an instructions file for Codex, OpenCode from quoroom-ai/room. It costs 408 tokens per session, scanned A, original, MIT.

A set of repository instructions for Quoroom AI's Room project, including keyboard shortcuts and commit workflows.

In plain words
What is it for?
Use it when working in the Room or Cloud repositories and handling commits, tests, builds, releases, or mistyped keyboard layouts.
Why use it?
It makes short commands such as c and cd perform the expected checks, commits, pushes, and builds.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/quoroom-ai/room/agents-md
Clone the repo
git clone --depth 1 https://github.com/quoroom-ai/room

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for room AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/quoroom-ai/room/agents-md.svg)](https://agentmods.dev/instructions/quoroom-ai/room/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/quoroom-ai/room/agents-md"><img src="https://agentmods.dev/badge/instructions/quoroom-ai/room/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 408 This file is loaded in full into every session.
When invoked 408 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00408 $0.00408
Opus 5 $0.00204 $0.00204
Sonnet 5 $0.00082 $0.00082
Haiku 4.5 $0.00041 $0.00041

Measured 5d ago against content hash 396f8874c960, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

room AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 39 lines

What it actually says

BEGIN VASILY GLOBAL SHORTCUTS

Global Shortcut Commands (From /cloud/CLAUDE.md)

These shortcuts are mandatory and should be interpreted automatically when the user types them.

Keyboard Layout Recovery

If a short command is typed in Cyrillic by mistake, convert to English QWERTY before interpreting. Common mapping example: с -> c, св -> cd, ск -> cr (layout-dependent).

c = Commit And Push (No Build)

  • In room repo:
  1. Run npx tsc --noEmit.
  2. Check changed files for missing tests.
  3. Run npm test.
  4. If staged files touch e2e/ or Playwright config, run smart E2E flow.
  5. Update docs (including CLAUDE.md) when needed.
  6. Check git status.
  7. Commit with a meaningful message.
  8. Push: git push origin main.
  • In cloud repo: commit and push (no TypeScript/test requirement).

cd = Commit, Push, Build (Full)

  • Do everything from c, then run npm run build.
  • If build fails, fix and repeat from git-status step.

cr = Commit, Build, Bump And Tag (Release)

  • Do everything from cd.
  • Run npm version patch.
  • Push tags: git push origin main --tags.
  • Release commit message should be one sentence focused on the single most important change.

E2E Rule For room

  • For c/cd: run E2E only when e2e/ or Playwright config changed.
  • For cr: always run full E2E (npm run test:e2e).

Operator Preference

  • Assume approval for non-destructive commands and proceed without asking for confirmation in chat.

END VASILY GLOBAL SHORTCUTS

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 39 lines · 408 tokens per session scan A 396f8874c960

Subscribe to this mod's changes

room AGENTS.md is an instructions file published in the GitHub repository quoroom-ai/room (835 stars, last pushed 4mo ago), licensed MIT. It adds 408 tokens to every session, about $0.0020 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.