28 lines
945 B
Markdown
28 lines
945 B
Markdown
|
|
---
|
||
|
|
model: openai/gpt-5.6-sol
|
||
|
|
service: opencode
|
||
|
|
timestamp: 2026-08-20T02:30:05Z
|
||
|
|
git_ref: 88a23449
|
||
|
|
diff_cmd: git diff HEAD~1..HEAD
|
||
|
|
---
|
||
|
|
|
||
|
|
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
|