0.1.40 FINAL: 版本号统一更新(7处) + 金钟罩基线重算(18指纹) + 4测试文件基线同步(版本号/指纹/顶峰衰概率容错)

This commit is contained in:
2026-09-13 14:31:00 +08:00
parent 989bc3f444
commit 54face8275
12 changed files with 35 additions and 30 deletions
+3 -3
View File
@@ -82,8 +82,8 @@ describe('审计回归:P0 修复固化', () => {
})
it('防御性修补后金钟罩不变(行为等价确认)', () => {
// 0.1.37 因果/奇观/飞升逻辑变更,指纹受控重算
expect(stateFingerprint(longRun('bell-seed-1').state)).toBe('45b0c17a')
expect(stateFingerprint(longRun('bell-seed-3').state)).toBe('f24480f4')
// 0.1.40 天命·裂痕:天命系统+NPC宗主更替四模式+势力分裂+灰烬重生——全线受控变更重算
expect(stateFingerprint(longRun('bell-seed-1').state)).toBe('b050ad28')
expect(stateFingerprint(longRun('bell-seed-3').state)).toBe('0b56c19b')
})
})