From e9d9ff6ba060cb0607a882824e720fdfed3dc557 Mon Sep 17 00:00:00 2001 From: Janusz Nowak Date: Wed, 18 Feb 2026 20:24:17 +0100 Subject: [PATCH 1/5] Update README with 'uv' installation instructions Added instructions for installing 'uv' tool. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e189750f28..c5367d4d1f 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,11 @@ Install once and use everywhere: ```bash uv tool install specify-cli --from git+https://github.com/github/spec-kit.git ``` +If missing uv + +```bash +irm https://astral.sh/uv/install.ps1 | iex +``` Then use the tool directly: From aa8f710d12c9cca9959b2bbdb96774cd884bd324 Mon Sep 17 00:00:00 2001 From: Janusz Nowak Date: Wed, 18 Feb 2026 20:45:13 +0100 Subject: [PATCH 2/5] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5367d4d1f..0d4635b124 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Install once and use everywhere: ```bash uv tool install specify-cli --from git+https://github.com/github/spec-kit.git ``` -If missing uv +If you don't have uv installed: ```bash irm https://astral.sh/uv/install.ps1 | iex From 5a2606e9361d209c52f1aa8c8b6aa8b2d9816476 Mon Sep 17 00:00:00 2001 From: Janusz Nowak Date: Sat, 21 Feb 2026 12:03:54 +0100 Subject: [PATCH 3/5] Update README to remove obsolete uv installation command Removed installation command for uv from README. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d4635b124..0c1b29076b 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,7 @@ Install once and use everywhere: uv tool install specify-cli --from git+https://github.com/github/spec-kit.git ``` If you don't have uv installed: - -```bash -irm https://astral.sh/uv/install.ps1 | iex -``` +[Installing uv](https://docs.astral.sh/uv/getting-started/installation/) Then use the tool directly: From d903f173f95374247c94c2984ee7ce625c9c69e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 14:33:21 +0000 Subject: [PATCH 4/5] chore: bump version to v0.0.1 [skip ci] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2567f0ed4a..0e97a292f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.1.5" +version = "0.0.1" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [ From 5af038d79fcdb607cd50e4171dc0ecd1e9545960 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 20:47:52 +0000 Subject: [PATCH 5/5] chore: bump version to v0.0.2 [skip ci] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f6a2eb7ab..3bccc15bb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "specify-cli" -version = "0.1.6" +version = "0.0.2" description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)." requires-python = ">=3.11" dependencies = [