rcompare CLAUDE.md

rcompare CLAUDE.md is an instructions file for coding agents from aecs4u/rcompare. It costs 130 tokens per session, scanned A, original, MIT.

A project instruction file for rcompare, a Rust tool for comparing files and folders. It sets architectural and safety guidelines, including keeping comparison logic separate from the user interface.

In plain words
What is it for?
Use it when developing rcompare’s comparison engine or interface on Linux, Windows, or macOS.
Why use it?
It helps prevent changes that mix unrelated parts of the program or reduce cross-platform compatibility. It also reminds contributors to limit unsafe Rust code.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/aecs4u/rcompare/claude-md
Clone the repo
git clone --depth 1 https://github.com/aecs4u/rcompare

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for rcompare CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/aecs4u/rcompare/claude-md.svg)](https://agentmods.dev/instructions/aecs4u/rcompare/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/aecs4u/rcompare/claude-md"><img src="https://agentmods.dev/badge/instructions/aecs4u/rcompare/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 130 This file is loaded in full into every session.
When invoked 130 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00130 $0.00130
Opus 5 $0.00065 $0.00065
Sonnet 5 $0.00026 $0.00026
Haiku 4.5 $0.00013 $0.00013

Measured 5d ago against content hash a91560ed31ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

rcompare CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 15 lines

What it actually says

RCompare - Claude Code Instructions

This file contains project-specific instructions for Claude Code when working on the RCompare project.

Project Context

RCompare is a high-performance file and directory comparison utility written in Rust, inspired by Beyond Compare and following the architectural patterns of Czkawka.

Development Guidelines

  • Follow the architecture defined in ARCHITECTURE.md
  • Maintain strict separation between rcompare_core (business logic) and UI layers
  • Write safe Rust code; minimize use of unsafe blocks
  • Ensure all changes maintain cross-platform compatibility (Linux, Windows, macOS)
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 15 lines · 130 tokens per session scan A a91560ed31ae

Subscribe to this mod's changes

rcompare CLAUDE.md is an instructions file published in the GitHub repository aecs4u/rcompare (11 stars, last pushed 1mo ago), licensed MIT. It adds 130 tokens to every session, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

E2B CLAUDE.md

Claude Code instructions for e2b-dev/E2B: Use pnpm for node and uv for python to install and update dependencies. Run pnpm run format, pnpm run lint and pnpm run typecheck before committing changes. When modifying the SDK packages, ensure equivalent changes are applied to both JS as well as sync and async Python…

e2b-dev/E2B · 306 tokens

blazediff AGENTS.md

Instructions for teimurjan/blazediff, covering blazediff agent rules, hard rules, quick commands and pointers.

teimurjan/blazediff · 910 tokens

chiplab AGENTS.md

Instructions for veecle/chiplab, covering agents.md, what is chiplab, 1. install / connect chiplab, 2. verify the connection and 3. pick the example for the board you want.

veecle/chiplab · 1,936 tokens

chiplab copilot-instructions.md

Instructions for veecle/chiplab: Agent instructions for this repository live in AGENTS.md at the repo root. Please read that file for repository conventions, available workflows, and guidelines.

veecle/chiplab · 43 tokens

GitHave CLAUDE.md

Instructions for kinglegendzzh/GitHave, covering 项目:githave, 构建与开发命令, 项目结构速览, 模块化规则 and 关键工作流.

kinglegendzzh/GitHave · 819 tokens

osf-cli-go GEMINI.md

Gemini CLI instructions for edithatogo/osf-cli-go: Use the osf MCP server for authenticated, read-only Open Science Framework inspection. Prefer OSFTOKEN; public read operations may work without a token. Never expose credentials and require explicit user intent for writes.

edithatogo/osf-cli-go · 81 tokens