From 616d078ecdac36aa1113aae29231b16c73d0214e Mon Sep 17 00:00:00 2001 From: Kevin Turcios Date: Thu, 23 Apr 2026 05:59:08 -0500 Subject: [PATCH] Add CI optimization item to roadmap --- ROADMAP.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 964ce96..1477fe3 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,4 +1,5 @@ # 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. -- **Auto-sync public roadmap** — Figure out a way to auto update https://app.codeflash.ai/roadmap with this ROADMAP.md. \ No newline at end of file +- **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. \ No newline at end of file