release: bump to 0.2.15

This commit is contained in:
Advait Paliwal
2026-03-27 13:58:55 -07:00
parent 2dea96f25f
commit cba7532d59
5 changed files with 21 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ curl -fsSL https://feynman.is/install | bash
irm https://feynman.is/install.ps1 | iex
```
The one-line installer fetches the latest tagged release. To pin a version, pass it explicitly, for example `curl -fsSL https://feynman.is/install | bash -s -- 0.2.14`.
The one-line installer fetches the latest tagged release. To pin a version, pass it explicitly, for example `curl -fsSL https://feynman.is/install | bash -s -- 0.2.15`.
If you install via `pnpm` or `bun` instead of the standalone bundle, Feynman requires Node.js `20.19.0` or newer.
@@ -82,6 +82,9 @@ $ feynman audit 2401.12345
$ feynman replicate "chain-of-thought improves math"
→ Replicates experiments on local or cloud GPUs
$ feynman valichord "study-id-or-topic"
→ Runs the ValiChord reproducibility workflow or checks existing Harmony Records
```
---
@@ -97,6 +100,7 @@ Ask naturally or use slash commands as shortcuts.
| `/review <artifact>` | Simulated peer review with severity and revision plan |
| `/audit <item>` | Paper vs. codebase mismatch audit |
| `/replicate <paper>` | Replicate experiments on local or cloud GPUs |
| `/valichord <study-or-topic>` | Reproducibility attestation workflow and Harmony Record lookup |
| `/compare <topic>` | Source comparison matrix |
| `/draft <topic>` | Paper-style draft from research findings |
| `/autoresearch <idea>` | Autonomous experiment loop |