You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vcspull add - Bug fixes to disregard cwd in workspace dir calculation (#483)
why:
- path-first adds run from inside the workspace emitted './' instead of the
tilde-shortened label
- UX regressions reintroduced ambiguity for users relying on matching config
paths
what:
- allow workspace_root_label callers to bypass the cwd short-circuit
- ensure path-first CLI flows default to tilde-labelled workspaces unless
explicitly asked for './'
- promote the regression test from xfail to an assertion
verification:
- UV_CACHE_DIR=/tmp/uv-cache uv run ruff check . --fix --show-fixes
- UV_CACHE_DIR=/tmp/uv-cache uv run ruff format .
- UV_CACHE_DIR=/tmp/uv-cache uv run mypy
- UV_CACHE_DIR=/tmp/uv-cache uv run py.test -k workspace_label -vv
0 commit comments