Home / h1994st / rllvm · CLAUDE.md · GitHub

CLAUDE.md claudeA

CLAUDE.md is agent-read markdown (claude) from h1994st/rllvm.

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

# Engineering Guidance

## Scope

`rllvm-cc`, `rllvm-cxx`, and `rllvm-rustc` capture LLVM bitcode alongside normal
builds. `rllvm-get-bc` extracts it; `rllvm-info` inspects a module;
`rllvm-compdb` generates modules from `compile_commands.json`;
`rllvm-query` answers source-level questions about a catalog. Helpers:
`rllvm-init` and `rllvm-completions`.

`rules_rllvm` is a separate Bazel-only project that does not use these binaries.
Do not change anything here to serve it.

## How to work

**Reuse before you add.** Look for the existing helper, type, or test fixture
before writing a new one. Duplicated logic and parallel abstractions for the
same idea are the main way this codebase decays: two copies drift, and the
drifted one becomes a bug nobody sees. If something almost fits, extend it or
lift the shared part out — don't clone it. The same goes for dependencies:
prefer what is already in `Cargo.toml`.

Make the smallest coherent change that satisfies the request. Follow existing
patterns. Keep unrelated refactoring separate.

The workspace has three published crates. `rllvm-core` is the library;
`rllvm` holds the wrapper binaries; `rllvm-query` is the analysis library and
…

Read the whole file at its exact version.

How to install

Latest version
mdr add h1994st/rllvm/CLAUDE.md@git:20260924.99d651a
Exact content
mdr add h1994st/rllvm/CLAUDE.md@sha256:5ea7a14753b725d0

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_c2mxcwwo6jaq7jbl.svg)](https://markdownregistry.com/a/art_c2mxcwwo6jaq7jbl)

0 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260924.99d651a latest2026-09-24 99d651a 11,231 BA view · diff
git:20260919.dc9ba2b2026-09-19 dc9ba2b 10,901 BA view · diff
git:20260919.d5089092026-09-19 d508909 10,746 BA view · diff
git:20260919.07683452026-09-19 0768345 10,028 BA view · diff
git:20260918.62332432026-09-18 6233243 9,600 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (11231 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

GitHub

h1994st/rllvm · 5 stars · license Apache-2.0 · pushed 2026-09-25 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_c2mxcwwo6jaq7jbl
GET https://markdownregistry.com/api/v1/resolve?ref=h1994st/rllvm/CLAUDE.md
GET https://markdownregistry.com/api/v1/blob/5ea7a14753b725d070b12361ee202517d05da6aae6944306a599524e629febbe

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 h1994st/rllvm

capture skill
h1994st/rllvm · plugins/rllvm/skills/capture/SKILL.md · Capture LLVM bitcode from a project with rllvm and turn it into a catalog or module. Use when the user wants bitcode, a…
git:20260924.88883c4 · audit A · 5 stars
query skill
h1994st/rllvm · plugins/rllvm/skills/query/SKILL.md · Choose the rllvm-query tool that answers a question about a captured program, and report its answer without…
git:20260925.4aff714 · audit A · 5 stars
setup skill
h1994st/rllvm · plugins/rllvm/skills/setup/SKILL.md · Install and configure rllvm, or diagnose it when capture or a query fails. Use when the user wants to start using…
git:20260924.99d651a · audit A · 5 stars

Every file in h1994st/rllvm

Other files named CLAUDE.md

CLAUDE.md claude
obra/superpowers · CLAUDE.md
git:20260919.5bf4e78 · audit B · 291,204 stars
CLAUDE.md claude
affaan-m/ecc · CLAUDE.md
git:20260528.04c68e4 · audit A · 266,832 stars
CLAUDE.md claude
firecrawl/firecrawl · CLAUDE.md
git:20260615.fe8d358 · audit A · 184,144 stars
CLAUDE.md claude
garrytan/gstack · CLAUDE.md
git:20260924.06ed920 · audit A · 134,082 stars
CLAUDE.md claude
juliusbrussee/caveman · CLAUDE.md
git:20260908.bb1cfc8 · audit B · 107,708 stars
CLAUDE.md claude
addyosmani/agent-skills · CLAUDE.md
git:20260720.8fd2081 · audit A · 98,554 stars
CLAUDE.md claude
nexu-io/open-design · CLAUDE.md
git:20260430.9b57c22 · audit B · 97,933 stars
CLAUDE.md claude
thedotmack/claude-mem · CLAUDE.md
git:20260723.e29d221 · audit A · 94,550 stars

Browse by kind, by grade A, or by owner.