@x12i/xontext-docs
v1.0.1
Published
Xontext docs knowledge SDK — install as a devDependency only. Catalog, use cases, and markdown packs for humans and agents.
Maintainers
Readme
@x12i/xontext-docs
Xontext docs knowledge SDK — install as a devDependency only. It bundles the Xontext catalog, use cases, and Markdown packs for humans and agents.
npm i -D @x12i/xontext-docsimport { xontextDocs } from "@x12i/xontext-docs";
xontextDocs.listBooks();
xontextDocs.getBookMarkdown("01-library-api", "developers");
xontextDocs.getUseCaseMarkdown("run-signals-query");
xontextDocs.manifest(); // agent-manifest for discoveryCLI:
xontext-docs list-books
xontext-docs list-use-cases
xontext-docs book 00-platform-overview developers
xontext-docs use-case create-xontext-devThe embedded content is generated from xontext-docs/ by the platform build
(npm run build); do not edit src/generated/.
