merge: 成品 manifest 的 metadata 修正(repo_dirty:true→false)

只改 .worker-builds/manifest.json 的 metadata,五顆 worker 內容位元組完全沒變
(總管逐行看過 diff:generated_at/repo_head/repo_dirty/source_commit 四個欄位)。

為什麼要併:不併的話 main 上的成品清單一直記著 repo_dirty:true,
下次任何人從 main 出貨都會被 build-bundles 的新鮮度閘擋下。

⚠️ 併了之後 repo_head 仍記著 94d5452(前一版 main),出 prod 前 ship.mjs
的 build 站會重編一次——這一顆解的是「髒」,不是「舊」。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
uncle6me-web
2026-08-14 20:18:33 +08:00
+4 -4
View File
@@ -1,14 +1,14 @@
{
"schema": 1,
"built_for": "arcrun-tier2-worker-artifacts",
"generated_at": "2026-08-14T04:50:51.373Z",
"repo_head": "8286c8afec1b225fcec21654cfd1cad3143231fe",
"repo_dirty": true,
"generated_at": "2026-08-14T05:27:06.148Z",
"repo_head": "94d5452425893ea9f2ed0b7166c7a87ca8866cec",
"repo_dirty": false,
"workers": [
{
"name": "arcrun-cypher-executor",
"source_dir": "cypher-executor",
"source_commit": "8286c8afec1b225fcec21654cfd1cad3143231fe",
"source_commit": "4b6cc159b8b264ddca27da86922b2d4847ba0871",
"main_module": "worker.mjs",
"main_file": "arcrun-cypher-executor/worker.mjs",
"js_bytes": 589935,