gentle-pi v0.3.5
·
1214 commits
to main
since this release
Highlights
- Migrated the skill registry to the index-first model from Gentle AI v1.30.0.
- Changed SDD assets to install as global Pi runtime assets instead of per-project copies.
- Reduced Pi agent prompt bloat by avoiding unnecessary Gentleman/orchestrator prompt injection for named agents.
Skill registry
.atl/skill-registry.mdnow indexes skill name, full description, scope, and exactSKILL.mdpath.- The registry no longer copies compact rules or body rules from skill files.
- Multiline frontmatter descriptions are parsed correctly.
- Delegators now pass
## Skills to load before workwith exact skill paths. - The happy-path
skill_resolutionvalue is nowpaths-injected. - Added the
skill-registryskill asset.
SDD runtime assets
- SDD agents, chains, and support docs install under the global Pi agent home.
- Project-local
.pi/agentsand.pi/chainsare treated as overrides/debug copies. - Status output now distinguishes global SDD assets from project-local override drift.
Verification
pnpm run prepackpassed.- npm publish workflow passed and published
gentle-pi@0.3.5.