codeflash-agent/packages
Kevin Turcios 9e679f1c06 Fix error handling: add logging to bare excepts, protect ast.parse(), parse markdown in refinement
- _tracing.py: Add log.warning(exc_info=True) to 4 bare except blocks that
  previously silently swallowed errors
- _state.py: Wrap ast.parse() in SyntaxError handler, return None for
  malformed files
- _ranking.py: Wrap ast.parse() in SyntaxError handler, fall back to raw
  code string for dedup
- _refinement.py: Add CodeStringsMarkdown.parse_markdown_code() to
  _parse_candidate(), matching the pattern in _candidate_gen.py
- Update error-handling.md rules to reflect resolved issues
2026-04-23 03:06:03 -05:00
..
.claude/rules Fix error handling: add logging to bare excepts, protect ast.parse(), parse markdown in refinement 2026-04-23 03:06:03 -05:00
codeflash-api Fix CLAUDE.md accuracy: remove nonexistent files, update patterns 2026-04-22 23:40:01 -05:00
codeflash-core Fix all ruff lint errors in codeflash-core 2026-04-22 23:39:47 -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 error handling: add logging to bare excepts, protect ast.parse(), parse markdown in refinement 2026-04-23 03:06:03 -05:00
github-app Fix CI: mypy errors, ruff formatting, switch to prek (#22) 2026-04-15 02:52:47 -05:00