@kernlang/cli
v4.5.0
Published
KERN CLI — transpile, compile, minify, and analyze .kern files
Maintainers
Readme
@kernlang/cli
KERN CLI — transpile, compile, minify, and analyze .kern files
Part of the KERN monorepo.
Install
npm install -g @kernlang/cliUsage
kern compile src/ --target react-tailwind
kern review src/ --recursive --llm
kern evolve src/ --propose
kern rag eval path/to/eval-ci.kern --jsonRAG
kern rag runs KERN RAG declarations for local retrieval, index lifecycle
checks, adapter conformance, and CI-friendly eval reports.
kern rag retrieve path/to/local-only.kern --param "question=refund policy" --json
kern rag index path/to/eval-ci.kern --status --json
kern rag eval path/to/eval-ci.kern --jsonIn the monorepo, use examples/rag-starter/.
For the full guide, see docs/rag.md and
docs/rag-troubleshooting.md.
License
AGPL-3.0
