feat(studio): package lifecycle UI — Duplicate / Adopt loose items / structure-only delete (ADR-0070 D4/D5/D6)#1983
Merged
Conversation
…structure-only delete (ADR-0070 D4/D5/D6) PackageDetailSheet: Duplicate (POST /duplicate), Adopt loose items (POST /adopt-orphans, D5 migration), keep-data choice on delete (?keepData). D6 guardrail test: scope selector never defaults to the Local sentinel. +i18n EN/ZH. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Contributor
✅ Console Performance Budget
📦 Bundle Size Report
Size Limits
|
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
The Studio user-facing affordances for ADR-0070 D4/D5/D6, wired to the kernel/API shipped in framework#2299 (duplicate) and framework#2301 (adopt-orphans).
PackageDetailSheet:POST /packages/:id/duplicate(clone a base into a new writable package — D4).POST /packages/:id/adopt-orphans(migrate package-less orphans into this base — D5).?keepData) — structure-only vs everything (D4 Q3).Local / Customsentinel.Tests
@object-ui/app-shell: 500 metadata-admin tests green (incl. new D6 guardrail);tscclean. (Browser verification of the new buttons is a light follow-up.)Completes the ADR-0070 D4/D5/D6 surface. Phase 6 (automated dogfood gate) is the last item.
🤖 Generated with Claude Code