gentle-pi v0.3.10
·
26 commits
to main
since this release
What's Changed
- Fix self-hosted gentle-pi startup when both the project-local and installed skill registry extensions are present.
- Make the project-local skill registry extension win over the installed package copy.
- Skip duplicate registration from the installed package copy instead of failing or double-registering hooks.
Why it matters
This keeps development-on-itself workflows stable: a checkout of gentle-pi can run with its project-local extension while the globally installed package is also present.
Validation
- Runtime harness coverage for duplicate extension registration behavior.
- Package startup path verified through the gentle-pi test harness.