f3cd56b78e
Use ~/.pouch, the pouch CLI, and .pouch.yaml as the SSOT container. Keep the inner skills/ packages, and store ACK project state in .pouch/ack instead of docs/ack.
10 lines
423 B
YAML
10 lines
423 B
YAML
# 复制为 .pouch/ack/knowledge.yaml,替换占位符。结构见 templates/knowledge.schema.json。
|
|
# Developer/Test 只能在任务证据中提出 candidate;只有 Coordinator 写入这里。
|
|
version: 1
|
|
updatedAt: "<YYYY-MM-DDTHH:mm:ss+TZ>"
|
|
project:
|
|
name: "<project_name>"
|
|
# 检查 ID 映射到仓库内相对 path 和结构化 args;这里的内容不会被校验器执行。
|
|
verificationRegistry: {}
|
|
entries: []
|