feat(desktop): open threads via t3code:// deep links (overlay) - #254
Draft
patroza wants to merge 6 commits into
Draft
feat(desktop): open threads via t3code:// deep links (overlay)#254patroza wants to merge 6 commits into
patroza wants to merge 6 commits into
Conversation
patroza
pushed a commit
that referenced
this pull request
Jul 31, 2026
PR #173 was closed while the desktop overlay branch kept moving; stack validation requires the registered overlay PR number to stay open and draft.
patroza
force-pushed
the
t3-discord/f7d37879-desktop-deeplinks
branch
4 times, most recently
from
July 31, 2026 10:28
b431423 to
144204f
Compare
patroza
force-pushed
the
t3-discord/f7d37879-desktop-deeplinks
branch
from
July 31, 2026 10:30
144204f to
cac165a
Compare
patroza
pushed a commit
that referenced
this pull request
Jul 31, 2026
PR #173 was closed while the desktop overlay branch kept moving; stack validation requires the registered overlay PR number to stay open and draft.
patroza
force-pushed
the
fork/changes
branch
2 times, most recently
from
July 31, 2026 10:58
a36ceec to
8c9fe41
Compare
patroza
force-pushed
the
t3-discord/f7d37879-desktop-deeplinks
branch
from
July 31, 2026 10:59
cac165a to
8d852d4
Compare
patroza
pushed a commit
that referenced
this pull request
Jul 31, 2026
PR #173 was closed while the desktop overlay branch kept moving; stack validation requires the registered overlay PR number to stay open and draft.
patroza
force-pushed
the
t3-discord/f7d37879-desktop-deeplinks
branch
from
July 31, 2026 11:00
8d852d4 to
3047c76
Compare
patroza
pushed a commit
that referenced
this pull request
Jul 31, 2026
PR #173 was closed while the desktop overlay branch kept moving; stack validation requires the registered overlay PR number to stay open and draft.
patroza
force-pushed
the
t3-discord/f7d37879-desktop-deeplinks
branch
from
July 31, 2026 11:10
3047c76 to
bbef325
Compare
patroza
pushed a commit
that referenced
this pull request
Jul 31, 2026
PR #173 was closed while the desktop overlay branch kept moving; stack validation requires the registered overlay PR number to stay open and draft.
patroza
force-pushed
the
t3-discord/f7d37879-desktop-deeplinks
branch
from
July 31, 2026 11:19
bbef325 to
8945de8
Compare
patroza
force-pushed
the
t3-discord/f7d37879-desktop-deeplinks
branch
2 times, most recently
from
July 31, 2026 11:27
90c2879 to
83c9d08
Compare
patroza
force-pushed
the
t3-discord/f7d37879-desktop-deeplinks
branch
from
July 31, 2026 11:28
83c9d08 to
9a0ffda
Compare
patroza
force-pushed
the
t3-discord/f7d37879-desktop-deeplinks
branch
from
July 31, 2026 11:38
9a0ffda to
5e10d8a
Compare
patroza
force-pushed
the
t3-discord/f7d37879-desktop-deeplinks
branch
from
July 31, 2026 11:51
5e10d8a to
7ed69bb
Compare
patroza
force-pushed
the
t3-discord/f7d37879-desktop-deeplinks
branch
6 times, most recently
from
July 31, 2026 13:49
fec0dcc to
fec54ca
Compare
…tack (no docs reorg)
Restore pnpm-workspace.yaml catalog pins from fork/changes so frozen install matches the lockfile (avoid reapply-era 3.13.x clerk downgrade).
@clerk/electron 0.0.24 requires isPrimaryInstance on ClerkBridge; the overlay test mocks still returned only cleanup, failing desktop typecheck on integration.
Desktop overlay ElectronApp exposes requestSingleInstanceLock; compose fails typecheck when the shared mock omits it.
…racts The path-filtered desktop reapply carried a stale contracts/web tree that dropped ProjectContentMatch and related search RPC surfaces. Restore those from fork/changes so compose no longer regresses web typecheck.
Desktop reapply dropped hydratePosixHome from os-jank while tests still import it; restore the fork/changes implementation.
patroza
force-pushed
the
t3-discord/f7d37879-desktop-deeplinks
branch
from
July 31, 2026 16:17
fec54ca to
c33c762
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Permanent draft integration overlay for desktop / deep-link product (registered in
.github/pr-stack.jsonas overlay #173 historically).Replaces closed PR #173 after the branch tip moved during stack rewrite. Never merge this PR — compose picks up
t3-discord/f7d37879-desktop-deeplinksintofork/integration.Notes
fork/changes