AGENTS.md agentsA
AGENTS.md is agent-read markdown (agents) from tashian/tsm.
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
# tsm — Notes for Claude `tsm` is a Touch-ID-gated secrets manager for macOS. Two halves in one repo: - **Go CLI** (`tsm`) at the repo root — user-facing commands and agent integration. - **Swift daemon** (`tsmd`) in `tsmd/` — owns the encrypted vault, Keychain, Touch ID, audit log. They communicate via newline-delimited JSON-RPC 2.0 over a Unix socket. The CLI auto-spawns the daemon on first use. ## Layout ``` go.mod, main.go # Go CLI entry cmd/ # cobra subcommands (one file per command) internal/ client/ # JSON-RPC Unix socket client + Caller interface daemon/ # tsmd lifecycle (spawn, wait-for-socket) jsonrpc/ # JSON-RPC 2.0 types normalize/ # Kebab() — derives ids from display names paths/ # XDG path resolution tsmd/ # SwiftPM package (the daemon) Sources/tsmd/ # one .swift file per concern Tests/tsmdTests/ # XCTest, ~83 tests ``` ## Build & test ```bash just test # go test ./... + swift test (tsmd/) just build # both binaries → dist/bin/ cp dist/bin/tsm dist/bin/tsmd ~/.local/bin/ …
Read the whole file at its exact version.
How to install
mdr add tashian/tsm/AGENTS.md@git:20260922.fa50096mdr add tashian/tsm/AGENTS.md@sha256:f38326c9676a626bPin 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_vy2jl2arhp2okhzf)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (7949 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
tashian/tsm · 9 stars · license MIT · pushed 2026-09-22 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_vy2jl2arhp2okhzf GET https://markdownregistry.com/api/v1/resolve?ref=tashian/tsm/AGENTS.md GET https://markdownregistry.com/api/v1/blob/f38326c9676a626bfb5f70c2fc4bef28b29d61c1a374e0655ada0528439d704a
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.