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
Lint tree architecture — complete rewrite of plugin/skill discovery using a typed tree with parent pointers, replacing ad-hoc file scanning. All rules now use tree traversal (MarketplaceNode, ApmNode, ApmConfigNode, MarketplaceConfigNode, HooksBlock, McpBlock, ReadmeBlock)
LLM autofix for frontmatter — skillsaw fix --llm can now auto-correct bad YAML frontmatter in skills and agents
Context budget rule — new context-budget rule checks frontmatter description token budgets for skills and commands
DOT format and token counts in skillsaw tree output