Found during #13704 (PR #13733) gate preparation — the dev needed @objectstack/client / @objectstack/client-react built for check:skill-examples; out of that card's scope, filed unassigned for triage. No severity asserted; this records what was driven and what came back.
The shape
即:pnpm 的 filter 依赖排序与 turbo 的 ^build 拓扑对 packages/runtime 的输入集合意见不一致。可能是 runtime 的 package.json 少声明了一个 dep(pnpm 视角下 @objectstack/rest 不在 runtime 的闭包/构建序里),也可能只是仓库的构建约定本来就以 turbo 图为准、pnpm filter 直驱不受支持。
证据
Refs
Found during #13704 (PR #13733) gate preparation — the dev needed
@objectstack/client/@objectstack/client-reactbuilt forcheck:skill-examples; out of that card's scope, filed unassigned for triage. No severity asserted; this records what was driven and what came back.The shape
pnpm --filter @objectstack/client-react... build(pnpm 的...依赖闭包过滤)在packages/runtime处失败:TS2307 Cannot find module@objectstack/rest,发生在 dts(声明产物)腿。^build图驱动则成功,Wizard view v1 — declaration-and-refusal tightening of FormViewSchema type:'wizard' (Card S, ruled shape of #13622) #13704 的门(check:skill-examples,"260 prose examples type-check across 3 surfaces")在其后全绿。即:pnpm 的 filter 依赖排序与 turbo 的
^build拓扑对packages/runtime的输入集合意见不一致。可能是 runtime 的 package.json 少声明了一个 dep(pnpm 视角下@objectstack/rest不在 runtime 的闭包/构建序里),也可能只是仓库的构建约定本来就以 turbo 图为准、pnpm filter 直驱不受支持。证据
out_of_scope_findings项);PR feat(spec): wizard view v1 — declaration-and-refusal tightening of FormViewSchema type:'wizard' (Card S) #13733 的门证据段记录了 turbo 路径成功。packages/runtime的声明依赖 vs 实际 import;或在 AGENTS.md 把「构建一律走 turbo 图」写成明规则),不预设为缺陷。Refs
check:skill-examples— 受影响的门(其前置是 client/client-react 的构建产物)