PAI v2.1.0 - Major Core Upgrade & New Upgrades Skill
This release includes significant updates to the core infrastructure and introduces a new skill for tracking system upgrades.
Major Updates
pai-core-install v1.2.0 (Major Upgrade)
The core pack received its biggest update yet:
- NEW: MEMORY/ skeleton - 11-directory structure for session history, learnings, decisions, and state management
- NEW: settings.json.template - Complete hook configuration template with all events pre-configured
- USER/ directory (15 templates) - Personal configuration for identity, contacts, preferences
- SYSTEM/ directory (17 templates) - System architecture documentation for skills, hooks, memory, delegation
- Wizard-style installation - The installer now walks you through setup step-by-step with clear phases
This update transforms pai-core-install from a basic foundation into a complete infrastructure framework.
pai-browser-skill v1.2.0
Enhanced browser automation with debug-first philosophy:
- Always-on diagnostics and console capture
- Session auto-start capability
- 99% token savings through file-based MCP pattern
NEW: pai-upgrades-skill v1.0.0
A new skill for tracking and managing PAI system upgrades:
- Monitors for new features and capabilities
- Tracks upgrade opportunities
- Maintains upgrade history
- Helps plan and prioritize system improvements
Documentation Updates
- Updated pack count badge (8 → 10 packs)
- Fixed bundle references (Kai/ → Official/)
- Updated installation order with new skill
- Refreshed version numbers across all documentation
Install
# Fresh install
cd PAI/Bundles/Official && bun run install.ts
# Upgrade existing installation
cd PAI/Bundles/Official && bun run install.ts --updateWhat's Next
- More skills coming to the pack ecosystem
- Enhanced wizard-style installation across all packs
- Community contributions welcome!
Full Changelog: v2.0.0...v2.1.0