Commit Graph
371 Commits
Author SHA1 Message Date
Raven ScottandCursor 10117804c9 feat(platform): extend session and guild.open span metadata (v0.8.532)
Add spanKind and activeChannelId on session.startup; memberCount, guildCount,
and spanKind on guild.open.

Co-authored-by: Cursor <[email protected]>
2026-05-24 15:07:58 -04:00
Raven ScottandCursor d7dc87a6f8 feat(platform): extend settings span metadata for Phase 568 (v0.8.531)
Add activeChannelId and guildCount on settings.prefs and notifications.prefs;
activeChannelId and spanKind on guild.update end.

Co-authored-by: Cursor <[email protected]>
2026-05-24 15:04:20 -04:00
Raven ScottandCursor 51438b3a01 feat(platform): extend onboarding span metadata for Phase 567 (v0.8.530)
Add activeChannelId on identity.register; textChannelCount and activeChannelId
on guild.create and invite.join.

Co-authored-by: Cursor <[email protected]>
2026-05-24 15:00:50 -04:00
Raven ScottandCursor 427f3cb598 feat(platform): extend invite span metadata for Phase 566 (v0.8.529)
Add textChannelCount and guildCount on guild.invite; guildCount on invite.revoke.

Co-authored-by: Cursor <[email protected]>
2026-05-24 14:57:14 -04:00
Raven ScottandCursor dc3fe9525a docs: note Phase 565 DM live region and test bundle
Co-authored-by: Cursor <[email protected]>
2026-05-24 14:54:26 -04:00
Raven ScottandCursor e338c8868b docs: note Phase 564 contacts live region and test bundle
Co-authored-by: Cursor <[email protected]>
2026-05-24 14:51:03 -04:00
Raven ScottandCursor ffa7dce321 docs: note Phase 563 discovery live region and test bundle
Co-authored-by: Cursor <[email protected]>
2026-05-24 14:48:17 -04:00
Raven ScottandCursor 831c5b100e docs: note Phase 562 presence live region and test bundle
Co-authored-by: Cursor <[email protected]>
2026-05-24 14:45:37 -04:00
Raven ScottandCursor bc3449e422 docs: note Phase 561 soundboard live region and test bundle
Co-authored-by: Cursor <[email protected]>
2026-05-24 14:41:23 -04:00
Raven ScottandCursor 9791d40b15 feat(platform): screen spans activeChannelId metadata (v0.8.523)
Extend screen.start, screen.stop, and screen.capture span ends for Phase 560.

Co-authored-by: Cursor <[email protected]>
2026-05-24 14:36:14 -04:00
Raven ScottandCursor 1340e4cbef feat(platform): stage spans activeChannelId metadata (v0.8.522)
Extend stage.join and stage.speaker.* span ends for Phase 559 observability.

Co-authored-by: Cursor <[email protected]>
2026-05-24 14:31:26 -04:00
Raven ScottandCursor 095858a69f feat(platform): voice spans activeChannelId metadata (v0.8.521)
Extend voice.join, voice.leave, and voice.mute span ends for Phase 558 observability.

Co-authored-by: Cursor <[email protected]>
2026-05-24 14:28:17 -04:00
Raven ScottandCursor e7f3c19d93 feat(platform): embed.clear span and resolve/gossip metadata (v0.8.520)
Add embed.clear on message delete and activeChannelId/messageId on embed spans.

Co-authored-by: Cursor <[email protected]>
2026-05-24 14:25:37 -04:00
Raven ScottandCursor 6a97f814ee feat(attachments): extend stage/read spans and unlink on delete
attachment.stage reports stagedCount and remainingStagingCapacity;
attachment.read includes activeChannelId; attachment.unlink runs before
message removal when attachments were linked.

Co-authored-by: Cursor <[email protected]>
2026-05-24 14:19:58 -04:00
Raven ScottandCursor 1d418de396 feat(reactions): extend list/clear/toggle span metadata for Phase 555
reaction.list reports rowCount and messageCount; reaction.clear runs on
delete; reaction.toggle end includes messageReactionCount and activeChannelId.

Co-authored-by: Cursor <[email protected]>
2026-05-24 14:11:44 -04:00
Raven ScottandCursor 8fd024a78b feat(platform): Phase 554 messaging span metadata (v0.8.517)
Extend message.send with channelMessageCount and remainingCharCapacity,
message.edit with editAgeMs, and message.delete with meshFanout on span end.

Co-authored-by: Cursor <[email protected]>
2026-05-24 14:04:54 -04:00
Raven ScottandCursor c19da444d1 feat(platform): Phase 553 search span metadata (v0.8.516)
Add searchSpanKind (search.messages/dms/pins), remainingResultCapacity, and
activeChannelId on guild.search ends; pin.list reports spanKind search.pins.

Co-authored-by: Cursor <[email protected]>
2026-05-24 14:00:00 -04:00
Raven ScottandCursor 2daaad3696 feat(platform): Phase 552 compliance span metadata (v0.8.515)
Extend audit.append with auditEntryCount, audit.export with exportLimit and
remainingExportCapacity, and compliance.snapshot with meshPushed and
archiveAppended for dev-log diagnostics.

Co-authored-by: Cursor <[email protected]>
2026-05-24 13:54:04 -04:00
Raven ScottandCursor ac96778032 feat(platform): Phase 551 moderation span metadata (v0.8.514)
Extend kick.member, timeout.member, and automod.setConfig span ends with
memberCount, activeTimeoutCount, and keywordCount for dev-log diagnostics.

Co-authored-by: Cursor <[email protected]>
2026-05-24 13:50:46 -04:00
Raven ScottandCursor 51f735b5e0 feat(platform): Phase 550 role and overwrite span metadata extend
Add customRoleCount on role update/delete, channelOverwriteCount on overwrite
upsert, and remainingOverwriteCount on overwrite delete.

Co-authored-by: Cursor <[email protected]>
2026-05-24 13:44:30 -04:00
Raven ScottandCursor be2d463c86 feat(platform): Phase 549 guild-admin span metadata extend
Add channelCount on create, remainingChannelCount on delete, and
requestedCount/reorderedAll on channel.reorder span ends.

Co-authored-by: Cursor <[email protected]>
2026-05-24 13:39:03 -04:00
Raven ScottandCursor ae34b24de2 feat(platform): Phase 548 invite span metadata extend
Add activeChannelId on guild.invite and invite.revoke span ends; include maxUses on guild.invite completion metadata.

Co-authored-by: Cursor <[email protected]>
2026-05-24 13:33:58 -04:00
Raven ScottandCursor ba4007b743 feat(platform): activeChannelId on dm.send and dm.group.create (Phase 547)
Extend dm.send and dm.group.create span ends with activeChannelId metadata.

Co-authored-by: Cursor <[email protected]>
2026-05-24 13:29:39 -04:00
Raven ScottandCursor 3c86b53bbc feat(platform): contacts block/unblock spans and activeChannelId (Phase 546)
Add contacts.block and contacts.unblock spans; extend request, accept,
and decline span ends with activeChannelId metadata.

Co-authored-by: Cursor <[email protected]>
2026-05-24 13:24:48 -04:00
Raven ScottandCursor 48a6ea5f68 feat(platform): discovery prune span and activeChannelId (Phase 545)
Add discovery.prune span for pruneDiscoveryListings; extend
discovery.list, publish, and mesh span ends with activeChannelId.

Co-authored-by: Cursor <[email protected]>
2026-05-24 13:20:20 -04:00
Raven ScottandCursor 02cb10e798 feat(platform): presence image span and activeChannelId (Phase 544)
Add presence.image span for activity artwork uploads; extend
presence.set and presence.activity span ends with activeChannelId.

Co-authored-by: Cursor <[email protected]>
2026-05-24 13:15:11 -04:00
Raven ScottandCursor 45bc2eb199 feat(platform): soundboard stage span and activeChannelId for Phase 543
Add soundboard.stage span for stageGuildSound; extend play, upload, and
delete span ends with activeChannelId metadata.

Co-authored-by: Cursor <[email protected]>
2026-05-24 13:10:05 -04:00
Raven ScottandCursor be546134f3 feat(platform): sticker spanKind and stage/delete spans for Phase 542
Add sticker.stage and sticker.delete spans with spanKind and
activeChannelId; extend sticker.create and sticker.send span ends.

Co-authored-by: Cursor <[email protected]>
2026-05-24 13:02:09 -04:00
Raven ScottandCursor 97b70077c9 feat(platform): emoji spanKind and stage/delete spans for Phase 541
Add emoji.stage and emoji.delete spans with spanKind and activeChannelId;
extend emoji.upsert end metadata with emoji.create spanKind.

Co-authored-by: Cursor <[email protected]>
2026-05-24 12:54:43 -04:00
Raven ScottandCursor fa3ad10f94 feat(platform): automation spanKind and dispatch span for Phase 540
Add automation.dispatch span with receipt metadata; extend hook, manifest,
and dryRun span ends with spanKind and activeChannelId.

Co-authored-by: Cursor <[email protected]>
2026-05-24 12:46:18 -04:00
Raven ScottandCursor 6f61b46a67 feat(platform): bot spanKind metadata for Phase 539
Add spanKind and activeChannelId to bot.install, bot.verify, bot.message,
and bot.token span ends for integrations observability.

Co-authored-by: Cursor <[email protected]>
2026-05-24 12:40:20 -04:00
Raven ScottandCursor f1b210b1b7 feat(platform): slash spanKind metadata for Phase 538
Add spanKind and activeChannelId to slash.register, slash.delete, and
slash.invoke span ends for integrations observability.

Co-authored-by: Cursor <[email protected]>
2026-05-24 12:35:32 -04:00
Raven ScottandCursor 612cb3662f feat(platform): webhook spanKind metadata for Phase 537
Add spanKind and activeChannelId to webhook.create, webhook.delete, and
webhook.execute span ends for integrations observability.

Co-authored-by: Cursor <[email protected]>
2026-05-24 12:31:01 -04:00
Raven ScottandCursor 9ebd54992d feat(platform): audit/compliance spanKind metadata for Phase 536
Add spanKind and activeChannelId to audit.append, audit.export, and
compliance.snapshot span ends for compliance depth observability.

Co-authored-by: Cursor <[email protected]>
2026-05-24 12:26:26 -04:00
Raven ScottandCursor 22928a8507 feat(platform): extend moderation and automod span end metadata (Phase 535)
Add spanKind and activeChannelId on ban.member, kick.member, timeout.member,
automod.setConfig, and automod.evaluate span completions.

Co-authored-by: Cursor <[email protected]>
2026-05-24 12:21:03 -04:00
Raven ScottandCursor d89fcf094e feat(platform): extend role and permission span end metadata (Phase 534)
Add spanKind, activeChannelId, and customRoleCount on role.create; spanKind
and activeChannelId on role.update/delete/reorder and permission.overwrite*.

Co-authored-by: Cursor <[email protected]>
2026-05-24 12:14:27 -04:00
Raven ScottandCursor f09aa4026f feat(platform): extend channel admin span end metadata (Phase 533)
Add spanKind and activeChannelId on channel.create/delete/reorder span ends;
include createdChannelId on channel.create completion.

Co-authored-by: Cursor <[email protected]>
2026-05-24 12:09:14 -04:00
Raven ScottandCursor 1e6e97ec92 feat(platform): extend invite span metadata for Phase 532 (v0.8.495)
guild.invite uses spanKind guild.invite with hasShareCode; invite.join adds
activeChannelId and guildCount; invite.revoke adds spanKind on span end.

Co-authored-by: Cursor <[email protected]>
2026-05-24 12:04:11 -04:00
Raven ScottandCursor 1b873c4b32 feat(dm): extend DM span metadata for Phase 531
Add dmConversationCount and activeChannelId on dm.open, sealed and
groupDm on dm.send, and peerUserIdsLen on dm.group.create span ends.

Co-authored-by: Cursor <[email protected]>
2026-05-24 11:57:53 -04:00
Raven ScottandCursor e41336feb8 feat(contacts): add pending/accepted counts to contact span metadata
Phase 530 platform diagnostics for contacts.request/accept/decline.

Co-authored-by: Cursor <[email protected]>
2026-05-24 11:52:46 -04:00
Raven ScottandCursor e6797e9309 feat(discovery): extend discovery span metadata for Phase 529
Add peerCount on discovery.list, listingTtlMs/refreshedAt on mesh,
beforeListed on publish, and channelCount on join span ends.

Co-authored-by: Cursor <[email protected]>
2026-05-24 11:47:13 -04:00
Raven ScottandCursor a29047a87d feat(presence): add invisible and hasActivity to presence.set span end
Phase 528 platform metadata for presence diagnostics and smokes.

Co-authored-by: Cursor <[email protected]>
2026-05-24 11:42:24 -04:00
Raven ScottandCursor 188dc7cbdf feat(soundboard): add spanKind to soundboard.play, upload, and delete spans
Phase 527 aligns soundboard telemetry with voice/stage/screen spans for cleaner dev-log filtering and diagnostics export.

Co-authored-by: Cursor <[email protected]>
2026-05-24 11:32:04 -04:00
Raven ScottandCursor 07cbf4c457 feat(screen): add spanKind to screen.start, screen.stop, and screen.capture spans
Phase 526 aligns screen telemetry with voice/stage spans for cleaner dev-log filtering and diagnostics export.

Co-authored-by: Cursor <[email protected]>
2026-05-24 11:27:19 -04:00
Raven ScottandCursor a2b4528bc4 feat(stage): add spanKind to stage.join and stage.speaker spans
Phase 525 aligns stage telemetry with voice/embed spans for cleaner dev-log filtering and diagnostics export.

Co-authored-by: Cursor <[email protected]>
2026-05-24 11:22:33 -04:00
Raven ScottandCursor 3c23b0d0de feat(voice): add spanKind to voice.join, voice.leave, and voice.mute spans
Phase 524 aligns voice telemetry with embed/reaction spans for cleaner dev-log filtering and diagnostics export.

Co-authored-by: Cursor <[email protected]>
2026-05-24 11:16:41 -04:00
Raven ScottandCursor dfdeba8493 feat(embeds): add spanKind to embed.resolve and fromCache metadata (Phase 523)
Tag embed.resolve start/end with spanKind and record fromCache on resolve
for diagnostics correlation alongside existing embed.gossip spanKind.

Co-authored-by: Cursor <[email protected]>
2026-05-24 11:08:04 -04:00
Raven ScottandCursor d7a3dcc88e feat(attachments): add spanKind to attachment and embed.gossip spans (Phase 522)
Tag attachment.stage, attachment.read, and embed.gossip start/end with
spanKind for diagnostics filtering and agentctl correlation.

Co-authored-by: Cursor <[email protected]>
2026-05-24 11:03:21 -04:00
Raven ScottandCursor 2c4a85f51b feat(reactions): add spanKind to reaction.toggle/gossip spans (Phase 521)
Tag reaction.toggle and reaction.gossip start/end with spanKind for
diagnostics filtering and agentctl correlation.

Co-authored-by: Cursor <[email protected]>
2026-05-24 10:57:10 -04:00
Raven ScottandCursor 4b35d9a897 feat(messaging): add spanKind to message.edit/delete spans (Phase 520)
Tag message.edit and message.delete start/end with spanKind for
diagnostics correlation alongside existing message.send metadata.

Co-authored-by: Cursor <[email protected]>
2026-05-24 10:52:31 -04:00