codex-toolloop AGENTS.md

codex-toolloop AGENTS.md is an instructions file for Codex, OpenCode from BjornMelin/codex-toolloop. It costs 1,422 tokens per session, scanned A, original, MIT.

Project instructions for codex-toolloop, a Node.js and TypeScript workspace containing coding-agent runtimes, backends, workflows, and tool-policy components.

In plain words
What is it for?
Use them when modifying this monorepo, a repository containing multiple related packages, especially when changing Codex app-server or SDK integration code.
Why use it?
They tell an agent how the repository is organized, how to set it up, and which build, type-check, test, and schema-update commands are required.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/bjornmelin/codex-toolloop/agents-md.svg)](https://agentmods.dev/instructions/bjornmelin/codex-toolloop/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/bjornmelin/codex-toolloop/agents-md"><img src="https://agentmods.dev/badge/instructions/bjornmelin/codex-toolloop/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,422 This file is loaded in full into every session.
When invoked 1,422 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.01422 $0.01422
Opus 5 $0.00711 $0.00711
Sonnet 5 $0.00284 $0.00284
Haiku 4.5 $0.00142 $0.00142

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

Security

Grade A, and why

codex-toolloop 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 3d 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 · 114 lines

How it starts

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

Repository Guidelines

Setup

  • Node.js 24+ (.nvmrc), pnpm (Corepack: corepack enable).
  • Copy .env.example to .env; never commit real keys.

Project Layout

  • apps/cli/: CLI entrypoint (apps/cli/src/index.ts).
  • packages/: workspace packages
    • packages/codex-toolloop/: core runtime scaffold
    • packages/codex/: Codex backends (app-server / exec / sdk)
    • packages/mcp/: MCP tool substrate + policy
    • packages/workflows/: workflow + routing utilities
    • packages/testkit/: fixtures/mocks/temp dirs
  • src/: root exports + prototype workflows
  • tests/unit/: Vitest runtime tests; tests/type/: *.test-d.ts
  • docs/: PRD, ADRs (docs/adr/), specs (docs/specs/)
  • examples/: runnable scripts (pnpm examples:*)

Commands

pnpm install
pnpm dev:cli -- doctor
pnpm build
pnpm fix:typecheck  # required before finishing work
pnpm test
pnpm test:watch
pnpm examples:basic

Codex app-server schema upgrades

  • If pinned @openai/codex version changes, run pnpm codex:gen and update integration code for protocol deltas.
  • Guide: docs/codex-app-server-protocol.md (ADR 0013/0014, SPEC 023/024-029).
  • When Codex SDK is involved, use the $codex-sdk skill guide.

Turborepo (Vercel)

  • Use turbo run build on Vercel (filters inferred by root).
  • In turbo.json, define tasks.build.outputs for each framework output dir.
    • Next.js: [".next/**", "!.next/cache/**"]
  • Never include .next/cache/** in outputs.
  • Declare task env + globalEnv to avoid stale cache hits.
  • Validate remote caching locally: turbo run build, then inspect node_modules/.cache/turbo.

Style

  • TypeScript ESM (NodeNext), strict, noUncheckedIndexedAccess, exactOptionalPropertyTypes.
  • Biome (biome.json): 2-space indent, 80-col.
  • Exported schemas use ...Schema; keep exports small and explicit.

Development Standards

Required before you finish:

pnpm -s fix:typecheck (runs pnpm -s fix, pnpm -s typecheck, pnpm -s test). Keep its changes.

Read the full file on GitHub · 114 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. 3d ago First seen · 114 lines · 1,422 tokens per session scan A 25d56d43fde8

Subscribe to this mod's changes

codex-toolloop AGENTS.md is an instructions file published in the GitHub repository BjornMelin/codex-toolloop (1 stars, last pushed 5mo ago), licensed MIT. It adds 1,422 tokens to every session, about $0.0071 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.