codeflash-agent/packages
Kevin Turcios 90a46d732c fix: harden error handling and add missing future annotations
Error handling:
- Protect ast.parse() in _normalizer.py (returns original on SyntaxError)
- Protect cst.parse_module() in _replacement.py (raises ValueError)
- Narrow except Exception to OSError/SyntaxError in _discovery.py (2 sites)
- Narrow except Exception to sqlite3.Error/OSError in _data_parsers.py
- Narrow pickle except to specific unpickling errors in _data_parsers.py

Missing future annotations:
- Add from __future__ import annotations to 12 __init__.py files
2026-04-24 01:36:04 -05:00
..
.claude/rules Update test-coverage.md: remove resolved callouts for covered modules 2026-04-23 03:13:28 -05:00
codeflash-api fix: resolve all ruff lint errors across repo (#38) 2026-04-23 10:22:42 -05:00
codeflash-core fix: harden error handling and add missing future annotations 2026-04-24 01:36:04 -05:00
codeflash-lsp Merge main-teammate branch 2026-04-03 17:36:50 -05:00
codeflash-mcp Merge main-teammate branch 2026-04-03 17:36:50 -05:00
codeflash-python fix: harden error handling and add missing future annotations 2026-04-24 01:36:04 -05:00
github-app fix: resolve all ruff lint errors across repo (#38) 2026-04-23 10:22:42 -05:00