AGENTS.md agentsA
AGENTS.md is agent-read markdown (agents) from narumiruna/gurume.
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
# Repository Guidelines ## Project Structure & Module Organization `src/gurume/` contains the library, CLI, TUI, and MCP server. Key modules: - `restaurant.py`: core scraping request/response logic. - `search.py`: higher-level search API with metadata and pagination. - `detail.py`: restaurant detail fetching and parsing. - `suggest.py`: area and keyword suggestion API integration. - `server.py`: FastMCP server tools. - `cli.py`: Typer CLI entrypoints. - `tui.py`: Textual terminal UI. - `cache.py`, `retry.py`: resilience helpers. - `area_mapping.py`, `genre_mapping.py`: mapping helpers for precise filtering. Tests are in `tests/` and generally mirror module names, for example `tests/test_search.py` and `tests/test_server.py`. Runnable usage examples live in `examples/`. ## Build, Test, and Development Commands Use `uv` for all local Python workflows. - `uv sync --dev`: install runtime and development dependencies. - `make lint` or `uv run ruff check .`: run lint and import-order checks. - `make type` or `uv run ty check .`: run static type checks. Run this after code changes. - `make test` or `uv run pytest -v -s --cov=src tests`: run the full test suite with coverage. …
Read the whole file at its exact version.
How to install
mdr add narumiruna/gurume/AGENTS.md@git:20260703.634c3cdmdr add narumiruna/gurume/AGENTS.md@sha256:ebaee614c0bc2f22Pin 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_txs2yikb2k7x4f4c)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260703.634c3cd latest | 2026-07-03 | 634c3cd | 4,446 B | A | view · diff |
| git:20260518.8940f4b | 2026-05-18 | 8940f4b | 4,443 B | A | view · diff |
| git:20260518.ca2d5a0 | 2026-05-18 | ca2d5a0 | 4,433 B | A | view · diff |
| git:20260518.83424ac | 2026-05-18 | 83424ac | 4,316 B | A | view · diff |
| git:20260512.8f6d8e2 | 2026-05-12 | 8f6d8e2 | 4,057 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (4446 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
narumiruna/gurume · 8 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_txs2yikb2k7x4f4c GET https://markdownregistry.com/api/v1/resolve?ref=narumiruna/gurume/AGENTS.md GET https://markdownregistry.com/api/v1/blob/ebaee614c0bc2f22c8ff602722c374a59e5892ed88f4962eaefe275de3139d21
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 narumiruna/gurume
Every file in narumiruna/gurume