acr search merged to main 但未發 npm — 雲端 npm i -g arcrun 拿到 1.3.13 無此指令 #1

Open
opened 2026-06-30 14:08:32 +00:00 by Leo · 0 comments
Owner

現象

2026-06-30 code-on-web VM npm i -g arcrun 裝到 v1.3.13,acr search doorbellunknown command 'search' (exit 1)。但 acr search 已於 6-29 merge 進 main (commit 2aa26a5)。

根因

merge 進 main ≠ npm publish。新指令進了 source 沒發新 npm 版 → 雲端/新環境裝到過時 published 版(1.3.13)。同家族先例:1.3.13 當初也曾漏發 npm。屬 source-vs-published 漂移(假綠家族)。

證據

  • VM acr --version → 1.3.13;acr search → unknown;但 acr parts list(21)/recipe list(10)/whoami 全正常打 leo21c
  • 完整記錄:youlinhsieh/recon RECON.md §E

建議

  1. 發新 npm 版含 acr search 及 6-29 後所有 merged CLI 指令。
  2. 立「merge CLI 指令到 main 後同步 npm publish」流程,避免雲端拿到過時版(雲端開發常態化前置)。

交辦來源:InkStoneCo 總管。開在 Gitea(GitHub uncle6me-web 已 suspend,交辦遷 Gitea)。

## 現象 2026-06-30 code-on-web VM `npm i -g arcrun` 裝到 v1.3.13,`acr search doorbell` 回 `unknown command 'search'` (exit 1)。但 `acr search` 已於 6-29 merge 進 main (commit 2aa26a5)。 ## 根因 merge 進 main ≠ npm publish。新指令進了 source 沒發新 npm 版 → 雲端/新環境裝到過時 published 版(1.3.13)。同家族先例:1.3.13 當初也曾漏發 npm。屬 source-vs-published 漂移(假綠家族)。 ## 證據 - VM acr --version → 1.3.13;acr search → unknown;但 acr parts list(21)/recipe list(10)/whoami 全正常打 leo21c - 完整記錄:youlinhsieh/recon RECON.md §E ## 建議 1. 發新 npm 版含 acr search 及 6-29 後所有 merged CLI 指令。 2. 立「merge CLI 指令到 main 後同步 npm publish」流程,避免雲端拿到過時版(雲端開發常態化前置)。 --- 交辦來源:InkStoneCo 總管。開在 Gitea(GitHub uncle6me-web 已 suspend,交辦遷 Gitea)。
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Leo/Arcrun#1