AGENTS.md agentsA
AGENTS.md is agent-read markdown (agents) from agentworkforce/relay.
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
# Git Workflow Rules ## NEVER Push Directly to Main **CRITICAL: Agents must NEVER push directly to the main branch.** - Always work on a feature branch - Commit and push to the feature branch only - Let the user decide when to merge to main - Do not merge to main without explicit user approval ```bash # CORRECT workflow git checkout -b feature/my-feature # ... do work ... git add . git commit -m "My changes" git push origin feature/my-feature # STOP HERE - let user merge # WRONG - never do this git checkout main git merge feature/my-feature git push origin main # NO! ``` This ensures the user maintains control over what goes into the main branch. ## Changelog Curate `[Unreleased]` in `CHANGELOG.md` as you land PRs. The root changelog is the cross-package, user-facing release narrative for Relay. It follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and Semantic Versioning. An empty post-release changelog starts with `[Unreleased]`. The first pending user-visible change must set the heading to `[Unreleased - Patch]`, `[Unreleased - Minor]`, or `[Unreleased - Major]` according to its SemVer …
Read the whole file at its exact version.
How to install
mdr add agentworkforce/relay/AGENTS.md@git:20260919.270f08cmdr add agentworkforce/relay/AGENTS.md@sha256:21b6e63b2a2d5edaPin 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_jqbkfqp44rg77c3w)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260919.270f08c latest | 2026-09-19 | 270f08c | 10,318 B | A | view · diff |
| git:20260729.b36fa57 | 2026-07-29 | b36fa57 | 9,002 B | A | view · diff |
| git:20260729.0005d14 | 2026-07-29 | 0005d14 | 7,827 B | A | view · diff |
| git:20260723.1a09cde | 2026-07-23 | 1a09cde | 7,298 B | A | view · diff |
| git:20260713.aea1613 | 2026-07-13 | aea1613 | 6,993 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (10318 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
agentworkforce/relay · 849 stars · license Apache-2.0 · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_jqbkfqp44rg77c3w GET https://markdownregistry.com/api/v1/resolve?ref=agentworkforce/relay/AGENTS.md GET https://markdownregistry.com/api/v1/blob/21b6e63b2a2d5eda5ee862576b89f68006d5df231235004240e0d32af812b5f3
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 agentworkforce/relay
Every file in agentworkforce/relay