acodex AGENTS.md

acodex AGENTS.md is an instructions file for Codex, OpenCode from maksimzayats/acodex. It costs 400 tokens per session, scanned A, original, MIT.

Development instructions for a local bridge between the Codex desktop app and MCP tools, using command-line and HTTP interfaces. They define module boundaries, dependency wiring, and class-design rules.

In plain words
What is it for?
Adding or changing CLI features, HTTP handling, Codex desktop communication, MCP tool logic, dependency injection, and related tests.
Why use it?
They keep the bridge's transport, desktop connection, MCP logic, and dependency setup separate, making changes easier to test and maintain.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions Codex.

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/maksimzayats/acodex/agents-md
Clone the repo
git clone --depth 1 https://github.com/maksimzayats/acodex

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 acodex AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/maksimzayats/acodex/agents-md.svg)](https://agentmods.dev/instructions/maksimzayats/acodex/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/maksimzayats/acodex/agents-md"><img src="https://agentmods.dev/badge/instructions/maksimzayats/acodex/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 400 This file is loaded in full into every session.
When invoked 400 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.1 $0.00400 $0.00400
Opus 5 $0.00200 $0.00200
Sonnet 5 $0.00080 $0.00080
Haiku 4.5 $0.00040 $0.00040

Measured 6d ago against content hash 649cd80635bd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

acodex 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 6d 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 · 28 lines

What it actually says

Agent Instructions

  • Keep new features split by responsibility: CLI presentation in cli, HTTP transport in http, Codex desktop bridging in core/codex_app, MCP client logic in core/mcp_tools.py, and dependency wiring in ioc.
  • Use dependency injection for shared services and I/O boundaries. Register reusable collaborators in the container instead of constructing them ad hoc.
  • Keep dependency wiring behind process entrypoints. Do not import ioc from feature modules, and do not make cli, http, or core depend on each other across the enforced import-linter boundaries.
  • Prefer focused classes or dataclasses for main feature logic, especially when dependencies, state, lifecycle, or test seams are involved. Keep standalone functions for small pure helpers and simple transformations.
  • Keep package __init__.py files as public facades only. Do not add private backward-compatibility wrappers, compat.py shims, or aliases just for old tests; update tests and callers to use the real class/module API instead.
  • Keep production code WPS-clean without production per-file ignores. Plain service classes should be slotted; Pydantic models/settings and exceptions are the main slotscheck exceptions.
  • Treat Ruff, WPS/Flake8, mypy, import-linter, pyright, pyrefly, slotscheck, pytest with 100% coverage, and prek run --all-files as required gates. Preserve these gates when changing tooling.
  • Exclude references/ and tmp/ from lint, type, spelling, package, and test assumptions. They are local references only.
  • Update tests and docs with behavior changes. Keep user-facing content in README.md, contributor workflow in CONTRIBUTING.md, and agent-only rules in this file.
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. 6d ago First seen · 28 lines · 400 tokens per session scan A 649cd80635bd

Subscribe to this mod's changes

acodex AGENTS.md is an instructions file published in the GitHub repository maksimzayats/acodex (57 stars, last pushed yesterday), licensed MIT. It adds 400 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.