Skip to content

Commit 19b959b

Browse files
committed
docs(CHANGES) document vcspull add cleanup and fix
1 parent 5dd8aa3 commit 19b959b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,20 @@ $ uvx --from 'vcspull' --prerelease allow vcspull
3333

3434
_Upcoming changes will be written here._
3535

36+
### Bug Fixes
37+
38+
#### `vcspull add`: Fix legacy `./` heuristics for path-first flow (#484)
39+
40+
- Path-based imports now always record their workspaces using the tilde label
41+
unless callers explicitly pass `--workspace ./`, avoiding stray top-level
42+
`./` sections.
43+
- Duplicate-aware writes operate directly on the ordered loader output, keeping
44+
repeated workspace roots intact while removing the old `config_items`
45+
scaffolding.
46+
- CLI decisions no longer round-trip through `normalize_workspace_roots`
47+
unless duplicate merges are needed, reducing the chances of accidental YAML
48+
rewrites during `--no-merge` operations.
49+
3650
## vcspull v1.46.0 (2025-11-02)
3751

3852
### Bug Fixes

0 commit comments

Comments
 (0)