@kevinmarmstrong/edgekit-cli
v0.3.2
Published
Documentation indexing CLI for edgekit demos and RAG tools.
Downloads
406
Readme
@kevinmarmstrong/edgekit-cli
Documentation indexing tools for Edgekit demos and docs Q&A.
Use the CLI to create a read-only search capability that can be registered as one Skill inside a Mission Profile. The CLI does not make Edgekit a RAG-only system; it prepares app-owned knowledge for a sidecar that can also call tools, render actions, and respect approvals.
edgekit-index README.md docs --out public/edgekit-docs-index.jsonThe CLI accepts Markdown, MDX, HTML, and plain text files. It writes a portable JSON index with titled chunks that can be registered as a normal Edgekit search tool.
Recipe scaffolding
Use edgekit-init to create starter mission files without copying from docs by hand:
edgekit-init --list
edgekit-init mission --recipe support-workflow --out edgekit/support
edgekit-init mission --recipe knowledge-skill --out edgekit/policy
edgekit-init mission --recipe astro-intake-knowledge --out src/edgekit/intakeRecipes are intentionally small and inspectable. They create Skills, one Mission Profile, app-owned tool placeholders, and starter outcome scenarios. Framework recipes, such as Astro intake plus Knowledge Access, are additive paths; they do not change Edgekit core or hide the host-app ownership boundary.
