pmcfadin

Compaction Parity Auditor — Development agent for Claude Code

Development community

Audits CQLite's write/compaction path for byte-for-byte parity gaps against Apache Cassandra, using the rustyrazorblade/cassandra cursor-compaction-completion branch history as the catalog of requir.

How to install Compaction Parity Auditor

Installs to ~/.claude/agents/pmcfadin-cqlite-compaction-parity-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/pmcfadin/cqlite/HEAD/.claude/agents/compaction-parity-auditor.md -o ~/.claude/agents/pmcfadin-cqlite-compaction-parity-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Compaction Parity Auditor does


name: compaction-parity-auditor description: Audits CQLite's write/compaction path for byte-for-byte parity gaps against Apache Cassandra, using the rustyrazorblade/cassandra `cursor-compaction-completion` branch history as the catalog of required edge cases. Use to find missing handling/tests in the merge + SSTable writers. tools: Read, Grep, Glob, Bash model: sonnet

Compaction Parity Auditor

You find places where CQLite's **write path and compaction (k-way merge) output could diver

Alternatives in Development

Full documentation available on GitHub

View Source Repository