Raven Scott and Cursor
43670984b0
docs(agentctl): Phase 552 compliance bundle (v0.8.515)
...
Document exportGuildAuditLog refreshView re-verify and phase552 test bundle.
Co-authored-by: Cursor <[email protected] >
2026-05-24 13:54:07 -04:00
Raven Scott and Cursor
6d67a5d41a
docs: Phase 550 roles agentctl bundle README
...
Document test:agentctl-phase550-roles smoke chain.
Co-authored-by: Cursor <[email protected] >
2026-05-24 13:44:33 -04:00
Raven Scott and Cursor
9cfeb97157
docs: Phase 549 guild-admin agentctl bundle README
...
Document test:agentctl-phase549-guild-admin smoke chain.
Co-authored-by: Cursor <[email protected] >
2026-05-24 13:39:16 -04:00
Raven Scott and Cursor
bfff36e87e
fix(agentctl): refreshView after revokeGuildInvite
...
Headless invite revoke now refreshes view state like create and join.
Co-authored-by: Cursor <[email protected] >
2026-05-24 13:33:59 -04:00
Raven Scott and Cursor
c3af993dd1
feat(agentctl): refreshView after sendDmMessage (Phase 547)
...
Call refreshView after headless DM message send completes.
Co-authored-by: Cursor <[email protected] >
2026-05-24 13:29:39 -04:00
Raven Scott and Cursor
5e1099ec95
feat(agentctl): refreshView after contacts headless ops (Phase 546)
...
Call refreshView after send, accept, and decline friend request helpers.
Co-authored-by: Cursor <[email protected] >
2026-05-24 13:24:50 -04:00
Raven Scott and Cursor
6a988930c4
feat(agentctl): refreshView after discovery headless ops (Phase 545)
...
Call refreshView after list, publish, refresh, and filter discovery helpers.
Co-authored-by: Cursor <[email protected] >
2026-05-24 13:20:22 -04:00
Raven Scott and Cursor
5e560de068
feat(agentctl): refreshView after presence headless ops (Phase 544)
...
Call refreshView after setPresenceStatus, setCustomStatus,
setGuildActivity, and clearGuildActivity.
Co-authored-by: Cursor <[email protected] >
2026-05-24 13:15:12 -04:00
Raven Scott and Cursor
b81c549795
feat(agentctl): refreshView after soundboard headless ops (Phase 543)
...
Call refreshView after play, upsert, and remove guild sound helpers.
Co-authored-by: Cursor <[email protected] >
2026-05-24 13:10:07 -04:00
Raven Scott and Cursor
eb1832a036
feat(agentctl): guild sticker headless helpers (Phase 542)
...
Expose upsertGuildSticker and removeGuildSticker for sticker testing
and document phase542 bundle.
Co-authored-by: Cursor <[email protected] >
2026-05-24 13:02:11 -04:00
Raven Scott and Cursor
499a762a7b
feat(agentctl): guild emoji headless helpers (Phase 541)
...
Expose upsertGuildEmoji and removeGuildEmoji for emoji testing and
document phase541 bundle.
Co-authored-by: Cursor <[email protected] >
2026-05-24 12:54:46 -04:00
Raven Scott and Cursor
c23a3f6aaa
feat(agentctl): guild automation headless helpers (Phase 540)
...
Expose upsertGuildAutomationHook, deleteGuildAutomationHook,
dryRunGuildAutomationHook, and exportGuildAutomationManifest for automation
testing and document phase540 bundle.
Co-authored-by: Cursor <[email protected] >
2026-05-24 12:46:22 -04:00
Raven Scott and Cursor
6e72721a3a
feat(agentctl): guild bot headless helpers (Phase 539)
...
Expose createGuildBotInstallToken, installGuildBotFromToken,
sendGuildBotMessage, and verifyGuildBotToken for bot automation.
Co-authored-by: Cursor <[email protected] >
2026-05-24 12:40:23 -04:00
Raven Scott and Cursor
33b4018c7c
feat(agentctl): guild slash headless helpers (Phase 538)
...
Expose registerGuildSlashCommands, deleteGuildSlashCommand, and
executeGuildSlashCommand for slash automation and document phase538 bundle.
Co-authored-by: Cursor <[email protected] >
2026-05-24 12:35:35 -04:00
Raven Scott and Cursor
86f6d3801f
feat(agentctl): guild webhook headless helpers (Phase 537)
...
Expose createGuildChannelWebhook, deleteGuildChannelWebhook, and
executeGuildChannelWebhook for webhook automation and document phase537 bundle.
Co-authored-by: Cursor <[email protected] >
2026-05-24 12:31:02 -04:00
Raven Scott and Cursor
2ff5848848
feat(agentctl): exportGuildAuditLog headless helper (Phase 536)
...
Expose platform.exportAuditLog for compliance automation and document
the phase536 agentctl smoke bundle.
Co-authored-by: Cursor <[email protected] >
2026-05-24 12:26:28 -04:00
Raven Scott and Cursor
f8a1ff4b18
feat(agentctl): headless ban/kick/timeout helpers (Phase 535)
...
Add banGuildMember, kickGuildMember, and timeoutGuildMember for moderation
automation in headless sessions.
Co-authored-by: Cursor <[email protected] >
2026-05-24 12:21:05 -04:00
Raven Scott and Cursor
44a4f0c80f
feat(agentctl): headless role create/delete and overwrite upsert (Phase 534)
...
Add createGuildCustomRole, deleteGuildCustomRole, and
upsertChannelPermissionOverwrite for roles automation.
Co-authored-by: Cursor <[email protected] >
2026-05-24 12:14:29 -04:00
Raven Scott and Cursor
162010ebcd
feat(agentctl): headless guild channel create/delete/reorder (Phase 533)
...
Add createGuildChannel, deleteGuildChannel, and reorderGuildChannels helpers.
Co-authored-by: Cursor <[email protected] >
2026-05-24 12:09:16 -04:00
Raven Scott and Cursor
cd9a1ff0e0
feat(agentctl): headless invite create/join/revoke helpers (Phase 532)
...
Add createGuildInvite, joinGuildInvite, and revokeGuildInvite for automation.
Co-authored-by: Cursor <[email protected] >
2026-05-24 12:04:12 -04:00
Raven Scott and Cursor
ca6f30c8fc
feat(agentctl): add openDmWithPeer, createGroupDm, and sendDmMessage
...
Phase 531 headless helpers for DM open, group create, and send roundtrips.
Co-authored-by: Cursor <[email protected] >
2026-05-24 11:57:54 -04:00
Raven Scott and Cursor
32d135f77f
feat(agentctl): add sendFriendRequest and accept/decline headless helpers
...
Phase 530 contacts automation for friend request roundtrips.
Co-authored-by: Cursor <[email protected] >
2026-05-24 11:52:48 -04:00
Raven Scott and Cursor
38f9dc0a91
feat(agentctl): add refreshPublicDiscovery and setDiscoveryFilter
...
Phase 529 headless helpers for explore mesh refresh and filter automation.
Co-authored-by: Cursor <[email protected] >
2026-05-24 11:47:14 -04:00
Raven Scott and Cursor
c6b137d57d
feat(agentctl): add setGuildActivity and clearGuildActivity headless helpers
...
Phase 528 presence automation for activity set/clear roundtrips.
Co-authored-by: Cursor <[email protected] >
2026-05-24 11:42:25 -04:00
Raven Scott and Cursor
fed0475879
feat(agentctl): headless soundboard play, upsert, and remove helpers
...
Phase 527 exposes playGuildSoundboardSound, upsertGuildSound, and removeGuildSound for automated soundboard smokes.
Co-authored-by: Cursor <[email protected] >
2026-05-24 11:32:05 -04:00
Raven Scott and Cursor
ab7ca2d4ba
feat(agentctl): headless screen start and stop helpers
...
Phase 526 exposes startGuildScreenShare and stopGuildScreenShare for automated screen share smokes.
Co-authored-by: Cursor <[email protected] >
2026-05-24 11:27:20 -04:00
Raven Scott and Cursor
8f9d587464
feat(agentctl): headless stage join, request, and approve helpers
...
Phase 525 exposes joinGuildStageChannel, requestGuildStageSpeak, and approveGuildStageSpeaker for automated stage smokes.
Co-authored-by: Cursor <[email protected] >
2026-05-24 11:22:34 -04:00
Raven Scott and Cursor
17e97be255
feat(agentctl): headless voice join, leave, and mute helpers
...
Phase 524 exposes joinGuildVoiceChannel, leaveGuildVoiceChannel, and setGuildVoiceMute for automated voice roundtrip smokes.
Co-authored-by: Cursor <[email protected] >
2026-05-24 11:16:45 -04:00
Raven Scott and Cursor
8008f20924
feat(agentctl): headless sendGuildEmbedMessage and resolveGuildEmbed (Phase 523)
...
Expose embed message send and resolve helpers on HeadlessSession for
autonomous link-preview verification.
Co-authored-by: Cursor <[email protected] >
2026-05-24 11:08:05 -04:00
Raven Scott and Cursor
947f1f1909
feat(agentctl): headless stageGuildAttachment and send with attachments (Phase 522)
...
Expose stageGuildAttachment and sendGuildMessageWithAttachments on
HeadlessSession for autonomous attachment verification.
Co-authored-by: Cursor <[email protected] >
2026-05-24 11:03:23 -04:00
Raven Scott and Cursor
8a75ee0ecf
feat(agentctl): headless toggleGuildReaction helper (Phase 521)
...
Expose toggleGuildReaction on HeadlessSession for autonomous reaction
verification without the desktop UI.
Co-authored-by: Cursor <[email protected] >
2026-05-24 10:57:11 -04:00
Raven Scott and Cursor
4da5e419d2
feat(agentctl): headless send/edit/delete guild messages (Phase 520)
...
Expose sendGuildMessage, editGuildMessage, and deleteGuildMessage on
HeadlessSession for autonomous messaging verification.
Co-authored-by: Cursor <[email protected] >
2026-05-24 10:52:33 -04:00
Raven Scott and Cursor
7a103bdcb3
feat(agentctl): headless searchGuildMessages and setSearchScope (Phase 519)
...
Expose guild search helpers on HeadlessSession for autonomous search
verification without the desktop UI.
Co-authored-by: Cursor <[email protected] >
2026-05-24 10:47:16 -04:00
Raven Scott and Cursor
4e54a0255a
feat(agentctl): add headless setPresenceStatus and setCustomStatus
...
Expose presence helpers on HeadlessSession for Phase 518 autonomous tests.
Co-authored-by: Cursor <[email protected] >
2026-05-24 10:38:06 -04:00
Raven Scott and Cursor
638c03a35d
feat(agentctl): add headless discovery list, publish, and join helpers
...
Expose listPublicDiscovery, publishDiscoveryListing, and joinPublicDiscovery
on HeadlessSession for Phase 517 autonomous discovery verification.
Co-authored-by: Cursor <[email protected] >
2026-05-24 10:32:46 -04:00
Raven Scott and Cursor
30e237f90b
feat(agentctl): headless edit and delete message steps
...
Add editMessageOnLastMessage and deleteMessageOnLastMessage scenario
steps for Phase 477 messaging verification.
Co-authored-by: Cursor <[email protected] >
2026-05-24 05:29:06 -04:00
Raven Scott and Cursor
d0bbf6cd2e
Add guildEmojiNamed and guildEmojiAbsent view wait matchers.
...
Supports agentctl emoji create/delete roundtrip scenarios in Phase 431.
Co-authored-by: Cursor <[email protected] >
2026-05-23 17:24:48 -04:00
Raven Scott and Cursor
8468893510
feat(agentctl): headless slash register and slashCommandsMin asserts
...
registerSlashCommands step and slashCommandsIncludes wait keys for Phase 430.
Co-authored-by: Cursor <[email protected] >
2026-05-23 17:05:18 -04:00
Raven Scott and Cursor
725d880ea1
feat(agentctl): headless channel webhook create and execute
...
Add guildWebhooksMin assert, token capture from channel-webhook-created
sidecar, and create/execute headless steps for Phase 429 scenarios.
Co-authored-by: Cursor <[email protected] >
2026-05-23 16:53:32 -04:00
Raven Scott and Cursor
0a888ec634
feat(agentctl): audit log wait keys and audit-export sidecar asserts
...
Support auditLogMin, auditLogExportFilter, auditLogIncludesAction waits
and audit-export sidecar matching with count and bodyIncludes.
Co-authored-by: Cursor <[email protected] >
2026-05-23 16:40:55 -04:00
Raven Scott and Cursor
398d453c57
feat(agentctl): expectIpcError, ban wait, automod dry-run assert keys
...
Support headless moderation scenarios: IPC error expectations, DB ban wait,
automodBlocked sidecar match, and view wait keys for automod/timeouts.
Co-authored-by: Cursor <[email protected] >
2026-05-23 16:33:52 -04:00
Raven Scott and Cursor
8bb79defdd
feat(agentctl): role and overwrite wait keys for Phase 426
...
Add guildCustomRolesMin, customRoleNamed, and
activeChannelOverwritesMin assert matchers.
Co-authored-by: Cursor <[email protected] >
2026-05-23 16:23:07 -04:00
Raven Scott and Cursor
3b0cdf5ad7
docs: Phase 425 presence agentctl scenarios (v0.8.388)
...
Co-authored-by: Cursor <[email protected] >
2026-05-23 16:15:42 -04:00
Raven Scott and Cursor
b1b1ca713c
feat(agentctl): sticker staging and Phase 423 emoji bundle
...
Add stageFixtureSticker, sendMessageWithStagedStickers, and
stickersOnLastMessageMin assert for headless sticker send flows.
Co-authored-by: Cursor <[email protected] >
2026-05-23 16:02:28 -04:00
Raven Scott and Cursor
a638118caf
feat(agentctl): joinFirstStage step for stage channel scenarios (v0.8.385)
...
Headless and attached run paths support join-stage IPC; used by
agentctl-stage-join.json in test:agentctl-phase422-voice.
Co-authored-by: Cursor <[email protected] >
2026-05-23 15:53:40 -04:00
Raven Scott and Cursor
f866cc48d7
feat(agentctl): attachment stage/send/preview headless steps (v0.8.384)
...
Add stageFixtureAttachment, sendMessageWithStagedAttachments, and preview
request steps; attachmentsOnLastMessageMin wait key and payloadType events.
Co-authored-by: Cursor <[email protected] >
2026-05-23 15:47:21 -04:00
Raven Scott and Cursor
2183248b14
feat(agentctl): reaction toggle step and wait matchers (v0.8.382)
...
Add toggleReactionOnLastMessage scenario step plus reactionsInclude and
reactionCountMin wait keys for Phase 419 headless verification.
Co-authored-by: Cursor <[email protected] >
2026-05-23 15:33:18 -04:00
Raven Scott and Cursor
c6990cff5a
Document agentctl voice leave roundtrip scenario.
...
Lists join-first-voice then leave-voice headless coverage added in v0.8.333.
Co-authored-by: Cursor <[email protected] >
2026-05-23 13:02:53 -04:00
Raven Scott and Cursor
d70fabcaca
docs(agentctl): forum search mesh stale refresh scenario (v0.8.285)
...
Co-authored-by: Cursor <[email protected] >
2026-05-23 09:41:04 -04:00
Raven Scott and Cursor
a9d4186b46
docs(agentctl): guild search mesh stale refresh scenario (v0.8.284)
...
Co-authored-by: Cursor <[email protected] >
2026-05-23 09:36:43 -04:00