create-peekling-skin

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Create a Peekling skin

创建Peekling皮肤

@peekling/cli@0.1.0
is Peekling's first-party CLI. Its official npm record declares
peekling/peekling-engine
as its source and includes SLSA provenance for the GitHub-verified signed
v0.1.0
source tag. Before execution, require the exact registry identity and integrity recorded in cli-trust.md. Stop on any mismatch.
Require a validated base pack, requested visual change, optional image references, and base/output rights information.
  1. Read portable-workflow.md. Stop if the base licence is unknown, forbids derivatives/redistribution, or permission is not documented.
  2. Hash and validate the base. Record its id, version, manifest SHA-256, licence, derivative permission evidence, and attribution in
    PROVENANCE.md
    . The native manifest is closed and must not contain a
    derivedFrom
    field.
  3. Read edit-invariants.md, then edit every source frame with the available image tool or accept complete supplied art. Never return a single pose as a skin.
  4. Read the CLI trust boundary, then compile through that verified, pinned CLI. Preserve geometry, density set, mapping, states, timing, capabilities, anchors, bounds, and behavior exactly.
  5. Run
    node scripts/check-skin-parity.mjs BASE/character.json SKIN/character.json SKIN/PROVENANCE.md
    , CLI validation, and qa-gates.md.
  6. Emit a standalone data-only pack with a new id/name/version, thumbnail, the base pack's exact density set, manifest, licence, and provenance. Keep it private and
    UNLICENSED
    until explicit rights review.
Never execute pack content, use HTML sinks, publish, commit, push, or add a remote without separate authorization.
@peekling/cli@0.1.0
是Peekling的官方CLI工具。其官方npm记录声明
peekling/peekling-engine
为其源代码,并包含针对GitHub验证签名的
v0.1.0
源标签的SLSA来源信息。执行前,请确保其注册表身份和完整性与cli-trust.md中记录的完全一致。若存在任何不匹配,请立即停止操作。
需要已验证的基础包、所需的视觉变更、可选的图片参考以及基础/输出权限信息。
  1. 阅读portable-workflow.md。若基础许可证未知、禁止衍生/再分发,或未记录相关许可证明,请停止操作。
  2. 对基础包进行哈希运算并验证。将其ID、版本、清单SHA-256值、许可证、衍生许可证明以及归因信息记录在
    PROVENANCE.md
    中。原生清单为封闭格式,不得包含
    derivedFrom
    字段。
  3. 阅读edit-invariants.md,然后使用可用的图像工具编辑每一个源帧,或接受完整的提供素材。不得仅返回单一姿态作为皮肤。
  4. 阅读CLI信任边界,然后通过经过验证、固定版本的CLI进行编译。严格保留几何结构、密度集、映射、状态、时序、功能、锚点、边界和行为。
  5. 运行
    node scripts/check-skin-parity.mjs BASE/character.json SKIN/character.json SKIN/PROVENANCE.md
    、CLI验证以及qa-gates.md中的检查。
  6. 生成一个独立的纯数据包,包含新的ID/名称/版本、缩略图、基础包的精确密度集、清单、许可证和来源信息。在获得明确的权限审核前,请将其设为私有并标记为
    UNLICENSED
未经单独授权,不得执行包内容、使用HTML输出、发布、提交、推送或添加远程仓库。