dev-flow-codex 0.4.0 → 0.5.0

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
@@ -64,8 +64,8 @@ pnpm --dir packages/codex run build:local \
64
64
  --report "$ARTIFACT_ROOT/artifact-evidence.json"
65
65
  ```
66
66
 
67
- `--final` 表示 builder 的 clean-source/identity verification 模式;公开 Release 由 Feature 009
68
- 的一键 publisher 产生。
67
+ `--final` 表示 builder 的 clean-source/identity verification 模式;公开 Release 由 standalone
68
+ 一键发布命令产生。
69
69
  Builder 要求输出目录已经存在、没有 `.tgz`,source tree 干净且 HEAD 等于 `--source-commit`;
70
70
  它验证 package/Core/plugin version identity、platform、detached runtime executable 和 closed pack
71
71
  contents,并输出 SHA-256 evidence。制品与 evidence JSON 均保留在仓库外。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dev-flow-codex",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "private": false,
5
5
  "description": "Explicit-only Dev Flow integration for Codex CLI.",
6
6
  "license": "Apache-2.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dev-flow-codex",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Explicit-only Dev Flow integration for Codex CLI.",
5
5
  "author": {
6
6
  "name": "Dev Flow"
Binary file