@kisaki3/extension-registry
v0.0.1
Published
Distributed registry contracts and tooling for Kisaki extensions
Readme
@kisaki3/extension-registry
Distributed registry contracts and validation helpers for Kisaki extension repositories.
Use the package root for browser-safe registry types and helpers. Use
@kisaki3/extension-registry/node for helpers that require Node built-ins.
Root Export
- Registry manifest, package, release, artifact, signing key, and schema constants.
parseExtensionRegistryManifest(...)and validation helpers.- Artifact target helpers such as
selectExtensionRegistryArtifact(...)andisExtensionRegistryArtifactTargetCompatible(...). - Release helpers such as
getExtensionRegistryReleaseKind(...)and preview prerelease prefix checks. - Artifact signature payload helpers.
The registry schema is exported at:
"./schemas/extension-registry.schema.json"Node Export
@kisaki3/extension-registry/node exports sha256 release digest helpers, canonical
JSON stringification, and signer fingerprint helpers used by the CLI and desktop
installer.
