tractor/ai/prompt-io/opencode/20260817T231825Z_359fe75c_p...

1.2 KiB

Prompt

Continue the /code-review-changes pass for PR #475 in its isolated worktree. Address the seven accepted manual-review findings in tractor/ipc/_types.py and tractor/ipc/_uds.py, preserve the existing Windows capability behavior, verify the result, and prepare the work for human-controlled commit and review-reply steps. Do not publish replies, stage, commit, or push without the required explicit authorization.

Response summary

Restored project quote, docstring, multiline-expression, and match/case conventions while retaining the Windows-safe UDS guard. Removed unnecessary structural and comment churn, then verified the focused transport, discovery, and lazy-import paths plus the missing AF_UNIX behavior.

Files changed

  • tractor/ipc/_types.py - restore project style and guarded socket-family dispatch.
  • tractor/ipc/_uds.py - format the UDS capability gate consistently.

Human edits

None - the generated patch remains uncommitted and awaits human review.