Problem
workspace worktree finalize still hardcodes a dirty-probe budget that is too small for a clean, large managed worktree. On Data Machine Code 0.56.7, finalization returns:
Error: Worktree finalization dirty probe failed: Process command timed out after 5 second(s).
The checkout is clean, pushed, and already has an open PR. Worktree creation now scales its target-tree inspection correctly, but the final metadata handoff retains a separate five-second Git status deadline.
This is a bounded regression in the lifecycle class previously tracked by #964. The command fails safely and does not alter the checkout, but PR metadata is not persisted.
Acceptance criteria
AI assistance
OpenAI GPT-5.6 Sol via OpenCode reproduced the finalizer timeout after creating and pushing a clean managed worktree, checked prior trackers, and drafted this regression report under Chris Huber's direction. Chris remains responsible for the issue and follow-up.
Problem
workspace worktree finalizestill hardcodes a dirty-probe budget that is too small for a clean, large managed worktree. On Data Machine Code0.56.7, finalization returns:The checkout is clean, pushed, and already has an open PR. Worktree creation now scales its target-tree inspection correctly, but the final metadata handoff retains a separate five-second Git status deadline.
This is a bounded regression in the lifecycle class previously tracked by #964. The command fails safely and does not alter the checkout, but PR metadata is not persisted.
Acceptance criteria
AI assistance
OpenAI GPT-5.6 Sol via OpenCode reproduced the finalizer timeout after creating and pushing a clean managed worktree, checked prior trackers, and drafted this regression report under Chris Huber's direction. Chris remains responsible for the issue and follow-up.