Tags give the ability to mark specific points in history as being important
-
-
v2.4.0
93e828de · ·PAI v2.4.0 — The Algorithm A universal problem-solving system that pursues Euphoric Surprise. - **The Algorithm**: 7-phase problem-solving (Observe → Think → Plan → Build → Execute → Verify → Learn) - **Ideal State Criteria (ISC)**: 8-word, binary-testable success conditions - **Anti-Criteria**: Track what must NOT happen - **Capability Selection**: Skills, agents, research at every phase - 29 Skills (up from 20) - 15 Hooks - 331 Workflows - 12 Named Agents - Interactive installation wizard (PAIInstallWizard.ts) - Voice notifications via ElevenLabs - Observability dashboard - AllowList security enforcement - Cross-platform shell support (bash/zsh) ```bash git clone https://github.com/danielmiessler/PAI.git cd PAI/Releases/v2.4 [ -d ~/.claude ] && mv ~/.claude ~/.claude-backup-$(date +%Y%m%d) cp -r .claude ~/ cd ~/.claude && bun run PAIInstallWizard.ts ``` Full documentation: Releases/v2.4/README.md
-
-
-
-
-
v0.7.0
763f2aa1 · ·v0.7.0: Security, Skills, and Infrastructure Hardening Major additions since v0.6.0: SECURITY: - Comprehensive prompt injection and input validation guidance - Security hardening for art skill (removed Discord/Midjourney integration) NEW SKILLS: - BrightData four-tier progressive web scraping skill - Art skill with PAI visual aesthetic system (Tron + Anthropic + Excalidraw) - Story-explanation skill - System-createskill and system-createcli meta-skills INFRASTRUCTURE: - PAI_DIR wrapper and protection system - PAI vs Kai clarity documentation - Comprehensive event capture hook system - Complete MCP installation instructions DOCUMENTATION: - Fixed all broken documentation links - CORE skill is now the canonical documentation source - Added 10 sanitized CORE skill files for public template - Hook system branding updated to PAI 18 commits of stability, security, and feature improvements.
-
v0.6.0
6dab135b · ·v0.6.0: Repository restructured with .claude/ directory for proper reference implementation
-
-
-
-
-
v0.2.1
3f1afdb6 · ·Release v0.2.1 - Hooks System Update - 🪝 Sanitized all hook files for public distribution - 🔧 All hooks now use ${PAI_DIR} variable for portable installations - 🎯 Enhanced session management in hooks - 🎙️ Improved voice integration with intelligent responses - 📝 Better subagent voice notifications - 🔌 Fixed dynamic loading wrapper - 📚 Cleaned up README date formatting - 🚀 All hooks verified clean and ready for public use - Updated session-start-hook.ts - Updated stop-hook.ts - Updated user-prompt-submit-hook.ts - Updated subagent-stop-hook.ts - Updated load-dynamic-requirements.ts - Added hooks README.md - Fixed README date issues -
v0.2
51a7d274 · ·PAI v0.2 Release Enhanced documentation and Human 3.0 integration New Features: - Human 3.0 link integration in documentation - Enhanced README structure and navigation - Improved badge styling and display Fixes: - Purple color consistency in badges - Stats display badge configuration - Table formatting improvements Documentation: - Added v0.2 changelog to Recent Updates - Enhanced readability and structure - Minor formatting and display improvements Full changelog: https://github.com/danielmiessler/PAI/compare/v0.1...v0.2
-