Skip to content

Commit 117792d

Browse files
docs: Update all references to v2.5.0 release + add metrics badges
- Update release badge, announcement, install path, and links from v2.4 to v2.5 - Add v2.5.0 changelog entry (Two-Pass Capability Selection, Thinking Tools, Parallel Execution) - Add metrics badge row (Discussions, Commits/mo, Repo Size) to main README - Fix Releases/v2.5 Downloads badge → Discussions badge - Update Packs/README.md release link to v2.5 - Fix Releases/v2.4 image reference Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6b149d9 commit 117792d

4 files changed

Lines changed: 20 additions & 8 deletions

File tree

Packs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Skills (install any you need):
221221

222222
**Or install the complete [PAI Bundle](../Bundles/Official/)** which handles ordering automatically.
223223

224-
**Or use a Full Release** from [Releases/v2.3/](../Releases/v2.3/) which includes everything pre-configured.
224+
**Or use a Full Release** from [Releases/v2.5/](../Releases/v2.5/) which includes everything pre-configured.
225225

226226
---
227227

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,14 @@
2727
![Open PRs](https://img.shields.io/github/issues-pr/danielmiessler/PAI?style=flat&logo=github&color=EC4899)
2828
![License](https://img.shields.io/github/license/danielmiessler/PAI?style=flat&color=60A5FA)
2929

30+
<!-- Metrics -->
31+
![Discussions](https://img.shields.io/github/discussions/danielmiessler/PAI?style=flat&logo=github&label=Discussions&color=EAB308)
32+
![Commit Activity](https://img.shields.io/github/commit-activity/m/danielmiessler/PAI?style=flat&logo=git&label=Commits%2Fmo&color=F59E0B)
33+
![Repo Size](https://img.shields.io/github/repo-size/danielmiessler/PAI?style=flat&logo=database&label=Repo%20Size&color=D97706)
34+
3035
<!-- Content -->
3136
[![Get Started](https://img.shields.io/badge/🚀_Get_Started-Install-22C55E?style=flat)](#-installation)
32-
[![Release v2.4](https://img.shields.io/badge/📦_Release-v2.4-8B5CF6?style=flat)](Releases/v2.4/)
37+
[![Release v2.5](https://img.shields.io/badge/📦_Release-v2.5-8B5CF6?style=flat)](Releases/v2.5/)
3338
[![Packs](https://img.shields.io/badge/📦_Packs-23-8B5CF6?style=flat)](Packs/)
3439
[![Bundles](https://img.shields.io/badge/🎁_Bundles-1-F97316?style=flat)](Bundles/)
3540
[![Contributors](https://img.shields.io/github/contributors/danielmiessler/PAI?style=flat&logo=githubsponsors&logoColor=white&label=Contributors&color=EC4899)](https://github.com/danielmiessler/PAI/graphs/contributors)
@@ -59,9 +64,9 @@
5964
</div>
6065

6166
> [!IMPORTANT]
62-
> **PAI v2.4.0 Released**The Algorithm: A universal problem-solving system with ISC tracking and Euphoric Surprise.
67+
> **PAI v2.5.0 Released**Think Deeper, Execute Faster: Two-Pass Capability Selection, Thinking Tools with Justify-Exclusion, and Parallel-by-Default Execution.
6368
>
64-
> **[Release notes →](Releases/v2.4/README.md)** | **[GitHub Release →](https://github.com/danielmiessler/PAI/releases/tag/v2.4.0)**
69+
> **[Release notes →](Releases/v2.5/README.md)** | **[GitHub Release →](https://github.com/danielmiessler/PAI/releases/tag/v2.5.0)**
6570
6671
<div align="center">
6772

@@ -361,7 +366,7 @@ Rich tab titles and pane management. Dynamic status lines show learning signals,
361366
```bash
362367
# Clone the repo
363368
git clone https://github.com/danielmiessler/PAI.git
364-
cd PAI/Releases/v2.4
369+
cd PAI/Releases/v2.5
365370

366371
# Back up your existing Claude Code configuration (if any)
367372
[ -d ~/.claude ] && mv ~/.claude ~/.claude-backup-$(date +%Y%m%d)
@@ -381,7 +386,7 @@ cd ~/.claude && bun run PAIInstallWizard.ts
381386

382387
**After installation:** Restart Claude Code to activate hooks.
383388

384-
[**Full Release documentation →**](Releases/v2.4/README.md)
389+
[**Full Release documentation →**](Releases/v2.5/README.md)
385390

386391
---
387392

@@ -652,6 +657,13 @@ MIT License - see [LICENSE](LICENSE) for details.
652657

653658
<br/>
654659

660+
**v2.5.0 (2026-01-30) — Think Deeper, Execute Faster**
661+
- Two-Pass Capability Selection: Hook hints validated against ISC in THINK phase
662+
- Thinking Tools with Justify-Exclusion: Opt-OUT, not opt-IN for Council, RedTeam, FirstPrinciples, etc.
663+
- Parallel-by-Default Execution: Independent tasks run concurrently via parallel agent spawning
664+
- 28 skills, 17 hooks, 356 workflows
665+
- [Release Notes](Releases/v2.5/README.md)
666+
655667
**v2.4.0 (2026-01-23) — The Algorithm**
656668
- Universal problem-solving system with ISC (Ideal State Criteria) tracking
657669
- 29 skills, 15 hooks, 331 workflows

Releases/v2.4/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
<img src="../release-icon-v2.png" alt="PAI v2.4" width="200">
3+
<img src="https://github.com/danielmiessler/TheAlgorithm/raw/main/assets/algorithm-blocks.png" alt="PAI v2.4" width="200">
44

55
# PAI v2.4.0 — The Algorithm
66

Releases/v2.5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![Hooks](https://img.shields.io/badge/Hooks-17-3B82F6?style=flat)](hooks/)
1212
[![Workflows](https://img.shields.io/badge/Workflows-356-F97316?style=flat)](skills/)
1313

14-
![Downloads](https://img.shields.io/github/downloads/danielmiessler/PAI/total?style=flat&logo=github&label=Downloads&color=EAB308)
14+
![Discussions](https://img.shields.io/github/discussions/danielmiessler/PAI?style=flat&logo=github&label=Discussions&color=EAB308)
1515
![Commits/mo](https://img.shields.io/github/commit-activity/m/danielmiessler/PAI?style=flat&logo=git&label=Commits%2Fmo&color=F59E0B)
1616
![Repo Size](https://img.shields.io/github/repo-size/danielmiessler/PAI?style=flat&logo=database&label=Repo%20Size&color=D97706)
1717

0 commit comments

Comments
 (0)