AGENTS.md agentsA
AGENTS.md is agent-read markdown (agents) from tonydzi/claw-consensus.
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
# AGENTS.md — working in this repo Written for AI coding agents, and equally readable by a human contributor. Short on purpose. ## What this repo is The reference implementation of a multi-machine coordination layer: a dual-rail message bus, ACK discipline, and a consensus protocol (propose → counter → accept → commit → verify) with an append-only ledger. It is a sanitized extract of a system that runs daily across several real machines; the personal content is gone, the protocol and the discipline are what's published. Read [`docs/PROTOCOL.md`](docs/PROTOCOL.md) before changing anything under `reference/`. The code is small; the invariants are the hard part, and they are written down. ## Stack and layout - **Python, stdlib only.** No packages, by design: this has to run on a family laptop with a bad connection. Adding a dependency is a design change, not a convenience. - `reference/consensus.py` — the engine. Append-only JSONL ledger. - `reference/machine_bus.py` — file-rail mailbox, capability addressing, auto-failover. - `reference/bus_send.py` — **the single entry point** for machine-to-machine messages. Both rails …
Read the whole file at its exact version.
How to install
mdr add tonydzi/claw-consensus/AGENTS.md@git:20260824.249da29mdr add tonydzi/claw-consensus/AGENTS.md@sha256:90ef94fae427ae17Pin 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_b2gahkx4is4yhgfs)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260824.249da29 latest | 2026-08-24 | 249da29 | 4,118 B | A | view · diff |
| git:20260801.e201bbb | 2026-08-01 | e201bbb | 4,136 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (4118 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
tonydzi/claw-consensus · 4 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_b2gahkx4is4yhgfs GET https://markdownregistry.com/api/v1/resolve?ref=tonydzi/claw-consensus/AGENTS.md GET https://markdownregistry.com/api/v1/blob/90ef94fae427ae17faaa879caec254263bf22fcccf4ed887ec30b2134643527c
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.