Skip to content

v0.6.0

Choose a tag to compare

@robcsaszar robcsaszar released this 14 Aug 10:12
· 6 commits to main since this release

Fixed

  • Frontmatter description was an unquoted YAML plain scalar containing ": " sequences (Use when: …, Keywords are …), which is a mapping-value parse error. The colons are now removed entirely rather than escaped, so the value parses quoted or unquoted and conforms to the house no-colons rule.

Changed

  • Description: replaced the quoted keyword list with a plain coverage sentence. The skill sets disable-model-invocation: true, so its description is human-facing only and carries no router keywords.

Full Changelog: v0.5.0...v0.6.0