Skip to content

gentle-pi v0.3.5

Choose a tag to compare

@Alan-TheGentleman Alan-TheGentleman released this 17 May 16:03
· 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.md now indexes skill name, full description, scope, and exact SKILL.md path.
  • 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 work with exact skill paths.
  • The happy-path skill_resolution value is now paths-injected.
  • Added the skill-registry skill asset.

SDD runtime assets

  • SDD agents, chains, and support docs install under the global Pi agent home.
  • Project-local .pi/agents and .pi/chains are treated as overrides/debug copies.
  • Status output now distinguishes global SDD assets from project-local override drift.

Verification

  • pnpm run prepack passed.
  • npm publish workflow passed and published gentle-pi@0.3.5.