Files
compounding-intelligence/scripts
STEP35 Burn Agent f868b35a6a
Some checks failed
Test / pytest (pull_request) Failing after 8s
feat(6.3): add Logic Reviewer — scan diffs for common logic bugs
Implements issue #121: a script that reads code diffs and flags potential
logic errors including null dereferences, off-by-one patterns, mutable default
arguments, and identity comparisons with literals.

Adds:
- scripts/logic_reviewer.py — core analyzer with AST-based None-deref detection
- scripts/test_logic_reviewer.py — inline test suite (10 tests)

Output: JSON or text report with severity ratings (high/medium/low).
2026-04-26 11:12:39 -04:00
..
2026-04-21 11:57:53 +00:00