Added
- Authoring metadata and completion system (
authoringmodule) with context-aware suggestions and hover docs for all config file types - LSP completion provider with intelligent key/value/snippet suggestions
- Auto-fix support across validators: skills (AS-005, AS-006, CC-SK-001, CC-SK-003, CC-SK-005), agents (CC-AG-003, CC-AG-004), hooks (CC-HK-011), plugins (CC-PL-005), MCP (MCP-001)
- Safety tagging for all auto-fixes (safe vs unsafe)
Changed
- LSP hover provider simplified by delegating to
agnix_core::authoringmodule - Agent and skill validators now use
split_frontmatter()directly for better error location and fix generation
Fixed
- CC-AG-007 parse error diagnostics now report the actual error line/column instead of always line 1