AGENTS.md@site is agent-read markdown (agents) from max-sixty/tend.
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
# Site
Astro marketing site for tend-src.com.
## Paragraph formatting
Put each prose element's text on a single line with its tags:
```astro
<p>The content goes here.</p>
```
Not:
```astro
<p>
The content goes here.
</p>
```
Firefox grabs the leading whitespace as part of the selection when a reader triple-clicks the paragraph, polluting copy-paste. Applies to any prose block element — `<p>`, `<li>`, `<blockquote>`. Long paragraphs stay on one long line; let the editor soft-wrap.
Pin 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.
A 14 of 14 checks passed. Deterministic, no model, same answer every run.
pass: Size between 200 bytes and 200 KB (496 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
GitHub
max-sixty/tend · 39 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_m4nbxnr4z2sjpfz6
GET https://markdownregistry.com/api/v1/resolve?ref=max-sixty/tend/site/AGENTS.md
GET https://markdownregistry.com/api/v1/blob/c352840aa71ce8b127f0565952873b923d6d2faa35b67d62a42ccadceba0cd6b
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.
max-sixty/tend · .claude/skills/release/SKILL.md · Tend release workflow. Use when user asks to "do a release", "release a new version", "cut a release", or wants to…
max-sixty/tend · .claude/skills/running-tend/SKILL.md · Tend-specific instructions for tend CI workflows. Adds non-standard workflow inclusion for usage analysis and repo…
max-sixty/tend · plugins/install-tend/skills/debug-tend-run/SKILL.md · Debugs a tend CI run from its session-log artifacts. Use for run IDs, PR numbers, or questions about what tend did and…
max-sixty/tend · plugins/tend-ci-runner/skills/act-in-other-repos/SKILL.md · Act in another repository. Use before filing an issue, commenting, or contributing anywhere other than this repo.
max-sixty/tend · plugins/tend-ci-runner/skills/check-requester-access/SKILL.md · Check a requester's access tier. Use when a request aims you at someone else's work — close, lock, label, revert…
max-sixty/tend · plugins/tend-ci-runner/skills/ci-fix/SKILL.md · Debug unsuccessful CI on the default branch. Use when CI fails or is cancelled on main.
max-sixty/tend · plugins/tend-ci-runner/skills/code-review/SKILL.md · Structured second pass over a diff — correctness and cleanup angles, a verify pass, ranked findings returned to the…
max-sixty/tend · plugins/tend-ci-runner/skills/dismiss-approval/SKILL.md · Dismiss a standing bot approval. Use when you conclude that a PR the bot approved should not merge.