opennori 0.1.0 → 0.1.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.
@@ -293,6 +293,14 @@
293
293
  "measurement": "运行 nori evidence add,分别使用 --source-command、--source-path、--source-url 和自由 --source 记录证据,再查看 status/report。",
294
294
  "threshold": "证据来源能显示为 command、artifact、url 或自由 reference;report/status 中仍保留 basis、reviewability、limitations 和 confidence。",
295
295
  "risk": "medium"
296
+ },
297
+ {
298
+ "id": "AC-Z-16",
299
+ "layer": "productization",
300
+ "user_story": "作为用户,我通过 npm 获取 OpenNori 后,能使用 nori 入口初始化项目、查看帮助和运行健康检查,而不需要理解迁移历史。",
301
+ "measurement": "在全新临时项目中安装 opennori 包,运行 npx nori --help、npx nori install --root . --dry-run、npx nori install --root . --confirm 和 npx nori doctor --root .。",
302
+ "threshold": "npm registry 显示 opennori@0.1.1 且 bin.nori 指向 bin/nori.js;全新项目安装后 npx nori 可用;dry-run 只预览 .opennori 写入;真实 install 后 doctor 为 ready;项目状态只出现 OpenNori 目录。",
303
+ "risk": "high"
296
304
  }
297
305
  ]
298
306
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opennori",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "OpenNori: human-centered Nori Contracts and evidence records for coding agents.",
5
5
  "type": "module",
6
6
  "bin": {