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/verified-zkevm/comppoly/agents-mdgit clone --depth 1 https://github.com/Verified-zkEVM/CompPolyWhat 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.01775 | $0.01775 |
| Opus 5 | $0.00888 | $0.00888 |
| Sonnet 5 | $0.00355 | $0.00355 |
| Haiku 4.5 | $0.00178 | $0.00178 |
Grade A, and why
CompPoly 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.
How it starts
The opening of the file, as written. The whole thing — 140 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CompPoly AI Agent Guide
Lean 4 library for formally verified computable polynomial operations over rings and
finite fields. Start with README.md for the public project overview.
AGENTS.md is the canonical root guide for AI agents and agent-oriented tooling.
Human contributors should usually start with README.md,
CONTRIBUTING.md, and docs/wiki/README.md.
CLAUDE.md is a symlink to this file.
Fast Start
- Run
lake buildfor routine validation. - Run
lake testwhen changing proofs, public APIs, or regression tests. - If you add, rename, or delete files under
CompPoly/, run./scripts/update-lib.shand then./scripts/check-imports.sh. - Use
./scripts/lint-style.shwhen touching Lean style-sensitive files. - If you touch repo docs or links, run
python3 ./scripts/check-docs-integrity.py.
Where To Work
CompPoly/Univariate/- canonical univariate representation, quotient model, interpolation, and Mathlib bridges, plus the NTT transforms, batch evaluation, root finding (Univariate/Roots/), and Reed-Solomon encoding and Gao decoding (Univariate/ReedSolomon/).CompPoly/Multivariate/- sparse computable multivariate polynomials, operations, renaming, restriction, andMvPolynomialequivalences.CompPoly/Multilinear/- coefficient and Boolean-hypercube evaluation forms for multilinear polynomials.CompPoly/Bivariate/- specialized bivariate layer built from nested univariate polynomials, including the Guruswami-Sudan list decoder (Bivariate/GuruswamiSudan/).CompPoly/LinearAlgebra/- executable dense matrices and polynomial matrices with shifted row reduction; the engines under the decoder.CompPoly/Fields/- concrete field instances plus the computable field-extension framework (Fields/Extension/,F[X]/ffor an arbitrary monicf, with binomialsX^d - Was the ergonomic special case) and binary-field, GHASH, and additive-NTT infrastructure.CompPoly/Data/- reusable supporting lemmas and helper definitions.CompPoly/ToMathlib/- local bridge lemmas and Mathlib-facing support code.tests/- regression coverage under theCompPolyTestsnamespace.scripts/- repo utilities for import maintenance, linting, and CI support.
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.
- 3d ago First seen · 140 lines · 1,775 tokens per session scan A ca536aec8514
CompPoly AGENTS.md is an instructions file published in the GitHub repository Verified-zkEVM/CompPoly (47 stars, last pushed 6d ago), licensed Apache-2.0. It adds 1,775 tokens to every session, about $0.0089 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.
Other instructions, from other repositories
OpenBioMed CLAUDE.md
Instructions for PharMolix/OpenBioMed, covering claude.md, project overview, key commands, environment setup and training.
nvalchemi-toolkit AGENTS.md
Instructions for NVIDIA/nvalchemi-toolkit, covering agents.md - nvidia alchemi toolkit, project overview, repository practices, cuda and environment setup and cuda 12 development environment.
elata-bio-sdk AGENTS.md
Instructions for Elata-Biosciences/elata-bio-sdk, covering ai agent guide, what this repo is, first things to read, repo map and canonical commands.
viral-ngs copilot-instructions.md
Instructions for broadinstitute/viral-ngs, covering copilot instructions, quick reference, running tests and key files.
pysm AGENTS.md
Instructions for galsci/pysm, covering repository guidelines, project overview, project structure & key files, quick start commands and setup environment.
tilawa AGENTS.md
Instructions for yazinsai/tilawa, covering tilawa, layout, sdk architecture, public surface (@tilawa/core) and build & test the sdk.