You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2026. It is now read-only.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
决策
录制包必须包含 manifest、schemaVersion、status、checksum,并在加载时先校验再建索引。P0 提供
validateRecordingPackageV1()和migrateRecordingPackage(input)两个入口。备选方案
理由
最新技术方案新增
RecordingManifest、PackageLoadResult、checksum mismatch、unsupported schema、incomplete package 等错误模型。录制包是后续云端、导入导出和 schema 演进的基础,必须从 P0 约束格式。影响
包加载遇到未知事件可以 warning 并跳过;遇到已知事件 payload 校验失败、manifest 错误或 checksum mismatch 必须阻止加载。每次 schema 升级必须补迁移脚本和旧包 fixture。
Beta Was this translation helpful? Give feedback.
All reactions