You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.