docs: Phase 457 platform channel span wiring note (v0.8.420)

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-24 00:53:18 -04:00
co-authored by Cursor
parent 50e392b931
commit 69b659121d
+2
View File
@@ -30,6 +30,8 @@ Create and load guilds in local storage, join peers on `pearcord:guild:{guildId}
| `PearcordGuild#joinMesh(opts?)` / `#leaveMesh()` | Hyperswarm on `topicToBuffer(guild.topic)`; bounded `flush()` via `PEARCORD_GUILD_SWARM_FLUSH_MS` (default 2.5s) |
| `PearcordGuild#listChannels()` / `#listMembers()` | DB queries with thread meta attached |
| `PearcordGuild#createChannel`, `#createCategory`, `#createThread`, `#createForumThread` | Channel tree |
**v0.8.420 (Phase 457):** Platform wraps `createChannel` / `createCategory` / `renameChannel` with `channel.create`, `category.create`, and `channel.update` spans (see [CHANNELS.md](../../docs/CHANNELS.md)). Channel delete API planned for Phase 458.
| `PearcordGuild#reorderChannelsInParent` | Reassign `position` for siblings under one category/root |
| `PearcordGuild#moveChannelToParent` | Move channel into category (v0.8.168) |
| `PearcordGuild#reorderCategories` | Reassign `position` for category rows |