Skip to content

Commit a34ea1c

Browse files
os-zhuangclaude
andcommitted
test(dogfood): drop the removed feature.zod expression surface from the ADR-0058 ledger
The expression-conformance ledger's cel-formula entry covered kernel/feature.zod.ts:expression — the surface vanished with the orphaned FeatureFlagSchema module, so the ADR-0060 checkLedger STALE-covers gate correctly failed Dogfood shard 2/2. Caught by the ledger, not by symbol grep: the entry references the file PATH, not the FeatureFlag symbol. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent d231332 commit a34ea1c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/qa/dogfood/test/expression-conformance.ledger.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,15 @@ export const EXPRESSION_SURFACE: ExprSurface[] = [
8080
},
8181
{
8282
id: 'cel-formula',
83-
summary: 'computed / formula field + mapping / feature expressions',
83+
summary: 'computed / formula field + mapping expressions',
8484
dialect: 'cel', mode: 'interpret', state: 'enforced', failPolicy: 'fail-soft-log',
8585
enforcement: '@objectstack/formula celEngine (interpret)',
86+
// kernel/feature.zod.ts:expression was covered here until the orphaned
87+
// FeatureFlagSchema module was removed (zero runtime consumers once its
88+
// capabilities-descriptor home went, #3605).
8689
covers: [
8790
'data/field.zod.ts:expression',
8891
'shared/mapping.zod.ts:expression',
89-
'kernel/feature.zod.ts:expression',
9092
],
9193
},
9294
{

0 commit comments

Comments
 (0)