Implement appearance and current outfit services (#65)
This commit is contained in:
10
README.md
10
README.md
@@ -382,3 +382,13 @@ side-effect removals, and folder versions are validated and reconciled through
|
||||
one atomic store transaction; cancellation and malformed responses cannot
|
||||
partially mutate the cache. Focused compatibility and injected-HTTP tests cover
|
||||
link correction, endpoint recording, error isolation, and metadata updates.
|
||||
|
||||
Native appearance state now tracks layered wearables and attachment points,
|
||||
sends the inventory-backed wearable and attachment LLUDP messages, and exposes
|
||||
worn queries by slot, item, and point. The client-owned Current Outfit Folder
|
||||
service resolves inventory links, preserves layer descriptions, serializes
|
||||
concurrent mutations through a cancellation-aware gate, and compensates failed
|
||||
link or attachment replacement without publishing partial local state.
|
||||
Composite policies make pure decisions from snapshots and receive committed
|
||||
changes after synchronization is released. The behavior and transaction
|
||||
boundaries are documented in [`docs/appearance.md`](docs/appearance.md).
|
||||
|
||||
Reference in New Issue
Block a user