From bdcf2274bd43c41888c2cbb4edcade816beba055 Mon Sep 17 00:00:00 2001 From: Scott Werner Date: Tue, 7 Jul 2026 09:21:00 -0400 Subject: [PATCH] Rename patch-cves workflow to single-word slug (patchcves) for automation testing The automations UI snakeifies the workflow slug field (patch-cves -> patch_cves), which then can't resolve the dashed workflow directory. Until that UI bug is fixed (snakeify -> kebabify), rename the workflow to a single word so the slug is invariant under snakeify/kebabify and scheduled automations can resolve it. This lets us verify the automations flow end-to-end via the UI now. Co-Authored-By: Claude Opus 4.8 (1M context) --- .fabro/workflows/{patch-cves => patchcves}/prompts/patch-cves.md | 0 .fabro/workflows/{patch-cves => patchcves}/workflow.fabro | 0 .fabro/workflows/{patch-cves => patchcves}/workflow.toml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename .fabro/workflows/{patch-cves => patchcves}/prompts/patch-cves.md (100%) rename .fabro/workflows/{patch-cves => patchcves}/workflow.fabro (100%) rename .fabro/workflows/{patch-cves => patchcves}/workflow.toml (100%) diff --git a/.fabro/workflows/patch-cves/prompts/patch-cves.md b/.fabro/workflows/patchcves/prompts/patch-cves.md similarity index 100% rename from .fabro/workflows/patch-cves/prompts/patch-cves.md rename to .fabro/workflows/patchcves/prompts/patch-cves.md diff --git a/.fabro/workflows/patch-cves/workflow.fabro b/.fabro/workflows/patchcves/workflow.fabro similarity index 100% rename from .fabro/workflows/patch-cves/workflow.fabro rename to .fabro/workflows/patchcves/workflow.fabro diff --git a/.fabro/workflows/patch-cves/workflow.toml b/.fabro/workflows/patchcves/workflow.toml similarity index 100% rename from .fabro/workflows/patch-cves/workflow.toml rename to .fabro/workflows/patchcves/workflow.toml