@knowledge-cli/cli
v1.0.0
Published
Knowledge CLI — local-first knowledge graph for codebases (with native wrapper)
Readme
@knowledge-cli/cli
Local-first knowledge graph CLI for codebases. Includes a native Rust wrapper for ≤30ms warm reads via HTTP daemon.
Install
npm install -g @knowledge-cli/cliThe native binary for your platform is installed via optionalDependencies. The JS launcher (bin.js) dispatches to the binary.
Usage
knowledge areas
knowledge outline <tag>
knowledge read <tag> --id <heading-id>See full docs at https://github.com/.../knowledge-cli.
Performance
- Warm reads via launcher: ≤80ms
- Warm reads via binary directly: ≤30ms (advanced)
Set KNOWLEDGE_NO_DAEMON=1 to bypass the daemon and use the Node fallback.
