CLAUDE.md claudeA
CLAUDE.md is agent-read markdown (claude) from nvidia/srt-slurm.
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
# CLAUDE.md Development guide for working on this codebase. ## Quick Reference ```bash # Run lint + tests (recommended) make check # Just lint make lint # Just tests make test # Run single test file uv run pytest tests/test_e2e.py -v # Run single test uv run pytest tests/test_e2e.py::TestH100Cluster::test_endpoint_allocation -v # Auto-fix lint issues uv run ruff check --fix src/srtctl/ uv run ruff format src/srtctl/ ``` ## Code Style - **Python 3.10+** - use modern syntax (`|` unions, `match` statements) - **Ruff** for linting and formatting (config in `pyproject.toml`) - **Type hints** everywhere - use `ty` for type checking - **Frozen dataclasses** for configs (`@dataclass(frozen=True)`) - **Line length**: 120 characters ## Python Patterns Follow these patterns when extending the codebase: - **Frozen dataclasses for config** - Use `@dataclass(frozen=True)` for all configuration objects. Immutability prevents accidental mutation and makes code easier to reason about. - **Protocol over ABC** - Prefer `typing.Protocol` for interface definitions (see `BackendProtocol`). Enables duck typing without inheritance coupling. …
Read the whole file at its exact version.
How to install
mdr add nvidia/srt-slurm/CLAUDE.md@git:20260923.1231ed4mdr add nvidia/srt-slurm/CLAUDE.md@sha256:762174a0c60c2551Pin 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_pce3qtd3ih44thoo)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260923.1231ed4 latest | 2026-09-23 | 1231ed4 | 38,875 B | A | view · diff |
| git:20260923.7f0d2f0 | 2026-09-23 | 7f0d2f0 | 38,743 B | A | view · diff |
| git:20260923.2917b06 | 2026-09-23 | 2917b06 | 38,555 B | A | view · diff |
| git:20260922.712e174 | 2026-09-22 | 712e174 | 38,514 B | A | view · diff |
| git:20260922.0b10b6a | 2026-09-22 | 0b10b6a | 38,189 B | A | view · diff |
| git:20260922.3cb06d7 | 2026-09-22 | 3cb06d7 | 36,226 B | A | view · diff |
| git:20260919.5df1065 | 2026-09-19 | 5df1065 | 32,541 B | A | view · diff |
| git:20260918.547363c | 2026-09-18 | 547363c | 23,911 B | A | view · diff |
| git:20260916.2f40358 | 2026-09-16 | 2f40358 | 22,014 B | A | view · diff |
| git:20260916.7f4b86c | 2026-09-16 | 7f4b86c | 21,931 B | A | view · diff |
| git:20260916.e81bc60 | 2026-09-16 | e81bc60 | 21,184 B | A | view · diff |
| git:20260916.62ec706 | 2026-09-16 | 62ec706 | 20,870 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (38875 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
nvidia/srt-slurm · 93 stars · license NOASSERTION · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_pce3qtd3ih44thoo GET https://markdownregistry.com/api/v1/resolve?ref=nvidia/srt-slurm/CLAUDE.md GET https://markdownregistry.com/api/v1/blob/762174a0c60c25515c43defef93ed8cbbc31dcfcaf6acee2106aca3413458959
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 nvidia/srt-slurm
Every file in nvidia/srt-slurm