pax-beehive/dsh-hub-cli--packages-schemas2

@dsh-plugin-hub/schemas

Portable DSH bundle, profile, and Hub API schemas

AI 분석

提供 DSH 插件和配置清单的格式校验规范。适合正在开发 DSH 插件、集成工具、验证器或自定义客户端的 TypeScript 开发者。

패키지
@dsh-plugin-hub/schemas
버전
0.2.0
라이선스
MIT
최근 업데이트
2026. 9. 2.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

Usage

import {
  dshPackageManifestSchema,
  dshProfileManifestSchema,
} from "@dsh-plugin-hub/schemas";

const plugin = dshPackageManifestSchema.parse(packageJson);
const profile = dshProfileManifestSchema.parse(profilePackageJson);

The package exports Zod schemas and inferred TypeScript types for portable DSH bundle manifests, Plugin Hub records, Profile drafts and immutable releases. Use it when building a DSH plugin, integration, validator, or custom Hub client.

Version 0.2.0 is released in lockstep with the CLI, registry, and DSH adapter. This package performs local validation only: it makes no network request and collects no telemetry. Anonymous lifecycle telemetry belongs exclusively to the @dsh-plugin-hub/cli runtime and follows that package's documented controls.

This is an independent community project and is not affiliated with or endorsed by DeepSeek.