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 由
|
|
68
|
-
|
|
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
|
Binary file
|