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
src/cli,config(fix[workspace-label]): fix workspace resolution for path-first adds
why: Path-first adds should derive workspace from repo parent directory, and handle home directory edge case.
what:
- _resolve_workspace_path returns repo.parent when workspace_root is None
- workspace_root_label handles workspace_path == home to return ~/
- Prevents ~/./ labels when workspace is the home directory
refs: Path-first workflow correctness
0 commit comments