Implement remaining TestClient service commands (#94)
This commit is contained in:
@@ -13,7 +13,7 @@ here so a source entry is never mistaken for a completed port.
|
||||
| `prim-inspector` | PrimInspector | Implemented with live and deterministic fake-grid discovery |
|
||||
| `inventory-explorer` | InventoryExplorer | Implemented with live inventory and deterministic AIS fixtures |
|
||||
| `irc-gateway` | IRCGateway | Implemented with live IRC/grid transports and deterministic offline scripts |
|
||||
| `test-client` | TestClient | Native shell, registry, system, communication, inventory, appearance, asset, movement, object, parcel, estate, and grid groups implemented; remaining command group tracked by #94 |
|
||||
| `test-client` | TestClient | All non-voice command groups implemented with live and deterministic fake-grid backends; voice adapters tracked by #95 and #96 |
|
||||
| `vivox-test` | VivoxTest | Pending milestone 11 issue #95 |
|
||||
| `webrtc-test` | WebRtcTest | Pending milestone 11 issue #96 |
|
||||
|
||||
@@ -184,6 +184,13 @@ transfer, and grid map/layer/location/wind commands. `textures on` and
|
||||
primitive textures. Detailed command behavior and limits are in
|
||||
[`docs/test-client.md`](../docs/test-client.md).
|
||||
|
||||
The final non-voice wave adds nearby-agent and bot inspection, complete profile
|
||||
cloning, friend mapping, group membership and role operations, paged directory
|
||||
searches, event details, animation control, object touch, and region/network
|
||||
statistics. Live profile cloning combines the modern AgentProfile capability
|
||||
with the legacy interests reply so text, images, URL, interests, picks, and
|
||||
public groups are all synchronized.
|
||||
|
||||
The native `load` command reads a portable command-alias manifest instead of a
|
||||
CLR assembly. Each non-comment line is tab-separated
|
||||
`name<TAB>description<TAB>template`; `{args}` or `$*` inserts the quoted command
|
||||
|
||||
Reference in New Issue
Block a user