Dismiss wispbit violations
/plugin marketplace add wispbit-ai/claude-plugins/plugin install wispbit-ai-wispbit-wispbit-plugin@wispbit-ai/claude-pluginsDismiss wispbit code quality violations. Steps: 1. Run `wispbit diff --json=pretty` to get current violations 2. Parse the output to identify violations 3. Determine which violations the user wants to dismiss based on their request 4. Execute dismiss command with appropriate flags 5. The command will provide feedback on: - Whether the rule was found (by ID or internal ID) - Whether the file was found (if specified) - How many violations were dismissed Examples: - "Dismiss all RULE-123 violations" → `wispbit dismiss --rule RULE-123` - "Dismiss RULE-123 in src/app.ts" → `wispbit di...