docs: note Phase 567 guild.create span metadata

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-24 15:00:52 -04:00
co-authored by Cursor
parent e3d5d5d800
commit 6219474915
+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.530 (Phase 567):** Platform `guild.create` span adds `textChannelCount`/`activeChannelId`; onboarding live region + agentctl `createGuild` helper. Bundle: `npm run test:phase567-onboarding`. See [ONBOARDING.md](../../docs/ONBOARDING.md).
**v0.8.512 (Phase 549):** Third guild-admin depth pass — platform `channelCount`/`remainingChannelCount`/`reorderedAll` span metadata; UI split channel list + category panels + admin modal live regions. Bundle: `npm run test:phase549-guild-admin`. See [CHANNELS.md](../../docs/CHANNELS.md).
**v0.8.496 (Phase 533):** Second guild-admin depth pass — platform channel span end metadata (`spanKind`, `activeChannelId`); UI panel compositor wrappers + channel row `aria-current=location`; agentctl channel CRUD helpers. Bundle: `npm run test:phase533-guild-admin`. See [CHANNELS.md](../../docs/CHANNELS.md).