[docs](trx-rs): update docs and split example configs

Replace trx-rs.toml.example with separate trx-server.toml.example
and trx-client.toml.example. Update OVERVIEW.md and README.md
references from trx-bin to trx-server/trx-client.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
This commit is contained in:
2026-02-06 23:02:03 +01:00
parent e609022356
commit 11f1a095f6
5 changed files with 119 additions and 91 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ The rig task is now driven by the controller components (state machine, handlers
## Plugin discovery
`trx-bin` can load shared-library plugins that register backends/frontends via a
`trx_register` entrypoint. Search paths:
`trx-server` and `trx-client` can load shared-library plugins that register backends/frontends
via a `trx_register` entrypoint. Search paths:
- `./plugins`
- `~/.config/trx-rs/plugins`