docs: Phase 457 platform channel span wiring note (v0.8.420)
Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user