feat(tangle-cloud): finish blueprint tier 2 host rollout#3157
Merged
Conversation
✅ Deploy Preview for tangle-leaderboard ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for tangle-dapp ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for tangle-cloud ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
This was referenced Apr 23, 2026
Merged
6 tasks
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.
What changed
This PR finishes the remaining hosted blueprint tier 2 rollout for
tangle-cloudand folds in the stale dependency/workflow bumps that were still open separately.It adds the shared
blueprintUimetadata contract parsing path, carries the parsed contract through indexed blueprint metadata, and surfaces the hosted blueprint contract details on blueprint and service pages. The tier boundary stays intact: tier 2 remains declarative/shared-host plus optional publisher link-out, while tier 3 BYOdApp embedding is still not enabled in-process.It also supersedes the older Dependabot PRs by bumping:
@storybook/addon-essentialsfrom8.6.12to8.6.14actions/setup-nodefrom6.3.0to6.4.0@nx/jestfrom20.8.0to22.6.1styfle/cancel-workflow-actionfrom0.12.1to0.13.1Why
Two related blueprint-host PRs were already merged, but the local tier 2 closeout work never made it up because the original branch had a workflow auth/push problem. This branch replays the remaining delta onto current
develop, fixes the push-gate formatting issues, and publishes the dependency bumps in one mergeable branch.Validation
The repository push hook completed successfully and ran:
Additional targeted validation run locally before push:
yarn nx run tangle-cloud:typecheckyarn nx run tangle-cloud:buildSupersedes
This PR supersedes: