CLAUDE.md claudeA
CLAUDE.md is agent-read markdown (claude) from nytc69/review-loop.
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
# review-loop — Development Notes ## Known Pitfalls ### Plugin agent `tools:` frontmatter (root cause of the "sandbox bug") **Root cause (found 2026-09-19, fixed in v2.8.2):** `tools:` is a list of tool names. The old values `read-only` and `all` are not tool names, so Claude Code resolved every review-loop agent to **zero tools**. Older Claude Code versions spawned them anyway, giving `tool_uses: 0` and hallucinated output; Claude Code 2.1.278 refuses the spawn with `would be spawned with zero tools — unrecognized [read-only]` (or `[all]`). This was never a sandbox restriction on plugin agents. **Fix:** read-only agents declare `tools: Read, Grep, Glob, Bash` (no Edit/Write); agents that edit files (`executor`, `code-simplifier`) omit `tools` and inherit everything. Never put a policy word in `tools:` — valid values are tool names, `*`, or an omitted field. **History:** first seen with Executor (`tools: all`) in commit `8506809`, then with `code-simplifier` (2026-04-06) and `rust-reviewer` (issue #3). Each time the conclusion was "plugin agent types are sandboxed", so the protocol switched to `subagent_type: general-purpose` with the agent body inlined in the prompt. …
Read the whole file at its exact version.
How to install
mdr add nytc69/review-loop/CLAUDE.md@git:20260919.2175063mdr add nytc69/review-loop/CLAUDE.md@sha256:c6059994836a26cdPin 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_wrtdss6pxecxs5c3)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260919.2175063 latest | 2026-09-19 | 2175063 | 14,777 B | A | view · diff |
| git:20260919.630a0be | 2026-09-19 | 630a0be | 14,024 B | A | view · diff |
| git:20260916.8dd269c | 2026-09-16 | 8dd269c | 13,644 B | A | view · diff |
| git:20260514.783f189 | 2026-05-14 | 783f189 | 13,240 B | A | view · diff |
| git:20260510.a131f6e | 2026-05-10 | a131f6e | 13,025 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (14777 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
nytc69/review-loop · 3 stars · license Apache-2.0 · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_wrtdss6pxecxs5c3 GET https://markdownregistry.com/api/v1/resolve?ref=nytc69/review-loop/CLAUDE.md GET https://markdownregistry.com/api/v1/blob/c6059994836a26cd8961400ba3e2621ce3b5a339f08683063871d2094800da75
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 nytc69/review-loop
Every file in nytc69/review-loop