[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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user