Skip to content

gentle-pi v0.2.6

Choose a tag to compare

@Alan-TheGentleman Alan-TheGentleman released this 13 May 19:46
· 1235 commits to main since this release

What's Changed

  • Align gentle-pi skill registry discovery with the latest gentle-ai behavior.
  • Add project-local .opencode/skills and additional multi-agent skill roots.
  • Extract compact rules from LLM-first and legacy sections when ## Compact Rules is absent.

Details

  • Project skills still win over global skills with the same name.
  • ## Compact Rules remains the explicit override.
  • Fallback extraction supports Hard Rules, Critical Rules, Critical Patterns, Voice Rules, and Decision Gates.
  • Supports bullets, numbered lists, and simple two-column tables, capped at 15 rules.
  • Adds registry tests and includes them in CI/prepack.

Validation

  • Skill registry tests passed.
  • CI/prepack coverage included the new registry behavior.