docs(guild): document Phase 513 channel admin spans and UI compositor

Reference phase513 test bundle and CHANNELS.md guild-admin section.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-24 09:34:11 -04:00
co-authored by Cursor
parent d089cfa104
commit 4baf669ad2
+2
View File
@@ -31,6 +31,8 @@ Create and load guilds in local storage, join peers on `pearcord:guild:{guildId}
| `PearcordGuild#listChannels()` / `#listMembers()` | DB queries with thread meta attached |
| `PearcordGuild#createChannel`, `#createCategory`, `#createThread`, `#createForumThread` | Channel tree |
**v0.8.476 (Phase 513):** Platform wraps `reorderChannelsInParent` with `channel.reorder` span; extended `channel.create`/`delete` metadata. UI guild-admin guild-loading compositor + dev-log clipboard channel meta. Bundle: `npm run test:phase513-guild-admin`. See [CHANNELS.md](../../docs/CHANNELS.md).
**v0.8.429 (Phase 466):** `gossipAttachmentMeta` and link-embed gossip re-verified for P2P attachments. See [ATTACHMENTS.md](../../docs/ATTACHMENTS.md).
**v0.8.428 (Phase 465):** `gossipMessage`, `gossipMessageUpdate`, `gossipMessageDelete`, and `gossipReaction` re-verified for P2P messaging. See [MESSAGING.md](../../docs/MESSAGING.md).