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

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

## Triggers

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

## Jobs

- `version`
- `build`
- `test`
- `audit`
- `sbom`
- `verify`
- `release`