plumb-line AGENTS.md

plumb-line AGENTS.md is an instructions file for Codex, OpenCode from slopstopper/plumb-line. It costs 1,774 tokens per session, scanned A, original, Apache-2.0.

Repository instructions that point coding agents to the documents containing development, contribution, release, API, specification, and security information. An AGENTS.md file is a project guide for automated coding assistants and contributors.

In plain words
What is it for?
Use it to find how to build and test components, prepare pull requests, publish releases, understand API differences, check cross-language parity, and review the threat model.
Why use it?
It reduces conflicting copies of project rules by identifying each document as the source of truth for a particular topic.

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/slopstopper/plumb-line/agents-md
Clone the repo
git clone --depth 1 https://github.com/slopstopper/plumb-line

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 plumb-line AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/slopstopper/plumb-line/agents-md.svg)](https://agentmods.dev/instructions/slopstopper/plumb-line/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/slopstopper/plumb-line/agents-md"><img src="https://agentmods.dev/badge/instructions/slopstopper/plumb-line/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,774 This file is loaded in full into every session.
When invoked 1,774 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.01774 $0.01774
Opus 5 $0.00887 $0.00887
Sonnet 5 $0.00355 $0.00355
Haiku 4.5 $0.00177 $0.00177

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

Security

Grade A, and why

plumb-line 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 5d 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 · 140 lines

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.

AGENTS.md — plumb-line

Instructions for coding agents working in this repository, and the map a new contributor needs to find everything else.

This file deliberately points rather than copies. Every durable fact about this repo already lives in a committed document; restating values here would create a second source of truth that drifts — the failure this repo exists to prevent. What is written here is what you cannot get by reading one file: which file, and that it matters.

Where things are written down

You need It is in
How to build and test each component DEVELOPMENT.md
How to contribute, and what a PR must satisfy CONTRIBUTING.md
How releases are cut and published RELEASING.md
The nine principles this project enforces — and is held to reference/portable-principles.md
The envelope schema (the formal spec) primitives/SPEC.md
The two API shapes, JS vs Python docs/api.md
Cross-language parity, and the case table that enforces it primitives/PARITY.md, primitives/conformance/cases.json
What is guaranteed, and what is only tamper-evident docs/threat-model.md, SECURITY.md
Exact-valued global constraints (versions, floors, contracts) docs/constraints.md
Why a past decision was made docs/adr/ — append-only
What is planned, and how the backlog is organised ROADMAP.md
This repo's tracking vocabulary and modules docs/tracking-dialect.md

Four things that are load-bearing

Each is documented above. They are repeated here as warnings because each is something an agent gets wrong by acting on a reasonable default.

  1. There is no root test command. No root package.json. Each component is tested from its own directory. Running "the tests" from the repo root tests nothing. See DEVELOPMENT.md.
  2. Parity is the central invariant. JS and Python must behave identically. When you change combination or audit behaviour, change both implementations and add a row to cases.json. A divergence failing one suite is the system working. Never "fix" parity by editing prose — fix the code or the case table.
  3. This repo is held to its own principles. The rules the audit skill applies to other people's code apply here. Don't launder uncertainty, hardcode a prior, or overstate maturity; use the maturity vocabulary (current / planned), not aspirational claims.
  4. New behaviour needs a failing test first. Enforcement is proven by tests, not asserted.

Read the full file on GitHub · 140 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. 5d ago First seen · 140 lines · 1,774 tokens per session scan A fcc17f8d70d9

Subscribe to this mod's changes

plumb-line AGENTS.md is an instructions file published in the GitHub repository slopstopper/plumb-line (4 stars, last pushed 4d ago), licensed Apache-2.0. It adds 1,774 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-31.