rlm-cli 1.3.1

Recursive Language Model (RLM) REPL for Claude Code - handles long-context tasks via chunking and recursive sub-LLM calls
Documentation
1
2
3
4
5
6
7
8
9
10
---
title: "Key Rules"
description: "Core code style rules including line length, edition, and unsafe policy."
---

- **Line length**: 100 characters
- **Edition**: 2024
- **MSRV**: 1.80
- **Unsafe code**: Forbidden unless explicitly justified
- **Panics**: Not allowed in library code (`unwrap`, `expect`, `panic!`)