AGENTS.md agentsA
AGENTS.md is agent-read markdown (agents) from lakeday-org/perch.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# perch A semantic linter. tree-sitter parses the repository and builds a method-level call graph; a model is then asked a fixed set of questions about each method, with its callers and callees in view. Answers come back as probabilities. `src/` is the whole of it. `scan.yaml` is the questions perch ships with, in the same grammar `perch.yaml` takes. ## Before you open a pull request ```sh npm run check # lint, typecheck, test. This is what CI runs. npm run build # bundle src/cli.js into dist/cli.mjs ``` `npm run check` is the `build` job verbatim, so a green run here is a green run there. Run it before pushing, not after. CI also runs `perch scan --since origin/main` on the branch. To see what it will say before you push: ```sh npm run build && ./bin/perch.mjs scan --since origin/main ``` That costs real requests. `perch check <path>::<method>` asks about one method for a fraction of a cent, and reads the file off disk rather than out of a commit, so it works on uncommitted code. **A scan exits 3 when it found something and 1 when perch could not run.** 3 is a result. Only 1 and 2 are failures. ## Open an issue before you open a pull request …
Read the whole file at its exact version.
How to install
mdr add lakeday-org/perch/AGENTS.md@git:20260920.aa3f08cmdr add lakeday-org/perch/AGENTS.md@sha256:20ebe6b97d1d85daPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_lrnwg4jnlu7yk7gv)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260920.aa3f08c latest | 2026-09-20 | aa3f08c | 8,633 B | A | view · diff |
| git:20260920.2ce1895 | 2026-09-20 | 2ce1895 | 8,041 B | A | view · diff |
| git:20260919.d1db70b | 2026-09-19 | d1db70b | 6,962 B | A | view · diff |
| git:20260918.9c3bfa6 | 2026-09-18 | 9c3bfa6 | 7,047 B | A | view · diff |
| git:20260918.b037c17 | 2026-09-18 | b037c17 | 6,255 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (8633 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
lakeday-org/perch · 175 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_lrnwg4jnlu7yk7gv GET https://markdownregistry.com/api/v1/resolve?ref=lakeday-org/perch/AGENTS.md GET https://markdownregistry.com/api/v1/blob/20ebe6b97d1d85daf2844469225b4bae96aa3bd05e006808f110faef8ac8b244
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from lakeday-org/perch
Every file in lakeday-org/perch