You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.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.