Commit ea8ecc9
committed
src/cli(refactor[add]): remove conditional normalization for path-first adds
why: normalize_workspace_roots was only needed for legacy name+URL flow cleanup; path-first adds derive correct labels directly.
what:
- Remove normalize_workspace_roots call from merge path
- Remove in-place label normalization from no-merge path
- Remove unused normalize_workspace_roots import (ruff auto-fix)
- Simplify config_was_relabelled tracking
refs: Eliminate legacy normalization machinery1 parent 0cf47ae commit ea8ecc9
1 file changed
Lines changed: 2 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
539 | 538 | | |
540 | 539 | | |
541 | 540 | | |
542 | | - | |
543 | | - | |
544 | | - | |
545 | | - | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
551 | | - | |
552 | | - | |
553 | | - | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | 541 | | |
558 | | - | |
| 542 | + | |
559 | 543 | | |
560 | 544 | | |
561 | 545 | | |
| |||
657 | 641 | | |
658 | 642 | | |
659 | 643 | | |
660 | | - | |
661 | | - | |
662 | | - | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | | - | |
671 | | - | |
672 | | - | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | 644 | | |
680 | 645 | | |
681 | | - | |
| 646 | + | |
682 | 647 | | |
683 | 648 | | |
684 | 649 | | |
| |||
0 commit comments