Skip to content

Command Overview

Krait follows a Verb-Noun-Target grammar:

krait <verb> <noun> <target> [flags]
CategoryCommands
Navigationfind symbol, find refs, list symbols, read file, read symbol
Understandinghover, check, status
Editingedit replace, edit insert-after, edit insert-before, rename, fix, format
Serverserver list, server install, server clean, server status
Daemondaemon start, daemon stop, daemon status
Projectinit, status

All commands support --format:

Terminal window
krait find symbol Foo # compact (default, LLM-optimized)
krait find symbol Foo --format json # structured JSON
krait find symbol Foo --format human # human-readable
FlagDescription
--format <compact|json|human>Output format
--versionPrint version
--helpPrint help