@pzy560117/codex-harness 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -103,7 +103,7 @@ harness init --plan
103
103
  ### 钉住远程版本初始化
104
104
 
105
105
  ```powershell
106
- npx @pzy560117/codex-harness init --version 0.1.5
106
+ npx @pzy560117/codex-harness init --version 0.1.6
107
107
  ```
108
108
 
109
109
  适合 release smoke 或回滚到某个已发布版本。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pzy560117/codex-harness",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Codex Harness installer and project runtime CLI",
5
5
  "type": "module",
6
6
  "bin": {