From bfc98fe41a7da92be39ecd2e222922fb6eb36ce0 Mon Sep 17 00:00:00 2001 From: uncle6me-web Date: Sun, 9 Aug 2026 20:28:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=98=E7=B6=B2=E8=88=87=20npm=20=E4=B8=8A?= =?UTF-8?q?=E7=9A=84=20GitHub=20=E9=80=A3=E7=B5=90=E6=8C=87=E5=90=91?= =?UTF-8?q?=E5=B7=B2=E5=81=9C=E7=94=A8=E5=B8=B3=E8=99=9F=EF=BC=8C=E5=85=A8?= =?UTF-8?q?=E6=98=AF=20404=EF=BC=88arcrun-rag#41=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 延續同一次盤查(判準:素不相識的人點進來會不會被帶到到不了的地方)。 這批比 README 更顯眼——是 arcrun.dev 官網上那顆「GitHub」鈕,以及 npm 套件頁的 Repository 欄。逐一 curl 實測全部 404: - landing(官網三個檔五處):github.com/richblack/arcrun → 404(帳號已 suspend) → github.com/youlinhsieh/Arcrun(200) 其中 integrations 頁還指 richblack/arcrun/blob/main/CONTRIBUTING.md =雙重死 (帳號沒了,而且這個 repo 從來就只有 CONTRIBUTING-components.md) → youlinhsieh/Arcrun/blob/main/CONTRIBUTING-components.md(實測 200) - cli/package.json 的 repository.url:github.com/uncle6me-web/Arcrun.git → 404 (同樣是 suspend 掉的舊帳號)→ youlinhsieh/Arcrun。這欄會直接顯示在 npmjs.com/package/arcrun 的 Repository 連結上,裝了 CLI 的人就是從那裡點過來。 只換字串,沒有邏輯變動;package.json 已驗證仍是合法 JSON。 ⚠️ 同一批掃出但**本次未動**(behavior-affecting,另案處理): scripts/install.sh:29 與 scripts/update.sh:26 的 template 來源仍指 raw.githubusercontent.com/uncle6me-web/… =實測 404 ⇒ 自動更新靜默失效。 這正是 agent-memory 記過「uncle6me-web 曾害 template update.sh 自動更新靜默 死亡」的同一顆雷,修在 template repo 卻沒修到 Arcrun 這份 copy。 Co-Authored-By: Claude Opus 5 --- cli/package.json | 2 +- landing/app/components/SiteNav.tsx | 2 +- landing/app/integrations/page.tsx | 4 ++-- landing/app/page.tsx | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cli/package.json b/cli/package.json index ea08223..9905c5f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -44,6 +44,6 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/uncle6me-web/Arcrun.git" + "url": "git+https://github.com/youlinhsieh/Arcrun.git" } } diff --git a/landing/app/components/SiteNav.tsx b/landing/app/components/SiteNav.tsx index f93d3de..f5e7455 100644 --- a/landing/app/components/SiteNav.tsx +++ b/landing/app/components/SiteNav.tsx @@ -40,7 +40,7 @@ export default function SiteNav({ currentPath }: { currentPath?: string }) { Integrations API
- 開始貢獻 - 查看 Recipe 格式 diff --git a/landing/app/page.tsx b/landing/app/page.tsx index 6be6994..b2ce957 100644 --- a/landing/app/page.tsx +++ b/landing/app/page.tsx @@ -91,7 +91,7 @@ export default function HomePage() { className="bg-indigo-600 hover:bg-indigo-500 text-white px-6 py-3 rounded-lg font-medium transition-colors"> {isLoggedIn ? 'Go to Dashboard' : 'Get API Key — Free'} - View on GitHub @@ -189,7 +189,7 @@ drive = auth.bind(
Integrations API Docs - GitHub

arcrun — MIT License