Commit Graph
100 Commits
Author SHA1 Message Date
Raven ScottandCursor 70e0ac4175 Add agentctl journey for stage speaker DM bridge.
runStageSpeakerDmBridgeJourney validates bridgeStageSpeakerToDmVoice and dm mode switch.

Co-authored-by: Cursor <[email protected]>
2026-06-02 17:30:39 -04:00
Raven ScottandCursor 7fb98e5f80 Add agentctl journey for DM poll fixture export/import.
Verifies DmPollStore round-trip, dmPollEngine, and platform fixture APIs after voting.

Co-authored-by: Cursor <[email protected]>
2026-06-02 17:18:00 -04:00
Raven ScottandCursor f3bda865cd Extend DM scheduled message agentctl journeys for Phase 659.
Cover edit-before-cancel in the base journey and add daily recurrence
re-queue verification after send-now delivery.

Co-authored-by: Cursor <[email protected]>
2026-06-02 17:09:15 -04:00
Raven ScottandCursor b2ca40d5b8 Add session-ready composer autofocus headless journey.
Exposes runComposerSessionReadyAutofocusJourney for Phase 660 focus-path
regression coverage alongside existing DM friend-open focus journeys.

Co-authored-by: Cursor <[email protected]>
2026-06-02 16:58:57 -04:00
Raven ScottandCursor 558b11914e Add Phase 409 agentctl perf summary and wait retry diagnostics.
Append perfSummary to scenario results; enrich wait timeouts with final
view snapshots via wait-diagnostics.js.

Co-authored-by: Cursor <[email protected]>
2026-06-02 16:41:48 -04:00
Raven ScottandCursor ebe27ae602 Phase 408: agentctl metrics matchers and topic export journey
Add waitMetrics step, matchView keys for workerPoll/viewBuildStats/meshStatusSummary/
platformCapabilities, toastIncludes sidecar matcher, press step stub, and
runChannelTopicExportJourney for headless topic+description export verification.

Co-authored-by: Cursor <[email protected]>
2026-06-02 16:17:41 -04:00
Raven ScottandCursor 97fa50ba93 feat(agentctl): Phase 663 onboarding and join-preview journeys
Add runOnboardingBranchSelectionJourney and runJoinInvitePreviewJourney
for headless smoke coverage of needsGuild and invite preview paths.

Co-authored-by: Cursor <[email protected]>
2026-06-02 16:01:21 -04:00
Raven ScottandCursor 84d9ffb3c3 feat(agentctl): media staging reorder journey for Phase 662
Add runMediaStagingReorderJourney and stageAttachmentFromBuffer helper.

Co-authored-by: Cursor <[email protected]>
2026-06-02 15:49:52 -04:00
Raven ScottandCursor 5c5930d57a feat(agentctl): voice-note happy-path and cancel journeys
Add stageVoiceNoteFromBuffer, sendStagedVoiceNote, discardStagedVoiceNote,
and runVoiceNoteHappyPathJourney / runVoiceNoteCancelJourney for P662-45/46.

Co-authored-by: Cursor <[email protected]>
2026-06-02 15:40:08 -04:00
Raven ScottandCursor dde0a6d1ca Add log sentinel verification and Phase 661 scenario step parity.
Export verifyLogSentinel with waitLogSentinel on headless, server, and client;
extend matchView for activeChannelId and dm preview matchers; add sendDmMessage
scenario step and server channel-select helpers for attached runs.

Co-authored-by: Cursor <[email protected]>
2026-06-02 15:25:52 -04:00
Raven ScottandCursor cc9022501d Add manualCheckpoint and assertSource scenario DSL steps.
First-class human validation checkpoints with env/auto ack support,
plus assertSource for worker wiring verification in headless scenarios.

Co-authored-by: Cursor <[email protected]>
2026-06-02 15:03:03 -04:00
Raven ScottandCursor 3fb37af5ad Add waitLogContains matcher for agentctl scenario runs.
Introduce bounded log polling in attached and headless scenario runners so startup hardening can be asserted directly from structured pearcord.log lines.

Co-authored-by: Cursor <[email protected]>
2026-06-02 11:01:07 -04:00
Raven ScottandCursor 1a40cd8b88 Restore agentctl runtime compatibility across Node and Bare.
Add a runtime helper and gate module loading so preflight/doctor/ping run in Node without pulling Bare-only modules, while preserving Bare paths for headless flows and worker-attached startup.

Co-authored-by: Cursor <[email protected]>
2026-06-02 10:56:39 -04:00
Raven Scott aeb1841871 Align agentctl lockfile with local workspace dependencies.
Track resolved dependency updates including local platform linkage used in attached runtime workflows.
2026-06-02 10:41:30 -04:00
Raven ScottandCursor 99ec49ec85 Add agentctl heartbeat/startup events and handshake metadata.
This extends ping with handshake graph metadata and emits runtime liveness/startup sidecar events so attached diagnostics can verify readiness progression and module graph parity in real time.

Co-authored-by: Cursor <[email protected]>
2026-06-02 09:35:56 -04:00
Raven ScottandCursor 5584473a07 Surface worker listening evidence in agentctl doctor output.
This reads the latest agentctl listening line from pearcord.log for attached diagnostics and adds a one-shot live harness workflow to streamline readiness, ping, and view verification.

Co-authored-by: Cursor <[email protected]>
2026-06-02 09:22:05 -04:00
Raven ScottandCursor 3a27b70a0a Add agentctl preflight/doctor/readiness diagnostics for attached runs.
This hardens live troubleshooting with structured error codes, bounded ping retry/wait-listening behavior, and clearer remediation hints for missing modules and disabled PEARCORD_AGENTCTL runtime wiring.

Co-authored-by: Cursor <[email protected]>
2026-06-02 09:19:17 -04:00
Raven ScottandCursor 878e1d5da8 Harden agentctl local module resolution and recovery guidance.
Add explicit sidecar dependency wiring for Bare runtime resolution, refresh lockfile linkage, and document the module reinstall runbook so autonomous live testing can recover quickly from `MODULE_NOT_FOUND` drift.

Co-authored-by: Cursor <[email protected]>
2026-06-02 07:59:05 -04:00
Raven ScottandCursor 192accb7cb feat(agentctl): add DM scheduled-message journey
Add `runDmScheduledMessageJourney` to validate queue creation, listing,
immediate send override, and cancellation in headless DM flows.

Co-authored-by: Cursor <[email protected]>
2026-06-02 04:11:23 -04:00
Raven ScottandCursor 19e623ceb3 feat(agentctl): assert idempotent poll vote and unread neutrality
Expand DM poll journey coverage to verify duplicate desired-state vote apply
is stable and poll updates do not create synthetic unread or mention alert
inflation in DM contexts.

Co-authored-by: Cursor <[email protected]>
2026-06-02 03:58:05 -04:00
Raven ScottandCursor 38809e0d5f feat(agentctl): verify DM poll delete and dm_thread poll vote path
Extend DM poll journey to assert poll deletion removes the message and add
thread-scoped DM poll coverage by creating/voting on a poll inside `dm_thread`.

Co-authored-by: Cursor <[email protected]>
2026-06-02 03:43:21 -04:00
Raven ScottandCursor 2ffec0e696 feat(agentctl): verify DM poll close-state vote blocking
Extend `runDmPollVoteJourney` to cover close-state behavior by closing an
active poll and asserting subsequent votes fail with a closed-poll error.

Co-authored-by: Cursor <[email protected]>
2026-06-02 03:36:42 -04:00
Raven ScottandCursor a5693586f2 feat(agentctl): cover anonymous and edit-guard poll journey
Extend `runDmPollVoteJourney` to validate anonymous poll creation and
assert poll edit is blocked after first vote, tightening Phase 659
headless verification depth.

Co-authored-by: Cursor <[email protected]>
2026-06-02 03:27:17 -04:00
Raven ScottandCursor 580545891c feat(agentctl): add DM poll vote journey
Add `runDmPollVoteJourney` to validate single-choice replacement and
multi-select retention behavior in headless DM sessions.

Co-authored-by: Cursor <[email protected]>
2026-06-02 03:20:57 -04:00
Raven ScottandCursor dbac96077c feat(agentctl): add DM thread P2P audit journey
Add `runDmThreadP2PAuditJourney()` to validate DM thread topic safety
from headless sessions and fail when any non-P2P topic signature appears.
Update README with phase658 closure test coverage.

Co-authored-by: Cursor <[email protected]>
2026-06-02 03:07:52 -04:00
Raven ScottandCursor f0070cdcd3 feat(agentctl): add DM thread archive/unarchive journey v0.8.638
Add `runDmThreadArchiveJourney` to verify DM thread archive toggles update
`THREAD_META.archived` true/false over IPC `archive-thread`.

Co-authored-by: Cursor <[email protected]>
2026-06-02 02:58:19 -04:00
Raven ScottandCursor f1651b87a4 feat(agentctl): runForumDmBridgeJourney v0.8.638
Add / update the Phase 658 batch 2 headless journey to validate the forum→DM bridge
composer prefill flow in CI-style agentctl runs.

Co-authored-by: Cursor <[email protected]>
2026-06-02 02:46:14 -04:00
Raven ScottandCursor 0903259cdf feat(agentctl): runDmThreadForkJourney smoke v0.8.637
Headless journey forks a DM message into dm_thread and asserts panel metadata.

Co-authored-by: Cursor <[email protected]>
2026-06-02 01:48:14 -04:00
Raven ScottandCursor a711b7cb1b feat(agentctl): group remove rekey journey smoke v0.8.635
Add runGroupDmRemoveMemberRekeyJourney for E2E rekey banner validation.

Co-authored-by: Cursor <[email protected]>
2026-06-02 01:23:41 -04:00
Raven Scott 5f8edc352f feat(agentctl): DM voice accept and video live journeys
runDmVoiceAcceptJourney and runDmVideoLiveJourney for Phase 657 smokes.
2026-06-02 01:13:32 -04:00
Raven Scott 510832b805 feat(agentctl): assert dmSessionRekey after group add member 2026-06-02 01:06:41 -04:00
Raven Scott bc3f33f51a feat(agentctl): DM voice live and group add-member journeys
runDmVoiceLiveJourney and runGroupDmAddMemberJourney for Phase 656 smokes.
2026-06-02 01:01:40 -04:00
Raven ScottandCursor 352d49cc3e Add Phase 656 agentctl journeys for global presence and dm-meta.
Headless runGlobalPresenceTwoPeerJourney and runHyperDbDmMetaMigrationJourney
support autonomous Phase 656 regression testing.

Co-authored-by: Cursor <[email protected]>
2026-06-02 00:49:56 -04:00
Raven ScottandCursor 177aaa4a5d feat(agentctl): DM pins, reactions, and guild-heal open journeys
Add runDmPinsAndReactionJourney, runDmOpenWithGuildsJourney, and openHome
for Phase 655 closure regression coverage.

Co-authored-by: Cursor <[email protected]>
2026-06-02 00:36:15 -04:00
Raven ScottandCursor a2728309dd feat(agentctl): DM friend-open and group-rename headless journeys (Phase 655)
Add runDmFriendOpenComposerFocusJourney and runGroupDmRenameJourney for
autonomous inbox regression alongside existing sidebar search journey.

Co-authored-by: Cursor <[email protected]>
2026-06-02 00:25:18 -04:00
Raven ScottandCursor a053929245 feat(agentctl): runDmSidebarSearchJourney for Phase 655 DM inbox soak
Co-authored-by: Cursor <[email protected]>
2026-06-02 00:14:34 -04:00
Raven Scott 174c48c16e docs(readme): Phase 654 — 50-item swarm/repl/sync plan active; manual agentctl primary testing + composer UI polish verified
Per core rules (agentctl non-auto interaction, doc accuracy, roadmap first). Cross-ref PLATFORM_ROADMAP + platform/app commits.
2026-06-01 23:54:23 -04:00
Raven ScottandCursor 4c4c8f5ac1 feat(agentctl): 8-peer mesh fanout journey for Phase 653 (v0.8.625)
Triple-group mesh connect and 8-token fanout soak for production federation live verification.

Co-authored-by: Cursor <[email protected]>
2026-06-01 22:25:41 -04:00
Raven ScottandCursor d7b4685ede Phase 652: 3-peer partition heal live and mesh churn scale soak journeys.
Add runPartitionHeal3PeerLiveJourney and runMeshChurnScaleSoakJourney for CI and live mesh validation.

Co-authored-by: Cursor <[email protected]>
2026-06-01 22:07:57 -04:00
Raven ScottandCursor 9298004693 docs(agentctl): Phase 651 swarm replication bundle notes
Document test:phase651-swarm-replication and partition heal discoveryScoped.

Co-authored-by: Cursor <[email protected]>
2026-06-01 21:59:56 -04:00
Raven ScottandCursor 31c11586fa feat(agentctl): federation stability and hub ingest journeys
Add runFederationStabilitySoakJourney and runFederationHubIngestJourney for
Phase 650 federation mesh validation.

Co-authored-by: Cursor <[email protected]>
2026-06-01 21:53:11 -04:00
Raven ScottandCursor 680632a1d8 feat(agentctl): federation mesh soak journey for Phase 649
Expose exportFederationSyncDiagnostics and runFederationMeshSoakJourney for
headless federation/discovery validation.

Co-authored-by: Cursor <[email protected]>
2026-06-01 21:47:19 -04:00
Raven ScottandCursor 9dcee908da feat(agentctl): multi-guild mesh soak journey for Phase 648 (v0.8.620)
Adds runMultiGuildMeshSoakJourney and exportMultiGuildSyncDiagnostics for headless verification.

Co-authored-by: Cursor <[email protected]>
2026-06-01 21:41:30 -04:00
Raven ScottandCursor 023c02c55e Phase 647: production mesh soak headless journey.
Add runProductionMeshSoakJourney and exportPartitionHealDiagnostics wrapper for agentctl production verification.

Co-authored-by: Cursor <[email protected]>
2026-06-01 21:34:19 -04:00
Raven ScottandCursor 1b4c1f1b31 feat(agentctl): runPartitionHealJourney for split-brain heal
Headless journey injects equal-seq presence conflict, runs partition
heal, and exports diagnostics for Phase 646 verification.

Co-authored-by: Cursor <[email protected]>
2026-06-01 21:17:35 -04:00
Raven ScottandCursor f91ad35354 feat(agentctl): runLargeGuildMemberJourney for Phase 645
Headless journey seeds 120+ members, verifies partial bundle, requests
member page, and exports roster sync diagnostics.

Co-authored-by: Cursor <[email protected]>
2026-06-01 21:09:47 -04:00
Raven ScottandCursor d8834a162a feat(agentctl): add replication compact headless journey
runReplicationCompactJourney exercises create-thread, archive, and
_lastReplicationCompact for Phase 644 smoke and live diagnostics.

Co-authored-by: Cursor <[email protected]>
2026-06-01 21:00:59 -04:00
Raven ScottandCursor 812db83b2f Document Phase 643 mesh churn bundle in agentctl README.
Note test:phase643-mesh-churn and mesh stability IPC additions for autonomous testing.

Co-authored-by: Cursor <[email protected]>
2026-06-01 20:48:52 -04:00
Raven ScottandCursor eb4ee20c45 Add 3-peer mesh helpers and offline recovery agentctl journeys (Phase 641).
connectGuildMeshTriple/Group for stability smokes; runOfflineRecoverySyncJourney and runMeshStabilityJourney for mesh recovery testing.

Co-authored-by: Cursor <[email protected]>
2026-06-01 20:07:48 -04:00
Raven ScottandCursor 7a859886ea Add runAuditSidecarExportJourney for sidecar cursor testing.
Co-authored-by: Cursor <[email protected]>
2026-06-01 19:54:35 -04:00
Raven ScottandCursor 64e9488d07 Add runSettingsMeshHealthJourney for settings mesh sync testing.
Headless journey calls syncSettingsMesh and verifies view.settingsMeshStats
for agent-driven multi-device guild sync health validation.

Co-authored-by: Cursor <[email protected]>
2026-06-01 19:47:11 -04:00
Raven ScottandCursor acf865ee28 feat(agentctl): guild sync diagnostics journey for discovery debugging
Add runGuildSyncDiagnosticsJourney to refresh health and export sync
diagnostics after explore join or mesh troubleshooting.

Co-authored-by: Cursor <[email protected]>
2026-06-01 19:41:24 -04:00
Raven ScottandCursor 96a1fecc5e feat(agentctl): export mesh-cluster for guild sync smokes (v0.8.604)
Package export for PearcordMeshCluster; mesh-guild-sync scenario docs.

Co-authored-by: Cursor <[email protected]>
2026-06-01 18:24:47 -04:00
Raven ScottandCursor 6308f2aff1 feat(agentctl): exportGuildSyncDiagnostics headless helper
Expose platform sync diagnostics export for mesh/sync validation scenarios.

Co-authored-by: Cursor <[email protected]>
2026-06-01 18:08:37 -04:00
Raven ScottandCursor 1becb410f0 feat(agentctl): getGuildSyncHealth and requestGuildSyncFromHost helpers
Headless helpers for diagnosing mesh sync and nudging GUILD_SYNC_REQUEST.

Co-authored-by: Cursor <[email protected]>
2026-06-01 17:54:23 -04:00
Raven ScottandCursor 90c0dca930 Add getGuildSyncHealth headless helper for P2P sync verification.
Refreshes local message/member counts before returning platform sync health.

Co-authored-by: Cursor <[email protected]>
2026-06-01 17:27:15 -04:00
Raven ScottandCursor 4f3849e083 feat(agentctl): add headless deleteGuild helper
Co-authored-by: Cursor <[email protected]>
2026-06-01 15:22:51 -04:00
Raven Scott 338cc8fea5 feat(search): Phase 627 search hub depth (v0.8.590)
Extend search hub/panel live regions with active channel context and mesh
notes; tighten search-errors reaction bleed exclusion; refresh composer
search hints for hub and panel; platform guild.search.cache/mesh spans
include activeChannelId; agentctl and phase627 smoke bundle.
2026-06-01 15:05:24 -04:00
Raven ScottandCursor 431091121a docs: Phase 626 reaction hub agentctl bundle
Co-authored-by: Cursor <[email protected]>
2026-05-24 20:10:30 -04:00
Raven ScottandCursor 9e43ab8fbe docs: Phase 625 threads hub agentctl bundle
Document createThreadFromLastMessage refreshView re-verify and
test:agentctl-phase625-threads chain.

Co-authored-by: Cursor <[email protected]>
2026-05-24 20:05:42 -04:00
Raven ScottandCursor a65a3f8b9d docs: Phase 624 expression agentctl refreshView bundle (v0.8.587)
Co-authored-by: Cursor <[email protected]>
2026-05-24 19:52:19 -04:00
Raven ScottandCursor a21adb3d91 docs: Phase 623 stickers agentctl refreshView bundle (v0.8.586)
Co-authored-by: Cursor <[email protected]>
2026-05-24 19:48:18 -04:00
Raven ScottandCursor 8f97ff3076 docs(agentctl): Phase 622 emoji refreshView bundle entry
Document test:agentctl-phase622-emoji chain for emoji hub depth
re-verification of upsert and remove flows.

Co-authored-by: Cursor <[email protected]>
2026-05-24 19:30:44 -04:00
Raven ScottandCursor d74e269901 docs(agentctl): Phase 621 automation refreshView bundle entry
Document test:agentctl-phase621-automation chain for automation hub depth
re-verification of upsert, delete, dry-run, and export flows.

Co-authored-by: Cursor <[email protected]>
2026-05-24 19:25:37 -04:00
Raven ScottandCursor 185d8ab74e docs(agentctl): Phase 620 bots refreshView bundle entry
Document test:agentctl-phase620-bots chain for bots hub depth
re-verification of install, verify, and message flows.

Co-authored-by: Cursor <[email protected]>
2026-05-24 19:21:52 -04:00
Raven ScottandCursor 8d94db1aa2 docs(agentctl): Phase 619 slash refreshView bundle entry
Document test:agentctl-phase619-slash chain for slash hub depth
re-verification of register, delete, and invoke flows.

Co-authored-by: Cursor <[email protected]>
2026-05-24 19:18:02 -04:00
Raven ScottandCursor 28c87169c1 docs(agentctl): Phase 618 webhooks refreshView bundle entry
Document test:agentctl-phase618-webhooks chain for webhook hub depth
re-verification of create, delete, and execute flows.

Co-authored-by: Cursor <[email protected]>
2026-05-24 19:13:45 -04:00
Raven ScottandCursor 98cc6c5a62 docs(agentctl): Phase 617 compliance refreshView bundle entry
Document test:agentctl-phase617-compliance chain for compliance hub depth
re-verification of export, archive fetch, and digest schedule flows.

Co-authored-by: Cursor <[email protected]>
2026-05-24 19:07:39 -04:00
Raven ScottandCursor 0aea75d22e docs: Phase 616 audit hub depth agentctl bundle reference
Document test:agentctl-phase616-audit chaining phase602 refreshView
re-verification for the audit hub depth bundle.

Co-authored-by: Cursor <[email protected]>
2026-05-24 18:59:40 -04:00
Raven ScottandCursor e7c8b9fda8 docs: Phase 615 moderation hub depth agentctl bundle reference
Document test:agentctl-phase615-moderation chaining phase601 refreshView
re-verification for the moderation hub depth bundle.

Co-authored-by: Cursor <[email protected]>
2026-05-24 18:53:58 -04:00
Raven ScottandCursor 4a30b69809 docs: Phase 614 pins hub depth agentctl bundle reference
Document test:agentctl-phase614-pins chaining phase587 pin refreshView
re-verification for the pins hub depth bundle.

Co-authored-by: Cursor <[email protected]>
2026-05-24 18:45:26 -04:00
Raven ScottandCursor bd2466f6b0 docs: note Phase 612–613 agentctl hub bundles in README
Co-authored-by: Cursor <[email protected]>
2026-05-24 18:29:38 -04:00
Raven ScottandCursor 89c6b8c87b fix(agentctl): refreshView after createThreadFromLastMessage (v0.8.574)
Ensure headless scenario steps see updated thread channel state
after create-thread IPC for Phase 611 verification.

Co-authored-by: Cursor <[email protected]>
2026-05-24 18:22:28 -04:00
Raven ScottandCursor c3939f570f docs: Phase 610 expression agentctl refreshView bundle (v0.8.573)
Co-authored-by: Cursor <[email protected]>
2026-05-24 18:17:57 -04:00
Raven ScottandCursor 3cfc82a2da docs: Phase 609 stickers agentctl refreshView bundle (v0.8.572)
Co-authored-by: Cursor <[email protected]>
2026-05-24 18:14:49 -04:00
Raven ScottandCursor 27d8b21e7c docs: Phase 608 emoji agentctl refreshView bundle (v0.8.571)
Co-authored-by: Cursor <[email protected]>
2026-05-24 18:12:07 -04:00
Raven ScottandCursor 49fd0737a4 docs: Phase 607 automation agentctl refreshView bundle (v0.8.570)
Co-authored-by: Cursor <[email protected]>
2026-05-24 18:09:03 -04:00
Raven ScottandCursor 424107a7d7 docs: Phase 606 bots agentctl README note (v0.8.569)
Co-authored-by: Cursor <[email protected]>
2026-05-24 18:04:08 -04:00
Raven ScottandCursor 4bae5321ac docs: Phase 605 slash agentctl README note (v0.8.568)
Co-authored-by: Cursor <[email protected]>
2026-05-24 18:00:11 -04:00
Raven ScottandCursor 8c759f3cfe docs: Phase 604 webhooks agentctl README note (v0.8.567)
Co-authored-by: Cursor <[email protected]>
2026-05-24 17:56:31 -04:00
Raven ScottandCursor 7a0bdec392 docs: Phase 603 compliance agentctl README note (v0.8.566)
Co-authored-by: Cursor <[email protected]>
2026-05-24 17:53:17 -04:00
Raven ScottandCursor 530879220e feat(agentctl): add setAuditExportSchedule with refreshView for Phase 602
Headless setAuditExportSchedule wraps platform.setAuditExportSchedule
and refreshes view for audit hub agentctl smoke verification.

Co-authored-by: Cursor <[email protected]>
2026-05-24 17:43:11 -04:00
Raven ScottandCursor bc2b687fe2 feat(agentctl): add setAutomodConfig with refreshView for Phase 601
Headless setAutomodConfig wraps platform.setAutomodConfig and refreshes
view for moderation hub agentctl smoke verification.

Co-authored-by: Cursor <[email protected]>
2026-05-24 17:38:14 -04:00
Raven ScottandCursor 5e1d01e9e9 docs: Phase 600 agentctl roles hub bundle in README
Document test:agentctl-phase600-roles chaining create/update/reorder/
member role refreshView re-verify.

Co-authored-by: Cursor <[email protected]>
2026-05-24 17:33:44 -04:00
Raven ScottandCursor 550cdee61b docs: Phase 599 agentctl permissions hub bundle in README
Document test:agentctl-phase599-permissions chaining updateGuildCustomRole
refreshView re-verify alongside create/delete/overwrite helpers.

Co-authored-by: Cursor <[email protected]>
2026-05-24 17:29:01 -04:00
Raven ScottandCursor d373e46d24 docs: Phase 598 agentctl settings refreshView bundle note
Co-authored-by: Cursor <[email protected]>
2026-05-24 17:22:43 -04:00
Raven ScottandCursor 17d6dc4a86 docs: Phase 597 agentctl session refreshView bundle note
Co-authored-by: Cursor <[email protected]>
2026-05-24 17:18:18 -04:00
Raven ScottandCursor 10f639db54 docs: Phase 596 agentctl onboarding refreshView bundle note
Co-authored-by: Cursor <[email protected]>
2026-05-24 17:13:42 -04:00
Raven ScottandCursor 4191d5350f docs: Phase 595 agentctl createGroupDm refreshView re-verify note
Document test:agentctl-phase595-dms bundle chaining phase565 DMs smokes.

Co-authored-by: Cursor <[email protected]>
2026-05-24 17:09:23 -04:00
Raven ScottandCursor fa0921de27 feat(agentctl): blockContact headless op for Phase 594 hub bundle
Add blockContact with refreshView and document test:agentctl-phase594-contacts.

Co-authored-by: Cursor <[email protected]>
2026-05-24 17:02:59 -04:00
Raven ScottandCursor f899779b17 docs: Phase 593 discovery hub agentctl bundle entry
Document test:agentctl-phase593-discovery bundle chaining phase563 smokes.

Co-authored-by: Cursor <[email protected]>
2026-05-24 16:58:29 -04:00
Raven ScottandCursor ee97090f50 docs: Phase 592 presence hub agentctl bundle entry
Document test:agentctl-phase592-presence bundle chaining phase562 smokes.

Co-authored-by: Cursor <[email protected]>
2026-05-24 16:52:54 -04:00
Raven ScottandCursor 0660177afe docs: Phase 591 soundboard hub agentctl bundle entry
Document test:agentctl-phase591-soundboard bundle chaining phase561 smokes.

Co-authored-by: Cursor <[email protected]>
2026-05-24 16:49:02 -04:00
Raven ScottandCursor 3fa8323da0 docs: Phase 590 screen hub agentctl bundle entry
Document test:agentctl-phase590-screen bundle chaining phase526 smokes.

Co-authored-by: Cursor <[email protected]>
2026-05-24 16:40:54 -04:00
Raven ScottandCursor ca14de21da docs: Phase 589 stage hub agentctl bundle entry
Document test:agentctl-phase589-stage bundle chaining phase525 stage smokes.

Co-authored-by: Cursor <[email protected]>
2026-05-24 16:35:36 -04:00
Raven ScottandCursor 3daea7d29f docs: Phase 588 voice hub agentctl bundle entry
Document test:agentctl-phase588-voice bundle chaining phase524 voice smokes.

Co-authored-by: Cursor <[email protected]>
2026-05-24 16:31:25 -04:00
Raven ScottandCursor bffd2e0d3d feat(agentctl): pinGuildMessage/unpinGuildMessage refreshView (Phase 587)
Headless pin/unpin helpers call refreshView after mutations for agentctl
hub-depth verification.

Co-authored-by: Cursor <[email protected]>
2026-05-24 16:26:22 -04:00
Raven ScottandCursor 676daad6ef docs(agentctl): Phase 586 search hub bundle (v0.8.549)
Co-authored-by: Cursor <[email protected]>
2026-05-24 16:18:40 -04:00
Raven ScottandCursor 3c2ed4c5c0 docs(agentctl): Phase 585 reaction hub bundle (v0.8.548)
Co-authored-by: Cursor <[email protected]>
2026-05-24 16:14:19 -04:00
Raven ScottandCursor e2cd17e250 docs(agentctl): Phase 584 messaging hub bundle (v0.8.547)
Co-authored-by: Cursor <[email protected]>
2026-05-24 16:10:27 -04:00