Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Whenever the config format changes, update `example.yaml` and `README.md`.
Integration test scripts should have names starting with the test name.
The only allowed languages are Rust for application code, and bash for scripts used in tests.

## Releases

A new release is created by bumping the version in `Cargo.toml` in a pull request.

## Project Overview

Rote is a terminal multiplexer for monitoring and managing multiple processes. Users define tasks in YAML with dependencies, and Rote starts them in topological order with a TUI for monitoring output.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rote/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rote-mux"
version = "0.1.3"
version = "0.1.4"
edition = "2024"
description = "A terminal multiplexer for monitoring and managing multiple processes"
license = "MIT"
Expand Down