From b5f3df0baf63f1d0bf40f07693aea853310b034d Mon Sep 17 00:00:00 2001 From: MongLong0214 Date: Sun, 16 Aug 2026 16:58:39 +0900 Subject: [PATCH] docs: point the install commands at the release they install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Every install line in all four READMEs pinned v0.8.2 — three releases behind v1.0.1. Anyone following the documented command got a build without the hook path fix (#693), the Codex plugin on non-Windows (#697), or anything else since. The version appears twice per command (once in the raw URL, once as the argument), five commands per file, four files. All twenty were stale together, which is what happens when a release moves and the documentation that names it does not: the two are edited in different changes and only one is required. Verified rather than assumed: both raw URLs at the v1.0.1 tag return 200, and the installer's own usage comment names v1.0.1. --- README.ja.md | 10 +++++----- README.ko.md | 10 +++++----- README.md | 10 +++++----- README.zh-CN.md | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README.ja.md b/README.ja.md index 0fedeb69..47f65bab 100644 --- a/README.ja.md +++ b/README.ja.md @@ -83,13 +83,13 @@ Codex 自身の CLI を通じて marketplace と plugin を登録し、設定や **その他のコーディングエージェント** — CLI をインストールします: ```bash -curl -fsSL https://raw.githubusercontent.com/MongLong0214/commitlore/v0.8.2/install.sh | sh -s v0.8.2 +curl -fsSL https://raw.githubusercontent.com/MongLong0214/commitlore/v1.0.1/install.sh | sh -s v1.0.1 ``` **Windows** — PowerShell で同じインストールを行います: ```powershell -& ([scriptblock]::Create((irm https://raw.githubusercontent.com/MongLong0214/commitlore/v0.8.2/install.ps1))) v0.8.2 +& ([scriptblock]::Create((irm https://raw.githubusercontent.com/MongLong0214/commitlore/v1.0.1/install.ps1))) v1.0.1 ``` **Hermes** — CLI をインストールした後、host integration を設定します: @@ -129,11 +129,11 @@ commitlore context . ```bash # installer を固定してダウンロードし、確認してから実行します。 -curl -fsSLO https://raw.githubusercontent.com/MongLong0214/commitlore/v0.8.2/install.sh -sh install.sh v0.8.2 +curl -fsSLO https://raw.githubusercontent.com/MongLong0214/commitlore/v1.0.1/install.sh +sh install.sh v1.0.1 # あるいはスクリプトを使わずに。スクリプトが作るチェックアウトは自分でも作れます。 -git clone --depth 1 --branch v0.8.2 https://github.com/MongLong0214/commitlore +git clone --depth 1 --branch v1.0.1 https://github.com/MongLong0214/commitlore node commitlore/dist/commitlore.mjs --version ``` diff --git a/README.ko.md b/README.ko.md index 8f777443..757515d6 100644 --- a/README.ko.md +++ b/README.ko.md @@ -83,13 +83,13 @@ Codex의 자체 CLI로 marketplace와 plugin을 등록하며, 설정이나 cache **그 밖의 코딩 에이전트** — CLI를 설치한다: ```bash -curl -fsSL https://raw.githubusercontent.com/MongLong0214/commitlore/v0.8.2/install.sh | sh -s v0.8.2 +curl -fsSL https://raw.githubusercontent.com/MongLong0214/commitlore/v1.0.1/install.sh | sh -s v1.0.1 ``` **Windows** — PowerShell에서 같은 설치를 한다: ```powershell -& ([scriptblock]::Create((irm https://raw.githubusercontent.com/MongLong0214/commitlore/v0.8.2/install.ps1))) v0.8.2 +& ([scriptblock]::Create((irm https://raw.githubusercontent.com/MongLong0214/commitlore/v1.0.1/install.ps1))) v1.0.1 ``` **Hermes** — CLI를 설치한 뒤 host integration을 설정한다: @@ -129,11 +129,11 @@ commitlore context . ```bash # 설치기를 고정해 내려받고 살펴본 뒤 실행한다. -curl -fsSLO https://raw.githubusercontent.com/MongLong0214/commitlore/v0.8.2/install.sh -sh install.sh v0.8.2 +curl -fsSLO https://raw.githubusercontent.com/MongLong0214/commitlore/v1.0.1/install.sh +sh install.sh v1.0.1 # 또는 스크립트를 건너뛴다. 스크립트가 만드는 체크아웃은 직접 만들 수 있는 것과 같다. -git clone --depth 1 --branch v0.8.2 https://github.com/MongLong0214/commitlore +git clone --depth 1 --branch v1.0.1 https://github.com/MongLong0214/commitlore node commitlore/dist/commitlore.mjs --version ``` diff --git a/README.md b/README.md index c9ea7104..860e35f0 100644 --- a/README.md +++ b/README.md @@ -89,13 +89,13 @@ Prerequisites for either path: Node.js 22.23.2+ and Git. The script checks both **Any other coding agent** — install the CLI: ```bash -curl -fsSL https://raw.githubusercontent.com/MongLong0214/commitlore/v0.8.2/install.sh | sh -s v0.8.2 +curl -fsSL https://raw.githubusercontent.com/MongLong0214/commitlore/v1.0.1/install.sh | sh -s v1.0.1 ``` **Windows** — the same install, in PowerShell: ```powershell -& ([scriptblock]::Create((irm https://raw.githubusercontent.com/MongLong0214/commitlore/v0.8.2/install.ps1))) v0.8.2 +& ([scriptblock]::Create((irm https://raw.githubusercontent.com/MongLong0214/commitlore/v1.0.1/install.ps1))) v1.0.1 ``` **Hermes** — after installing the CLI, configure its host integration: @@ -137,11 +137,11 @@ The one-liner is for convenience. For a reviewed or pinned install, download and ```bash # Pin and inspect the installer before executing it. -curl -fsSLO https://raw.githubusercontent.com/MongLong0214/commitlore/v0.8.2/install.sh -sh install.sh v0.8.2 +curl -fsSLO https://raw.githubusercontent.com/MongLong0214/commitlore/v1.0.1/install.sh +sh install.sh v1.0.1 # Or skip the script entirely: the checkout it makes is one you can make yourself. -git clone --depth 1 --branch v0.8.2 https://github.com/MongLong0214/commitlore +git clone --depth 1 --branch v1.0.1 https://github.com/MongLong0214/commitlore node commitlore/dist/commitlore.mjs --version ``` diff --git a/README.zh-CN.md b/README.zh-CN.md index 9ae5d6bc..410f4dc7 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -80,13 +80,13 @@ commitlore plugin install-codex **其他编程代理** — 安装 CLI: ```bash -curl -fsSL https://raw.githubusercontent.com/MongLong0214/commitlore/v0.8.2/install.sh | sh -s v0.8.2 +curl -fsSL https://raw.githubusercontent.com/MongLong0214/commitlore/v1.0.1/install.sh | sh -s v1.0.1 ``` **Windows** — 在 PowerShell 中执行同样的安装: ```powershell -& ([scriptblock]::Create((irm https://raw.githubusercontent.com/MongLong0214/commitlore/v0.8.2/install.ps1))) v0.8.2 +& ([scriptblock]::Create((irm https://raw.githubusercontent.com/MongLong0214/commitlore/v1.0.1/install.ps1))) v1.0.1 ``` **Hermes** — 安装 CLI 后,配置它的 host integration: @@ -126,11 +126,11 @@ commitlore context . ```bash # 固定版本并检查 installer 后再执行。 -curl -fsSLO https://raw.githubusercontent.com/MongLong0214/commitlore/v0.8.2/install.sh -sh install.sh v0.8.2 +curl -fsSLO https://raw.githubusercontent.com/MongLong0214/commitlore/v1.0.1/install.sh +sh install.sh v1.0.1 # 或者完全不用脚本:它创建的检出,你自己也能创建。 -git clone --depth 1 --branch v0.8.2 https://github.com/MongLong0214/commitlore +git clone --depth 1 --branch v1.0.1 https://github.com/MongLong0214/commitlore node commitlore/dist/commitlore.mjs --version ```