From 8a4f4dce1cf65e9026e8c5ec491ab10da34f6abf Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sun, 16 Aug 2026 12:49:04 -0700 Subject: [PATCH] fix(test): ratchet ship's skeleton cap for the v1.66.1 merge union Merging main's v1.66.1.0 (evidence-ledger prose in ship's template) on top of the wave's growth lands ship at 90,333 bytes, 333 over its cap. Re-measured per the ratchet protocol: cap 90,800. Co-Authored-By: Claude Fable 5 --- test/helpers/carve-guards.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers/carve-guards.ts b/test/helpers/carve-guards.ts index df10fa666..5aef53296 100644 --- a/test/helpers/carve-guards.ts +++ b/test/helpers/carve-guards.ts @@ -126,7 +126,7 @@ export const CARVE_GUARDS: Record = { }, behavioral: 'external', externalTest: 'test/skill-e2e-ship-section-loading.test.ts', - maxSkeletonBytes: 90_000, + maxSkeletonBytes: 90_800, // v1.67 wave + v1.66.1's evidence-ledger prose (merged): measured 90,333 minUnionBytes: 120_000, mustContain: ['VERSION', 'CHANGELOG', 'review', 'merge', 'PR'], // v1.58.5.0: pre-push-guard install (#2077) stacks on the shared first-run-guidance preamble.