No. It is a fast, pluggable redaction layer for markdown before LLM use.
To avoid breaking technical examples and snippets. You can enable redaction in code with CLI flags or config.
Yes. Register custom rules through RuleRegistry and pass it to RedactionEngine.
Yes. Rules run in registration order.
Yes, but benchmark with your workload and rule set. Complexity is O(n * r).