Start
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
Model
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.
Links
Read the source and docs.
- GitHub repository - source, issues, and pull requests.
- Architecture - trusted core, runtime boundary, channels, scheduler, audit, and API contracts.
- Manual QA - live acceptance checklist for behavior-changing work.