Files
Genarrative/apps
lhk229 7d92076071
Project CI / Repository checks (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
合并 master:资源画布与图片精修链路
四处冲突的取舍:

- view/project-development/index.tsx:master 把 UI 编辑器从顶层三元分支
  挪进 workbench stage 内部,改用 `is-ui-editor` 类切单栏、运行与播放按钮
  在编辑器打开时禁用,并去掉了 `!focusedResource` 守卫。取 master 的结构,
  再把分支的 `is-conversation-only` 追加进同一个 className。

- styles.css:双方各加一条 `.game-workbench-layout` 规则
  (分支 `is-conversation-only`,master `is-ui-editor`),两条都留。

- tests/appSurface/home.suite.ts:双方在同一位置各加一个用例
  (分支的做方案根 run 路由、master 的直连美术实时刷新),两条都留。

- SupervisorChatOnlyView.tsx:master 在该文件只有 prettier 重排版,没有
  逻辑改动,取分支的 projectedRuntime 与 descendantsStillActive 判据。

验证:agc:typecheck 通过;cargo check --all-targets 0 error;eslint、
prettier、cargo fmt、check:encoding 通过;AGC 前端 931 passed / 1 failed,
唯一失败是本机已知的 Windows symlink EPERM 基线。appSurface 从 425 增至
426,双方新增用例都在。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-24 12:43:53 +00:00
..