feat(wasteland): Phase 2 — Core API + Onboarding (Issue #1810)#2003
Merged
jrf0110 merged 2 commits intowasteland-stagingfrom Apr 4, 2026
Merged
Conversation
…p helper - Create trpc/init.ts with TRPCContext, analyticsProcedure, procedure, and adminProcedure (no gastownAccess gate — wasteland is simpler) - Create trpc/schemas.ts with WastelandOutput, WastelandMemberOutput, WastelandCredentialStatusOutput, WastelandConfigOutput and rpcSafe wrappers - Create trpc/ownership.ts with resolveWastelandOwnership checking user/org/admin - Add @hono/trpc-server dependency to package.json - Add 'trpc' to WastelandDelivery type in analytics.util.ts - Extend WastelandDO stub with getConfig() signature for type compatibility
…ng-issue-1810/efb11dc9/gt/maple/1c611506' into convoy/phase-2-core-api-onboarding-issue-1810/efb11dc9/head # Conflicts: # cloudflare-wasteland/src/dos/WastelandDO.stub.ts # cloudflare-wasteland/src/trpc/init.ts # cloudflare-wasteland/src/trpc/schemas.ts # cloudflare-wasteland/src/util/analytics.util.ts
44 tasks
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (0 files)
Reviewed by gpt-5.4-20260305 · 91,104 tokens |
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
Merges the Phase 2 convoy branch (
efb11dc9) intowasteland-stagingto reconcile branch history. The Phase 2 code was previously merged via PR #1849, but a late commit on the convoy head branch (8e0c363e— tRPC init, schemas, and ownership helper) was merged into the head branch after the PR landed. This PR ensures the convoy head branch is a proper ancestor ofwasteland-staging.Phase 2 work delivered (via PR #1849):
wasteland_config,wasteland_credentials,wasteland_members,wasteland_wanted_cacheconfig.ts,credentials.ts,members.ts,wanted-cache.tsinit.ts,schemas.ts,ownership.ts,router.tscreateWasteland,listWastelands,getWasteland,deleteWasteland,adminListWastelands,updateWastelandConfig,storeCredential,getCredentialStatus,deleteCredential,listMembers,addMember,removeMember,updateMember,browseWantedBoard,getWantedItem,refreshWantedBoardwasteland.worker.tswith auth middleware@hono/trpc-serverdependency addedWASTELAND_REGISTRYbinding added towrangler.jsoncCloses the Phase 2 convoy landing gap (same bug as Phase 1).
Ref: #1810