feat(FN-5083): complete Step 3 — canonicalize fusion branch naming

This commit is contained in:
Fusion (runfusion.ai)
2026-05-18 16:51:27 -07:00
committed by gsxdsm
parent 13d7195642
commit c56e0cf814
10 changed files with 52 additions and 30 deletions

View File

@@ -29,6 +29,10 @@ export const NOUNS = [
"thorn", "tiger", "trail", "trout", "wren",
];
export function canonicalFusionBranchName(taskId: string): string {
return `fusion/${taskId.toLowerCase()}`;
}
/**
* Convert a string to a URL-friendly slug.
*