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
9
// Compile-time failure: unterminated string literal. The registry
// rejects this with PluginError::Compile at load time; the file
// never reaches the segment runtime.

const ID = "syntax_error";

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