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.
npx agentmods add instructions/chenmingtang830/proofpress/agents-mdgit clone --depth 1 https://github.com/chenmingtang830/proofpressWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.03718 | $0.03718 |
| Opus 5 | $0.01859 | $0.01859 |
| Sonnet 5 | $0.00744 | $0.00744 |
| Haiku 4.5 | $0.00372 | $0.00372 |
Grade A, and why
proofpress 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.
How it starts
The opening of the file, as written. The whole thing — 43 lines — stays where its author put it; the contents beside it link to each section on GitHub.
[//]: # (ob:e43408a0)
# Project instructions
[//]: # (ob:bbe579fd)
## Proofpress: ledger Markdown and static HTML knowledge artifacts
[//]: # (ob:34d3dbf3)
For accepted, meaningful revisions to Markdown or static HTML knowledge
artifacts—never source code—close this loop. Do not snapshot every
conversational turn.
[//]: # (ob:6c2c2b16)
Before editing an existing target, run
`python3 proofpress.py capture --recorder codex-preflight <file>`. This
preserves any human drift as a separate version without guessing its author or
reason. Then:
[//]: # (ob:1be95c90)
1. Read `python3 proofpress.py policy <file>`. Every tracked Markdown or static
HTML knowledge artifact in this official repository must remain portable;
run `policy <file> portable` if needed. The setting is sticky. Use `ingest
<file>` for Git history not yet represented in the local ledger.
2. Preserve carrier-native block anchors while editing: Markdown uses invisible
`ob` markers; static HTML uses `data-proofpress-id`. Then run `anchor <file>`
and inspect inherited/new/gone IDs.
3. Write claims JSON with one honest item per touched or removed block. Do not
enumerate untouched blocks.
4. Snapshot with `--why`, claims, and explicit actors (`requested_by`,
`produced_by`, `edited_by`, `recorded_by`, and `attribution_basis` when
known). Omit `--rejected` unless a consequential dead branch should stop
future collaborators from repeating it. Never capture raw prompts or
transcripts.
5. Run `verify <file>` and report its output verbatim. Never re-snapshot just to
force green.
[//]: # (ob:32ab4de4)
For incoming portable files, run `inspect` and then `import`. Fallback `capture`
records only `recorded_by`; it cannot know authorship or reasoning.
[//]: # (proofpress:meta:eyJhcnRpZmFjdF9pZCI6InBwXzc5NWU0MTc0YjU2ZDdkNWNmODkxOTNlYSIsInBvbGljeSI6InBvcnRhYmxlIiwicG9ydGFibGVfaGVhZCI6IjAxYTM4YjczIiwicG9ydGFibGVfaGVhZF9ldmVudCI6InBwZV9mNWM4Njg3ZTJmYjE5MGYxNzQ4YTQ5MTQiLCJwb3J0YWJsZV9saW5lYWWhat 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.
- 2d ago First seen · 43 lines · 3,718 tokens per session scan A 9331e14b05aa
proofpress AGENTS.md is an instructions file published in the GitHub repository chenmingtang830/proofpress (5 stars, last pushed 2d ago), licensed Apache-2.0. It adds 3,718 tokens to every session, about $0.0186 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.
Other instructions, from other repositories
memory-forest AGENTS.md
AGENTS.md instructions for hyungchulc/memory-forest, covering repository contract, scope, invariants and change discipline.
core copilot-instructions.md
Instructions for asdecided/core: These decisions are already accepted. Do not re-open or contradict them; ask the AsDecided MCP tools (getartifact, searchartifacts) for the full text before proposing a change that touches one.
kipi-system AGENTS.md
AGENTS.md instructions for assafkip/kipi-system, covering q entrepreneur os, project structure, conventions, commands and build and test.
scraps CLAUDE.md
Instructions for boykush/scraps, covering scraps development with claude code, project structure and development workflow.
data-olympus AGENTS.md
Instructions for knaisoma/data-olympus, covering data olympus, project overview, architecture, development workflow and code standards.
scratchpad CLAUDE.md
Instructions for NikiforovAll/scratchpad, covering what this is, commands, monorepo layout, architecture and viewer (src/ui/).