Highlights
- Added runtime-discovered skill visibility in
/memory-skills(from Pi command inventory), including external read-only entries and category filters. (PR #41) - Added startup migration + storage isolation to extension-owned root:
~/.pi/agent/pi-hermes-memory- global skills under
~/.pi/agent/pi-hermes-memory/skills
- Added automatic normalization of flat legacy skill files:
skills/*.md→skills/<slug>/SKILL.md- removes Pi skill indexing conflicts (
name ... does not match parent directory "skills")
- Added YAML-safe frontmatter output for generated skills (quotes scalar strings), preventing startup parse errors with
:in descriptions.
Included from PR #40
- Session search enhancement: opt-in JSONL anchor mode (default behavior preserved). (PR #40)
Validation
npm run checknpm test(all test files passing)