AGENTS.md@.agents agentsA
AGENTS.md@.agents is agent-read markdown (agents) from nmdra/notebrain-cli.
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
# NoteBrain CLI — Agent Rules ## Project Overview NoteBrain is a Go CLI tool that indexes an Obsidian vault into ChromaDB for semantic search, backlink traversal, graph connections, hidden connections, shared tags, and graph-boosted search. ## Technology Stack - **Language:** Go 1.26.4 - **CLI Framework:** [kong](https://github.com/alecthomas/kong) v1.15.x (with custom TOML configuration resolver) - **Vector Store:** ChromaDB via [chroma-go](https://github.com/amikos-tech/chroma-go) v0.4.x (`pkg/api/v2`) - **Build:** `CGO_ENABLED=1` (embedded persistent client via SQLite/HNSW bindings) ## Module Path ``` github.com/nmdra/notebrain-cli ``` ## Project Structure ``` notebrain-cli/ ├── main.go ├── go.mod ├── Makefile ├── config/ │ └── config.go ├── internal/ │ ├── store/ ← ChromaDB wrapper (replaces DuckDB) │ │ ├── store.go │ │ ├── upsert.go │ │ ├── query.go │ │ └── *_test.go │ ├── parser/ ← Markdown parsing, slugify, chunking │ │ ├── parser.go │ │ └── *_test.go │ ├── ingest/ ← File ingestion pipeline │ │ ├── ingest.go │ │ └── *_test.go │ ├── embedder/ ← Embedding backends (MiniLM, Ollama) …
Read the whole file at its exact version.
How to install
mdr add nmdra/notebrain-cli/.agents/AGENTS.md@git:20260814.ab28f86mdr add nmdra/notebrain-cli/.agents/AGENTS.md@sha256:526bbd5bd09c9e98Pin 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_d4lsaojdiet74aoz)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260814.ab28f86 latest | 2026-08-14 | ab28f86 | 8,323 B | A | view · diff |
| git:20260813.11b52ca | 2026-08-13 | 11b52ca | 8,520 B | A | view · diff |
| git:20260812.d46ff10 | 2026-08-12 | d46ff10 | 8,160 B | A | view · diff |
| git:20260802.6362237 | 2026-08-02 | 6362237 | 7,988 B | A | view · diff |
| git:20260801.d980237 | 2026-08-01 | d980237 | 8,000 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (8323 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
nmdra/notebrain-cli · 27 stars · license MIT · pushed 2026-09-22 · branch master
API
GET https://markdownregistry.com/api/v1/artifacts/art_d4lsaojdiet74aoz GET https://markdownregistry.com/api/v1/resolve?ref=nmdra/notebrain-cli/.agents/AGENTS.md GET https://markdownregistry.com/api/v1/blob/526bbd5bd09c9e9889d0a047cb01c9fc4f7dadde3a9d5f1cee31dca8c86be88d
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 nmdra/notebrain-cli
Every file in nmdra/notebrain-cli