codexRS AGENTS.md

Repository instructions for codexRS, a native Rust replacement for Codex Desktop, covering its architecture, storage boundaries, platform process handling, and validation commands. Rust is a programming language focused on compiled native applications.

In plain words
What is it for?
Use them when changing codexRS runtime behavior, Windows process handling, storage, protocol queries, or Rust tests and checks.
Why use it?
They define strict boundaries for accessing Codex data and external processes, reducing the risk of unsafe or incompatible changes.

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/kiwunaka/codexrs/agents-md
Clone the repo
git clone --depth 1 https://github.com/Kiwunaka/codexRS

Made for: Codex, OpenCode.

Per session 825 This file is loaded in full into every session.
When invoked 825 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.00825 $0.00825
Opus 5 $0.00413 $0.00413
Sonnet 5 $0.00165 $0.00165
Haiku 4.5 $0.00082 $0.00082

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

Security

Grade A, and why

codexRS 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 2d 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 · 68 lines

How it starts

The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Project rules

  • Build a native Rust replacement for Codex Desktop. Do not add Electron, Tauri, Wry, WebView, Node.js, or browser-runtime dependencies.
  • Treat stable 26.721.3996.0 as a behavioral reference, not a runtime dependency.
  • Never modify the installed MSIX. Never open the live CODEX_HOME SQLite, JSONL, auth, or log files directly. Runtime access to the default ~/.codex goes through a supervised official codex app-server process; development and tests use an isolated CODEX_HOME.
  • Bound every external frame, event, log, queue, and history query. No unbounded read_to_string, JSONL line reads, or startup scans.
  • Keep platform process management behind codex-platform. On Windows, prefer Job Objects and graceful cancellation; never implement polling taskkill loops.
  • Keep codexRS-owned storage single-writer and paginated. Existing Codex data remains app-server-owned and is queried through bounded, paginated protocol methods (thread/list must set useStateDbOnly). Use snapshots for direct import, recovery, and fixtures; never share direct file access.
  • Run cargo fmt --all --check, cargo clippy --workspace --all-targets, and cargo test --workspace before handing off changes.

Proportional Engineering

  • Apply KISS, YAGNI, and the Pareto principle. Make the smallest maintainable change that satisfies the explicit acceptance criteria and current evidence; prefer existing patterns and code paths.
  • Do not add speculative abstractions, dependencies, compatibility layers, fallbacks, configuration, cleanup, documentation, or future-proofing outside the assigned scope.
  • Keep verification proportional. Add or update only the smallest focused tests needed to prove changed behavior or prevent a concrete observed regression. Do not add redundant unit/integration/E2E coverage, exhaustive edge-case matrices, broad regression suites, or unrelated test refactors unless the task, affected shared contract, or observed failure requires them.
  • Keep security work proportional to the actual trust boundary and concrete threat model. Preserve mandatory safeguards and fix vulnerabilities introduced or exposed by the task, but do not add speculative hardening, new security frameworks, or unrelated defenses without evidence or an explicit requirement.
  • Before expanding scope, identify the concrete acceptance criterion, failure, or risk that requires it. If none exists, omit the extra work. If expansion would materially change the solution, request owner direction first.
  • These proportionality rules do not authorize skipping checks explicitly required by the selected router row, current repository contracts, or release gates applicable to the changed behavior.

Read the full file on GitHub · 68 lines

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. 2d ago First seen · 68 lines · 825 tokens per session scan A 29413fa6dcbb

Subscribe to this mod's changes

codexRS AGENTS.md is an instructions file published in the GitHub repository Kiwunaka/codexRS (5 stars, last pushed 18d ago), licensed Apache-2.0. It adds 825 tokens to every session, about $0.0041 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-31.