Skip to content

CLI Overview

The Lytos CLI removes friction from adopting the method. One command to install, one command to validate, one command to visualize.

Terminal window
npm install -g lytos-cli

Or use without installing:

Terminal window
npx lytos-cli init
CommandWhat it does
lyt initScaffold .lytos/ in your project (interactive, detects your stack)
lyt boardRegenerate BOARD.md from issue frontmatter (read-only on the filesystem)
lyt archiveMove completed issues from 5-done/ to archive/<quarter>/ (default: older than 7 days). --all, --older-than, --dry-run
lyt lintValidate .lytos/ structure and content
lyt doctorFull diagnostic — missing files, broken links, stale memory, health score
lyt showDisplay issue detail with progress bar
lyt startStart an issue — move to in-progress, create branch, update board
lyt closeExplicitly close a validated issue or batch-close 4-review/ — check the checklist and update the board
lyt claimAssign an issue to yourself
lyt upgradeUpdate method files in .lytos/ from the bundled version
lyt updateUpdate the Lytos CLI itself to the latest version
  • Offline-first — no network needed (except lytos init to download templates)
  • Zero lock-in — plain markdown files, works with any AI tool
  • No telemetry — no tracking, no analytics, ever
  • Human-first — the CLI never modifies files without explicit user action

The CLI is open source: github.com/getlytos/lytos-cli

Built with TypeScript, Commander.js, and zero runtime dependencies beyond Commander.