LionClaw

Local agent boundary

LionClaw

LionClaw turns real agent CLIs into local assistants. It gives them a project home, durable sessions, channels, scheduled work, and a small Rust core that owns the local boundary around every run.

Run the everyday path.

lionclaw project init
lionclaw configure --runtime codex
lionclaw run

Add channels and background operation when the assistant needs to stay reachable beyond the current terminal.

lionclaw connect terminal
lionclaw connect telegram
lionclaw up
lionclaw status
lionclaw logs -f
lionclaw doctor

Small trusted core, real runtime.

Codex still runs as Codex. LionClaw controls project selection, runtime launch, state layout, channels, scheduled work, and the diagnostics for the boundary it owns.

Channels are skills outside the core. They connect transports such as terminal and Telegram without turning the Rust kernel into every integration.

lionclaw doctor is read-only and prints stable runbook findings for project, runtime, channel, unit, and configured-bind drift.