refactor(mobile): finish shared cloud task adoption#3608
Draft
richardsolomou wants to merge 1 commit into
Draft
Conversation
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
|
React Doctor found 10 issues in 2 files · 10 warnings. 10 warnings
Reviewed by React Doctor for commit |
richardsolomou
changed the base branch from
main
to
posthog-code/share-cloud-task-foundations
July 21, 2026 11:38
richardsolomou
force-pushed
the
posthog-code/share-mobile-cloud-task-core
branch
from
July 21, 2026 11:39
71a9410 to
bc3432b
Compare
richardsolomou
force-pushed
the
posthog-code/share-cloud-task-foundations
branch
from
July 21, 2026 12:30
8c39d0e to
f08bac5
Compare
richardsolomou
force-pushed
the
posthog-code/share-mobile-cloud-task-core
branch
from
July 21, 2026 12:34
bc3432b to
469e7c2
Compare
richardsolomou
changed the base branch from
posthog-code/share-cloud-task-foundations
to
posthog-code/share-cloud-task-engine
July 21, 2026 12:35
2 tasks
richardsolomou
force-pushed
the
posthog-code/share-cloud-task-engine
branch
from
July 21, 2026 13:46
2dafbcd to
1b48f46
Compare
Generated-By: PostHog Code Task-Id: 40c57a59-b4e1-4760-8e56-ecd03e9c2f0f
richardsolomou
force-pushed
the
posthog-code/share-mobile-cloud-task-core
branch
from
July 21, 2026 13:58
469e7c2 to
70e84e9
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.
Problem
After the shared contracts, transport, policies, and session engine are adopted, mobile still has static model configuration and several inbox, task API, parsing, and type wrappers around those packages.
Depends on #3624
Refs #2416
Changes
I switched mobile to the authenticated live model catalog and shared configuration policy, moved the remaining inbox consumers onto canonical contracts, and removed the residual task API, prompt, parser, and type wrappers. This PR contains the final mobile/UI adoption only; the reusable logic lives in the prerequisite PRs.
How did you test this?
Automatic notifications
Created with PostHog Code