0.7.2¶
2026-05-10 · View on GitHub
Bug Fixes¶
- Content rules now run on repos without a
.skillsaw.yaml—LinterConfig.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.yamlwill now see content rule findings (warnings/info) on commands, skills, and other instruction content. - Repos with an existing
.skillsaw.yamlat version0.6.0(the default) are unaffected — content rules remain gated until the config version is updated.