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
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)