codex-autoresearch AGENTS.md

codex-autoresearch AGENTS.md is an instructions file for Codex, OpenCode from TheGreenCedar/codex-autoresearch. It costs 2,034 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for working on Codex Autoresearch, including where its product files live and which sources define its behavior. It sets boundaries for research, changes, builds, tests, and releases.

In plain words
What is it for?
Use it when changing, testing, building, or releasing the Codex Autoresearch package, especially when identifying its package root and canonical documentation.
Why use it?
It prevents work from being done in the wrong directory or based on non-authoritative files. It also encourages small, reviewable changes and checking that source and installed versions match.

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/thegreencedar/codex-autoresearch/agents-md
Clone the repo
git clone --depth 1 https://github.com/TheGreenCedar/codex-autoresearch

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 codex-autoresearch AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/thegreencedar/codex-autoresearch/agents-md.svg)](https://agentmods.dev/instructions/thegreencedar/codex-autoresearch/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/thegreencedar/codex-autoresearch/agents-md"><img src="https://agentmods.dev/badge/instructions/thegreencedar/codex-autoresearch/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,034 This file is loaded in full into every session.
When invoked 2,034 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.02034 $0.02034
Opus 5 $0.01017 $0.01017
Sonnet 5 $0.00407 $0.00407
Haiku 4.5 $0.00203 $0.00203

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

Security

Grade A, and why

codex-autoresearch 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 · 131 lines

How it starts

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

AGENTS.md

Purpose And Scope

  • Optimize for evidence, resumability, and small reviewable diffs.
  • This file is the repository-maintainer contract. It is not the Autoresearch operator manual, a command inventory, or a detailed architecture index.
  • The repository root is a wrapper. The product package is plugins/codex-autoresearch.
  • Before running Git, installs, builds, tests, release work, or Autoresearch commands, identify the owning repository, package root, and target --cwd.
  • Start mutation work with git status --short --branch. Preserve unrelated changes and do not broaden cleanup to make the tree convenient.
  • Package scripts live in plugins/codex-autoresearch/package.json; root npm commands are not product evidence unless root scripts are added later.
  • Use the repository checkout when changing Autoresearch itself. Treat source behavior and installed-plugin behavior as different until their version and built-entrypoint fingerprint agree.

Canonical Sources

Read the smallest relevant owner before changing a contract:

Question Canonical source
Public promise, installation, and first run root README.md
Codex operator behavior plugins/codex-autoresearch/skills/codex-autoresearch/SKILL.md and its relevant reference
Documentation audiences and invariant product facts plugins/codex-autoresearch/docs/STYLE.md
Implementation ownership and package shape plugins/codex-autoresearch/docs/architecture.md
Shared CLI, report, and dashboard decisions plugins/codex-autoresearch/docs/control-plane.md
Development, checks, packaging, and release plugins/codex-autoresearch/docs/maintainers.md
Command names, arguments, policies, help, handlers, and compatibility plugins/codex-autoresearch/lib/command-table.ts
User-facing release history root CHANGELOG.md
Executable package commands plugins/codex-autoresearch/package.json
Release and branch behavior .github/workflows/

Read the full file on GitHub · 131 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. 5d ago First seen · 131 lines · 2,034 tokens per session scan A b61da3c2260d

Subscribe to this mod's changes

codex-autoresearch AGENTS.md is an instructions file published in the GitHub repository TheGreenCedar/codex-autoresearch (836 stars, last pushed 6d ago), licensed Apache-2.0. It adds 2,034 tokens to every session, about $0.0102 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.