Commit Graph
337 Commits
Author SHA1 Message Date
Raven ScottandCursor 922cfe7136 Phase 827: guild 4-peer mesh message fanout (v0.8.794)
Add connectGuildMeshQuad, runGuildMeshQuadMessageJourney, and meshQuadReady
matcher for host + three guest cross-join fanout tests.

Co-authored-by: Cursor <[email protected]>
2026-06-04 03:36:54 -04:00
Raven ScottandCursor 08e946e70e Phase 826: guild 3-peer single-peer churn rejoin mesh recovery (v0.8.793)
Add partial mesh drop/reconnect helpers and runGuildMeshTripleChurnRejoinJourney
with meshChurnSurvivorReady and meshRecoveryBurstReady matchers.

Co-authored-by: Cursor <[email protected]>
2026-06-04 03:31:23 -04:00
Raven ScottandCursor efe0151a35 Phase 825: guild 3-peer composite recovery burst journey (v0.8.792)
Add runGuildMeshTripleRecoveryBurstJourney with disconnect/reconnect,
offline recovery + sync burst on all peers, and meshRecoveryBurstReady matcher.

Co-authored-by: Cursor <[email protected]>
2026-06-04 03:26:38 -04:00
Raven ScottandCursor ff3052d26b Phase 824: triple guild mesh sync burst journey
Add runGuildMeshTripleSyncBurstJourney and meshSyncBurstReady matcher so
agentctl verifies requestGuildSyncBurst({ clearPushHalt: true }) on host
and both guests after connectGuildMeshTriple.

Co-authored-by: Cursor <[email protected]>
2026-06-04 00:34:57 -04:00
Raven ScottandCursor 32cf441c5c Phase 823: runGuildMeshTriplePushHaltClearJourney (v0.8.790).
Adds meshPushNotHalted and meshPushHalted matchers for triple-peer
push-halt clear contract after clearGuildSyncPushHalt on all peers.

Co-authored-by: Cursor <[email protected]>
2026-06-04 00:27:43 -04:00
Raven ScottandCursor 03f0477a27 Phase 822: runGuildMeshTripleTopologyJourney (v0.8.789).
Adds meshStabilityPeerCountMin matcher and triple-peer topology emit
contract for guild-mesh-topology on all three mesh peers.

Co-authored-by: Cursor <[email protected]>
2026-06-04 00:19:49 -04:00
Raven ScottandCursor bad82698c4 Phase 821: runGuildMeshTripleAckWatermarkJourney (v0.8.788).
Adds guildSyncWatermarkPresent and guildSyncAckPeersMin matchers for
triple-peer ACK watermark fanout contract after mesh message delta.

Co-authored-by: Cursor <[email protected]>
2026-06-04 00:13:04 -04:00
Raven ScottandCursor 0b296583ac Phase 820: runGuildMeshTripleMemberRosterCompleteJourney (v0.8.787).
Adds memberDisplayNameIncludes matcher and triple-peer roster sync
complete contract with memberRosterSyncPctMin on both guests.

Co-authored-by: Cursor <[email protected]>
2026-06-04 00:06:45 -04:00
Raven ScottandCursor ccab9c0ab7 Phase 819: runGuildMeshTripleSyncPendingJourney (v0.8.786).
Adds guildSyncNotPending and guildSyncGossipOutboxMax matchers for
triple-peer history sync pending contract after outbox flush.

Co-authored-by: Cursor <[email protected]>
2026-06-04 00:00:46 -04:00
Raven ScottandCursor 733dba6c7e Phase 818: runGuildMeshTripleSyncHealthJourney (v0.8.785).
Adds guildSyncHealthRailPresent matcher and triple-peer sync health
contract after _refreshGuildSyncHealthCounts and mesh fanout.

Co-authored-by: Cursor <[email protected]>
2026-06-03 23:54:32 -04:00
Raven ScottandCursor 84eaef5f4b Phase 817: runGuildMeshTripleOfflineRecoveryJourney (v0.8.784).
3-peer offline recovery contract verifies meshReconnectReady and message
retention on both guests after triple reconnect and runOfflineRecoverySync.

Co-authored-by: Cursor <[email protected]>
2026-06-03 23:44:59 -04:00
Raven ScottandCursor 7b2b0aeb76 Phase 816: harden 3-peer partition heal mesh journey.
Add partitionHealComplete matcher and runGuildMeshTriplePartitionHealHardenedJourney with mesh and heal checkpoints on all peers.

Co-authored-by: Cursor <[email protected]>
2026-06-03 23:38:17 -04:00
Raven ScottandCursor 790011ca58 Phase 815: add 3-peer guild loading mesh journey.
Both guests must clear guildLoading with mesh peers and active channel after triple connect and sync fanout.

Co-authored-by: Cursor <[email protected]>
2026-06-03 23:32:50 -04:00
Raven ScottandCursor dbe1bcb047 Phase 814: add 3-peer guild message delta mesh journey.
Triple connect clears push halt, fanouts sync, and verifies host messages on both guests via activeChannelMessageIncludes.

Co-authored-by: Cursor <[email protected]>
2026-06-03 23:27:14 -04:00
Raven ScottandCursor 3fc1b5883f Phase 813: add 3-peer guild member roster mesh journey.
Both guests must reach membersMin 3 after triple connect and sync fanout for CI roster hardening.

Co-authored-by: Cursor <[email protected]>
2026-06-03 23:22:17 -04:00
Raven ScottandCursor 738a5d4b1c Phase 812: add 3-peer guild presence mesh journey.
Host idle presence must propagate to both guests on triple mesh with peerPresenceStatus matchers for CI hardening.

Co-authored-by: Cursor <[email protected]>
2026-06-03 23:16:56 -04:00
Raven ScottandCursor 99f99d1b01 feat(agentctl): runGuildMeshTripleUnreadJourney for Phase 811
3-peer channel unread journey with channelUnreadMin matchers on both guests.

Co-authored-by: Cursor <[email protected]>
2026-06-03 23:09:40 -04:00
Raven ScottandCursor 3eb996678d feat(agentctl): runGuildMeshTripleVoiceOccupancyJourney for Phase 810
3-peer voice occupancy journey with voiceChannelPeersMin on both guests.

Co-authored-by: Cursor <[email protected]>
2026-06-03 23:06:30 -04:00
Raven ScottandCursor db3a7b1302 feat(agentctl): disconnectGuildMeshTriple and triple reconnect journey (Phase 809)
3-peer full mesh drop and reconnect; both guests reach meshReconnectReady.

Co-authored-by: Cursor <[email protected]>
2026-06-03 23:03:30 -04:00
Raven ScottandCursor 01aa787af2 feat(agentctl): runGuildMeshTripleMemberRolesJourney for Phase 808
3-peer custom role assignment; both guests see target member role badge.

Co-authored-by: Cursor <[email protected]>
2026-06-03 23:00:38 -04:00
Raven ScottandCursor eaabe0af14 feat(agentctl): runGuildMeshTripleTypingJourney for Phase 807
3-peer typing gossip journey with typingUsersIncludes matchers on both guests.

Co-authored-by: Cursor <[email protected]>
2026-06-03 22:58:07 -04:00
Raven ScottandCursor 661885ce02 feat(agentctl): runGuildMeshTripleReactionsJourney for Phase 806
3-peer reaction journey with messageReactionIncludes matchers on both guests.

Co-authored-by: Cursor <[email protected]>
2026-06-03 22:55:32 -04:00
Raven ScottandCursor 8b9269fed1 feat(agentctl): runGuildMeshTriplePinsJourney for Phase 805
3-peer pin journey with channelPinIncludes matchers on both guests.

Co-authored-by: Cursor <[email protected]>
2026-06-03 22:52:48 -04:00
Raven ScottandCursor d4ac4fa215 feat(agentctl): runGuildMeshTripleSoundJourney for Phase 804
3-peer sound upsert journey with guildSoundNamed matchers on both guests.

Co-authored-by: Cursor <[email protected]>
2026-06-03 22:50:20 -04:00
Raven ScottandCursor e94eb9370a feat(agentctl): runGuildMeshTripleStickerJourney for Phase 803
3-peer sticker upsert journey with guildStickerNamed matchers on both guests.

Co-authored-by: Cursor <[email protected]>
2026-06-03 22:48:59 -04:00
Raven ScottandCursor 58d640a96a feat(agentctl): 3-peer custom emoji mesh journey (Phase 802)
runGuildMeshTripleEmojiJourney verifies guildEmojiNamed on both guests.

Co-authored-by: Cursor <[email protected]>
2026-06-03 22:46:47 -04:00
Raven ScottandCursor f8115d0543 feat(agentctl): 3-peer channel lifecycle create+delete journey (Phase 801)
runGuildMeshTripleChannelLifecycleJourney verifies absent channel on both guests.

Co-authored-by: Cursor <[email protected]>
2026-06-03 22:44:23 -04:00
Raven ScottandCursor 7e37a30833 feat(agentctl): guild mesh channel lifecycle journeys (Phase 800)
2-peer create/delete and 3-peer create fanout with guildChannelNamed matchers.

Co-authored-by: Cursor <[email protected]>
2026-06-03 22:41:52 -04:00
Raven ScottandCursor 44780a274d feat(agentctl): 3-peer channel settings slowmode journey (Phase 799)
runGuildMeshTripleChannelSettingsJourney verifies slowmode on both guests.

Co-authored-by: Cursor <[email protected]>
2026-06-03 22:38:25 -04:00
Raven ScottandCursor 2c7780eb3a feat(agentctl): 3-peer channel topic and forum tag journey (Phase 798)
runGuildMeshTripleChannelTopicJourney verifies topic and palette on both guests.

Co-authored-by: Cursor <[email protected]>
2026-06-03 22:35:34 -04:00
Raven ScottandCursor b3728acc96 feat(agentctl): channel topic and forum tag mesh journey (Phase 797)
runGuildMeshChannelTopicJourney with activeChannelTopicIncludes and forumTagPaletteMin.

Co-authored-by: Cursor <[email protected]>
2026-06-03 22:32:30 -04:00
Raven ScottandCursor fdafa9345d feat(agentctl): 3-peer partition heal journey and matchers (Phase 796)
runGuildMeshTriplePartitionHealJourney with partitionHealIdle and presencePeersMin.

Co-authored-by: Cursor <[email protected]>
2026-06-03 22:29:21 -04:00
Raven ScottandCursor c0f268f147 feat(agentctl): 3-peer mesh message journey and triple exports (Phase 795)
Add runGuildMeshTripleMessageJourney, activeChannelMessageIncludes matcher,
and export connectGuildMeshTriple for multi-peer guild mesh tests.

Co-authored-by: Cursor <[email protected]>
2026-06-03 22:25:37 -04:00
Raven ScottandCursor 571823da51 feat(agentctl): guild channel settings mesh journey (Phase 794)
Add channelSlowmodeAt matcher and runGuildMeshChannelSettingsJourney for
2-peer slowmode propagation over guild mesh.

Co-authored-by: Cursor <[email protected]>
2026-06-03 22:21:45 -04:00
Raven ScottandCursor 8c158fe914 feat(agentctl): guild sound mesh journey and guildSoundNamed matcher (Phase 793)
Add runGuildMeshSoundJourney for 2-peer soundboard propagation verification
and wait diagnostics for guild sound counts.

Co-authored-by: Cursor <[email protected]>
2026-06-03 22:16:37 -04:00
Raven ScottandCursor de8f77bcd7 Phase 792: runGuildMeshPinsJourney and channel pin matchers.
Two-peer mesh journey verifies host pin appears in guest channel pins view.

Co-authored-by: Cursor <[email protected]>
2026-06-03 22:09:54 -04:00
Raven ScottandCursor 1466da1184 Phase 791: runGuildMeshStickerJourney and guildStickerCount diagnostics.
Two-peer mesh journey verifies remote custom sticker appears in guest view.

Co-authored-by: Cursor <[email protected]>
2026-06-03 22:04:21 -04:00
Raven ScottandCursor 462186a16e Phase 790: runGuildMeshEmojiJourney and guildCustomEmojiCount diagnostics.
Two-peer mesh journey verifies remote custom emoji appears in guest view.

Co-authored-by: Cursor <[email protected]>
2026-06-03 21:59:12 -04:00
Raven ScottandCursor f1a80e21f5 Phase 789: agentctl guild mesh reactions journey (v0.8.756)
Add messageReactionIncludes matcher and runGuildMeshReactionsJourney for
2-peer message + reaction gossip verification.

Co-authored-by: Cursor <[email protected]>
2026-06-03 21:51:41 -04:00
Raven ScottandCursor 11a6f1855e Phase 788: mesh reconnect journey and disconnect helper (v0.8.755)
Add disconnectGuildMeshPeers, runGuildMeshReconnectJourney, and matchers
meshReconnectReady and meshPeersExact.

Co-authored-by: Cursor <[email protected]>
2026-06-03 21:46:16 -04:00
Raven ScottandCursor 0981275bd3 Phase 787: agentctl guild member roles mesh journey (v0.8.754)
Add memberCustomRolesIncludes and guildCustomRolesMin matchers,
runGuildMeshMemberRolesJourney, and wait-diagnostics role counts.

Co-authored-by: Cursor <[email protected]>
2026-06-03 21:40:25 -04:00
Raven ScottandCursor 2714838133 Phase 786: agentctl guild typing mesh journey (v0.8.753)
Add typingUsersIncludes matcher, runGuildMeshTypingJourney for 2-peer gossip,
and wait-diagnostics typingUserCount checkpoint.

Co-authored-by: Cursor <[email protected]>
2026-06-03 21:36:10 -04:00
Raven ScottandCursor b9a16f06cd Phase 785: voice occupancy mesh journey and matcher
Add runGuildMeshVoiceOccupancyJourney and voiceChannelPeersMin matcher.

Co-authored-by: Cursor <[email protected]>
2026-06-03 21:30:04 -04:00
Raven ScottandCursor aaeb8ce896 Phase 784: guild mesh unread journey and matchers
Add runGuildMeshUnreadJourney, channelUnreadMin, guildUnreadBadgeMin,
and wait diagnostics for mesh unread verification.

Co-authored-by: Cursor <[email protected]>
2026-06-03 21:25:49 -04:00
Raven ScottandCursor f24315cd71 Phase 783: message delta journey and sync progress matchers
Add runGuildMeshMessageDeltaJourney, guildSyncProgressPctMin, and
activeChannelMessagesMin for 2-peer guild message propagation tests.

Co-authored-by: Cursor <[email protected]>
2026-06-03 21:20:59 -04:00
Raven ScottandCursor f3beece04c Phase 782: agentctl presence matchers and 2-peer mesh journey
Add peerPresenceStatus, presencePeersMin, presenceVectorSizeMin matchers,
wait diagnostics fields, and runGuildMeshPresenceJourney for idle propagation.

Co-authored-by: Cursor <[email protected]>
2026-06-03 21:17:00 -04:00
Raven ScottandCursor 30ea35f448 feat(mesh): member roster matchers and 2-peer mesh journey (v0.8.748)
Add membersMin, memberRosterSyncComplete, meshPeersMin matchers and
runGuildMeshMemberRosterJourney for guild mesh roster verification.

Co-authored-by: Cursor <[email protected]>
2026-06-03 21:11:23 -04:00
Raven ScottandCursor 86f01b74c0 feat(permissions): effective inspector polish and cross-links (v0.8.746)
Phase 779 adds copy effective-permissions deep links with optional memberId,
live breakdown refresh while the inspector is open, and a cross-link to
channel permissions for the focused role. Closes deferred P778-42.

Co-authored-by: Cursor <[email protected]>
2026-06-03 16:03:15 -04:00
Raven ScottandCursor 3d3d9b3de8 feat(agentctl): add runEffectivePermDeepLinkRoleFocusJourney for Phase 778
Validates ?effective=1&roleId= deep link parsing and platform
effectivePermFocusRoleId navigation handoff.

Co-authored-by: Cursor <[email protected]>
2026-06-03 15:58:53 -04:00
Raven ScottandCursor eed7a374ca feat(agentctl): add runChannelPermDeepLinkRoleFocusJourney for Phase 777
Validates pearcord://g/.../c/...?permissions=1&roleId= parsing and
platform navigateDeepLink channelPermFocusRoleId handoff.

Co-authored-by: Cursor <[email protected]>
2026-06-03 15:49:44 -04:00