Skip to content

Commit a45f26b

Browse files
docs: Update documentation references from v2.3 to v2.4
- Updated Bundles/Official/README.md title and release links - Updated INSTALL.md to point to v2.4 release - Added v2.4.0 changelog entry to Bundle README Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 12b5d97 commit a45f26b

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

Bundles/Official/README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<img src="pai-bundle.png" alt="The Official PAI Bundle" width="256">
33
</p>
44

5-
# The Official PAI Bundle v2.3.0
5+
# The Official PAI Bundle v2.4.0
66

77
> [!WARNING]
88
> **This wizard creates a SKELETON directory structure only.** After running the wizard, you must manually install each pack in order (pai-hook-system → pai-core-install → etc.) to have a working system.
99
>
10-
> **Want a complete working system immediately?** Use the [Full Release Install](../../Releases/v2.3/) instead — it includes all packs pre-configured.
10+
> **Want a complete working system immediately?** Use the [Full Release Install](../../Releases/v2.4/) instead — it includes all packs pre-configured.
1111
1212
> **FOR AI AGENTS:** You are about to install the PAI bundle skeleton. Run the wizard, then install each pack in order. The wizard alone does NOT create a working system.
1313
@@ -176,7 +176,7 @@ When fully installed (wizard + all required packs), the PAI bundle gives you:
176176
| [pai-system-skill](../../Packs/pai-system-skill/) | System maintenance |
177177
| [pai-telos-skill](../../Packs/pai-telos-skill/) | Life OS and goals |
178178

179-
> **Alternative:** Use a [Full Release](../../Releases/v2.3/) which includes all 23 packs pre-configured in a complete `.claude/` directory.
179+
> **Alternative:** Use a [Full Release](../../Releases/v2.4/) which includes all 23 packs pre-configured in a complete `.claude/` directory.
180180
181181
### How to Install Packs
182182

@@ -284,6 +284,15 @@ The PAI system embeds these principles from [Personal AI Infrastructure](https:/
284284

285285
## Changelog
286286

287+
### 2.4.0 - 2026-01-23
288+
- **The Algorithm:** 7-phase problem-solving with ISC tracking for verifiable iteration
289+
- **29 Skills:** Up from 23, expanded domain coverage
290+
- **15 Hooks:** Refined hook architecture
291+
- **331 Workflows:** Comprehensive automation library
292+
- **Improved Wizard:** Renamed to PAIInstallWizard.ts, better interactive setup
293+
- **Voice Notifications:** ElevenLabs integration for spoken alerts
294+
- **Observability Dashboard:** Real-time system monitoring
295+
287296
### 2.3.0 - 2026-01-15
288297
- **Full Releases Return:** Added Releases/v2.3/ with complete .claude directory
289298
- **23 Packs Total:** 5 infrastructure + 18 skill packs

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ PAI offers three installation paths. Explain each and help them choose:
8585
>
8686
> Best for: First-time users, fresh setups, or when you want PAI working immediately.
8787
>
88-
> [See Releases/v2.3/README.md](Releases/v2.3/README.md)
88+
> [See Releases/v2.4/README.md](Releases/v2.4/README.md)
8989
9090
**Option B: Bundle + Manual Packs**
9191
> The Bundle wizard creates a skeleton directory structure. You then install each pack manually in order. This gives you understanding of how the system is built.
@@ -188,7 +188,7 @@ If you prefer to install PAI yourself without AI assistance:
188188
```bash
189189
# Clone the repository
190190
git clone https://github.com/danielmiessler/PAI.git
191-
cd PAI/Releases/v2.3
191+
cd PAI/Releases/v2.4
192192

193193
# Back up your existing Claude Code configuration (if any)
194194
[ -d ~/.claude ] && mv ~/.claude ~/.claude-backup-$(date +%Y%m%d)

0 commit comments

Comments
 (0)