docs(adr-0006): Phase 1 — mark framework cloud-plugin duplicates @deprecated#1717
Merged
Merged
Conversation
…recated ADR-0006 Phase 1 (去重声明) + ADR-0007 ⑤ "宣告 canonical". The cloud repo's `@objectstack/objectos-runtime` is the canonical source for these plugins; `apps/objectos` already uses it, and its marketplace-install-local copy is AHEAD of this one (ADR-0036 `seeds:` rename). This marks the framework's DUPLICATE copies @deprecated and points to the canonical cloud copies. Scope (ADR D5 delete-set only): MarketplaceProxyPlugin, MarketplaceInstallLocalPlugin, RuntimeConfigPlugin, cloud-url. NOT EnvironmentDriverRegistry / KernelManager — those are retained contracts (D3), handled in Phase 3/5. These copies are STILL load-bearing: the framework CLI `serve.ts` dynamically imports them for cloud-dev serve mode. The banners explicitly say DO NOT DELETE until ADR-0006 Phase 4 decouples the CLI — Phase 1 is a declaration only. No behavior change: JSDoc @deprecated tags only. Runtime build (incl. DTS) and `@objectstack/runtime` tests (381) stay green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
xuyushun441-sys
pushed a commit
that referenced
this pull request
Jun 14, 2026
fix(home): link into apps by package-id route segment (ADR-0048) (#1717) objectui@a57191189db232b6f59c2f6dbf61f214187a24bf
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.
ADR-0006 Phase 1 — 去重声明 (also ADR-0007 ⑤ "宣告 canonical")
Low-risk, declaration-only step of the multi-tenant runtime boundary refactor (cloud ADR-0006). The cloud repo's
@objectstack/objectos-runtimeis the canonical source for these plugins —apps/objectosalready uses it, and itsmarketplace-install-localcopy is ahead of this one (ADR-0036seeds:rename). This marks the framework's duplicate copies@deprecatedand points consumers at the canonical cloud copies.Scope (ADR D5 delete-set only)
@deprecatedon:MarketplaceProxyPlugin,MarketplaceInstallLocalPlugin,RuntimeConfigPlugin,cloud-url(DEFAULT_CLOUD_URL/resolveCloudUrl) — file-level (above each export) and on thepackages/runtime/src/index.tsre-exports.Deliberately NOT deprecated:
EnvironmentDriverRegistry/KernelManager— those are retained generic contracts (ADR D3), converged later in Phase 3/5.These copies are STILL load-bearing — do not delete yet
The framework CLI
serve.tsdynamically imports these for cloud-dev serve mode, and the cloud app itself boots via the framework CLI. Each banner says explicitly: DO NOT DELETE until ADR-0006 Phase 4 decouples the CLI. Phase 1 is a declaration only; deletion is Phase 4.Safety
JSDoc tags only — no behavior change, no API removed.
pnpm --filter @objectstack/runtime build(incl. DTS) succeeds;@objectstack/runtimetests 381 passed.🤖 Generated with Claude Code