rlm-cli 1.3.0

Recursive Language Model (RLM) REPL for Claude Code - handles long-context tasks via chunking and recursive sub-LLM calls
Documentation
---
title: "CI"
description: "Reference for the CI GitHub Actions workflow."
sidebar:
  badge:
    text: "CI"
    variant: "success"
---

**Source:** [`.github/workflows/ci.yml`](https://github.com/zircote/rlm-rs/blob/main/.github/workflows/ci.yml)

## Triggers

| Event |
|---|
| `push` |
| `pull_request` |
| `workflow_dispatch` |

## Jobs

- `fmt`
- `clippy`
- `test`
- `doc`
- `deny`
- `msrv`
- `coverage`
- `site`
- `pin-check`
- `all-checks-pass`