lev
Installation
SKILL.md
lev - Agent Runtime CLI
Lev is the project CLI and runtime surface. Treat it as a live local interface, not a remembered API.
First Move
- Run help before using a surface:
lev --help, thenlev <command> --help. - If
levis not onPATH, run from the Leviathan source tree:node core/poly/bin/lev --help. - Some current commands treat
--helpas execution or are discoverable but not runnable. Record that exact behavior instead of assuming the surface works. - If
node core/poly/bin/levfails, capture the failure in a diagnostics report before guessing a fallback. - For lifecycle work, resolve the workstream through
/workorlev workbefore dispatchinglev exec.
Help-first is mandatory. Do not invent flags, aliases, flow names, or receipt commands from memory.