Add Streetscape plugin to Pascal - #628
Merged
Merged
Conversation
Register @pascal-app/plugin-streetscape (pinned by commit) alongside the trees and mint plugins: plugin discovery + host panel at bootstrap, Next transpilation, and Tailwind @source so its panel styles compile. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Override creator/pluginUrl at registration — the upstream manifest points at a pascalorg repo that doesn't exist. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Upstream converted the 37 PNG catalog thumbnails (~17 MB) to webp/svg (~630 KB), bringing the packed CLI back under its release budget, and fixed pluginUrl/repository metadata — keep only the creator-name override. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
@pascal-app/plugin-streetscapeby immutable commit (3c885bf).streetscapePluginvia plugin discovery andstreetscapeHostPanelat bootstrap, add the package to Next transpilation and Tailwind@source.The plugin is self-contained — ~38 procedural node kinds (road networks, street/area/pedestrian lighting, utility poles + wire spans, traffic signals, signs, and roadside infrastructure) plus one left-rail panel. No API proxy route, env vars, or backend needed (unlike mint).
Tested
bun run check-types— 10/10 tasks green🤖 Generated with Claude Code
Note
Low Risk
Editor-only plugin wiring with no auth, API, or data-path changes; main risk is bundle size and any runtime issues inside the external package.
Overview
Wires the Streetscape third-party node pack into the editor app the same way as trees and mint.
Adds
@pascal-app/plugin-streetscape(GitHub pin) and registersstreetscapePluginviaextendPluginDiscoveryplusstreetscapeHostPanelat bootstrap, overriding the panel creator metadata to credit Sudhir Yadav. Next is configured to transpile the package, and Tailwind@sourceincludes the plugin so its UI classes are picked up. Lockfile also records the new dependency (and unrelated workspace version bumps for CLI/MCP).Reviewed by Cursor Bugbot for commit 19cfb1d. Bugbot is set up for automated code reviews on this repo. Configure here.