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: "Publish to crates.io"
description: "Reference for the Publish to crates.io GitHub Actions workflow."
sidebar:
  badge:
    text: "Release"
    variant: "caution"
---

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

## Triggers

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

## Jobs

- `publish`