修复AGC依赖锁文件缺失 #174
Reference in New Issue
Block a user
Delete Branch "codex/fix-agc-lockfile-ci"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
问题
合并后的
master连续暴露了三个既有的 AGC 原生构建 blocker:npm ci --prefix apps/ai-game-creator-shell因 lockfile 缺少@emnapi/core/@emnapi/runtime嵌套节点而失败。这些问题都在画布优化合并前的 AGC 集成提交中已经存在;画布优化未修改 AGC manifest、lockfile、Tauri 配置或 Skill Pack。
修复
@emnapi节点并保留 npm 元数据规范化tauri.windows.conf.json验证
npm ci --prefix apps/ai-game-creator-shell通过npm run ai-game-creator-shell:build -- --no-bundle通过npm run check:native-shells完整通过:AGC Rust2159 passed / 0 failed / 15 ignored,最终输出[check:native-shells] OKnpm run check:encoding、npm run check:rustfmt、本次目标文件 Prettier、git diff --check通过