Prepare 0.2.18 release automation

This commit is contained in:
Advait Paliwal
2026-04-15 18:10:56 -07:00
parent d5b6f9cd00
commit 419bcea3d1
9 changed files with 86 additions and 48 deletions

View File

@@ -117,13 +117,13 @@ These installers download the bundled `skills/` and `prompts/` trees plus the re
The one-line installer already targets the latest tagged release. To pin an exact version, pass it explicitly:
```bash
curl -fsSL https://feynman.is/install | bash -s -- 0.2.17
curl -fsSL https://feynman.is/install | bash -s -- 0.2.18
```
On Windows:
```powershell
& ([scriptblock]::Create((irm https://feynman.is/install.ps1))) -Version 0.2.17
& ([scriptblock]::Create((irm https://feynman.is/install.ps1))) -Version 0.2.18
```
## Post-install setup