`pipeline/slug.py` now folds a leading drive letter the same way, in the same direction (lower case — not a free choice; see #263's PR: Git for Windows ships cygpath, so the working majority's on-disk stores are already spelled that way). `tests/test_slug_parity.py` is extended to assert bash and Python agree across both cases and all three shapes `CLAUDE_PROJECT_DIR` is known to arrive in (`C:\…`, `c:/…`, `/c/…`), rather than adding the one input that was missing — the guarantee now spans the normalisation step, which is the same shape of gap #263 itself was.
0 commit comments