Release v0.27.1

This commit is contained in:
Mario Zechner 2025-12-22 19:28:26 +01:00
parent 093bcecf95
commit 4492a3f304
15 changed files with 111 additions and 40 deletions

View file

@ -2,6 +2,16 @@
## [Unreleased]
## [0.27.1] - 2025-12-22
### Fixed
- **Skill discovery performance**: Skip `node_modules` directories when recursively scanning for skills. Fixes ~60ms startup delay when skill directories contain npm dependencies.
### Added
- **Startup timing instrumentation**: Set `PI_TIMING=1` to see startup performance breakdown (interactive mode only).
## [0.27.0] - 2025-12-22
### Breaking