Merged
Conversation
ac859dc to
cf300a6
Compare
Contributor
|
"No plan to revive it" is not entirely accurate. But yes, it should be moved to the amp-typescript repository. |
fubhy
approved these changes
Mar 25, 2026
Contributor
Author
Sorry, my bad. I meant that. |
Studio is unmaintained, unused (built for the hackathon), and JS/TS development has moved to a separate repo with no plans to revive it. - Delete `typescript/studio/` React app and all its sources, tests, and assets - Delete `typescript/amp/src/studio/` module (`Model`, `FoundryQueryableEventResolver`, etc.) - Remove `studio` CLI subcommand and its server/API implementation - Remove studio build scripts and `tsx` devDependency from `typescript/amp` - Drop `StudioModel` re-export from `@edgeandnode/amp` public API Signed-off-by: Lorenzo Delgado <lorenzo@edgeandnode.com>
cf300a6 to
9e463a0
Compare
|
You have used all of your free Bugbot PR reviews. To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial. |
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.
Studio is unmaintained, unused (built for the hackathon), and JS/TS development has moved to a separate repo.
typescript/studio/React app and all its sources, tests, and assetstypescript/amp/src/studio/module (Model,FoundryQueryableEventResolver, etc.)studioCLI subcommand and its server/API implementationtsxdevDependency fromtypescript/ampStudioModelre-export from@edgeandnode/amppublic APINote
Medium Risk
Moderate risk because this is a removal/breaking change: it deletes the Studio app/module and drops related CLI/API/export surface, which may impact any downstream users or scripts still relying on
studiofunctionality.Overview
Removes the unmaintained
typescript/studioReact app and the associated Studio module code undertypescript/amp, including server/API pieces and thestudioCLI subcommand.Cleans up TypeScript project wiring and packaging by dropping Studio-related build/dev tooling (e.g.,
tsx), updatingtsconfigreferences, and removing theStudioModelre-export from@edgeandnode/amp’s public API.Written by Cursor Bugbot for commit cf300a6. This will update automatically on new commits. Configure here.