henryZhouLikeStudy/dsh-lattice-protocol ↗★ 0
dsh-lattice-protocol
Versioned canonical schemas, types, validators, and contract-test fixtures for DSH Lattice V1.
AI 분석
核心用途是定义 Lattice 体系的数据规范与校验逻辑,适合开发 Lattice 兼容插件、需要确保数据结构符合 ECC-V1.0 规范的开发者。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
Usage
import {
projectSchema,
runSchema,
DEFAULT_RUN_TIMEOUT_MS,
makeIdempotencyKey,
} from "dsh-lattice-protocol";
const parsed = projectSchema.safeParse(rawProject);