Skip to content

v0.7.2

Choose a tag to compare

@stbenjam stbenjam released this 10 May 00:08
· 1181 commits to main since this release

Bug Fixes

  • Content rules now run on repos without a .skillsaw.yamlLinterConfig.default() was setting an empty version string, which caused version-gated rules to sometimes not fire.
  • Content rules now analyze commands — previously required instruction-format files (CLAUDE.md, .cursorrules, etc.) to be detected. Now fires on any repo with content to analyze (commands, skills, agents, etc.).

Upgrade Notes

  • Repos without a .skillsaw.yaml will now see content rule findings (warnings/info) on commands, skills, and other instruction content.
  • Repos with an existing .skillsaw.yaml at version 0.6.0 (the default) are unaffected — content rules remain gated until the config version is updated.