feat(cli,showcase): ADR-0008 Phase 3 — os package install + marketplace in the open single-env example#1755
Merged
Conversation
…ce in the open single-env example - New `os package install <manifest-id|artifact.json>` CLI command: catalog mode (runtime resolves from its configured catalog) and air-gapped inline mode (compiled artifact sent in-body, no catalog). Signs in to the TARGET runtime via better-auth (--email/--password, Origin header for the CSRF check). - app-showcase wires @objectstack/cloud-connection explicitly (proxy + install-local + cloud-connection + runtime-config) — the reference wiring for an open single-environment deployment with a marketplace. OS_CLOUD_URL=off disables; air-gapped installs keep working. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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-0008 Phase 3(framework 侧)
1.
os package install(新 CLI 命令)os package install com.acme.crm [--version]—— 目标运行时从它配置的 catalog 解析并装进自己内核os package install ./dist/objectstack.json—— 编译产物 inline 上送,零 catalog 依赖2. app-showcase 接市场(开源单环境参考 wiring)
@objectstack/cloud-connection(proxy + install-local + cloud-connection + runtime-config);OS_CLOUD_URL=off可关E2E 验证(本地真栈)
com.local.sample@1.0.0local.airgap.demo@0.0.1/_console市场页 —— 目录渲染 + Installed v1.0.0 徽章 + Installed (2) 列表注:lockfile 的 showcase importer 已随 #1751/#1754 在 main(共享 checkout 时序),本 PR 不再改 lockfile。
后续(cloud 侧另 PR):catalog manifest 端点按 manifest_id 解析 + 匿名限流。
🤖 Generated with Claude Code