Skip to content

chore: remove typescript studio package#2023

Merged
LNSD merged 1 commit intomainfrom
lnsd/chore-typescript-drop-studio
Mar 25, 2026
Merged

chore: remove typescript studio package#2023
LNSD merged 1 commit intomainfrom
lnsd/chore-typescript-drop-studio

Conversation

@LNSD
Copy link
Contributor

@LNSD LNSD commented Mar 25, 2026

Studio is unmaintained, unused (built for the hackathon), and JS/TS development has moved to a separate repo.

  • 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

Note

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 studio functionality.

Overview
Removes the unmaintained typescript/studio React app and the associated Studio module code under typescript/amp, including server/API pieces and the studio CLI subcommand.

Cleans up TypeScript project wiring and packaging by dropping Studio-related build/dev tooling (e.g., tsx), updating tsconfig references, and removing the StudioModel re-export from @edgeandnode/amp’s public API.

Written by Cursor Bugbot for commit cf300a6. This will update automatically on new commits. Configure here.

@LNSD LNSD requested review from cmwhited, fordN and fubhy March 25, 2026 12:35
@LNSD LNSD self-assigned this Mar 25, 2026
@LNSD LNSD force-pushed the lnsd/chore-typescript-drop-studio branch from ac859dc to cf300a6 Compare March 25, 2026 13:47
@fubhy
Copy link
Contributor

fubhy commented Mar 25, 2026

"No plan to revive it" is not entirely accurate. But yes, it should be moved to the amp-typescript repository.

@LNSD
Copy link
Contributor Author

LNSD commented Mar 25, 2026

"No plan to revive it" is not entirely accurate. But yes, it should be moved to the amp-typescript repository.

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>
@LNSD LNSD force-pushed the lnsd/chore-typescript-drop-studio branch from cf300a6 to 9e463a0 Compare March 25, 2026 14:23
@cursor
Copy link

cursor bot commented Mar 25, 2026

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.

@LNSD LNSD merged commit 03b1052 into main Mar 25, 2026
15 of 16 checks passed
@LNSD LNSD deleted the lnsd/chore-typescript-drop-studio branch March 25, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants