tractor/docs/guide
Gud Boi 095c165a34 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-07-02 12:32:49 -04:00
..
asyncio.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
cancellation.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
clustering.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
context.rst Fix review nits from PR #460 self-review 2026-06-28 13:29:01 -04:00
debugging.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
discovery.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
index.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
msging.rst Expand caps-based-msging docs w/ #365, #376 + tests 2026-07-02 12:32:49 -04:00
parallelism.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
rpc.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
spawning.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
streaming.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00
testing.rst Write the big boi docs content tree 2026-06-28 13:29:01 -04:00