Description
To prevent recurring API costs on identical suppressed code, the pattern heuristics engine must memorize AI decisions. Furthermore, developers need a way to overrule the AI if it incorrectly suppresses a genuine smell.
Acceptance Criteria
Description
To prevent recurring API costs on identical suppressed code, the pattern heuristics engine must memorize AI decisions. Furthermore, developers need a way to overrule the AI if it incorrectly suppresses a genuine smell.
Acceptance Criteria
"suppressed_by_ai"."suppressed_by_ai"fingerprints and drops the issue locally before hitting the LLM API.refactron reportcommand to support an--include-suppressedflag.refactron feedbackcommand to allow users to override:refactron feedback <id> --action accepted_as_smell.