Optimize prompts

This commit is contained in:
HugeFrog24
2026-05-29 21:40:52 +02:00
parent a2cc252e8f
commit ab01fc31d8
9 changed files with 153 additions and 278 deletions
+3 -3
View File
@@ -72,10 +72,10 @@ func TestStripDeadFileIDs(t *testing.T) {
"file_b": {},
}
cases := []struct {
name string
input []string
name string
input []string
wantSurvivors []string
wantDirty bool
wantDirty bool
}{
{
name: "no overlap returns input verbatim",