Skip to content

0.7.2

2026-05-10 · View on GitHub

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.