tractor/docs/guide
Gud Boi a279cb39a9 Expand caps-based-msging docs w/ #365, #376 + tests
The "Toward capability-based msging" section only pointed at the
`#196`/`#36` epics. Fold in the concrete recent state,

- `#365` as the most recent step: driving the whole `pld_spec` off
  plain type-annotations (e.g. annotating a context's
  `open_stream()` with `msgspec.Struct` subtypes) rather than
  explicit `pld_spec=` kwargs.
- clarify that the decorator-level `@tractor.context(pld_spec=...)`
  is already the higher-level path (vs the lower-level
  `tractor.msg._ops.limit_plds()` escape hatch), pointing at
  `tests/msg/test_pldrx_limiting.py` + `test_ext_types_msgspec.py`
  which exercise both.
- `#376` (from @guilledk, `auto_codecs` branch) as the drafted
  public factory API for the `enc_hook`/`dec_hook` pair (today only
  reachable via `tractor.msg._ops`).

Addresses the caps-based-msging bullet in #472.

(this patch was generated in some part by [`claude-code`][claude-code-gh])
[claude-code-gh]: https://github.com/anthropics/claude-code
2026-08-28 14:40:01 -04:00
..
asyncio.rst Expose stream subscriber lag policy 2026-08-27 21:18:00 -04:00
cancellation.rst Clarify owned-child hard-reap docs 2026-08-25 15:56:38 -04:00
clustering.rst Clarify `to_actor.run()` ownership 2026-08-21 15:03:34 -04:00
context.rst Clarify `to_actor.run()` ownership 2026-08-21 15:03:34 -04:00
debugging.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
discovery.rst Document stable macOS UDS operation 2026-08-14 10:37:19 -04:00
index.rst Showcase `to_actor.run()` across docs 2026-08-21 15:03:34 -04:00
msging.rst Expand caps-based-msging docs w/ #365, #376 + tests 2026-08-28 14:40:01 -04:00
parallelism.rst Showcase `to_actor.run()` across docs 2026-08-21 15:03:34 -04:00
rpc.rst Polish `to_actor` examples and references 2026-08-25 15:20:34 -04:00
spawning.rst Correct `to_actor.run()` target guidance 2026-08-21 15:03:35 -04:00
streaming.rst Reject concurrent `BroadcastReceiver.receive()` calls 2026-08-27 22:11:55 -04:00
testing.rst Make UDS reaping platform-aware 2026-08-14 10:36:27 -04:00