tractor/ai/prompt-io/opencode/20260820T023005Z_88a23449_p...

945 B

Perform a final rendered-documentation and executable-example pass so PR #481 showcases tractor.to_actor.run() instead of the legacy ActorNursery.run_in_actor() API.

git diff HEAD~1..HEAD -- docs examples

Migrate one-shot guides and examples to direct result delivery through to_actor.run(), preserving named target inputs with target partials. Use daemon actors and concurrent portal calls where reciprocal actor lifetimes require both peers to coexist. Add API and guide cross-links, and retain only explicit legacy/removal notes.

Verification:

  • executable docs examples: 23 passed
  • debugger/tooling TCP: 39 passed, 6 skipped
  • debugger/tooling UDS: 39 passed, 6 skipped
  • Ruff, compilation and git diff --check: clean
  • local Sphinx build unavailable because Sphinx is not installed