Skip to content

Commit 0420f63

Browse files
os-zhuangclaude
andcommitted
test(dogfood): drop stale visibleOn row from expression ledger
ADR-0085 §3 removed fieldGroups[].visibleOn from ObjectSchema (declared, zero consumers — enforce-or-remove per ADR-0049). The ADR-0060 ratchet correctly flagged the ledger row as a stale cover; drop it until the key returns with a real enforcement path. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 981bd66 commit 0420f63

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ export const EXPRESSION_SURFACE: ExprSurface[] = [
108108
dialect: 'cel', mode: 'interpret', state: 'enforced', failPolicy: 'fail-soft-log',
109109
enforcement: 'console (objectui) SchemaRenderer + server celEngine (interpret)',
110110
covers: [
111-
'data/object.zod.ts:visibleOn',
111+
// data/object.zod.ts:visibleOn (fieldGroups group-level CEL visibility)
112+
// was removed by ADR-0085 §3 — declared but never consumed anywhere
113+
// (enforce-or-remove, ADR-0049). Re-add the row when the key returns
114+
// WITH an enforcement path.
112115
'ui/action.zod.ts:visible',
113116
'ui/app.zod.ts:visible',
114117
'ui/page.zod.ts:visibility',

0 commit comments

Comments
 (0)