Skip to content

Commit e75b7e0

Browse files
docs: Update documentation for PAI v2.1 release
- Update pack count badge (8 → 10 packs) - Add pai-upgrades-skill to pack table and installation order - Update pai-core-install version (1.0.0 → 1.2.0) - Fix bundle references: Kai/ → Official/ - Update Kai Bundle → PAI Bundle naming Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent db5fb99 commit e75b7e0

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

Bundles/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ While you can install packs individually, bundles provide:
9595

9696
| Bundle | Description | Tier | Status |
9797
|--------|-------------|------|--------|
98-
| [The Official PAI (Kai)](Kai/) | Complete personal AI infrastructure from Daniel Miessler's Kai system | Complete | Active |
98+
| [The Official PAI Bundle](Official/) | Complete personal AI infrastructure from Daniel Miessler's Kai system | Complete | Active |
9999

100100
*More bundles coming soon*
101101

@@ -299,7 +299,7 @@ Bundles reference packs by name. When a pack is updated, reinstall it to get the
299299

300300
- [PAI Repository](https://github.com/danielmiessler/PAI)
301301
- [Pack System](../PACKS.md)
302-
- [The Official PAI (Kai) Bundle](Kai/) - Reference implementation
302+
- [The Official PAI Bundle](Official/) - Reference implementation
303303

304304
---
305305

Packs/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,14 @@ PAI System
170170
|------|---------|----------|-------------|
171171
| [**pai-hook-system**](pai-hook-system/) | 1.0.0 | Foundation | Event-driven automation framework - the foundation for all hook-based capabilities |
172172
| [**pai-history-system**](pai-history-system/) | 1.0.0 | Infrastructure | Granular context-tracking that captures all work, decisions, and learnings automatically |
173-
| [**pai-core-install**](pai-core-install/) | 1.0.0 | Core | Skills + Identity + Architecture - the complete foundation with routing, response format, and tracking |
173+
| [**pai-core-install**](pai-core-install/) | 1.2.0 | Core | Skills + Identity + Architecture - the complete foundation with routing, response format, and tracking |
174174
| [**pai-voice-system**](pai-voice-system/) | 1.1.0 | Notifications | Voice notifications with ElevenLabs TTS and prosody enhancement for natural speech |
175175
| [**pai-observability-server**](pai-observability-server/) | 1.0.0 | Observability | Real-time multi-agent monitoring dashboard with WebSocket streaming |
176176
| [**pai-art-skill**](pai-art-skill/) | 1.0.0 | Creativity | Visual content generation with Excalidraw hand-drawn aesthetic - diagrams, comics, illustrations |
177177
| [**pai-agents-skill**](pai-agents-skill/) | 1.0.0 | Delegation | Dynamic agent composition - create custom agents with unique personalities, voices, and trait combinations |
178178
| [**pai-prompting-skill**](pai-prompting-skill/) | 1.0.0 | Methodology | Meta-prompting system with Handlebars templates, Claude 4.x best practices, and the Ultimate Prompt Template |
179179
| [**pai-browser-skill**](pai-browser-skill/) | 1.2.0 | Automation | Debug-first browser automation with Playwright - always-on diagnostics, session auto-start, 99% token savings |
180+
| [**pai-upgrades-skill**](pai-upgrades-skill/) | 1.0.0 | Maintenance | Track and manage PAI system upgrades - monitors for new features, tracks opportunities, maintains upgrade history |
180181

181182
---
182183

@@ -194,9 +195,10 @@ Packs have dependencies. Install in this order:
194195
7. pai-art-skill ← Depends on core-install
195196
8. pai-browser-skill ← Optional, standalone (only needs Bun + Playwright)
196197
9. pai-observability-server ← Optional, depends on hooks
198+
10. pai-upgrades-skill ← Optional, depends on core-install
197199
```
198200

199-
**Or install the complete [Kai Bundle](../Bundles/Kai/)** which handles ordering automatically.
201+
**Or install the complete [PAI Bundle](../Bundles/Official/)** which handles ordering automatically.
200202

201203
---
202204

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[![Version](https://img.shields.io/badge/version-2.1-blue?style=for-the-badge)](https://github.com/danielmiessler/Personal_AI_Infrastructure/releases)
1919
[![License](https://img.shields.io/badge/license-MIT-green?style=for-the-badge)](LICENSE)
20-
[![Packs](https://img.shields.io/badge/packs-8-purple?style=for-the-badge)](Packs/)
20+
[![Packs](https://img.shields.io/badge/packs-10-purple?style=for-the-badge)](Packs/)
2121
[![Bundles](https://img.shields.io/badge/bundles-1-orange?style=for-the-badge)](Bundles/)
2222

2323
<br/>

0 commit comments

Comments
 (0)