chore(cli): stop default-loading @objectstack/studio app package#2663
Merged
Conversation
feat(studio): per-object API / Hooks / Actions tabs + Data-pillar polish (#2330) objectui@c27bd3264f394bec5f5f71326118bfb115fbe884
os dev / os start / os serve no longer register the Studio one-app package by default. The console ships a dedicated Studio surface at /_console/studio/<pkg>/<pillar>, so Studio no longer needs to exist as a navigable app tile in "Your apps". Setup and Account app packages are unchanged. The @objectstack/studio package itself is kept (still registerable explicitly; ADR-0048 app-split test continues to cover it). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📓 Docs Drift CheckThis PR changes 2 package(s): 15 hand-written doc(s) reference the affected code and may need an implementation-accuracy re-verification:
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
os-zhuang
added a commit
that referenced
this pull request
Jul 21, 2026
chore: release packages (#2663) objectui@9a5f016f7d5c6cd1f4ce1aa0b2ccad1f5ea14e4a
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
os dev/os start/os serveno longer default-load the@objectstack/studioone-app package. The console now ships a dedicated Studio surface at/_console/studio/<package-id>/<pillar>, so Studio no longer needs to exist as a navigable app tile in the console home "Your apps" list.Removed the
@objectstack/studioentry from the two ADR-0048 default app-registration loops:packages/cli/src/commands/serve.ts(the shared boot path foros dev/os start/os serve)packages/plugins/plugin-dev/src/dev-plugin.ts(dev-plugin boot path)Setup and Account app packages are unchanged. The
@objectstack/studiopackage itself is kept — it's still registerable explicitly, and the ADR-0048 app-split test continues to cover it.Verification
@objectstack/cli,@objectstack/plugin-dev, and the fullexample-showcasedependency graph.packages/cli/src/adr-0048-app-split.test.ts(4/4) — studio package still registers when used explicitly.example-showcasefrom this branch:@objectstack/setup,@objectstack/account— no@objectstack/studio.GET /api/v1/meta/appreturns 3 apps:showcase_app,setup,account— studio absent (this endpoint is the data source for the home "Your apps" tiles).🤖 Generated with Claude Code