Skip to content

Commit 178e940

Browse files
docs: Update README for v0.9.0 release
- Add version badge (0.9.0) - Document Observability dashboard features - Document genericized agent identity system - Document platform-agnostic configuration - Document statusline enhancements - Reorganize changelog with release versioning 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3523ec4 commit 178e940

1 file changed

Lines changed: 49 additions & 28 deletions

File tree

README.md

Lines changed: 49 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<br/>
1414

15+
![Version](https://img.shields.io/badge/version-0.9.0-blue)
1516
![Static Badge](https://img.shields.io/badge/mission-upgrade_humans_using_AI-8B5CF6)
1617
![GitHub last commit](https://img.shields.io/github/last-commit/danielmiessler/Personal_AI_Infrastructure)
1718
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
@@ -233,34 +234,54 @@ See `SECURITY.md` for complete security protocols.
233234

234235
## 📝 **Changelog**
235236

236-
### Recent Updates
237-
238-
**2025-12-01** - Observability Dashboard Skill
239-
- Added complete agent monitoring dashboard at `.claude/skills/observability/`
240-
- Real-time WebSocket streaming of agent activity
241-
- Live pulse charts, event timelines, and agent swim lanes
242-
- Multiple theme support (Tokyo Night, Nord, etc.)
243-
- Security obfuscation for sensitive data in displays
244-
- Run with: `~/.claude/skills/observability/manage.sh start`
245-
246-
**2025-11-25** - Path Standardization (Issue #122)
247-
- Replaced all hardcoded `~/.claude/` paths with `${PAI_DIR}/` for location-agnostic installation
248-
- Updated 50+ files across skills, hooks, and documentation
249-
- Removed deprecated CLAUDE.md files (content consolidated into SKILL.md)
250-
251-
**2025-11-20** - Major Architecture Improvements
252-
- Implemented PAI_DIR hook wrapper system with centralized path resolution
253-
- Added PAI_CONTRACT.md defining core guarantees
254-
- Added self-test system for validation (`bun ${PAI_DIR}/hooks/self-test.ts`)
255-
- Added protection mechanisms for PAI-specific content
256-
- See `CHANGELOG-2025-11-20.md` for full details
257-
258-
**Earlier Updates**
259-
- Added comprehensive research skill with 10 workflows
260-
- Added BrightData four-tier progressive web scraping
261-
- Added art and story-explanation skills
262-
- Fixed ElevenLabs model deprecation
263-
- Added prompt injection security guidance
237+
### v0.9.0 (2025-12-01) - Platform Agnostic Release
238+
239+
This release focuses on making PAI fully portable and fork-friendly. Your AI, your identity, your system.
240+
241+
**Observability Dashboard**
242+
- Complete real-time agent monitoring at `.claude/Observability/`
243+
- WebSocket streaming of all agent activity
244+
- Live pulse charts, event timelines, and swim lanes
245+
- Multiple themes (Tokyo Night, Nord, Catppuccin, etc.)
246+
- Security obfuscation for sensitive data
247+
- Run with: `~/.claude/Observability/manage.sh start`
248+
249+
**Genericized Agent Identity**
250+
- All agent references now use `process.env.DA || 'main'`
251+
- No more hardcoded names - your DA name flows through the entire system
252+
- Observability dashboard shows your configured identity
253+
- Color system supports any DA name with intelligent defaults
254+
255+
**Platform-Agnostic Configuration**
256+
- Added `_envDocs` to settings.json explaining all environment variables
257+
- Clear separation: `settings.json` for identity/paths, `.env` for API keys
258+
- `DA` (Digital Assistant name) - your AI's identity
259+
- `PAI_DIR` - root directory for all configuration
260+
- `TIME_ZONE` - configurable timezone for timestamps
261+
262+
**Statusline Enhancements**
263+
- Terminal color compatibility mode for different terminal emulators
264+
- Dynamic CC version display
265+
- Cleaner greeting format
266+
267+
**Skill System Improvements**
268+
- Canonical TitleCase file naming throughout
269+
- Standardized skill-workflow-notification script for dashboard detection
270+
- All paths use `${PAI_DIR}/` for location-agnostic installation
271+
272+
### Previous Releases
273+
274+
**v0.7.0** - Research & Documentation
275+
- Comprehensive research skill with 10 workflows
276+
- Path standardization (${PAI_DIR}/)
277+
- PAI_CONTRACT.md defining core guarantees
278+
- Self-test validation system
279+
280+
**v0.6.0 and earlier**
281+
- BrightData four-tier progressive web scraping
282+
- Art and story-explanation skills
283+
- Voice server with ElevenLabs integration
284+
- Hook system architecture
264285

265286
For detailed changelogs, see the `CHANGELOG-*.md` files in the repository root.
266287

0 commit comments

Comments
 (0)