@lineman-io/cli
v1.0.8
Published
Lineman — the drop-in `lineman` wrapper for Claude Code. Runs your session under Coordinator supervision and handles `/resume` for you when the context grows. Pairs with the @lineman-io/plugin plugin.
Downloads
3,315
Maintainers
Readme
@lineman-io/cli — the lineman wrapper
The drop-in lineman command for Claude Code. It runs your session under
Coordinator supervision and handles /resume for you when the context grows.
Pairs with the @lineman-io/plugin plugin.
npm install -g @lineman-io/cli
lineman setup # one-time: install the plugin + sign in
lineman # run Claude Code under Lineman supervisionTelemetry
The Lineman CLI sends anonymous, content-scrubbed error telemetry (install/auth failure counts, error-class names, and platform — never your code, prompts, tokens, file contents, or paths) to help us fix setup failures. This is on by default.
Opt out any time:
- set
telemetryEnabled: falsein~/.lineman/config.json, or - set
LINEMAN_TELEMETRY=offin your environment.
Either one disables the Sentry surface entirely (no init, no events). The full
plain-language disclosure of every data channel — what is and isn't sent, where
it goes, and how to wipe local state — is in
docs/beta/data-handling.md.
