feat(f7.1): mermaid diff dispatcher + type detection (#22)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Ben Stull
2026-06-11 16:29:36 -07:00
parent c117552ea1
commit d8ce4f12e1
4 changed files with 86 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
// stub, replaced in Tasks 2-3
export function diffFlowchart(_beforeSrc: string, currentSrc: string): string {
return currentSrc;
}