codeflash-agent/packages
Kevin Turcios 26709f9b82 Fix test discovery for src-layout projects with module_root=src
The pytest collection subprocess only added module_root's parent to
PYTHONPATH, which works when module_root is a package (e.g. src/aviary)
but fails when it is the source root itself (e.g. src). Now both
module_root and its parent are added so imports like
`from mypkg.core import func` resolve correctly in either layout.
2026-04-21 06:18:27 -05:00
..
.claude/rules Merge main-teammate branch 2026-04-03 17:36:50 -05:00
codeflash-core Handle empty JSON responses from AI service gracefully 2026-04-21 05:51:13 -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 test discovery for src-layout projects with module_root=src 2026-04-21 06:18:27 -05:00
github-app Fix CI: mypy errors, ruff formatting, switch to prek (#22) 2026-04-15 02:52:47 -05:00