codex-pets AGENTS.md

A project instruction file for the codex-pets application. It documents the repository layout, approved commands, and the checks developers should run while making changes.

In plain words
What is it for?
Use it when modifying codex-pets to locate source areas, install dependencies, run development commands, and verify changes.
Why use it?
It helps developers find the right files and follow the project's expected workflow. It also makes completion claims verifiable through type checks, linting, tests, builds, or browser checks.

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

Made for: Codex, OpenCode.

Per session 1,914 This file is loaded in full into every session.
When invoked 1,914 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.01914 $0.01914
Opus 5 $0.00957 $0.00957
Sonnet 5 $0.00383 $0.00383
Haiku 4.5 $0.00191 $0.00191

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

Security

Grade A, and why

codex-pets 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 · 127 lines

How it starts

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

AGENTS.md

Precedence: the closest AGENTS.md to the files you edit wins. Root defines repo-wide defaults.

Commands (verified)

Source: package.json, tsconfig.json, local verification on 2026-05-09

Task Command ~Time
Install deps npm install ~1m
Typecheck npx tsc --noEmit --incremental false ~1s
Lint npm run lint ~1s
Test (all) npm test ~1s
Build npm run build ~10s
Dev server npm run dev -- --port 3000 ~1s startup

Workflow

  1. Read nearest AGENTS.md before editing.
  2. For src/**, check ./src/AGENTS.md.
  3. Run the smallest relevant check after each change.
  4. Before claiming completion, provide evidence from lint, test, build, or browser verification.

File Map

src/app/          -> Next App Router pages, layouts, API routes
src/components/   -> UI components with adjacent SCSS
src/components/WebMCP/ -> client-only read-only WebMCP tool registration
src/lib/auth/     -> internal auth helpers and admin checks
src/lib/metrics/  -> Yandex Metrika counter and goal helpers
src/lib/pets/     -> pet types, validation, package parsing, repository logic
src/lib/ydb/      -> YDB driver wrapper, query result parsing, table names
src/styles/       -> global SCSS variables, mixins, utilities, overrides
public/           -> static assets such as favicon
ydb/schema.yql    -> manual YDB schema; apply outside the app
README.md         -> local setup and stack overview
DEPLOYMENT.md     -> production deployment runbook

Golden Samples (follow these patterns)

For Reference Key patterns
API route flow src/app/api/submissions/register/route.ts auth -> config guard -> request parse -> validation -> repository
YDB repository src/lib/pets/repository.ts keep YQL close to feature logic; return normalized app types
Client upload flow src/components/SubmitForm/SubmitForm.tsx ZIP/file normalization, client-side atlas checks, explicit server calls
Validation helpers src/lib/pets/validation.ts typed result unions, boundary checks, no ad hoc parsing in routes
WebMCP tool layer src/components/WebMCP/WebMCPRegistrar.tsx feature-detect navigator.modelContext; read-only tools; sanitize public pet data

Read the full file on GitHub · 127 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 · 127 lines · 1,914 tokens per session scan A 7cb01fa95dc3

Subscribe to this mod's changes

codex-pets AGENTS.md is an instructions file published in the GitHub repository astandrik/codex-pets (5 stars, last pushed 4d ago), licensed Apache-2.0. It adds 1,914 tokens to every session, about $0.0096 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.