Skip to content

Commit 93e828d

Browse files
docs: Update README for v2.4.0 release
- Update important notice to highlight v2.4.0 The Algorithm - Change installation instructions to point to v2.4 directory - Update wizard command from install.ts to PAIInstallWizard.ts - Add v2.4.0 to update history with key features - Update all release documentation links Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 396b664 commit 93e828d

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
</div>
5959

6060
> [!IMPORTANT]
61-
> **PAI v2.3.0 Released**Complete `.claude/` directories with continuous learning are back.
61+
> **PAI v2.4.0 Released**The Algorithm: A universal problem-solving system with ISC tracking and Euphoric Surprise.
6262
>
63-
> **[Release notes →](Releases/v2.3/README.md)** | **[GitHub Release →](https://github.com/danielmiessler/PAI/releases/tag/v2.3.0)**
63+
> **[Release notes →](Releases/v2.4/README.md)** | **[GitHub Release →](https://github.com/danielmiessler/PAI/releases/tag/v2.4.0)**
6464
6565
<div align="center">
6666

@@ -360,7 +360,7 @@ Rich tab titles and pane management. Dynamic status lines show learning signals,
360360
```bash
361361
# Clone the repo
362362
git clone https://github.com/danielmiessler/PAI.git
363-
cd PAI/Releases/v2.3
363+
cd PAI/Releases/v2.4
364364

365365
# Back up your existing Claude Code configuration (if any)
366366
[ -d ~/.claude ] && mv ~/.claude ~/.claude-backup-$(date +%Y%m%d)
@@ -369,7 +369,7 @@ cd PAI/Releases/v2.3
369369
cp -r .claude ~/
370370

371371
# Run the configuration wizard
372-
cd ~/.claude && bun run install.ts --setup
372+
cd ~/.claude && bun run PAIInstallWizard.ts
373373
```
374374

375375
**The wizard will:**
@@ -380,7 +380,7 @@ cd ~/.claude && bun run install.ts --setup
380380

381381
**After installation:** Restart Claude Code to activate hooks.
382382

383-
[**Full Release documentation →**](Releases/v2.3/README.md)
383+
[**Full Release documentation →**](Releases/v2.4/README.md)
384384

385385
---
386386

@@ -651,6 +651,13 @@ MIT License - see [LICENSE](LICENSE) for details.
651651

652652
<br/>
653653

654+
**v2.4.0 (2026-01-23) — The Algorithm**
655+
- Universal problem-solving system with ISC (Ideal State Criteria) tracking
656+
- 29 skills, 15 hooks, 331 workflows
657+
- Euphoric Surprise as the outcome metric
658+
- Enhanced security with AllowList enforcement
659+
- [Release Notes](Releases/v2.4/README.md)
660+
654661
**v2.3.0 (2026-01-15) — Full Releases Return**
655662
- Complete `.claude/` directory releases with continuous learning
656663
- Explicit and implicit rating capture

0 commit comments

Comments
 (0)