Command Format¶
| Rule ID | Description | Default Severity | Autofix |
|---|---|---|---|
command-naming |
Command files should use kebab-case naming | warning | auto |
command-frontmatter |
Command files must have valid frontmatter with description | error | auto |
command-sections |
Command files should have Name, Synopsis, Description, and Implementation sections | warning (disabled) | - |
command-name-format |
Command Name section should be 'plugin-name:command-name' | warning (disabled) | - |