docs(design): workspace dependencies published by Supermarket - #1132
Draft
sheepbox8646 wants to merge 3 commits into
Draft
docs(design): workspace dependencies published by Supermarket#1132sheepbox8646 wants to merge 3 commits into
sheepbox8646 wants to merge 3 commits into
Conversation
sheepbox8646
force-pushed
the
workspace-deps/00-docs
branch
3 times, most recently
from
September 6, 2026 08:17
1a26ee5 to
7b13a81
Compare
Design for moving agent CLIs out of the workspace image contract into a server-pinned, user-visible dependency manager, revised for the direct Codex/Claude Code runtimes (#1110-#1112). The plan groups the work into five stacked code PRs with per-PR file lists, tests and merge conditions, and documents the gh-stack workflow used to land them. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017sihinqYWYNmZ9K842WqDJ
…aseline plus overlay Agent CLIs are managed like every other dependency (latest by default, explicit version, upstream update checks, rollback); the server protocol snapshot no longer drives any alignment. Runtime dependencies keep the image copy as a baseline and may install a managed overlay that wins on PATH; removing the overlay returns to the image version. Adds the PATH precedence rule and the new stack layer for these changes. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017sihinqYWYNmZ9K842WqDJ
Flat, installed-only list on the bot page; discovery and installation in Supermarket via a bot-independent catalog endpoint; icons as icon-library identifiers; the tab lives in the capability group; and the UI copy rules (same shape and action set for every dependency, no provenance labels, no limitation blurbs, localized names, optional version input). Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017sihinqYWYNmZ9K842WqDJ
sheepbox8646
force-pushed
the
workspace-deps/00-docs
branch
from
September 7, 2026 15:45
7b13a81 to
455c41a
Compare
This was referenced Sep 7, 2026
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.
将 workspace 依赖目录移到官方 Supermarket registry:配方、脚本、名称、三语描述和图标随不可变 revision 发布,Memoh 负责验证、持久缓存、执行和安装状态。设计与实施计划覆盖预览冻结 revision、每次管理操作解析最新配方、离线缓存、下架管理和本地回滚。
这是原有六层栈的第 1/6 层,仅包含文档。后续顺序:#1135 → #1137 → #1138 → #1141 → #1144。配套发布端:supermarket#20,基于该仓库 main
d0620fb。验证:逐项对照两个仓库的最终协议、API 和实现;新建数据库初始化,不迁移此前未合入的实验性 deps 数据。