linesmith 0.1.1

A Rust status line for Claude Code and other AI coding CLIs
Documentation
1
2
3
4
5
6
7
8
// Smallest valid plugin: required `const ID`, no dep header (so the
// declared deps default to Status only), single-run literal render.

const ID = "minimal";

fn render(ctx) {
    #{ runs: [#{ text: "minimal" }] }
}