henryZhouLikeStudy/dsh-lattice-protocol0

dsh-lattice-protocol

Versioned canonical schemas, types, validators, and contract-test fixtures for DSH Lattice V1.

AI Analysis

核心用途是定义 Lattice 体系的数据规范与校验逻辑,适合开发 Lattice 兼容插件、需要确保数据结构符合 ECC-V1.0 规范的开发者。

Package
dsh-lattice-protocol
Version
1.0.0
License
Apache-2.0
Last updated
Aug 14, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

Usage

import {
  projectSchema,
  runSchema,
  DEFAULT_RUN_TIMEOUT_MS,
  makeIdempotencyKey,
} from "dsh-lattice-protocol";

const parsed = projectSchema.safeParse(rawProject);