digital-twins AGENTS.md

digital-twins AGENTS.md is an instructions file for Codex, OpenCode from pome-sh/digital-twins. It costs 2,650 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for a project that creates local, resettable copies of real APIs so agents can test REST, GraphQL, and MCP interactions with recorded traces.

In plain words
What is it for?
Use them when developing or testing API twins, running agent tasks, recording traces, or working on the command-line interface and shared packages.
Why use it?
They explain where the command-line tool, API copies, recording code, tasks, and checks live, reducing the risk of changing the wrong part of the system.

Instructions file for CodexOpenCode

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

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/pome-sh/digital-twins/agents-md
Clone the repo
git clone --depth 1 https://github.com/pome-sh/digital-twins

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 digital-twins AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/pome-sh/digital-twins/agents-md.svg)](https://agentmods.dev/instructions/pome-sh/digital-twins/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/pome-sh/digital-twins/agents-md"><img src="https://agentmods.dev/badge/instructions/pome-sh/digital-twins/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,650 This file is loaded in full into every session.
When invoked 2,650 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.02650 $0.02650
Opus 5 $0.01325 $0.01325
Sonnet 5 $0.00530 $0.00530
Haiku 4.5 $0.00265 $0.00265

Measured 2d ago against content hash b6d319392429, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

digital-twins 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 · 214 lines

How it starts

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

AGENTS.md

Intro

Open-sourced Digital Twins of APIs and the pome CLI.

A digital twin is a local, resettable emulation of a real API that answers the same REST, GraphQL and MCP calls your agent makes in production, backed by real SQLite state. The CLI boots a twin, runs an agent against it, and records the trace.

Recording is open source. Evaluation and scoring are hosted: pome run --local records a trace. Apache-2.0.

Layout

cli/                  the `pome` CLI
  src/cli/            one file per command; main.ts is the Commander tree
  src/runner/         boots twins, runs the agent, writes artifacts
  src/recorder/       trace capture and redaction
  src/hosted/         control-plane client
  src/task/           task file parsing
  tasks/              the bundled task library `pome tasks` serves
packages/
  twin-{github,gmail,linear,slack,stripe}/
  sdk/                the HTTP + MCP server every twin mounts, route input
                      declaration, seed loading
  wire/               event and trace types crossing a process boundary
  checks/             the check DSL and the twins' check declarations
  sandbox-domains/    the same twins with no server — domain object, SQLite
                      opener, seed parser, for reading state in-process
contract/             cross-package tests against a booted twin
scripts/              build and CI gates
skills/               Claude skills shipped as a plugin
agent-examples/       runnable AGENTS for Pome to grade, each with its own install
integration-examples/ harnesses that DRIVE Pome from another eval platform

Commands

npm test                     # every vitest test in the repo, one process
npm run typecheck            # every workspace
npm run build                # every workspace, dependency-ordered
npm run test:contract        # contract/ suite, needs a built cli/
npm run test:pack            # installs both tarballs in a clean room
npm run gate:examples        # typechecks + tests every example, own install
npm run smoke:examples       # launches every example for real
npm run lint:dead-code       # knip
npm run lint                 # every lint rule, one runner
npm run lint -- <rule>       # one rule, for local iteration
npm run lint -- --list       # what rules exist
npm run lint:test            # each rule's case table
npm run probe:twins          # every declared endpoint answers

Read the full file on GitHub · 214 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 Changed · -1 lines · -25 tokens per session b6d319392429
  2. 6d ago First seen · 215 lines · 2,675 tokens per session scan A d38babc795b0

Subscribe to this mod's changes

digital-twins AGENTS.md is an instructions file published in the GitHub repository pome-sh/digital-twins (14 stars, last pushed today), licensed Apache-2.0. It adds 2,650 tokens to every session, about $0.0132 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.