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 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.1 plan-governance-cli . --strict-readiness
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plan-governance-cli",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "统一入口的计划治理检查 CLI",
5
5
  "private": false,
6
6
  "type": "module",
@@ -21,4 +21,3 @@
21
21
  ],
22
22
  "hooks": []
23
23
  }
24
-
@@ -2,4 +2,3 @@ interface:
2
2
  display_name: "Plan Governance"
3
3
  short_description: "用计划、证据和检查管理分阶段工作"
4
4
  default_prompt: "使用 $plan-governance 管理这个跨阶段变更,维护计划文档、Step 0 证据和完成检查。"
5
-
@@ -45,4 +45,3 @@
45
45
  | 计划 | 阶段 | 证据 |
46
46
  |---|---|---|
47
47
  | - | - | - |
48
-
@@ -14,5 +14,4 @@
14
14
 
15
15
  ## 关联计划
16
16
 
17
- -
18
-
17
+ -
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## 迁移步骤
8
8
 
9
- 1.
9
+ 1.
10
10
 
11
11
  ## 回滚方式
12
12
 
@@ -16,5 +16,4 @@
16
16
 
17
17
  ## 关联计划或 ADR
18
18
 
19
- -
20
-
19
+ -
@@ -36,7 +36,7 @@
36
36
 
37
37
  ### 实施步骤
38
38
 
39
- 1.
39
+ 1.
40
40
 
41
41
  ### Step 0 证据
42
42
 
@@ -76,5 +76,4 @@
76
76
 
77
77
  ## 关联 ADR、迁移、spec 或 issue
78
78
 
79
- -
80
-
79
+ -