Commit graph

2 commits

Author SHA1 Message Date
mitnick
dfecf0343d fix(interface): track allocated subdirs separately from base-name counts
Storing the derived suffix back into name_counts poisoned the counter of any
later target whose base name equalled that suffix, producing surprising (though
still unique) workspace names. Use a dedicated allocated_subdirs set for the
collision guard. Adds a regression test. Addresses Greptile review.
2026-06-27 00:13:08 +00:00
mitnick
b2143ef3d9 fix(interface): correct workspace-subdir collision and copy-diff classification (#0) 2026-06-26 01:46:52 +00:00