Deduplicate draft guardrails under system prompt

This commit is contained in:
Advait Paliwal
2026-04-15 22:50:04 -07:00
parent fe24224965
commit 501364da45
10 changed files with 17 additions and 19 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.19
curl -fsSL https://feynman.is/install | bash -s -- 0.2.20
```
On Windows:
```powershell
& ([scriptblock]::Create((irm https://feynman.is/install.ps1))) -Version 0.2.19
& ([scriptblock]::Create((irm https://feynman.is/install.ps1))) -Version 0.2.20
```
## Post-install setup