@kanonak-protocol/sdk
v5.9.0
Published
TypeScript SDK for the Kanonak Protocol — parse, resolve, validate, reason over, and render .kan.yml packages.
Readme
@kanonak-protocol/sdk
The TypeScript SDK for the Kanonak Protocol — parse, resolve, validate, reason over, and render .kan.yml packages. It is the shared engine behind the @kanonak-protocol/cli and the Kanonak VS Code extension.
Install
npm install @kanonak-protocol/sdkUsage
All reading and traversal of Kanonak documents goes through the SDK rather than ad-hoc YAML handling, so every consumer shares one verified object model (identifiers, aliases, versions, and references resolved the same way). Start from the type definitions shipped with the package; guides and the protocol specification are at kanonak.org.
License
Apache-2.0
