Commit Graph
385 Commits
Author SHA1 Message Date
Raven ScottandCursor c115627af0 feat(platform): attachment span guildCount for Phase 583 (v0.8.546)
Extend attachment.stage, attachment.read, and attachment.unlink span ends
with guildCount; attachment.read also adds activeChannelId on end.

Co-authored-by: Cursor <[email protected]>
2026-05-24 16:06:09 -04:00
Raven ScottandCursor 1c245c1225 feat(platform): embed span guildCount for Phase 582 (v0.8.545)
Extend embed.resolve, embed.gossip, and embed.clear span ends with
guildCount for embed hub correlation.

Co-authored-by: Cursor <[email protected]>
2026-05-24 16:03:10 -04:00
Raven ScottandCursor 57e2e1a699 feat(platform): reaction span guildCount for Phase 581 (v0.8.544)
Extend reaction.toggle, reaction.gossip, reaction.list, and reaction.clear
span ends with guildCount for expression hub correlation.

Co-authored-by: Cursor <[email protected]>
2026-05-24 15:59:52 -04:00
Raven ScottandCursor b2b43dee7c feat(platform): sticker span guildCount for Phase 580 (v0.8.543)
Extend sticker.create, sticker.delete, sticker.stage, and sticker.send
span ends with guildCount metadata for hub live panel correlation.

Co-authored-by: Cursor <[email protected]>
2026-05-24 15:55:31 -04:00
Raven ScottandCursor 5d3b29676d feat(platform): emoji span guildCount for Phase 579 (v0.8.542)
Extend emoji.create, emoji.delete, and emoji.stage span ends with
guildCount metadata for hub live panel and dev-log correlation.

Co-authored-by: Cursor <[email protected]>
2026-05-24 15:51:49 -04:00
Raven ScottandCursor 5b1d8437ff feat(platform): automation span guildCount for Phase 578 (v0.8.541)
Extend automation.hook, automation.dispatch, automation.manifest, and
automation.hook.dryRun span ends with guildCount metadata.

Co-authored-by: Cursor <[email protected]>
2026-05-24 15:49:02 -04:00
Raven ScottandCursor a4d319cd7b feat(platform): bot span guildCount for Phase 577 (v0.8.540)
Extend bot.install, bot.verify, and bot.message span ends with
guildCount metadata for hub live panel and dev-log correlation.

Co-authored-by: Cursor <[email protected]>
2026-05-24 15:46:18 -04:00
Raven ScottandCursor 7f1ce9b155 feat(platform): slash span guildCount for Phase 576 (v0.8.539)
Extend slash.register, slash.delete, and slash.invoke span ends with
guildCount metadata for hub live panel and dev-log correlation.

Co-authored-by: Cursor <[email protected]>
2026-05-24 15:43:12 -04:00
Raven ScottandCursor a84e5b99c9 feat(platform): webhook span guildCount metadata (v0.8.538)
Extend webhook.create, webhook.delete, and webhook.execute span end
metadata with guildCount for Phase 575 observability.

Co-authored-by: Cursor <[email protected]>
2026-05-24 15:40:36 -04:00
Raven ScottandCursor 4f576805e3 feat(platform): compliance.archive and digest.schedule spans (v0.8.537)
Wrap audit export archive append in compliance.archive span with
guildCount metadata, add digest.schedule span to setDigestExportSchedule,
and extend compliance.snapshot end metadata for Phase 574.

Co-authored-by: Cursor <[email protected]>
2026-05-24 15:37:50 -04:00
Raven ScottandCursor 671e97e149 feat(platform): extend audit spans and add audit.schedule logging for Phase 573
Add guildCount to audit.append and audit.export ends; instrument
setAuditExportSchedule with audit.schedule span and error logging.

Co-authored-by: Cursor <[email protected]>
2026-05-24 15:21:38 -04:00
Raven ScottandCursor 69c4b661f7 feat(platform): extend moderation/automod span metadata for Phase 572
Add guildCount to ban.member, kick.member, timeout.member, and automod.setConfig
span ends for moderation depth observability.

Co-authored-by: Cursor <[email protected]>
2026-05-24 15:17:53 -04:00
Raven ScottandCursor 0dc7e72059 feat(platform): extend role.create/reorder/member span metadata for Phase 571
Add guildCount to role.create/delete/reorder ends; role.member end now
includes spanKind, activeChannelId, assignedRoleCount, and customRoleCount.

Co-authored-by: Cursor <[email protected]>
2026-05-24 15:14:54 -04:00
Raven ScottandCursor 3a723c36da feat(platform): extend permission/role span metadata for Phase 570
Add guildCount to role.update and permission.overwrite ends; permission.eval
end now includes spanKind, activeChannelId, and guildCount.

Co-authored-by: Cursor <[email protected]>
2026-05-24 15:11:38 -04:00
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