diff --git a/docs/design/architecture-v2.6.md b/docs/design/architecture-v2.6.md index f715e08..3e1b59c 100644 --- a/docs/design/architecture-v2.6.md +++ b/docs/design/architecture-v2.6.md @@ -542,13 +542,13 @@ Skill 软引导的问题是"可看可不看",等于没有约束。数据库硬 } ``` -| 操作 | Schema 文件 | 必填字段 | 校验内容 | -|------|-----------|---------|----------| -| `--handoff` | handoff.schema.json | completed + artifacts | 结构完整,artifacts 路径存在 | -| `--output` | output.schema.json | summary + content_path | summary 非空,路径存在 | -| `--decide` | decide.schema.json | decision + rationale | 两个字段都非空 | -| `--observe` | observe.schema.json | severity + body | severity 在枚举内 | -| `--comment`(普通) | 无 | body | 无 Schema 校验,纯 Skill 引导 | +| 操作 | Schema 文件 | 必填字段 | Schema 校验 | CLI 附加校验 | +|------|-----------|---------|------------|------------| +| `--handoff` | handoff.schema.json | completed + artifacts | 结构完整,类型正确 | artifacts 中路径是否存在 | +| `--output` | output.schema.json | summary + content_path | summary 非空字符串 | content_path 文件是否存在 | +| `--decide` | decide.schema.json | decision + rationale | 两个字段非空字符串 | 无 | +| `--observe` | observe.schema.json | severity + body | severity 枚举值(info/warning/critical) | 无 | +| `--comment`(普通) | 无 | body | 无 Schema 校验 | 无 | **Agent 使用方式**: ```bash