--- model: openai/gpt-5.6-sol service: opencode timestamp: 2026-08-20T02:30:04Z git_ref: 88a23449 diff_cmd: git diff HEAD~1..HEAD --- Diagnose the remaining macOS PR #481 CI failures after the Linux debugger and transport fixes passed. > `git diff HEAD~1..HEAD -- tests/devx/test_debugger.py` Both macOS transports failed the same deeply nested crash-REPL test already tracked by issue #320: TCP omitted one actor-specific traceback record and UDS timed out waiting for a nested prompt. Apply an explicit Darwin-CI skip to this one node while retaining Linux TCP/UDS coverage. Verification: - debugger/tooling TCP: `39 passed, 6 skipped` - debugger/tooling UDS: `39 passed, 6 skipped` - Ruff, compilation and `git diff --check`: clean