plan-governance-cli 0.2.1 → 0.2.2
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.
- package/README.md +1 -1
- package/package.json +1 -1
- package/resources/manifest.json +0 -1
- package/resources/skill/agents/openai.yaml +0 -1
- package/resources/skill/assets/PLAN_MAP.template.md +0 -1
- package/resources/skill/assets/adr.template.md +1 -2
- package/resources/skill/assets/migration.template.md +2 -3
- package/resources/skill/assets/plan.template.md +2 -3
package/README.md
CHANGED
|
@@ -166,7 +166,7 @@ plan-governance-cli . --strict-readiness
|
|
|
166
166
|
也可以不全局安装,直接使用锁定版本:
|
|
167
167
|
|
|
168
168
|
```bash
|
|
169
|
-
npx --yes --package plan-governance-cli@0.2.
|
|
169
|
+
npx --yes --package plan-governance-cli@0.2.2 plan-governance-cli . --strict-readiness
|
|
170
170
|
```
|
|
171
171
|
|
|
172
172
|
npm CLI 只是统一入口,实际检查逻辑仍由包内版本化的 Python 检查器执行;迁移期间项目原有 Python 命令仍可作为回滚路径。
|
package/package.json
CHANGED
package/resources/manifest.json
CHANGED