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
Normalize worktree report output by removing local absolute filesystem paths and transient snapshot metadata so reports are stable, shareable, and review-friendly.
Related PRs
None yet
Acceptance Criteria
Identify files/scripts that generate worktree reports and sanitize absolute path fields.
Replace absolute paths with repository-relative paths or redacted placeholders.
Strip transient snapshot metadata (timestamps/host-specific IDs/worktree GUIDs) from persisted artifacts.
Ensure report generation is deterministic across machines and CI environments.
Add/adjust tests verifying no absolute paths or transient metadata are emitted.