rlm-cli 1.2.4

Recursive Language Model (RLM) REPL for Claude Code - handles long-context tasks via chunking and recursive sub-LLM calls
Documentation
# CODEOWNERS file
# These owners will be requested for review when someone opens a pull request.
# Learn more: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# Default owner for everything in the repo
* @zircote

# Source code
/src/ @zircote

# Tests
/tests/ @zircote

# Benchmarks
/benches/ @zircote

# CI/CD configuration
/.github/ @zircote

# Project configuration
/Cargo.toml @zircote
/Cargo.lock @zircote
/deny.toml @zircote
/clippy.toml @zircote
/rustfmt.toml @zircote