@captain_z/zsk-skills 1.3.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,9 +34,9 @@ zsk skill 是 LLM **按需自动触发**的资产:
34
34
 
35
35
  ## 和项目知识工作区的关系
36
36
 
37
- `zsk init` 生成的 `SYSTEM-SPEC.md`、`zsk.config.yaml`、`.raws/`、`docs/` 和 `.issues/` 是这些 skills 的默认项目上下文。CLI 负责创建模板、维护 schema、刷新 `.raws/manifest.json`,并通过 `zsk config check` / `zsk check` 做确定性校验。
37
+ `zsk init` 生成的 `.zsk/config.yaml`、`docs/SYSTEM-SPEC.md`、`.raws/`、`docs/` 和 `.issues/` 是默认项目上下文。CLI 负责创建最小骨架、使用 package-owned schema 校验、刷新 `{paths.raws}/manifest.json`,并通过 `zsk config check` / `zsk check` 做确定性校验。
38
38
 
39
- Skills 负责更需要判断的部分:理解 SRS、API 契约、Figma/MCP 快照和测试资产,发现模块边界,做跨事实源冲突分析,使用 Computer Use / Browser Use 验证运行时行为,并把问题写入 `.issues/{module}/`。原始测试用例放在 `.raws/testing/`,模块用 `docs/{module}/module.yaml` 映射 raw cases、derived cases、automated tests 和 TDD 要求。
39
+ Skills 负责更需要判断的部分:理解 SRS、PRD、API 契约、Figma/Modao、测试资产和设计资产,发现模块边界,做跨事实源冲突分析,使用 Computer Use / Browser Use 验证运行时行为,并把问题写入配置的 issue 根。Skills 必须通过 `.zsk/config.yaml` `docs/{module}/module.yaml` 解析路径,不能硬编码 `.raws`、`docs` `.issues`。
40
40
 
41
41
  每个阶段都要把确认过的决策、约束、例外和验证结果写回持久文件。缺少 Documentation Feedback 时,`zsk check` 可以把它作为阶段未收口的证据。
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@captain_z/zsk-skills",
3
- "version": "1.3.0",
3
+ "version": "1.4.1",
4
4
  "description": "ZNorth Standard Kit — skill content package (SDLC + frontend + quality + design-handoff + system + meta)",
5
5
  "license": "MIT",
6
6
  "files": [