Commit Graph
281 Commits
Author SHA1 Message Date
Raven Scott 5a74795a3f feat(phase698): role override CSV and effective permission export mesh parity (v0.8.673)
Add signed channel permission overwrite CSV mesh (RPC 114) and effective
permission export (RPC 115) with permission-csv UI, platform mixin, delivery
receipts, ui-flow IPC, agentctl journeys, and test:ci-phase698 regression bundle.
2026-06-03 02:31:05 -04:00
Raven Scott de1652ce36 feat(v0.8.672): Phase 697 invite link CSV and vanity URL mesh parity
Signed invite link CSV (listGuildInvites) and vanity URL export mesh follow
the OAuth/slash CSV pattern: invite-csv-ui, invite-csv-mixin, delivery-receipts
collections, guild gossip RPC 112/113, ui-flow IPC, deep link ?invite-csv=1,
invite-errors filter, and agentctl invite + vanity journeys.

Repairs app.js bot/slash/oauth modal corruption from prior session. Adds
test:ci-phase697, docs INVITE_LINK_CSV.md, RELEASE_v0.8.672, and Phase 698 roadmap.
2026-06-03 02:15:14 -04:00
Raven Scott 7a721ff20e feat(v0.8.671): Phase 696 OAuth grant CSV and install token mesh parity
Signed OAuth grant CSV (guild bots as application grants) and install
token export CSV follow the bot/slash CSV mesh pattern: oauth-csv-ui,
oauth-csv-mixin, delivery-receipts collections, guild gossip, ui-flow IPC,
deep link ?oauth-csv=1, oauth-errors dev filter, and agentctl journeys.

Adds test:ci-phase696 (static + boot + agentctl) and bumps app to 0.8.671.
Documents OAUTH_GRANT_CSV.md, RELEASE_v0.8.671, and opens Phase 697 on the roadmap.
2026-06-03 02:03:21 -04:00
Raven Scott 18d5f9d9a5 feat(v0.8.670): slash registry CSV and invoke audit mesh parity
Implement Phase 695 signed slash command registry CSV and slash invoke
audit export across delivery-receipts, platform gossip (RPC 108/109),
slash-csv-ui modal, agentctl journeys, and test:ci-phase695 regression.

Also backfill relay/worker CSV styles missing from pearcord.css and bump
phase687 boot gate to 0.8.670 for RELEASE_CI continuity.
2026-06-03 01:53:30 -04:00
Raven Scott 4540ba8a9f feat(v0.8.669): bot registry CSV and webhook execute mesh parity
Phase 694: bot-csv-ui, bot-csv-mixin, delivery-receipts bot/webhook CSV
collections, platform mesh APIs, guild RPC 106/107, deep link bot-csv,
agentctl bot registry and webhook execute journeys, test:ci-phase694.

Tighten bot-errors dev filter for bot.csv spans. Roadmap Phase 694 complete,
Phase 695 opened.
2026-06-03 01:41:25 -04:00
Raven Scott 740a16d2e3 feat(v0.8.667–0.8.668): relay CSV and worker release CSV mesh parity
Phase 692 (v0.8.667): digest relay handoff CSV, archive peer export mesh,
relay-csv-ui, relay-csv-mixin, agentctl relay journeys, test:ci-phase692.

Phase 693 (v0.8.668): worker release CSV, integration manifest export mesh,
worker-csv-ui, worker-csv-mixin, RPC 104/105, agentctl worker journeys,
test:ci-phase693.

Fix relay modal IPC (sync-digest-relay-handoff-csv), worker-errors filter,
and phase687 boot gate version pin. Roadmap: Phases 692–693 complete, Phase 694 opened.
2026-06-03 01:32:26 -04:00
Raven ScottandCursor 72d3a850a8 feat(ui-flow): digest CSV modal IPC and compliance export (v0.8.666)
Handle digest-csv-modal-open, sync-hook-failure-digest-csv,
clear-hook-failure-digest-csv, and export-compliance-snapshot with composer
focus after guild automation actions.

Co-authored-by: Cursor <[email protected]>
2026-06-03 01:13:56 -04:00
Raven ScottandCursor 518f44eff7 feat(audit-csv): audit-csv-modal-open and clear-mod-digest-notify IPC
Phase 690 composer blur and mod digest notify clear with pushState.

Co-authored-by: Cursor <[email protected]>
2026-06-03 01:06:25 -04:00
Raven ScottandCursor cd88473076 feat(health): health-modal-open and clear-digest-relay-handoff IPC
Phase 689 composer blur and Manage Server handoff clear with pushState.

Co-authored-by: Cursor <[email protected]>
2026-06-03 00:59:13 -04:00
Raven ScottandCursor 5e42292992 feat(ui-flow): receipt-modal-open and clear-delivery-receipts IPC (v0.8.663)
Blur composer on receipt modal open and route clear receipts to platform.

Co-authored-by: Cursor <[email protected]>
2026-06-03 00:53:41 -04:00
Raven ScottandCursor 3ba3608ed6 Add worker-modal-open IPC for composer blur after worker modal (Phase 687).
Mirror automation-modal-open pattern with pushState and worker-modal-opened
reply so the renderer restores composer focus after closing worker settings.

Co-authored-by: Cursor <[email protected]>
2026-06-03 00:41:53 -04:00
Raven ScottandCursor e8bd59d0c3 feat(automation): Phase 686 automation-modal-open IPC (v0.8.661)
Add automation-modal-open → automation-modal-opened route. Update README
for test:ci-phase686 bundle.

Co-authored-by: Cursor <[email protected]>
2026-06-03 00:34:05 -04:00
Raven ScottandCursor 3c86576e7d feat(webhooks): Phase 685 webhook-modal-open IPC (v0.8.660)
Add webhook-modal-open → webhook-modal-opened route. Update README for
test:ci-phase685 bundle.

Co-authored-by: Cursor <[email protected]>
2026-06-03 00:26:50 -04:00
Raven ScottandCursor 0cff22be9f feat(bots): Phase 684 bot-modal-open and uninstall-bot IPC (v0.8.659)
Add bot-modal-open → bot-modal-opened and uninstall-bot composer blur routes.
Update README for Phase 684 bundle test:ci-phase684.

Co-authored-by: Cursor <[email protected]>
2026-06-03 00:20:54 -04:00
Raven ScottandCursor 6756b1a08c feat(ui-flow): Phase 683 slash-modal-open IPC with composer blur
Handle slash-modal-open by pushing state and emitting slash-modal-opened.

Co-authored-by: Cursor <[email protected]>
2026-06-03 00:10:18 -04:00
Raven ScottandCursor 4cad60e4ae feat(ui-flow): member roles modal IPC and assign composer focus
Handle member-roles-modal-open blur and composer focus after
set-member-custom-roles (Phase 682 / v0.8.657).

Co-authored-by: Cursor <[email protected]>
2026-06-02 23:57:13 -04:00
Raven ScottandCursor fc868935f9 feat(ui-flow): permissions modal IPC and mentionable role patch
Handle permissions-modal-open composer blur and pass mentionable on
update-guild-custom-role (Phase 681 / v0.8.656).

Co-authored-by: Cursor <[email protected]>
2026-06-02 23:49:01 -04:00
Raven ScottandCursor 38c9034424 feat(ui-flow): announcement follow sidecar and cross-post retry IPC
Emit announcement-follow-changed after follow/unfollow and handle
retry-announcement-crosspost for failed mirror fanout (Phase 680).

Co-authored-by: Cursor <[email protected]>
2026-06-02 23:39:50 -04:00
Raven ScottandCursor 0d4bbcf87f feat(ui-flow): thread modal IPC and auto-archive on create-thread
Handle thread-modal-open sidecar blur and pass autoArchiveMinutes through
to platform.createThread (Phase 679 / v0.8.654).

Co-authored-by: Cursor <[email protected]>
2026-06-02 23:27:21 -04:00
Raven ScottandCursor f5656acca2 feat(ui-flow): invite modal IPC and revoke-invite for Phase 678
Add invite-modal-open composer blur handoff, revoke-invite handler with
composer focus restore, and pass ttlMs/maxUses through create-invite.

Co-authored-by: Cursor <[email protected]>
2026-06-02 23:11:28 -04:00
Raven ScottandCursor ac9fcfd4bf feat(ui-flow): unban-member and moderation-modal-open IPC for Phase 677
Wire unban member action and moderation modal open notifications for composer focus restore.

Co-authored-by: Cursor <[email protected]>
2026-06-02 22:56:48 -04:00
Raven ScottandCursor c766a22b8d feat(ui-flow): settings section change IPC for Phase 676
Emit settings-section-change and restore composer focus after settings modal
navigation so keyboard users return to the message composer cleanly.

Co-authored-by: Cursor <[email protected]>
2026-06-02 22:44:15 -04:00
Raven ScottandCursor 010d70ad40 feat(notifications): Phase 675 mark-notifications-read batch IPC (v0.8.650)
Add mark-notifications-read and restore-notifications-read handlers with
composer-focus-channel emission after batch mark-read for Discord parity.

Co-authored-by: Cursor <[email protected]>
2026-06-02 22:36:16 -04:00
Raven Scott b091f27517 feat(ui-flow): unified poll and schedule IPC with composer focus (Phase 674)
Route vote-poll/close-poll and scheduled message handlers to platform APIs;
emit legacy DM events for backward compat and composer-focus-channel after
poll/schedule actions.
2026-06-02 22:18:44 -04:00
Raven ScottandCursor dfba4a33c6 Phase 672: support toggle mode on update-forum-tag-filter IPC
Route msg.toggle to platform.toggleForumTagFilter for multi-select forum tag chips.

Co-authored-by: Cursor <[email protected]>
2026-06-02 21:54:24 -04:00
Raven ScottandCursor f0167fe8ca feat(v0.8.645): Phase 670 reorder-sticker-packs IPC for guild settings
Expose reorder-sticker-packs UI-flow operation for mod sticker pack
reordering from guild settings.

Co-authored-by: Cursor <[email protected]>
2026-06-02 20:59:57 -04:00
Raven ScottandCursor ad0a059c74 Phase 669: add remove-member-reaction IPC route.
Mods can remove another member's reaction via ui-flow IPC bridge.

Co-authored-by: Cursor <[email protected]>
2026-06-02 20:44:54 -04:00
Raven ScottandCursor f0fff31a12 Phase 668: composer embed prefetch IPC routes.
Wire composer-embed-prefetch and composer-embed-preview-clear to platform.

Co-authored-by: Cursor <[email protected]>
2026-06-02 20:34:20 -04:00
Raven ScottandCursor e0a01a0236 Phase 666: IPC for embed retry and composer IME composing state.
Wire retry-link-embed and composer-ime-composing to platform handlers.

Co-authored-by: Cursor <[email protected]>
2026-06-02 20:16:34 -04:00
Raven ScottandCursor c0a2e03c8f feat(ui-flow): attachment download, forward, and viewer IPC routes
Wire cancel-attachment-download, forward-attachment, open-attachment-in-viewer,
and attachment-download-progress polling for Phase 665 media gallery UX.

Co-authored-by: Cursor <[email protected]>
2026-06-02 19:50:52 -04:00
Raven ScottandCursor 04ad8a9e62 Phase 664: voice-note fetch and forward IPC handlers.
Wire fetch-voice-note-blob and forward-voice-note through ui-flow to
platform fetchVoiceNoteBlob and forwardVoiceNote.

Co-authored-by: Cursor <[email protected]>
2026-06-02 19:26:17 -04:00
Raven ScottandCursor 6191737259 Add IPC route for stage speaker to DM voice bridge.
Dispatches bridge-stage-speaker-to-dm and composer focus after DM open.

Co-authored-by: Cursor <[email protected]>
2026-06-02 17:30:38 -04:00
Raven ScottandCursor 32980958d8 Wire update-dm-scheduled-message IPC for Phase 659 edit flow.
Co-authored-by: Cursor <[email protected]>
2026-06-02 16:48:14 -04:00
Raven ScottandCursor 65c9eef2dd feat(ui-flow): handle restart-screen-share IPC for stream recovery
Wire restart-screen-share to platform.refreshScreenSharePreview so the
renderer can restart local capture or drop stale remote preview tiles.

Co-authored-by: Cursor <[email protected]>
2026-06-02 16:32:17 -04:00
Raven ScottandCursor 3dd16046ab Phase 408: export-channel-topic-preview UI-flow IPC
Wire export-channel-topic-preview dispatch to platform exportActiveChannelTopicPreview
and emit channel-topic-preview for deterministic automation.

Co-authored-by: Cursor <[email protected]>
2026-06-02 16:17:40 -04:00
Raven ScottandCursor 66159e7245 feat(ui-flow): preview-join-invite and create-guild templateId (Phase 663)
Route join invite preview IPC and pass templateId through create-guild.

Co-authored-by: Cursor <[email protected]>
2026-06-02 16:01:20 -04:00
Raven ScottandCursor 9e04b10dbc feat(ui-flow): staged attachment meta and reorder IPC
Handle update-staged-attachment-meta, reorder-staged-attachments, and
attachmentUiById on send-message.

Co-authored-by: Cursor <[email protected]>
2026-06-02 15:49:51 -04:00
Raven ScottandCursor 59bea992a2 fix(ui-flow): catch voice-note send errors for UI toast
Emit voice-note-send-error when sendVoiceNote fails so the renderer
can clear progress state and surface the failure.

Co-authored-by: Cursor <[email protected]>
2026-06-02 15:40:07 -04:00
Raven ScottandCursor 8525b48bbe Handle stage-voice-note and discard-voice-note IPC types.
Wire composer voice message staging through platform draft APIs.

Co-authored-by: Cursor <[email protected]>
2026-06-02 15:31:30 -04:00
Raven Scott c9e3a9a0cf Use local platform module dependency for workspace development.
Switch pearcord-platform from remote git URL to local file dependency so UI-flow changes resolve against in-workspace platform updates.
2026-06-02 10:41:26 -04:00
Raven ScottandCursor 03eeffe4bd feat(ui-flow): wire DM scheduled-message IPC routes
Add create/list/cancel/send-now dispatch handlers for DM scheduled messages
so renderer and agentctl can exercise queue operations through the standard
IPC contract.

Co-authored-by: Cursor <[email protected]>
2026-06-02 04:11:22 -04:00
Raven ScottandCursor 5450b0f4b3 feat(ui-flow): pass desired vote state for DM poll votes
Forward optional `voted` intent from renderer `vote-dm-poll` IPC payloads
to platform so vote application stays deterministic and idempotent.

Co-authored-by: Cursor <[email protected]>
2026-06-02 03:58:05 -04:00
Raven ScottandCursor 607d5fde6c feat(ui-flow): expose delete-dm-poll IPC event
Add `delete-dm-poll` dispatch handling to invoke platform `deleteDmPoll`
and emit `dm-poll-deleted` for renderer synchronization.

Co-authored-by: Cursor <[email protected]>
2026-06-02 03:43:20 -04:00
Raven ScottandCursor fa714a10ee feat(ui-flow): add close-dm-poll IPC route
Expose `close-dm-poll` dispatch to platform `closeDmPoll` and emit
`dm-poll-closed` for renderer reconciliation after close actions.

Co-authored-by: Cursor <[email protected]>
2026-06-02 03:36:41 -04:00
Raven ScottandCursor a7cdd19c3f feat(ui-flow): add edit-dm-poll IPC dispatch
Expose `edit-dm-poll` to route pre-vote poll edits from the renderer to
platform `editDmPoll`, returning a `dm-poll-edited` event for UI updates.

Co-authored-by: Cursor <[email protected]>
2026-06-02 03:27:17 -04:00
Raven ScottandCursor e1c78e296b feat(ui-flow): add vote-dm-poll IPC route
Wire renderer poll vote clicks to platform `voteDmPoll` and emit
`dm-poll-voted` acknowledgements for UI state refresh and diagnostics.

Co-authored-by: Cursor <[email protected]>
2026-06-02 03:20:57 -04:00
Raven ScottandCursor 2993e14262 feat(ui-flow): expose DM thread P2P audit IPC event
Add `audit-dm-thread-p2p` dispatch handling and emit
`dm-thread-p2p-audit` results sourced from platform diagnostics.
Document the new IPC contract for phase658 closure.

Co-authored-by: Cursor <[email protected]>
2026-06-02 03:07:52 -04:00
Raven ScottandCursor 618d5a0cf0 feat(ui-flow): bridge-forum-to-dm and consume prefill IPC v0.8.637
Wire forum DM bridge and composer prefill consumption for Phase 658.

Co-authored-by: Cursor <[email protected]>
2026-06-02 01:48:14 -04:00
Raven Scott 4877bd81e4 feat(ui-flow): composer focus after accept-dm-voice, video pushState 2026-06-02 01:13:31 -04:00
Raven Scott 0c1579739d feat(ui-flow): dismiss-dm-rekey-notice IPC handler 2026-06-02 01:06:40 -04:00