codeflash-agent/ROADMAP.md

5 lines
778 B
Markdown
Raw Normal View History

2026-04-23 10:27:58 +00:00
# Roadmap
- **Re-review vulture** — Added as dev dep (v2.16). Audit at 60% confidence found 432 findings, 428 were false positives (attrs fields, FastAPI routes, pytest fixtures, Protocol methods, libcst visitors). Too noisy for CI gating today. Re-evaluate after vulture adds better framework support, or explore writing a custom whitelist generator that cross-references coverage data automatically.
2026-04-23 10:59:08 +00:00
- **Auto-sync public roadmap** — Figure out a way to auto update https://app.codeflash.ai/roadmap with this ROADMAP.md.
- **Optimize CI workflow files** — Across codeflash (public), codeflash-agent, and codeflash-internal: unnecessary jobs are triggered on workflow file changes, markdown edits, etc. Tighten path filters and change detection so only relevant jobs run.