explain_frankability_rule
Explain a specific frank-audit rule (FA001-FA902) with human-readable description, bad/good examples, and rationale to help resolve unfamiliar findings.
Instructions
Return the documentation block for a specific frank-audit rule.
Each rule (FA001 through FA902) has an explain() method that returns a
human-readable description, examples of the bad/good patterns, and the
rationale. Use this when an agent encounters an unfamiliar finding and
needs context before deciding on a fix.
Args: rule_id: The rule ID (e.g. 'FA301', 'FA806').
Returns: JSON with { ok, ruleId, name, severity, description, explanation }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |