Implement SimpleBot native client (#86)
Some checks failed
Native code generation / deterministic (push) Successful in 18m9s
Imaging and meshing gate / native (push) Successful in 5m45s
JPEG 2000 feature / linux (push) Successful in 2m45s
Native Rust workspace compile / compile (push) Has been cancelled
Skia feature / linux (push) Successful in 31m33s

This commit is contained in:
2026-08-11 07:29:44 +00:00
parent f93a27f469
commit f0fd975d0f
12 changed files with 1240 additions and 10 deletions

View File

@@ -485,9 +485,10 @@ documented in the
### Milestone 11
The native `osd-inspector` program is the first completed program target. It
inspects, validates, and converts bounded JSON, XML, binary, and notation LLSD,
and performs deterministic Primitive-to-OSD round trips entirely through the
public Rust APIs. Its command aliases, standard-stream behavior, exit codes,
resource limits, isolated CLI tests, and the status of every remaining program
The native `osd-inspector` and `simple-bot` programs are complete.
`osd-inspector` validates and converts bounded LLSD and performs deterministic
Primitive-to-OSD round trips. `simple-bot` provides native async login, IM and
local-chat commands, movement and animation calls, bounded fake-grid
conversations, secret redaction, and cancellation-safe logout. Their command
surfaces, limits, isolated CLI tests, and the status of every remaining program
are documented in the [`native programs guide`](programs/README.md).