Skip to content

v0.4.1

Choose a tag to compare

@stbenjam stbenjam released this 07 May 16:48
· 1428 commits to main since this release

Fixes

  • Allow nested objects in agentskills metadata — the metadata field validation no longer warns on non-string values (e.g. nested objects like metadata.openclaw). The agentskills.io spec says "string keys to string values" but real-world usage (notably OpenClaw) uses nested structures. Downgraded from WARNING to INFO. (#11)
  • Add .claude/rules/ linting — new rules-valid rule validates frontmatter in .claude/rules/*.md files (#12)
  • Rename ClaudeLinter to Linter — the old name continues to work as an alias (#8)