v0.1.2 — mandatory build after update
v0.1.2 — mandatory build after update
Fixed
-
更新后自动构建 (Mandatory build after update). 更新流程现在总是在 rebase 之后运行
pnpm run build,确保lib/下的编译产物与 rebase 后的源码一致。之前更新只 rebase 源码而不重新构建,导致重启后 harness 因缺失编译产物(如typert.host.js、client bundles)无法启动。 -
构建失败可见 (Build failures are surfaced). 更新结果现在携带
build字段;构建失败会在结果通知中显示(含退出码)。