@praxisui/table-rule-builder 9.0.0-beta.3 → 9.0.0-beta.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1663 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "generatedAt": "2026-07-02T00:13:30.173Z",
4
+ "packageName": "@praxisui/table-rule-builder",
5
+ "packageVersion": "9.0.0-beta.30",
6
+ "sourceRegistry": "praxis-component-registry-ingestion",
7
+ "sourceRegistryVersion": "1.0.0",
8
+ "componentCount": 1,
9
+ "components": {
10
+ "praxis-table-rule-builder": {
11
+ "id": "praxis-table-rule-builder",
12
+ "description": "Editor for table rule effects and conditional styling.",
13
+ "category": "table",
14
+ "inputs": [
15
+ {
16
+ "name": "scope",
17
+ "type": "RuleScope",
18
+ "required": false
19
+ },
20
+ {
21
+ "name": "value",
22
+ "type": "RuleEffectDefinition | undefined",
23
+ "required": false
24
+ },
25
+ {
26
+ "name": "labels",
27
+ "type": "Record<string, string>",
28
+ "required": false
29
+ }
30
+ ],
31
+ "outputs": [
32
+ {
33
+ "name": "valueChange",
34
+ "type": "RuleEffectDefinition",
35
+ "required": false
36
+ },
37
+ {
38
+ "name": "apply",
39
+ "type": "void",
40
+ "required": false
41
+ },
42
+ {
43
+ "name": "reset",
44
+ "type": "void",
45
+ "required": false
46
+ }
47
+ ],
48
+ "configSchemaId": null,
49
+ "selector": "praxis-rule-effects-panel",
50
+ "friendlyName": "Praxis Table Rule Builder",
51
+ "tags": [
52
+ "widget",
53
+ "rules",
54
+ "table",
55
+ "configurable"
56
+ ],
57
+ "lib": "@praxisui/table-rule-builder",
58
+ "source": "projects/praxis-table-rule-builder/src/lib/praxis-table-rule-builder.metadata.ts",
59
+ "exportName": "PRAXIS_TABLE_RULE_BUILDER_COMPONENT_METADATA",
60
+ "componentContext": {
61
+ "version": "v1",
62
+ "optionsByPath": {
63
+ "scope": {
64
+ "mode": "enum",
65
+ "options": [
66
+ {
67
+ "value": "cell",
68
+ "label": "Cell"
69
+ },
70
+ {
71
+ "value": "row",
72
+ "label": "Row"
73
+ },
74
+ {
75
+ "value": "column",
76
+ "label": "Column"
77
+ },
78
+ {
79
+ "value": "table",
80
+ "label": "Table"
81
+ }
82
+ ]
83
+ },
84
+ "estilo.transform": {
85
+ "mode": "enum",
86
+ "options": [
87
+ {
88
+ "value": "uppercase",
89
+ "label": "Uppercase"
90
+ },
91
+ {
92
+ "value": "lowercase",
93
+ "label": "Lowercase"
94
+ },
95
+ {
96
+ "value": "capitalize",
97
+ "label": "Capitalize"
98
+ }
99
+ ]
100
+ },
101
+ "layout.border": {
102
+ "mode": "enum",
103
+ "options": [
104
+ {
105
+ "value": "none",
106
+ "label": "None"
107
+ },
108
+ {
109
+ "value": "left",
110
+ "label": "Left"
111
+ },
112
+ {
113
+ "value": "right",
114
+ "label": "Right"
115
+ },
116
+ {
117
+ "value": "top",
118
+ "label": "Top"
119
+ },
120
+ {
121
+ "value": "bottom",
122
+ "label": "Bottom"
123
+ },
124
+ {
125
+ "value": "all",
126
+ "label": "All"
127
+ }
128
+ ]
129
+ },
130
+ "layout.align": {
131
+ "mode": "enum",
132
+ "options": [
133
+ {
134
+ "value": "start",
135
+ "label": "Start"
136
+ },
137
+ {
138
+ "value": "center",
139
+ "label": "Center"
140
+ },
141
+ {
142
+ "value": "end",
143
+ "label": "End"
144
+ }
145
+ ]
146
+ },
147
+ "iconBadge.iconPos": {
148
+ "mode": "enum",
149
+ "options": [
150
+ {
151
+ "value": "before",
152
+ "label": "Before"
153
+ },
154
+ {
155
+ "value": "after",
156
+ "label": "After"
157
+ },
158
+ {
159
+ "value": "overlay",
160
+ "label": "Overlay"
161
+ }
162
+ ]
163
+ },
164
+ "iconBadge.badgeStyle": {
165
+ "mode": "enum",
166
+ "options": [
167
+ {
168
+ "value": "solid",
169
+ "label": "Solid"
170
+ },
171
+ {
172
+ "value": "soft",
173
+ "label": "Soft"
174
+ },
175
+ {
176
+ "value": "outline",
177
+ "label": "Outline"
178
+ }
179
+ ]
180
+ },
181
+ "animation.type": {
182
+ "mode": "enum",
183
+ "options": [
184
+ {
185
+ "value": "pulse",
186
+ "label": "Pulse"
187
+ },
188
+ {
189
+ "value": "blink",
190
+ "label": "Blink"
191
+ },
192
+ {
193
+ "value": "grow",
194
+ "label": "Grow"
195
+ },
196
+ {
197
+ "value": "fade",
198
+ "label": "Fade"
199
+ },
200
+ {
201
+ "value": "slide-in",
202
+ "label": "Slide in"
203
+ },
204
+ {
205
+ "value": "border-pulse",
206
+ "label": "Border pulse"
207
+ }
208
+ ]
209
+ },
210
+ "animation.preset": {
211
+ "mode": "enum",
212
+ "options": [
213
+ null,
214
+ null
215
+ ]
216
+ },
217
+ "animation.trigger": {
218
+ "mode": "enum",
219
+ "options": [
220
+ {
221
+ "value": "onChange",
222
+ "label": "On change"
223
+ },
224
+ {
225
+ "value": "onAppear",
226
+ "label": "On appear"
227
+ },
228
+ {
229
+ "value": "onHover",
230
+ "label": "On hover"
231
+ },
232
+ {
233
+ "value": "onConditionEnter",
234
+ "label": "On condition enter"
235
+ },
236
+ {
237
+ "value": "onConditionExit",
238
+ "label": "On condition exit"
239
+ },
240
+ {
241
+ "value": "onDataRefresh",
242
+ "label": "On data refresh"
243
+ }
244
+ ]
245
+ },
246
+ "animation.repeat": {
247
+ "mode": "enum",
248
+ "options": [
249
+ {
250
+ "value": "once",
251
+ "label": "Once"
252
+ },
253
+ {
254
+ "value": "loop",
255
+ "label": "Loop"
256
+ },
257
+ {
258
+ "value": "infinite",
259
+ "label": "Infinite"
260
+ }
261
+ ]
262
+ },
263
+ "animation.intensity": {
264
+ "mode": "enum",
265
+ "options": [
266
+ {
267
+ "value": "subtle",
268
+ "label": "Subtle"
269
+ },
270
+ {
271
+ "value": "normal",
272
+ "label": "Normal"
273
+ },
274
+ {
275
+ "value": "strong",
276
+ "label": "Strong"
277
+ }
278
+ ]
279
+ },
280
+ "tooltip.position": {
281
+ "mode": "enum",
282
+ "options": [
283
+ {
284
+ "value": "top",
285
+ "label": "Top"
286
+ },
287
+ {
288
+ "value": "right",
289
+ "label": "Right"
290
+ },
291
+ {
292
+ "value": "bottom",
293
+ "label": "Bottom"
294
+ },
295
+ {
296
+ "value": "left",
297
+ "label": "Left"
298
+ }
299
+ ]
300
+ }
301
+ },
302
+ "actionCatalog": [
303
+ {
304
+ "id": "scope.set",
305
+ "intentExamples": [
306
+ "scope",
307
+ "apply to row",
308
+ "apply to column"
309
+ ],
310
+ "patchTemplate": {
311
+ "scope": "{{value}}"
312
+ }
313
+ },
314
+ {
315
+ "id": "description.set",
316
+ "intentExamples": [
317
+ "description",
318
+ "effect description"
319
+ ],
320
+ "patchTemplate": {
321
+ "description": "{{value}}"
322
+ }
323
+ },
324
+ {
325
+ "id": "estilo.color.set",
326
+ "intentExamples": [
327
+ "text color",
328
+ "font color"
329
+ ],
330
+ "patchTemplate": {
331
+ "estilo": {
332
+ "color": "{{value}}"
333
+ }
334
+ }
335
+ },
336
+ {
337
+ "id": "estilo.bgColor.set",
338
+ "intentExamples": [
339
+ "background color",
340
+ "bg color"
341
+ ],
342
+ "patchTemplate": {
343
+ "estilo": {
344
+ "bgColor": "{{value}}"
345
+ }
346
+ }
347
+ },
348
+ {
349
+ "id": "estilo.bold.enable",
350
+ "intentExamples": [
351
+ "bold",
352
+ "negrito"
353
+ ],
354
+ "patchTemplate": {
355
+ "estilo": {
356
+ "bold": true
357
+ }
358
+ }
359
+ },
360
+ {
361
+ "id": "estilo.bold.disable",
362
+ "intentExamples": [
363
+ "no bold",
364
+ "remove bold"
365
+ ],
366
+ "patchTemplate": {
367
+ "estilo": {
368
+ "bold": false
369
+ }
370
+ }
371
+ },
372
+ {
373
+ "id": "iconBadge.icon.set",
374
+ "intentExamples": [
375
+ "icon",
376
+ "badge icon"
377
+ ],
378
+ "patchTemplate": {
379
+ "iconBadge": {
380
+ "icon": "{{value}}"
381
+ }
382
+ }
383
+ },
384
+ {
385
+ "id": "iconBadge.badgeText.set",
386
+ "intentExamples": [
387
+ "badge text",
388
+ "badge label"
389
+ ],
390
+ "patchTemplate": {
391
+ "iconBadge": {
392
+ "badgeText": "{{value}}"
393
+ }
394
+ }
395
+ },
396
+ {
397
+ "id": "tooltip.text.set",
398
+ "intentExamples": [
399
+ "tooltip",
400
+ "hint",
401
+ "hover text"
402
+ ],
403
+ "patchTemplate": {
404
+ "tooltip": {
405
+ "text": "{{value}}"
406
+ }
407
+ }
408
+ },
409
+ {
410
+ "id": "animation.type.set",
411
+ "intentExamples": [
412
+ "animation",
413
+ "effect animation"
414
+ ],
415
+ "patchTemplate": {
416
+ "animation": {
417
+ "type": "{{value}}"
418
+ }
419
+ }
420
+ }
421
+ ],
422
+ "fieldResolvers": {},
423
+ "hints": [
424
+ "Effects apply to the current scope (cell/row/column/table).",
425
+ "Use only safe CSS values for colors and styles."
426
+ ]
427
+ },
428
+ "authoringManifest": {
429
+ "schemaVersion": "1.0.0",
430
+ "componentId": "praxis-table-rule-builder",
431
+ "ownerPackage": "@praxisui/table-rule-builder",
432
+ "configSchemaId": "RuleEffectDefinition",
433
+ "manifestVersion": "1.0.0",
434
+ "runtimeInputs": [
435
+ {
436
+ "name": "scope",
437
+ "type": "RuleScope",
438
+ "description": "Effect scope: cell, row, column or table."
439
+ },
440
+ {
441
+ "name": "value",
442
+ "type": "RuleEffectDefinition | undefined",
443
+ "description": "Initial effect definition hydrated into the panel form."
444
+ },
445
+ {
446
+ "name": "labels",
447
+ "type": "Record<string, string>",
448
+ "description": "Host-owned partial panel copy overrides merged with default labels for i18n/theming context; not part of the rule effect payload."
449
+ },
450
+ {
451
+ "name": "valueChange",
452
+ "type": "RuleEffectDefinition",
453
+ "description": "Debounced normalized effect payload emitted by the editor."
454
+ },
455
+ {
456
+ "name": "apply",
457
+ "type": "void",
458
+ "description": "Emitted when the user applies the current effect payload."
459
+ },
460
+ {
461
+ "name": "reset",
462
+ "type": "void",
463
+ "description": "Emitted when the user resets the panel form back to canonical defaults."
464
+ }
465
+ ],
466
+ "editableTargets": [
467
+ {
468
+ "kind": "rule",
469
+ "resolver": "table-rule-by-stable-id",
470
+ "description": "Table conditional rule entry keyed by stable rule id before it is passed to praxis-table."
471
+ },
472
+ {
473
+ "kind": "condition",
474
+ "resolver": "table-rule-condition-by-rule-id",
475
+ "description": "Structured condition payload evaluated against table row/column context."
476
+ },
477
+ {
478
+ "kind": "effect",
479
+ "resolver": "rule-effect-by-rule-and-effect-id",
480
+ "description": "Visual effect payload inside a rule, mapped to RuleEffectDefinition."
481
+ },
482
+ {
483
+ "kind": "preset",
484
+ "resolver": "default-effect-preset-by-key",
485
+ "description": "Built-in semantic effect preset from DEFAULT_EFFECT_PRESETS."
486
+ },
487
+ {
488
+ "kind": "animation",
489
+ "resolver": "rule-animation-by-rule-and-effect-id",
490
+ "description": "Animation preset, alias or override resolved through animation-presets."
491
+ },
492
+ {
493
+ "kind": "tableDelegation",
494
+ "resolver": "praxis-table-authoring-operation",
495
+ "description": "Explicit delegation boundary for table-owned configuration changes."
496
+ }
497
+ ],
498
+ "operations": [
499
+ {
500
+ "operationId": "rule.add",
501
+ "title": "Add table visual rule",
502
+ "scope": "rule",
503
+ "targetKind": "rule",
504
+ "target": {
505
+ "kind": "rule",
506
+ "resolver": "table-rule-by-stable-id",
507
+ "ambiguityPolicy": "fail",
508
+ "required": true
509
+ },
510
+ "inputSchema": {
511
+ "type": "object",
512
+ "required": [
513
+ "ruleId",
514
+ "scope"
515
+ ],
516
+ "properties": {
517
+ "ruleId": {
518
+ "type": "string"
519
+ },
520
+ "scope": {
521
+ "enum": [
522
+ "cell",
523
+ "row",
524
+ "column",
525
+ "table"
526
+ ]
527
+ },
528
+ "columnKey": {
529
+ "type": "string"
530
+ },
531
+ "condition": {
532
+ "type": "object"
533
+ },
534
+ "effect": {
535
+ "type": "object"
536
+ },
537
+ "insertAfterRuleId": {
538
+ "type": "string"
539
+ }
540
+ }
541
+ },
542
+ "effects": [
543
+ {
544
+ "kind": "compile-domain-patch",
545
+ "handler": "table-rule-builder-rule-add",
546
+ "handlerContract": {
547
+ "reads": [
548
+ "RuleEffectsPanelComponent.scope",
549
+ "RuleEffectDefinition",
550
+ "praxis-table rowConditionalRenderers",
551
+ "praxis-table columns[].conditionalRenderers"
552
+ ],
553
+ "writes": [
554
+ "delegatedAuthoringOperations",
555
+ "RuleEffectDefinition"
556
+ ],
557
+ "identityKeys": [
558
+ "ruleId"
559
+ ],
560
+ "failureModes": [
561
+ "duplicate-rule-id",
562
+ "unsupported-scope",
563
+ "column-not-found",
564
+ "condition-invalid",
565
+ "effect-registry-miss"
566
+ ],
567
+ "description": "Creates a stable table visual rule and keeps table-owned renderer placement delegated to praxis-table."
568
+ }
569
+ }
570
+ ],
571
+ "validators": [
572
+ "rule-id-unique",
573
+ "scope-supported",
574
+ "condition-table-context-valid",
575
+ "effect-registry-supported",
576
+ "table-owned-config-delegated"
577
+ ],
578
+ "affectedPaths": [
579
+ "delegatedAuthoringOperations",
580
+ "RuleEffectDefinition"
581
+ ],
582
+ "submissionImpact": "config-only",
583
+ "preconditions": [
584
+ "rule-effects-panel-loaded",
585
+ "table-authoring-context-known"
586
+ ],
587
+ "destructive": false,
588
+ "requiresConfirmation": false
589
+ },
590
+ {
591
+ "operationId": "rule.remove",
592
+ "title": "Remove table visual rule",
593
+ "scope": "rule",
594
+ "targetKind": "rule",
595
+ "target": {
596
+ "kind": "rule",
597
+ "resolver": "table-rule-by-stable-id",
598
+ "ambiguityPolicy": "fail",
599
+ "required": true
600
+ },
601
+ "inputSchema": {
602
+ "type": "object",
603
+ "required": [
604
+ "ruleId"
605
+ ],
606
+ "properties": {
607
+ "ruleId": {
608
+ "type": "string"
609
+ },
610
+ "removeEffects": {
611
+ "type": "boolean"
612
+ },
613
+ "preserveCondition": {
614
+ "type": "boolean"
615
+ }
616
+ }
617
+ },
618
+ "effects": [
619
+ {
620
+ "kind": "compile-domain-patch",
621
+ "handler": "table-rule-builder-rule-remove",
622
+ "handlerContract": {
623
+ "reads": [
624
+ "ruleEffects.rules",
625
+ "ruleEffects.rules[].effect",
626
+ "ruleEffects.rules[].condition"
627
+ ],
628
+ "writes": [
629
+ "delegatedAuthoringOperations"
630
+ ],
631
+ "identityKeys": [
632
+ "ruleId"
633
+ ],
634
+ "failureModes": [
635
+ "rule-not-found",
636
+ "destructive-removal-not-confirmed",
637
+ "orphaned-table-renderer",
638
+ "condition-preserve-not-supported"
639
+ ],
640
+ "description": "Removes a governed visual rule by id with confirmation because conditions and effects can be lost."
641
+ }
642
+ }
643
+ ],
644
+ "destructive": true,
645
+ "requiresConfirmation": true,
646
+ "validators": [
647
+ "rule-exists",
648
+ "destructive-removal-confirmed",
649
+ "table-renderer-references-clean",
650
+ "table-owned-config-delegated"
651
+ ],
652
+ "affectedPaths": [
653
+ "delegatedAuthoringOperations"
654
+ ],
655
+ "submissionImpact": "config-only",
656
+ "preconditions": [
657
+ "rule-effects-panel-loaded",
658
+ "explicit-confirmation-provided"
659
+ ]
660
+ },
661
+ {
662
+ "operationId": "condition.set",
663
+ "title": "Set table rule condition",
664
+ "scope": "rule",
665
+ "targetKind": "condition",
666
+ "target": {
667
+ "kind": "condition",
668
+ "resolver": "table-rule-condition-by-rule-id",
669
+ "ambiguityPolicy": "fail",
670
+ "required": true
671
+ },
672
+ "inputSchema": {
673
+ "type": "object",
674
+ "required": [
675
+ "ruleId",
676
+ "condition"
677
+ ],
678
+ "properties": {
679
+ "ruleId": {
680
+ "type": "string"
681
+ },
682
+ "condition": {
683
+ "type": "object"
684
+ },
685
+ "scope": {
686
+ "enum": [
687
+ "cell",
688
+ "row",
689
+ "column",
690
+ "table"
691
+ ]
692
+ },
693
+ "columnKey": {
694
+ "type": "string"
695
+ },
696
+ "mode": {
697
+ "enum": [
698
+ "replace",
699
+ "merge"
700
+ ]
701
+ }
702
+ }
703
+ },
704
+ "effects": [
705
+ {
706
+ "kind": "compile-domain-patch",
707
+ "handler": "table-rule-builder-condition-set",
708
+ "handlerContract": {
709
+ "reads": [
710
+ "ruleEffects.rules",
711
+ "praxis-table dataSource fields",
712
+ "praxis-table columns"
713
+ ],
714
+ "writes": [
715
+ "delegatedAuthoringOperations"
716
+ ],
717
+ "identityKeys": [
718
+ "ruleId"
719
+ ],
720
+ "failureModes": [
721
+ "rule-not-found",
722
+ "condition-invalid",
723
+ "field-not-in-table-context",
724
+ "column-not-found"
725
+ ],
726
+ "description": "Applies a structured table row/column condition without creating a parallel table DSL."
727
+ }
728
+ }
729
+ ],
730
+ "validators": [
731
+ "rule-exists",
732
+ "condition-table-context-valid",
733
+ "condition-fields-known",
734
+ "condition-operators-supported"
735
+ ],
736
+ "affectedPaths": [
737
+ "delegatedAuthoringOperations"
738
+ ],
739
+ "submissionImpact": "config-only",
740
+ "preconditions": [
741
+ "rule-effects-panel-loaded",
742
+ "table-authoring-context-known"
743
+ ],
744
+ "destructive": false,
745
+ "requiresConfirmation": false
746
+ },
747
+ {
748
+ "operationId": "effect.add",
749
+ "title": "Add visual effect to rule",
750
+ "scope": "skin",
751
+ "targetKind": "effect",
752
+ "target": {
753
+ "kind": "effect",
754
+ "resolver": "rule-effect-by-rule-and-effect-id",
755
+ "ambiguityPolicy": "fail",
756
+ "required": true
757
+ },
758
+ "inputSchema": {
759
+ "type": "object",
760
+ "required": [
761
+ "ruleId",
762
+ "effectId",
763
+ "effectType"
764
+ ],
765
+ "properties": {
766
+ "ruleId": {
767
+ "type": "string"
768
+ },
769
+ "effectId": {
770
+ "type": "string"
771
+ },
772
+ "effectType": {
773
+ "enum": [
774
+ "estilo",
775
+ "layout",
776
+ "icone",
777
+ "fundo",
778
+ "animacao",
779
+ "tooltip"
780
+ ]
781
+ },
782
+ "payload": {
783
+ "type": "object"
784
+ }
785
+ }
786
+ },
787
+ "effects": [
788
+ {
789
+ "kind": "compile-domain-patch",
790
+ "handler": "table-rule-builder-effect-add",
791
+ "handlerContract": {
792
+ "reads": [
793
+ "EffectRegistryService.list",
794
+ "RuleEffectDefinition",
795
+ "toCellClassAndStyle"
796
+ ],
797
+ "writes": [
798
+ "RuleEffectDefinition"
799
+ ],
800
+ "identityKeys": [
801
+ "ruleId",
802
+ "effectId"
803
+ ],
804
+ "failureModes": [
805
+ "rule-not-found",
806
+ "duplicate-effect-id",
807
+ "unsupported-effect-type",
808
+ "unsafe-style-value"
809
+ ],
810
+ "description": "Adds a governed visual effect whose type is backed by the effect registry and RuleEffectDefinition."
811
+ }
812
+ }
813
+ ],
814
+ "validators": [
815
+ "rule-exists",
816
+ "effect-id-unique",
817
+ "effect-registry-supported",
818
+ "style-values-safe",
819
+ "preview-class-not-persisted"
820
+ ],
821
+ "affectedPaths": [
822
+ "RuleEffectDefinition"
823
+ ],
824
+ "submissionImpact": "visual-only",
825
+ "preconditions": [
826
+ "rule-effects-panel-loaded",
827
+ "effect-registry-initialized"
828
+ ],
829
+ "destructive": false,
830
+ "requiresConfirmation": false
831
+ },
832
+ {
833
+ "operationId": "effect.update",
834
+ "title": "Update visual effect payload",
835
+ "scope": "skin",
836
+ "targetKind": "effect",
837
+ "target": {
838
+ "kind": "effect",
839
+ "resolver": "rule-effect-by-rule-and-effect-id",
840
+ "ambiguityPolicy": "fail",
841
+ "required": true
842
+ },
843
+ "inputSchema": {
844
+ "type": "object",
845
+ "required": [
846
+ "ruleId",
847
+ "effectId",
848
+ "payload"
849
+ ],
850
+ "properties": {
851
+ "ruleId": {
852
+ "type": "string"
853
+ },
854
+ "effectId": {
855
+ "type": "string"
856
+ },
857
+ "payload": {
858
+ "type": "object"
859
+ },
860
+ "mode": {
861
+ "enum": [
862
+ "replace",
863
+ "merge"
864
+ ]
865
+ }
866
+ }
867
+ },
868
+ "effects": [
869
+ {
870
+ "kind": "compile-domain-patch",
871
+ "handler": "table-rule-builder-effect-update",
872
+ "handlerContract": {
873
+ "reads": [
874
+ "ruleEffects.rules[].effect",
875
+ "EffectRegistryService.list",
876
+ "toCellClassAndStyle"
877
+ ],
878
+ "writes": [
879
+ "RuleEffectDefinition"
880
+ ],
881
+ "identityKeys": [
882
+ "ruleId",
883
+ "effectId"
884
+ ],
885
+ "failureModes": [
886
+ "rule-not-found",
887
+ "effect-not-found",
888
+ "unsupported-effect-type",
889
+ "unsafe-style-value"
890
+ ],
891
+ "description": "Updates a visual effect payload while preserving its stable effect id and registry-backed type."
892
+ }
893
+ }
894
+ ],
895
+ "validators": [
896
+ "rule-exists",
897
+ "effect-exists",
898
+ "effect-registry-supported",
899
+ "style-values-safe",
900
+ "runtime-effect-compilable"
901
+ ],
902
+ "affectedPaths": [
903
+ "RuleEffectDefinition"
904
+ ],
905
+ "submissionImpact": "visual-only",
906
+ "preconditions": [
907
+ "rule-effects-panel-loaded",
908
+ "effect-registry-initialized"
909
+ ],
910
+ "destructive": false,
911
+ "requiresConfirmation": false
912
+ },
913
+ {
914
+ "operationId": "effect.remove",
915
+ "title": "Remove visual effect from rule",
916
+ "scope": "skin",
917
+ "targetKind": "effect",
918
+ "target": {
919
+ "kind": "effect",
920
+ "resolver": "rule-effect-by-rule-and-effect-id",
921
+ "ambiguityPolicy": "fail",
922
+ "required": true
923
+ },
924
+ "inputSchema": {
925
+ "type": "object",
926
+ "required": [
927
+ "ruleId",
928
+ "effectId"
929
+ ],
930
+ "properties": {
931
+ "ruleId": {
932
+ "type": "string"
933
+ },
934
+ "effectId": {
935
+ "type": "string"
936
+ },
937
+ "removeEmptyRule": {
938
+ "type": "boolean"
939
+ }
940
+ }
941
+ },
942
+ "effects": [
943
+ {
944
+ "kind": "compile-domain-patch",
945
+ "handler": "table-rule-builder-effect-remove",
946
+ "handlerContract": {
947
+ "reads": [
948
+ "ruleEffects.rules",
949
+ "ruleEffects.rules[].effect"
950
+ ],
951
+ "writes": [
952
+ "RuleEffectDefinition",
953
+ "delegatedAuthoringOperations"
954
+ ],
955
+ "identityKeys": [
956
+ "ruleId",
957
+ "effectId"
958
+ ],
959
+ "failureModes": [
960
+ "rule-not-found",
961
+ "effect-not-found",
962
+ "destructive-removal-not-confirmed",
963
+ "empty-rule-created"
964
+ ],
965
+ "description": "Removes one visual effect and optionally removes the empty rule, requiring confirmation for destructive cleanup."
966
+ }
967
+ }
968
+ ],
969
+ "destructive": true,
970
+ "requiresConfirmation": true,
971
+ "validators": [
972
+ "rule-exists",
973
+ "effect-exists",
974
+ "destructive-removal-confirmed",
975
+ "empty-rule-policy-valid"
976
+ ],
977
+ "affectedPaths": [
978
+ "RuleEffectDefinition",
979
+ "delegatedAuthoringOperations"
980
+ ],
981
+ "submissionImpact": "visual-only",
982
+ "preconditions": [
983
+ "rule-effects-panel-loaded",
984
+ "explicit-confirmation-provided"
985
+ ]
986
+ },
987
+ {
988
+ "operationId": "preset.apply",
989
+ "title": "Apply semantic effect preset",
990
+ "scope": "skin",
991
+ "targetKind": "preset",
992
+ "target": {
993
+ "kind": "preset",
994
+ "resolver": "default-effect-preset-by-key",
995
+ "ambiguityPolicy": "fail",
996
+ "required": true
997
+ },
998
+ "inputSchema": {
999
+ "type": "object",
1000
+ "required": [
1001
+ "ruleId",
1002
+ "presetKey"
1003
+ ],
1004
+ "properties": {
1005
+ "ruleId": {
1006
+ "type": "string"
1007
+ },
1008
+ "presetKey": {
1009
+ "enum": [
1010
+ "aprovado",
1011
+ "alerta",
1012
+ "erro",
1013
+ "info"
1014
+ ]
1015
+ },
1016
+ "scope": {
1017
+ "enum": [
1018
+ "cell",
1019
+ "row",
1020
+ "column",
1021
+ "table"
1022
+ ]
1023
+ },
1024
+ "mergeWithExisting": {
1025
+ "type": "boolean"
1026
+ }
1027
+ }
1028
+ },
1029
+ "effects": [
1030
+ {
1031
+ "kind": "compile-domain-patch",
1032
+ "handler": "table-rule-builder-preset-apply",
1033
+ "handlerContract": {
1034
+ "reads": [
1035
+ "DEFAULT_EFFECT_PRESETS",
1036
+ "RuleEffectsPanelComponent.applyPreset",
1037
+ "RuleEffectDefinition"
1038
+ ],
1039
+ "writes": [
1040
+ "RuleEffectDefinition",
1041
+ "RuleEffectsPanelComponent.effectsForm",
1042
+ "valueChange"
1043
+ ],
1044
+ "identityKeys": [
1045
+ "ruleId",
1046
+ "presetKey"
1047
+ ],
1048
+ "failureModes": [
1049
+ "rule-not-found",
1050
+ "preset-not-found",
1051
+ "scope-override-invalid",
1052
+ "preset-effect-not-compilable"
1053
+ ],
1054
+ "description": "Applies a built-in semantic preset and normalizes its scope through the rule effects panel."
1055
+ }
1056
+ }
1057
+ ],
1058
+ "validators": [
1059
+ "rule-exists",
1060
+ "preset-key-known",
1061
+ "preset-effect-compilable",
1062
+ "scope-supported"
1063
+ ],
1064
+ "affectedPaths": [
1065
+ "RuleEffectDefinition",
1066
+ "RuleEffectsPanelComponent.effectsForm",
1067
+ "valueChange"
1068
+ ],
1069
+ "submissionImpact": "visual-only",
1070
+ "preconditions": [
1071
+ "rule-effects-panel-loaded",
1072
+ "default-presets-loaded"
1073
+ ],
1074
+ "destructive": false,
1075
+ "requiresConfirmation": false
1076
+ },
1077
+ {
1078
+ "operationId": "animation.set",
1079
+ "title": "Set rule animation",
1080
+ "scope": "skin",
1081
+ "targetKind": "animation",
1082
+ "target": {
1083
+ "kind": "animation",
1084
+ "resolver": "rule-animation-by-rule-and-effect-id",
1085
+ "ambiguityPolicy": "fail",
1086
+ "required": true
1087
+ },
1088
+ "inputSchema": {
1089
+ "type": "object",
1090
+ "required": [
1091
+ "ruleId",
1092
+ "animation"
1093
+ ],
1094
+ "properties": {
1095
+ "ruleId": {
1096
+ "type": "string"
1097
+ },
1098
+ "effectId": {
1099
+ "type": "string"
1100
+ },
1101
+ "animation": {
1102
+ "type": "object",
1103
+ "properties": {
1104
+ "enabled": {
1105
+ "type": "boolean"
1106
+ },
1107
+ "preset": {
1108
+ "enum": [
1109
+ "info-soft",
1110
+ "success-confirm",
1111
+ "warning-attention",
1112
+ "critical-alert",
1113
+ "audit-review",
1114
+ "sync-pending",
1115
+ "sla-warning",
1116
+ "sla-breach",
1117
+ "risk-elevated",
1118
+ "risk-critical",
1119
+ "audit-warning",
1120
+ "sync-warning"
1121
+ ]
1122
+ },
1123
+ "type": {
1124
+ "enum": [
1125
+ "pulse",
1126
+ "blink",
1127
+ "grow",
1128
+ "fade",
1129
+ "slide-in",
1130
+ "border-pulse"
1131
+ ]
1132
+ },
1133
+ "trigger": {
1134
+ "enum": [
1135
+ "onChange",
1136
+ "onAppear",
1137
+ "onHover",
1138
+ "onConditionEnter",
1139
+ "onConditionExit",
1140
+ "onDataRefresh"
1141
+ ]
1142
+ },
1143
+ "repeat": {},
1144
+ "durationMs": {
1145
+ "type": "number"
1146
+ },
1147
+ "delayMs": {
1148
+ "type": "number"
1149
+ },
1150
+ "intensity": {
1151
+ "enum": [
1152
+ "subtle",
1153
+ "normal",
1154
+ "strong"
1155
+ ]
1156
+ }
1157
+ }
1158
+ }
1159
+ }
1160
+ },
1161
+ "effects": [
1162
+ {
1163
+ "kind": "compile-domain-patch",
1164
+ "handler": "table-rule-builder-animation-set",
1165
+ "handlerContract": {
1166
+ "reads": [
1167
+ "RULE_ANIMATION_PRESETS",
1168
+ "RULE_ANIMATION_PRESET_ALIASES",
1169
+ "resolveRuleAnimationConfig",
1170
+ "RuleEffectDefinition.animation"
1171
+ ],
1172
+ "writes": [
1173
+ "RuleEffectDefinition.animation",
1174
+ "RuleEffectsPanelComponent.effectsForm.animation",
1175
+ "valueChange"
1176
+ ],
1177
+ "identityKeys": [
1178
+ "ruleId",
1179
+ "effectId"
1180
+ ],
1181
+ "failureModes": [
1182
+ "rule-not-found",
1183
+ "effect-not-found",
1184
+ "animation-preset-unknown",
1185
+ "animation-override-invalid",
1186
+ "reduced-motion-policy-violated"
1187
+ ],
1188
+ "description": "Sets a semantic animation preset or override that resolves fail-closed through the animation preset catalog."
1189
+ }
1190
+ }
1191
+ ],
1192
+ "validators": [
1193
+ "rule-exists",
1194
+ "animation-preset-known",
1195
+ "animation-alias-known",
1196
+ "animation-override-valid",
1197
+ "animation-runtime-supported"
1198
+ ],
1199
+ "affectedPaths": [
1200
+ "RuleEffectDefinition.animation",
1201
+ "RuleEffectsPanelComponent.effectsForm.animation",
1202
+ "valueChange"
1203
+ ],
1204
+ "submissionImpact": "visual-only",
1205
+ "preconditions": [
1206
+ "rule-effects-panel-loaded",
1207
+ "animation-presets-loaded"
1208
+ ],
1209
+ "destructive": false,
1210
+ "requiresConfirmation": false
1211
+ },
1212
+ {
1213
+ "operationId": "tableIntegration.delegate",
1214
+ "title": "Delegate table-owned configuration",
1215
+ "scope": "global",
1216
+ "targetKind": "tableDelegation",
1217
+ "target": {
1218
+ "kind": "tableDelegation",
1219
+ "resolver": "praxis-table-authoring-operation",
1220
+ "ambiguityPolicy": "fail",
1221
+ "required": false
1222
+ },
1223
+ "inputSchema": {
1224
+ "type": "object",
1225
+ "required": [
1226
+ "tableOperationId",
1227
+ "reason"
1228
+ ],
1229
+ "properties": {
1230
+ "tableOperationId": {
1231
+ "type": "string"
1232
+ },
1233
+ "reason": {
1234
+ "type": "string"
1235
+ },
1236
+ "tableTarget": {
1237
+ "type": "object"
1238
+ },
1239
+ "tableParams": {
1240
+ "type": "object"
1241
+ }
1242
+ }
1243
+ },
1244
+ "effects": [
1245
+ {
1246
+ "kind": "compile-domain-patch",
1247
+ "handler": "table-rule-builder-table-delegate",
1248
+ "handlerContract": {
1249
+ "reads": [
1250
+ "PRAXIS_TABLE_AUTHORING_MANIFEST",
1251
+ "TableConfigV2",
1252
+ "tableOperationId"
1253
+ ],
1254
+ "writes": [
1255
+ "delegatedAuthoringOperations"
1256
+ ],
1257
+ "identityKeys": [
1258
+ "tableOperationId"
1259
+ ],
1260
+ "failureModes": [
1261
+ "table-operation-not-found",
1262
+ "table-target-invalid",
1263
+ "attempted-local-table-config-write"
1264
+ ],
1265
+ "description": "Records that table-owned config such as renderer placement, columns, ordering or data binding must route through praxis-table."
1266
+ }
1267
+ }
1268
+ ],
1269
+ "validators": [
1270
+ "table-manifest-operation-known",
1271
+ "table-target-valid",
1272
+ "no-local-table-config-write",
1273
+ "table-owned-config-delegated"
1274
+ ],
1275
+ "affectedPaths": [
1276
+ "delegatedAuthoringOperations"
1277
+ ],
1278
+ "submissionImpact": "none",
1279
+ "preconditions": [
1280
+ "praxis-table-manifest-available"
1281
+ ],
1282
+ "destructive": false,
1283
+ "requiresConfirmation": false
1284
+ }
1285
+ ],
1286
+ "validators": [
1287
+ {
1288
+ "validatorId": "rule-id-unique",
1289
+ "level": "error",
1290
+ "code": "TABLE_RULE_ID_UNIQUE",
1291
+ "description": "Rule ids must be unique and stable."
1292
+ },
1293
+ {
1294
+ "validatorId": "scope-supported",
1295
+ "level": "error",
1296
+ "code": "TABLE_RULE_SCOPE_SUPPORTED",
1297
+ "description": "Rule scope must be one of cell, row, column or table."
1298
+ },
1299
+ {
1300
+ "validatorId": "condition-table-context-valid",
1301
+ "level": "error",
1302
+ "code": "TABLE_RULE_CONDITION_CONTEXT_VALID",
1303
+ "description": "Conditions must reference valid table row or column context."
1304
+ },
1305
+ {
1306
+ "validatorId": "effect-registry-supported",
1307
+ "level": "error",
1308
+ "code": "TABLE_RULE_EFFECT_REGISTRY_SUPPORTED",
1309
+ "description": "Effects must be backed by EffectRegistryService editor categories."
1310
+ },
1311
+ {
1312
+ "validatorId": "table-owned-config-delegated",
1313
+ "level": "error",
1314
+ "code": "TABLE_RULE_TABLE_CONFIG_DELEGATED",
1315
+ "description": "Table-owned configuration changes must delegate to praxis-table."
1316
+ },
1317
+ {
1318
+ "validatorId": "rule-exists",
1319
+ "level": "error",
1320
+ "code": "TABLE_RULE_EXISTS",
1321
+ "description": "The targeted rule must exist."
1322
+ },
1323
+ {
1324
+ "validatorId": "destructive-removal-confirmed",
1325
+ "level": "error",
1326
+ "code": "TABLE_RULE_DESTRUCTIVE_CONFIRMED",
1327
+ "description": "Destructive rule or effect removal requires explicit confirmation."
1328
+ },
1329
+ {
1330
+ "validatorId": "table-renderer-references-clean",
1331
+ "level": "error",
1332
+ "code": "TABLE_RULE_RENDERER_REFERENCES_CLEAN",
1333
+ "description": "Removing a rule must not leave stale table renderer references."
1334
+ },
1335
+ {
1336
+ "validatorId": "condition-fields-known",
1337
+ "level": "error",
1338
+ "code": "TABLE_RULE_CONDITION_FIELDS_KNOWN",
1339
+ "description": "Condition fields must exist in table row data or column metadata."
1340
+ },
1341
+ {
1342
+ "validatorId": "condition-operators-supported",
1343
+ "level": "error",
1344
+ "code": "TABLE_RULE_CONDITION_OPERATORS_SUPPORTED",
1345
+ "description": "Condition operators must be supported by table rule semantics."
1346
+ },
1347
+ {
1348
+ "validatorId": "effect-id-unique",
1349
+ "level": "error",
1350
+ "code": "TABLE_RULE_EFFECT_ID_UNIQUE",
1351
+ "description": "Effect ids must be unique within a rule."
1352
+ },
1353
+ {
1354
+ "validatorId": "style-values-safe",
1355
+ "level": "error",
1356
+ "code": "TABLE_RULE_STYLE_VALUES_SAFE",
1357
+ "description": "CSS class and style values must be safe for runtime rendering."
1358
+ },
1359
+ {
1360
+ "validatorId": "preview-class-not-persisted",
1361
+ "level": "error",
1362
+ "code": "TABLE_RULE_PREVIEW_CLASS_NOT_PERSISTED",
1363
+ "description": "Preview-only animation classes must not leak into persisted payload mapping."
1364
+ },
1365
+ {
1366
+ "validatorId": "effect-exists",
1367
+ "level": "error",
1368
+ "code": "TABLE_RULE_EFFECT_EXISTS",
1369
+ "description": "The targeted effect must exist."
1370
+ },
1371
+ {
1372
+ "validatorId": "runtime-effect-compilable",
1373
+ "level": "error",
1374
+ "code": "TABLE_RULE_RUNTIME_EFFECT_COMPILABLE",
1375
+ "description": "Effect payload must compile through toCellClassAndStyle or table renderer semantics."
1376
+ },
1377
+ {
1378
+ "validatorId": "empty-rule-policy-valid",
1379
+ "level": "warning",
1380
+ "code": "TABLE_RULE_EMPTY_RULE_POLICY_VALID",
1381
+ "description": "Removing the last effect must follow the requested empty-rule policy."
1382
+ },
1383
+ {
1384
+ "validatorId": "preset-key-known",
1385
+ "level": "error",
1386
+ "code": "TABLE_RULE_PRESET_KEY_KNOWN",
1387
+ "description": "Preset key must exist in DEFAULT_EFFECT_PRESETS."
1388
+ },
1389
+ {
1390
+ "validatorId": "preset-effect-compilable",
1391
+ "level": "error",
1392
+ "code": "TABLE_RULE_PRESET_EFFECT_COMPILABLE",
1393
+ "description": "Preset payload must compile to RuleEffectDefinition."
1394
+ },
1395
+ {
1396
+ "validatorId": "animation-preset-known",
1397
+ "level": "error",
1398
+ "code": "TABLE_RULE_ANIMATION_PRESET_KNOWN",
1399
+ "description": "Animation preset must be canonical or explicitly aliased."
1400
+ },
1401
+ {
1402
+ "validatorId": "animation-alias-known",
1403
+ "level": "error",
1404
+ "code": "TABLE_RULE_ANIMATION_ALIAS_KNOWN",
1405
+ "description": "Animation aliases must resolve to canonical presets."
1406
+ },
1407
+ {
1408
+ "validatorId": "animation-override-valid",
1409
+ "level": "error",
1410
+ "code": "TABLE_RULE_ANIMATION_OVERRIDE_VALID",
1411
+ "description": "Animation overrides must normalize to supported type, trigger, repeat and intensity values."
1412
+ },
1413
+ {
1414
+ "validatorId": "animation-runtime-supported",
1415
+ "level": "error",
1416
+ "code": "TABLE_RULE_ANIMATION_RUNTIME_SUPPORTED",
1417
+ "description": "Animation payload must be supported by row and column conditional renderers."
1418
+ },
1419
+ {
1420
+ "validatorId": "table-manifest-operation-known",
1421
+ "level": "error",
1422
+ "code": "TABLE_RULE_TABLE_OPERATION_KNOWN",
1423
+ "description": "Delegated table operation must exist in the praxis-table authoring manifest."
1424
+ },
1425
+ {
1426
+ "validatorId": "table-target-valid",
1427
+ "level": "error",
1428
+ "code": "TABLE_RULE_TABLE_TARGET_VALID",
1429
+ "description": "Delegated table target must be resolvable by praxis-table."
1430
+ },
1431
+ {
1432
+ "validatorId": "no-local-table-config-write",
1433
+ "level": "error",
1434
+ "code": "TABLE_RULE_NO_LOCAL_TABLE_CONFIG_WRITE",
1435
+ "description": "Rule builder operations must not write TableConfig directly."
1436
+ }
1437
+ ],
1438
+ "roundTripRequirements": [
1439
+ "RuleEffectDefinition is the local source of truth for the effects panel.",
1440
+ "Rules that affect rowConditionalRenderers or columns[].conditionalRenderers must delegate table-owned placement to praxis-table.",
1441
+ "Rule and effect identity must use stable ruleId/effectId keys; array indexes are not canonical identities.",
1442
+ "Animation presets and aliases must resolve through RULE_ANIMATION_PRESETS and RULE_ANIMATION_PRESET_ALIASES before persistence.",
1443
+ "Preview-only animation classes must be omitted from persisted table payload mapping by using includeAnimationPreview: false.",
1444
+ "Preset application must preserve the selected scope and emit a normalized RuleEffectDefinition through valueChange."
1445
+ ],
1446
+ "examples": [
1447
+ {
1448
+ "id": "table-rule-add-row-warning",
1449
+ "request": "Add a row warning rule for overdue invoices.",
1450
+ "operationId": "rule.add",
1451
+ "target": "rule:overdue-warning",
1452
+ "params": {
1453
+ "ruleId": "overdue-warning",
1454
+ "scope": "row",
1455
+ "condition": {
1456
+ "field": "dueDate",
1457
+ "operator": "beforeToday"
1458
+ },
1459
+ "effect": {
1460
+ "background": {
1461
+ "color": "rgba(255,193,7,0.12)"
1462
+ }
1463
+ }
1464
+ },
1465
+ "isPositive": true
1466
+ },
1467
+ {
1468
+ "id": "table-rule-remove-obsolete",
1469
+ "request": "Remove the obsolete archived row rule.",
1470
+ "operationId": "rule.remove",
1471
+ "target": "rule:archived-obsolete",
1472
+ "params": {
1473
+ "ruleId": "archived-obsolete",
1474
+ "removeEffects": true
1475
+ },
1476
+ "isPositive": true
1477
+ },
1478
+ {
1479
+ "id": "table-rule-condition-status-error",
1480
+ "request": "Make the rule apply when status is error.",
1481
+ "operationId": "condition.set",
1482
+ "target": "condition:status-error",
1483
+ "params": {
1484
+ "ruleId": "status-error",
1485
+ "condition": {
1486
+ "field": "status",
1487
+ "operator": "equals",
1488
+ "value": "error"
1489
+ }
1490
+ },
1491
+ "isPositive": true
1492
+ },
1493
+ {
1494
+ "id": "table-rule-add-badge-effect",
1495
+ "request": "Add a warning badge to the status rule.",
1496
+ "operationId": "effect.add",
1497
+ "target": "effect:status-warning/badge",
1498
+ "params": {
1499
+ "ruleId": "status-warning",
1500
+ "effectId": "badge",
1501
+ "effectType": "icone",
1502
+ "payload": {
1503
+ "icon": "warning",
1504
+ "badgeText": "Attention"
1505
+ }
1506
+ },
1507
+ "isPositive": true
1508
+ },
1509
+ {
1510
+ "id": "table-rule-update-background",
1511
+ "request": "Change the risk rule background color.",
1512
+ "operationId": "effect.update",
1513
+ "target": "effect:risk/background",
1514
+ "params": {
1515
+ "ruleId": "risk",
1516
+ "effectId": "background",
1517
+ "payload": {
1518
+ "background": {
1519
+ "color": "rgba(239,83,80,0.10)"
1520
+ }
1521
+ },
1522
+ "mode": "merge"
1523
+ },
1524
+ "isPositive": true
1525
+ },
1526
+ {
1527
+ "id": "table-rule-remove-tooltip",
1528
+ "request": "Remove the tooltip effect from the audit rule.",
1529
+ "operationId": "effect.remove",
1530
+ "target": "effect:audit/tooltip",
1531
+ "params": {
1532
+ "ruleId": "audit",
1533
+ "effectId": "tooltip"
1534
+ },
1535
+ "isPositive": true
1536
+ },
1537
+ {
1538
+ "id": "table-rule-apply-alerta",
1539
+ "request": "Use the alerta preset on the SLA rule.",
1540
+ "operationId": "preset.apply",
1541
+ "target": "preset:alerta",
1542
+ "params": {
1543
+ "ruleId": "sla",
1544
+ "presetKey": "alerta",
1545
+ "scope": "row",
1546
+ "mergeWithExisting": true
1547
+ },
1548
+ "isPositive": true
1549
+ },
1550
+ {
1551
+ "id": "table-rule-animation-critical",
1552
+ "request": "Make the SLA breach animation critical.",
1553
+ "operationId": "animation.set",
1554
+ "target": "animation:sla-breach",
1555
+ "params": {
1556
+ "ruleId": "sla-breach",
1557
+ "effectId": "animation",
1558
+ "animation": {
1559
+ "preset": "critical-alert"
1560
+ }
1561
+ },
1562
+ "isPositive": true
1563
+ },
1564
+ {
1565
+ "id": "table-rule-delegate-column-renderer",
1566
+ "request": "Move this effect to the status column renderer.",
1567
+ "operationId": "tableIntegration.delegate",
1568
+ "target": "praxis-table:column-renderer",
1569
+ "params": {
1570
+ "tableOperationId": "column.conditionalRenderer.set",
1571
+ "reason": "column renderer placement is owned by praxis-table",
1572
+ "tableTarget": {
1573
+ "columnKey": "status"
1574
+ }
1575
+ },
1576
+ "isPositive": true
1577
+ },
1578
+ {
1579
+ "id": "table-rule-reject-direct-table-column",
1580
+ "request": "Add a new table column from the rule builder.",
1581
+ "operationId": "tableIntegration.delegate",
1582
+ "target": "praxis-table:column.add",
1583
+ "params": {
1584
+ "tableOperationId": "column.add",
1585
+ "reason": "column authoring belongs to praxis-table"
1586
+ },
1587
+ "isPositive": false
1588
+ },
1589
+ {
1590
+ "id": "table-rule-reject-unknown-effect",
1591
+ "request": "Add a sparkle shader effect to rows.",
1592
+ "operationId": "effect.add",
1593
+ "target": "effect:sparkle",
1594
+ "params": {
1595
+ "ruleId": "risk",
1596
+ "effectId": "sparkle",
1597
+ "effectType": "shader",
1598
+ "payload": {}
1599
+ },
1600
+ "isPositive": false
1601
+ },
1602
+ {
1603
+ "id": "table-rule-reject-unknown-animation",
1604
+ "request": "Use the earthquake animation preset.",
1605
+ "operationId": "animation.set",
1606
+ "target": "animation:earthquake",
1607
+ "params": {
1608
+ "ruleId": "risk",
1609
+ "effectId": "animation",
1610
+ "animation": {
1611
+ "preset": "earthquake"
1612
+ }
1613
+ },
1614
+ "isPositive": false
1615
+ }
1616
+ ]
1617
+ },
1618
+ "chunks": [
1619
+ {
1620
+ "chunkIndex": 0,
1621
+ "chunkKind": "summary",
1622
+ "content": "Component ID: praxis-table-rule-builder\nSelector: praxis-rule-effects-panel\nFriendly Name: Praxis Table Rule Builder\nDescription: Editor for table rule effects and conditional styling.\nCategory: table\nLib/Package: @praxisui/table-rule-builder\nTags: widget, rules, table, configurable\nInputs:\n - scope (RuleScope)\n - value (RuleEffectDefinition | undefined)\n - labels (Record<string, string>)\nOutputs:\n - valueChange (RuleEffectDefinition)\n - apply (void)\n - reset (void)\n",
1623
+ "sourcePointer": "praxis-ui-angular/projects/praxis-table-rule-builder/src/lib/praxis-table-rule-builder.metadata.ts",
1624
+ "contentHash": "f141b3d5a1a9e7a7d904e14976fe6712dcb1d80c41dcbc9dbc18326ab910b400",
1625
+ "sourceKind": "component_definition",
1626
+ "sourceId": "praxis-table-rule-builder",
1627
+ "corpusVersion": "1.0.0"
1628
+ },
1629
+ {
1630
+ "chunkIndex": 1,
1631
+ "chunkKind": "authoring_manifest",
1632
+ "content": "{\n \"schemaVersion\": \"1.0.0\",\n \"componentId\": \"praxis-table-rule-builder\",\n \"ownerPackage\": \"@praxisui/table-rule-builder\",\n \"configSchemaId\": \"RuleEffectDefinition\",\n \"manifestVersion\": \"1.0.0\",\n \"runtimeInputs\": [\n {\n \"name\": \"scope\",\n \"type\": \"RuleScope\",\n \"description\": \"Effect scope: cell, row, column or table.\"\n },\n {\n \"name\": \"value\",\n \"type\": \"RuleEffectDefinition | undefined\",\n \"description\": \"Initial effect definition hydrated into the panel form.\"\n },\n {\n \"name\": \"labels\",\n \"type\": \"Record<string, string>\",\n \"description\": \"Host-owned partial panel copy overrides merged with default labels for i18n/theming context; not part of the rule effect payload.\"\n },\n {\n \"name\": \"valueChange\",\n \"type\": \"RuleEffectDefinition\",\n \"description\": \"Debounced normalized effect payload emitted by the editor.\"\n },\n {\n \"name\": \"apply\",\n \"type\": \"void\",\n \"description\": \"Emitted when the user applies the current effect payload.\"\n },\n {\n \"name\": \"reset\",\n \"type\": \"void\",\n \"description\": \"Emitted when the user resets the panel form back to canonical defaults.\"\n }\n ],\n \"editableTargets\": [\n {\n \"kind\": \"rule\",\n \"resolver\": \"table-rule-by-stable-id\",\n \"description\": \"Table conditional rule entry keyed by stable rule id before it is passed to praxis-table.\"\n },\n {\n \"kind\": \"condition\",\n \"resolver\": \"table-rule-condition-by-rule-id\",\n \"description\": \"Structured condition payload evaluated against table row/column context.\"\n },\n {\n \"kind\": \"effect\",\n \"resolver\": \"rule-effect-by-rule-and-effect-id\",\n \"description\": \"Visual effect payload inside a rule, mapped to RuleEffectDefinition.\"\n },\n {\n \"kind\": \"preset\",\n \"resolver\": \"default-effect-preset-by-key\",\n \"description\": \"Built-in semantic effect preset from DEFAULT_EFFECT_PRESETS.\"\n },\n {\n \"kind\": \"animation\",\n \"resolver\": \"rule-animation-by-rule-and-effect-id\",\n \"description\": \"Animation preset, alias or override resolved through animation-presets.\"\n },\n {\n \"kind\": \"tableDelegation\",\n \"resolver\": \"praxis-table-authoring-operation\",\n \"description\": \"Explicit delegation boundary for table-owned configuration changes.\"\n }\n ],\n \"operations\": [\n {\n \"operationId\": \"rule.add\",\n \"title\": \"Add table visual rule\",\n \"scope\": \"rule\",\n \"targetKind\": \"rule\",\n \"target\": {\n \"kind\": \"rule\",\n \"resolver\": \"table-rule-by-stable-id\",\n \"ambiguityPolicy\": \"fail\",\n \"required\": true\n },\n \"inputSchema\": {\n \"type\": \"object\",\n \"required\": [\n \"ruleId\",\n \"scope\"\n ],\n \"properties\": {\n \"ruleId\": {\n \"type\": \"string\"\n },\n \"scope\": {\n \"enum\": [\n \"cell\",\n \"row\",\n \"column\",\n \"table\"\n ]\n },\n \"columnKey\": {\n \"type\": \"string\"\n },\n \"condition\": {\n \"type\": \"object\"\n },\n \"effect\": {\n \"type\": \"object\"\n },\n \"insertAfterRuleId\": {\n \"type\": \"string\"\n }\n }\n },\n \"effects\": [\n {\n \"kind\": \"compile-domain-patch\",\n \"handler\": \"table-rule-builder-rule-add\",\n \"handlerContract\": {\n \"reads\": [\n \"RuleEffectsPanelComponent.scope\",\n \"RuleEffectDefinition\",\n \"praxis-table rowConditionalRenderers\",\n \"praxis-table columns[].conditionalRenderers\"\n ],\n \"writes\": [\n \"delegatedAuthoringOperations\",\n \"RuleEffectDefinition\"\n ],\n \"identityKeys\": [\n \"ruleId\"\n ],\n \"failureModes\": [\n \"duplicate-rule-id\",\n \"unsupported-scope\",\n \"column-not-found\",\n \"condition-invalid\",\n \"effect-registry-miss\"\n ],\n \"description\": \"Creates a stable table visual rule and keeps table-owned renderer placement delegated to praxis-table.\"\n }\n }\n ],\n \"validators\": [\n \"rule-id-unique\",\n \"scope-supported\",\n \"condition-table-context-valid\",\n \"effect-registry-supported\",\n \"table-owned-config-delegated\"\n ],\n \"affectedPaths\": [\n \"delegatedAuthoringOperations\",\n \"RuleEffectDefinition\"\n ],\n \"submissionImpact\": \"config-only\",\n \"preconditions\": [\n \"rule-effects-panel-loaded\",\n \"table-authoring-context-known\"\n ],\n \"destructive\": false,\n \"requiresConfirmation\": false\n },\n {\n \"operationId\": \"rule.remove\",\n \"title\": \"Remove table visual rule\",\n \"scope\": \"rule\",\n \"targetKind\": \"rule\",\n \"target\": {\n \"kind\": \"rule\",\n \"resolver\": \"table-rule-by-stable-id\",\n \"ambiguityPolicy\": \"fail\",\n \"required\": true\n },\n \"inputSchema\": {\n \"type\": \"object\",\n \"required\": [\n \"ruleId\"\n ],\n \"properties\": {\n \"ruleId\": {\n \"type\": \"string\"\n },\n \"removeEffects\": {\n \"type\": \"boolean\"\n },\n \"preserveCondition\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"effects\": [\n {\n \"kind\": \"compile-domain-patch\",\n \"handler\": \"table-rule-builder-rule-remove\",\n \"handlerContract\": {\n \"reads\": [\n \"ruleEffects.rules\",\n \"ruleEffects.rules[].effect\",\n \"ruleEffects.rules[].condition\"\n ],\n \"writes\": [\n \"delegatedAuthoringOperations\"\n ],\n \"identityKeys\": [\n \"ruleId\"\n ],\n \"failureModes\": [\n \"rule-not-found\",\n \"destructive-removal-not-confirmed\",\n \"orphaned-table-renderer\",\n \"condition-preserve-not-supported\"\n ],\n \"description\": \"Removes a governed visual rule by id with confirmation because conditions and effects can be lost.\"\n }\n }\n ],\n \"destructive\": true,\n \"requiresConfirmation\": true,\n \"validators\": [\n \"rule-exists\",\n \"destructive-removal-confirmed\",\n \"table-renderer-references-clean\",\n \"table-owned-config-delegated\"\n ],\n \"affectedPaths\": [\n \"delegatedAuthoringOperations\"\n ],\n \"submissionImpact\": \"config-only\",\n \"preconditions\": [\n \"rule-effects-panel-loaded\",\n \"explicit-confirmation-provided\"\n ]\n },\n {\n \"operationId\": \"condition.set\",\n \"title\": \"Set table rule condition\",\n \"scope\": \"rule\",\n \"targetKind\": \"condition\",\n \"target\": {\n \"kind\": \"condition\",\n \"resolver\": \"table-rule-condition-by-rule-id\",\n \"ambiguityPolicy\": \"fail\",\n \"required\": true\n },\n \"inputSchema\": {\n \"type\": \"object\",\n \"required\": [\n \"ruleId\",\n \"condition\"\n ],\n \"properties\": {\n \"ruleId\": {\n \"type\": \"string\"\n },\n \"condition\": {\n \"type\": \"object\"\n },\n \"scope\": {\n \"enum\": [\n \"cell\",\n \"row\",\n \"column\",\n \"table\"\n ]\n },\n \"columnKey\": {\n \"type\": \"string\"\n },\n \"mode\": {\n \"enum\": [\n \"replace\",\n \"merge\"\n ]\n }\n }\n },\n \"effects\": [\n {\n \"kind\": \"compile-domain-patch\",\n \"handler\": \"table-rule-builder-condition-set\",\n \"handlerContract\": {\n \"reads\": [\n \"ruleEffects.rules\",\n \"praxis-table dataSource fields\",\n \"praxis-table columns\"\n ],\n \"writes\": [\n \"delegatedAuthoringOperations\"\n ],\n \"identityKeys\": [\n \"ruleId\"\n ],\n \"failureModes\": [\n \"rule-not-found\",\n \"condition-invalid\",\n \"field-not-in-table-context\",\n \"column-not-found\"\n ],\n \"description\": \"Applies a structured table row/column condition without creating a parallel table DSL.\"\n }\n }\n ],\n \"validators\": [\n \"rule-exists\",\n \"condition-table-context-valid\",\n \"condition-fields-known\",\n \"condition-operators-supported\"\n ],\n \"affectedPaths\": [\n \"delegatedAuthoringOperations\"\n ],\n \"submissionImpact\": \"config-only\",\n \"preconditions\": [\n \"rule-effects-panel-loaded\",\n \"table-authoring-context-known\"\n ],\n \"destructive\": false,\n \"requiresConfirmation\": false\n },\n {\n \"operationId\": \"effect.add\",\n \"title\": \"Add visual effect to rule\",\n \"scope\": \"skin\",\n \"targetKind\": \"effect\",\n \"target\": {\n \"kind\": \"effect\",\n \"resolver\": \"rule-effect-by-rule-and-effect-id\",\n \"ambiguityPolicy\": \"fail\",\n \"required\": true\n },\n \"inputSchema\": {\n \"type\": \"object\",\n \"required\": [\n \"ruleId\",\n \"effectId\",\n \"effectType\"\n ],\n \"properties\": {\n \"ruleId\": {\n \"type\": \"string\"\n },\n \"effectId\": {\n \"type\": \"string\"\n },\n \"effectType\": {\n \"enum\": [\n \"estilo\",\n \"layout\",\n \"icone\",\n \"fundo\",\n \"animacao\",\n \"tooltip\"\n ]\n },\n \"payload\": {\n \"type\": \"object\"\n }\n }\n },\n \"effects\": [\n {\n \"kind\": \"compile-domain-patch\",\n \"handler\": \"table-rule-builder-effect-add\",\n \"handlerContract\": {\n \"reads\": [\n \"EffectRegistryService.list\",\n \"RuleEffectDefinition\",\n \"toCellClassAndStyle\"\n ],\n \"writes\": [\n \"RuleEffectDefinition\"\n ],\n \"identityKeys\": [\n \"ruleId\",\n \"effectId\"\n ],\n \"failureModes\": [\n \"rule-not-found\",\n \"duplicate-effect-id\",\n \"unsupported-effect-type\",\n \"unsafe-style-value\"\n ],\n \"description\": \"Adds a governed visual effect whose type is backed by the effect registry and RuleEffectDefinition.\"\n }\n }\n ],\n \"validators\": [\n \"rule-exists\",\n \"effect-id-unique\",\n \"effect-registry-supported\",\n \"style-values-safe\",\n \"preview-class-not-persisted\"\n ],\n \"affectedPaths\": [\n \"RuleEffectDefinition\"\n ],\n \"submissionImpact\": \"visual-only\",\n \"preconditions\": [\n \"rule-effects-panel-loaded\",\n \"effect-registry-initialized\"\n ],\n \"destructive\": false,\n \"requiresConfirmation\": false\n },\n {\n \"operationId\": \"effect.update\",\n \"title\": \"Update visual effect payload\",\n \"scope\": \"skin\",\n \"targetKind\": \"effect\",\n \"target\": {\n \"kind\": \"effect\",\n \"resolver\": \"rule-effect-by-rule-and-effect-id\",\n \"ambiguityPolicy\": \"fail\",\n \"required\": true\n },\n \"inputSchema\": {\n \"type\": \"object\",\n \"required\": [\n \"ruleId\",\n \"effectId\",\n \"payload\"\n ],\n \"properties\": {\n \"ruleId\": {\n \"type\": \"string\"\n },\n \"effectId\": {\n \"type\": \"string\"\n },\n \"payload\": {\n \"type\": \"object\"\n },\n \"mode\": {\n \"enum\": [\n \"replace\",\n \"merge\"\n ]\n }\n }\n },\n \"effects\": [\n {\n \"kind\": \"compile-domain-patch\",\n \"handler\": \"table-rule-builder-effect-update\",\n \"handlerContract\": {\n \"reads\": [\n \"ruleEffects.rules[].effect\",\n \"EffectRegistryService.list\",\n \"toCellClassAndStyle\"\n ],\n \"writes\": [\n \"RuleEffectDefinition\"\n ],\n \"identityKeys\": [\n \"ruleId\",\n \"effectId\"\n ],\n \"failureModes\": [\n \"rule-not-found\",\n \"effect-not-found\",\n \"unsupported-effect-type\",\n \"unsafe-style-value\"\n ],\n \"description\": \"Updates a visual effect payload while preserving its stable effect id and registry-backed type.\"\n }\n }\n ],\n \"validators\": [\n \"rule-exists\",\n \"effect-exists\",\n \"effect-registry-supported\",\n \"style-values-safe\",\n \"runtime-effect-compilable\"\n ],\n \"affectedPaths\": [\n \"RuleEffectDefinition\"\n ],\n \"submissionImpact\": \"visual-only\",\n \"preconditions\": [\n \"rule-effects-panel-loaded\",\n \"effect-registry-initialized\"\n ],\n \"destructive\": false,\n \"requiresConfirmation\": false\n },\n {\n \"operationId\": \"effect.remove\",\n \"title\": \"Remove visual effect from rule\",\n \"scope\": \"skin\",\n \"targetKind\": \"effect\",\n \"target\": {\n \"kind\": \"effect\",\n \"resolver\": \"rule-effect-by-rule-and-effect-id\",\n \"ambiguityPolicy\": \"fail\",\n \"required\": true\n },\n \"inputSchema\": {\n \"type\": \"object\",\n \"required\": [\n \"ruleId\",\n \"effectId\"\n ],\n \"properties\": {\n \"ruleId\": {\n \"type\": \"string\"\n },\n \"effectId\": {\n \"type\": \"string\"\n },\n \"removeEmptyRule\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"effects\": [\n {\n \"kind\": \"compile-domain-patch\",\n \"handler\": \"table-rule-builder-effect-remove\",\n \"handlerContract\": {\n \"reads\": [\n \"ruleEffects.rules\",\n \"ruleEffects.rules[].effect\"\n ],\n \"writes\": [\n \"RuleEffectDefinition\",\n \"delegatedAuthoringOperations\"\n ],\n \"identityKeys\": [\n \"ruleId\",\n \"effectId\"\n ],\n \"failureModes\": [\n \"rule-not-found\",\n \"effect-not-found\",\n \"destructive-removal-not-confirmed\",\n \"empty-rule-created\"\n ],\n \"description\": \"Removes one visual effect and optionally removes the empty rule, requiring confirmation for destructive cleanup.\"\n }\n }\n ],\n \"destructive\": true,\n \"requiresConfirmation\": true,\n \"validators\": [\n \"rule-exists\",\n \"effect-exists\",\n \"destructive-removal-confirmed\",\n \"empty-rule-policy-valid\"\n ],\n \"affectedPaths\": [\n \"RuleEffectDefinition\",\n \"delegatedAuthoringOperations\"\n ],\n \"submissionImpact\": \"visual-only\",\n \"preconditions\": [\n \"rule-effects-panel-loaded\",\n \"explicit-confirmation-provided\"\n ]\n },\n {\n \"operationId\": \"preset.apply\",\n \"title\": \"Apply semantic effect preset\",\n \"scope\": \"skin\",\n \"targetKind\": \"preset\",\n \"target\": {\n \"kind\": \"preset\",\n \"resolver\": \"default-effect-preset-by-key\",\n \"ambiguityPolicy\": \"fail\",\n \"required\": true\n },\n \"inputSchema\": {\n \"type\": \"object\",\n \"required\": [\n \"ruleId\",\n \"presetKey\"\n ],\n \"properties\": {\n \"ruleId\": {\n \"type\": \"string\"\n },\n \"presetKey\": {\n \"enum\": [\n \"aprovado\",\n \"alerta\",\n \"erro\",\n \"info\"\n ]\n },\n \"scope\": {\n \"enum\": [\n \"cell\",\n \"row\",\n \"column\",\n \"table\"\n ]\n },\n \"mergeWithExisting\": {\n \"type\": \"boolean\"\n }\n }\n },\n \"effects\": [\n {\n \"kind\": \"compile-domain-patch\",\n \"handler\": \"table-rule-builder-preset-apply\",\n \"handlerContract\": {\n \"reads\": [\n \"DEFAULT_EFFECT_PRESETS\",\n \"RuleEffectsPanelComponent.applyPreset\",\n \"RuleEffectDefinition\"\n ],\n \"writes\": [\n \"RuleEffectDefinition\",\n \"RuleEffectsPanelComponent.effectsForm\",\n \"valueChange\"\n ],\n \"identityKeys\": [\n \"ruleId\",\n \"presetKey\"\n ],\n \"failureModes\": [\n \"rule-not-found\",\n \"preset-not-found\",\n \"scope-override-invalid\",\n \"preset-effect-not-compilable\"\n ],\n \"description\": \"Applies a built-in semantic preset and normalizes its scope through the rule effects panel.\"\n }\n }\n ],\n \"validators\": [\n \"rule-exists\",\n \"preset-key-known\",\n \"preset-effect-compilable\",\n \"scope-supported\"\n ],\n \"affectedPaths\": [\n \"RuleEffectDefinition\",\n \"RuleEffectsPanelComponent.effectsForm\",\n \"valueChange\"\n ],\n \"submissionImpact\": \"visual-only\",\n \"preconditions\": [\n \"rule-effects-panel-loaded\",\n \"default-presets-loaded\"\n ],\n \"destructive\": false,\n \"requiresConfirmation\": false\n },\n {\n \"operationId\": \"animation.set\",\n \"title\": \"Set rule animation\",\n \"scope\": \"skin\",\n \"targetKind\": \"animation\",\n \"target\": {\n \"kind\": \"animation\",\n \"resolver\": \"rule-animation-by-rule-and-effect-id\",\n \"ambiguityPolicy\": \"fail\",\n \"required\": true\n },\n \"inputSchema\": {\n \"type\": \"object\",\n \"required\": [\n \"ruleId\",\n \"animation\"\n ],\n \"properties\": {\n \"ruleId\": {\n \"type\": \"string\"\n },\n \"effectId\": {\n \"type\": \"string\"\n },\n \"animation\": {\n \"type\": \"object\",\n \"properties\": {\n \"enabled\": {\n \"type\": \"boolean\"\n },\n \"preset\": {\n \"enum\": [\n \"info-soft\",\n \"success-confirm\",\n \"warning-attention\",\n \"critical-alert\",\n \"audit-review\",\n \"sync-pending\",\n \"sla-warning\",\n \"sla-breach\",\n \"risk-elevated\",\n \"risk-critical\",\n \"audit-warning\",\n \"sync-warning\"\n ]\n },\n \"type\": {\n \"enum\": [\n \"pulse\",\n \"blink\",\n \"grow\",\n \"fade\",\n \"slide-in\",\n \"border-pulse\"\n ]\n },\n \"trigger\": {\n \"enum\": [\n \"onChange\",\n \"onAppear\",\n \"onHover\",\n \"onConditionEnter\",\n \"onConditionExit\",\n \"onDataRefresh\"\n ]\n },\n \"repeat\": {},\n \"durationMs\": {\n \"type\": \"number\"\n },\n \"delayMs\": {\n \"type\": \"number\"\n },\n \"intensity\": {\n \"enum\": [\n \"subtle\",\n \"normal\",\n \"strong\"\n ]\n }\n }\n }\n }\n },\n \"effects\": [\n {\n \"kind\": \"compile-domain-patch\",\n \"handler\": \"table-rule-builder-animation-set\",\n \"handlerContract\": {\n \"reads\": [\n \"RULE_ANIMATION_PRESETS\",\n \"RULE_ANIMATION_PRESET_ALIASES\",\n \"resolveRuleAnimationConfig\",\n \"RuleEffectDefinition.animation\"\n ],\n \"writes\": [\n \"RuleEffectDefinition.animation\",\n \"RuleEffectsPanelComponent.effectsForm.animation\",\n \"valueChange\"\n ],\n \"identityKeys\": [\n \"ruleId\",\n \"effectId\"\n ],\n \"failureModes\": [\n \"rule-not-found\",\n \"effect-not-found\",\n \"animation-preset-unknown\",\n \"animation-override-invalid\",\n \"reduced-motion-policy-violated\"\n ],\n \"description\": \"Sets a semantic animation preset or override that resolves fail-closed through the animation preset catalog.\"\n }\n }\n ],\n \"validators\": [\n \"rule-exists\",\n \"animation-preset-known\",\n \"animation-alias-known\",\n \"animation-override-valid\",\n \"animation-runtime-supported\"\n ],\n \"affectedPaths\": [\n \"RuleEffectDefinition.animation\",\n \"RuleEffectsPanelComponent.effectsForm.animation\",\n \"valueChange\"\n ],\n \"submissionImpact\": \"visual-only\",\n \"preconditions\": [\n \"rule-effects-panel-loaded\",\n \"animation-presets-loaded\"\n ],\n \"destructive\": false,\n \"requiresConfirmation\": false\n },\n {\n \"operationId\": \"tableIntegration.delegate\",\n \"title\": \"Delegate table-owned configuration\",\n \"scope\": \"global\",\n \"targetKind\": \"tableDelegation\",\n \"target\": {\n \"kind\": \"tableDelegation\",\n \"resolver\": \"praxis-table-authoring-operation\",\n \"ambiguityPolicy\": \"fail\",\n \"required\": false\n },\n \"inputSchema\": {\n \"type\": \"object\",\n \"required\": [\n \"tableOperationId\",\n \"reason\"\n ],\n \"properties\": {\n \"tableOperationId\": {\n \"type\": \"string\"\n },\n \"reason\": {\n \"type\": \"string\"\n },\n \"tableTarget\": {\n \"type\": \"object\"\n },\n \"tableParams\": {\n \"type\": \"object\"\n }\n }\n },\n \"effects\": [\n {\n \"kind\": \"compile-domain-patch\",\n \"handler\": \"table-rule-builder-table-delegate\",\n \"handlerContract\": {\n \"reads\": [\n \"PRAXIS_TABLE_AUTHORING_MANIFEST\",\n \"TableConfigV2\",\n \"tableOperationId\"\n ],\n \"writes\": [\n \"delegatedAuthoringOperations\"\n ],\n \"identityKeys\": [\n \"tableOperationId\"\n ],\n \"failureModes\": [\n \"table-operation-not-found\",\n \"table-target-invalid\",\n \"attempted-local-table-config-write\"\n ],\n \"description\": \"Records that table-owned config such as renderer placement, columns, ordering or data binding must route through praxis-table.\"\n }\n }\n ],\n \"validators\": [\n \"table-manifest-operation-known\",\n \"table-target-valid\",\n \"no-local-table-config-write\",\n \"table-owned-config-delegated\"\n ],\n \"affectedPaths\": [\n \"delegatedAuthoringOperations\"\n ],\n \"submissionImpact\": \"none\",\n \"preconditions\": [\n \"praxis-table-manifest-available\"\n ],\n \"destructive\": false,\n \"requiresConfirmation\": false\n }\n ],\n \"validators\": [\n {\n \"validatorId\": \"rule-id-unique\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_ID_UNIQUE\",\n \"description\": \"Rule ids must be unique and stable.\"\n },\n {\n \"validatorId\": \"scope-supported\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_SCOPE_SUPPORTED\",\n \"description\": \"Rule scope must be one of cell, row, column or table.\"\n },\n {\n \"validatorId\": \"condition-table-context-valid\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_CONDITION_CONTEXT_VALID\",\n \"description\": \"Conditions must reference valid table row or column context.\"\n },\n {\n \"validatorId\": \"effect-registry-supported\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_EFFECT_REGISTRY_SUPPORTED\",\n \"description\": \"Effects must be backed by EffectRegistryService editor categories.\"\n },\n {\n \"validatorId\": \"table-owned-config-delegated\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_TABLE_CONFIG_DELEGATED\",\n \"description\": \"Table-owned configuration changes must delegate to praxis-table.\"\n },\n {\n \"validatorId\": \"rule-exists\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_EXISTS\",\n \"description\": \"The targeted rule must exist.\"\n },\n {\n \"validatorId\": \"destructive-removal-confirmed\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_DESTRUCTIVE_CONFIRMED\",\n \"description\": \"Destructive rule or effect removal requires explicit confirmation.\"\n },\n {\n \"validatorId\": \"table-renderer-references-clean\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_RENDERER_REFERENCES_CLEAN\",\n \"description\": \"Removing a rule must not leave stale table renderer references.\"\n },\n {\n \"validatorId\": \"condition-fields-known\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_CONDITION_FIELDS_KNOWN\",\n \"description\": \"Condition fields must exist in table row data or column metadata.\"\n },\n {\n \"validatorId\": \"condition-operators-supported\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_CONDITION_OPERATORS_SUPPORTED\",\n \"description\": \"Condition operators must be supported by table rule semantics.\"\n },\n {\n \"validatorId\": \"effect-id-unique\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_EFFECT_ID_UNIQUE\",\n \"description\": \"Effect ids must be unique within a rule.\"\n },\n {\n \"validatorId\": \"style-values-safe\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_STYLE_VALUES_SAFE\",\n \"description\": \"CSS class and style values must be safe for runtime rendering.\"\n },\n {\n \"validatorId\": \"preview-class-not-persisted\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_PREVIEW_CLASS_NOT_PERSISTED\",\n \"description\": \"Preview-only animation classes must not leak into persisted payload mapping.\"\n },\n {\n \"validatorId\": \"effect-exists\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_EFFECT_EXISTS\",\n \"description\": \"The targeted effect must exist.\"\n },\n {\n \"validatorId\": \"runtime-effect-compilable\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_RUNTIME_EFFECT_COMPILABLE\",\n \"description\": \"Effect payload must compile through toCellClassAndStyle or table renderer semantics.\"\n },\n {\n \"validatorId\": \"empty-rule-policy-valid\",\n \"level\": \"warning\",\n \"code\": \"TABLE_RULE_EMPTY_RULE_POLICY_VALID\",\n \"description\": \"Removing the last effect must follow the requested empty-rule policy.\"\n },\n {\n \"validatorId\": \"preset-key-known\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_PRESET_KEY_KNOWN\",\n \"description\": \"Preset key must exist in DEFAULT_EFFECT_PRESETS.\"\n },\n {\n \"validatorId\": \"preset-effect-compilable\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_PRESET_EFFECT_COMPILABLE\",\n \"description\": \"Preset payload must compile to RuleEffectDefinition.\"\n },\n {\n \"validatorId\": \"animation-preset-known\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_ANIMATION_PRESET_KNOWN\",\n \"description\": \"Animation preset must be canonical or explicitly aliased.\"\n },\n {\n \"validatorId\": \"animation-alias-known\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_ANIMATION_ALIAS_KNOWN\",\n \"description\": \"Animation aliases must resolve to canonical presets.\"\n },\n {\n \"validatorId\": \"animation-override-valid\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_ANIMATION_OVERRIDE_VALID\",\n \"description\": \"Animation overrides must normalize to supported type, trigger, repeat and intensity values.\"\n },\n {\n \"validatorId\": \"animation-runtime-supported\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_ANIMATION_RUNTIME_SUPPORTED\",\n \"description\": \"Animation payload must be supported by row and column conditional renderers.\"\n },\n {\n \"validatorId\": \"table-manifest-operation-known\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_TABLE_OPERATION_KNOWN\",\n \"description\": \"Delegated table operation must exist in the praxis-table authoring manifest.\"\n },\n {\n \"validatorId\": \"table-target-valid\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_TABLE_TARGET_VALID\",\n \"description\": \"Delegated table target must be resolvable by praxis-table.\"\n },\n {\n \"validatorId\": \"no-local-table-config-write\",\n \"level\": \"error\",\n \"code\": \"TABLE_RULE_NO_LOCAL_TABLE_CONFIG_WRITE\",\n \"description\": \"Rule builder operations must not write TableConfig directly.\"\n }\n ],\n \"roundTripRequirements\": [\n \"RuleEffectDefinition is the local source of truth for the effects panel.\",\n \"Rules that affect rowConditionalRenderers or columns[].conditionalRenderers must delegate table-owned placement to praxis-table.\",\n \"Rule and effect identity must use stable ruleId/effectId keys; array indexes are not canonical identities.\",\n \"Animation presets and aliases must resolve through RULE_ANIMATION_PRESETS and RULE_ANIMATION_PRESET_ALIASES before persistence.\",\n \"Preview-only animation classes must be omitted from persisted table payload mapping by using includeAnimationPreview: false.\",\n \"Preset application must preserve the selected scope and emit a normalized RuleEffectDefinition through valueChange.\"\n ],\n \"examples\": [\n {\n \"id\": \"table-rule-add-row-warning\",\n \"request\": \"Add a row warning rule for overdue invoices.\",\n \"operationId\": \"rule.add\",\n \"target\": \"rule:overdue-warning\",\n \"params\": {\n \"ruleId\": \"overdue-warning\",\n \"scope\": \"row\",\n \"condition\": {\n \"field\": \"dueDate\",\n \"operator\": \"beforeToday\"\n },\n \"effect\": {\n \"background\": {\n \"color\": \"rgba(255,193,7,0.12)\"\n }\n }\n },\n \"isPositive\": true\n },\n {\n \"id\": \"table-rule-remove-obsolete\",\n \"request\": \"Remove the obsolete archived row rule.\",\n \"operationId\": \"rule.remove\",\n \"target\": \"rule:archived-obsolete\",\n \"params\": {\n \"ruleId\": \"archived-obsolete\",\n \"removeEffects\": true\n },\n \"isPositive\": true\n },\n {\n \"id\": \"table-rule-condition-status-error\",\n \"request\": \"Make the rule apply when status is error.\",\n \"operationId\": \"condition.set\",\n \"target\": \"condition:status-error\",\n \"params\": {\n \"ruleId\": \"status-error\",\n \"condition\": {\n \"field\": \"status\",\n \"operator\": \"equals\",\n \"value\": \"error\"\n }\n },\n \"isPositive\": true\n },\n {\n \"id\": \"table-rule-add-badge-effect\",\n \"request\": \"Add a warning badge to the status rule.\",\n \"operationId\": \"effect.add\",\n \"target\": \"effect:status-warning/badge\",\n \"params\": {\n \"ruleId\": \"status-warning\",\n \"effectId\": \"badge\",\n \"effectType\": \"icone\",\n \"payload\": {\n \"icon\": \"warning\",\n \"badgeText\": \"Attention\"\n }\n },\n \"isPositive\": true\n },\n {\n \"id\": \"table-rule-update-background\",\n \"request\": \"Change the risk rule background color.\",\n \"operationId\": \"effect.update\",\n \"target\": \"effect:risk/background\",\n \"params\": {\n \"ruleId\": \"risk\",\n \"effectId\": \"background\",\n \"payload\": {\n \"background\": {\n \"color\": \"rgba(239,83,80,0.10)\"\n }\n },\n \"mode\": \"merge\"\n },\n \"isPositive\": true\n },\n {\n \"id\": \"table-rule-remove-tooltip\",\n \"request\": \"Remove the tooltip effect from the audit rule.\",\n \"operationId\": \"effect.remove\",\n \"target\": \"effect:audit/tooltip\",\n \"params\": {\n \"ruleId\": \"audit\",\n \"effectId\": \"tooltip\"\n },\n \"isPositive\": true\n },\n {\n \"id\": \"table-rule-apply-alerta\",\n \"request\": \"Use the alerta preset on the SLA rule.\",\n \"operationId\": \"preset.apply\",\n \"target\": \"preset:alerta\",\n \"params\": {\n \"ruleId\": \"sla\",\n \"presetKey\": \"alerta\",\n \"scope\": \"row\",\n \"mergeWithExisting\": true\n },\n \"isPositive\": true\n },\n {\n \"id\": \"table-rule-animation-critical\",\n \"request\": \"Make the SLA breach animation critical.\",\n \"operationId\": \"animation.set\",\n \"target\": \"animation:sla-breach\",\n \"params\": {\n \"ruleId\": \"sla-breach\",\n \"effectId\": \"animation\",\n \"animation\": {\n \"preset\": \"critical-alert\"\n }\n },\n \"isPositive\": true\n },\n {\n \"id\": \"table-rule-delegate-column-renderer\",\n \"request\": \"Move this effect to the status column renderer.\",\n \"operationId\": \"tableIntegration.delegate\",\n \"target\": \"praxis-table:column-renderer\",\n \"params\": {\n \"tableOperationId\": \"column.conditionalRenderer.set\",\n \"reason\": \"column renderer placement is owned by praxis-table\",\n \"tableTarget\": {\n \"columnKey\": \"status\"\n }\n },\n \"isPositive\": true\n },\n {\n \"id\": \"table-rule-reject-direct-table-column\",\n \"request\": \"Add a new table column from the rule builder.\",\n \"operationId\": \"tableIntegration.delegate\",\n \"target\": \"praxis-table:column.add\",\n \"params\": {\n \"tableOperationId\": \"column.add\",\n \"reason\": \"column authoring belongs to praxis-table\"\n },\n \"isPositive\": false\n },\n {\n \"id\": \"table-rule-reject-unknown-effect\",\n \"request\": \"Add a sparkle shader effect to rows.\",\n \"operationId\": \"effect.add\",\n \"target\": \"effect:sparkle\",\n \"params\": {\n \"ruleId\": \"risk\",\n \"effectId\": \"sparkle\",\n \"effectType\": \"shader\",\n \"payload\": {}\n },\n \"isPositive\": false\n },\n {\n \"id\": \"table-rule-reject-unknown-animation\",\n \"request\": \"Use the earthquake animation preset.\",\n \"operationId\": \"animation.set\",\n \"target\": \"animation:earthquake\",\n \"params\": {\n \"ruleId\": \"risk\",\n \"effectId\": \"animation\",\n \"animation\": {\n \"preset\": \"earthquake\"\n }\n },\n \"isPositive\": false\n }\n ]\n}",
1633
+ "sourcePointer": "praxis-ui-angular/projects/praxis-table-rule-builder/src/lib/ai/praxis-table-rule-builder-authoring-manifest.ts",
1634
+ "contentHash": "9a81ff8b55b732879a88429160b89dd14734aa9846e3d9ab42653a842d99b4e1",
1635
+ "sourceKind": "component_definition",
1636
+ "sourceId": "praxis-table-rule-builder",
1637
+ "corpusVersion": "1.0.0"
1638
+ },
1639
+ {
1640
+ "chunkIndex": 2,
1641
+ "chunkKind": "context_pack",
1642
+ "content": "{\n \"componentContext\": {\n \"version\": \"v1\",\n \"optionsByPath\": {\n \"scope\": {\n \"mode\": \"enum\",\n \"options\": [\n {\n \"value\": \"cell\",\n \"label\": \"Cell\"\n },\n {\n \"value\": \"row\",\n \"label\": \"Row\"\n },\n {\n \"value\": \"column\",\n \"label\": \"Column\"\n },\n {\n \"value\": \"table\",\n \"label\": \"Table\"\n }\n ]\n },\n \"estilo.transform\": {\n \"mode\": \"enum\",\n \"options\": [\n {\n \"value\": \"uppercase\",\n \"label\": \"Uppercase\"\n },\n {\n \"value\": \"lowercase\",\n \"label\": \"Lowercase\"\n },\n {\n \"value\": \"capitalize\",\n \"label\": \"Capitalize\"\n }\n ]\n },\n \"layout.border\": {\n \"mode\": \"enum\",\n \"options\": [\n {\n \"value\": \"none\",\n \"label\": \"None\"\n },\n {\n \"value\": \"left\",\n \"label\": \"Left\"\n },\n {\n \"value\": \"right\",\n \"label\": \"Right\"\n },\n {\n \"value\": \"top\",\n \"label\": \"Top\"\n },\n {\n \"value\": \"bottom\",\n \"label\": \"Bottom\"\n },\n {\n \"value\": \"all\",\n \"label\": \"All\"\n }\n ]\n },\n \"layout.align\": {\n \"mode\": \"enum\",\n \"options\": [\n {\n \"value\": \"start\",\n \"label\": \"Start\"\n },\n {\n \"value\": \"center\",\n \"label\": \"Center\"\n },\n {\n \"value\": \"end\",\n \"label\": \"End\"\n }\n ]\n },\n \"iconBadge.iconPos\": {\n \"mode\": \"enum\",\n \"options\": [\n {\n \"value\": \"before\",\n \"label\": \"Before\"\n },\n {\n \"value\": \"after\",\n \"label\": \"After\"\n },\n {\n \"value\": \"overlay\",\n \"label\": \"Overlay\"\n }\n ]\n },\n \"iconBadge.badgeStyle\": {\n \"mode\": \"enum\",\n \"options\": [\n {\n \"value\": \"solid\",\n \"label\": \"Solid\"\n },\n {\n \"value\": \"soft\",\n \"label\": \"Soft\"\n },\n {\n \"value\": \"outline\",\n \"label\": \"Outline\"\n }\n ]\n },\n \"animation.type\": {\n \"mode\": \"enum\",\n \"options\": [\n {\n \"value\": \"pulse\",\n \"label\": \"Pulse\"\n },\n {\n \"value\": \"blink\",\n \"label\": \"Blink\"\n },\n {\n \"value\": \"grow\",\n \"label\": \"Grow\"\n },\n {\n \"value\": \"fade\",\n \"label\": \"Fade\"\n },\n {\n \"value\": \"slide-in\",\n \"label\": \"Slide in\"\n },\n {\n \"value\": \"border-pulse\",\n \"label\": \"Border pulse\"\n }\n ]\n },\n \"animation.preset\": {\n \"mode\": \"enum\",\n \"options\": [\n null,\n null\n ]\n },\n \"animation.trigger\": {\n \"mode\": \"enum\",\n \"options\": [\n {\n \"value\": \"onChange\",\n \"label\": \"On change\"\n },\n {\n \"value\": \"onAppear\",\n \"label\": \"On appear\"\n },\n {\n \"value\": \"onHover\",\n \"label\": \"On hover\"\n },\n {\n \"value\": \"onConditionEnter\",\n \"label\": \"On condition enter\"\n },\n {\n \"value\": \"onConditionExit\",\n \"label\": \"On condition exit\"\n },\n {\n \"value\": \"onDataRefresh\",\n \"label\": \"On data refresh\"\n }\n ]\n },\n \"animation.repeat\": {\n \"mode\": \"enum\",\n \"options\": [\n {\n \"value\": \"once\",\n \"label\": \"Once\"\n },\n {\n \"value\": \"loop\",\n \"label\": \"Loop\"\n },\n {\n \"value\": \"infinite\",\n \"label\": \"Infinite\"\n }\n ]\n },\n \"animation.intensity\": {\n \"mode\": \"enum\",\n \"options\": [\n {\n \"value\": \"subtle\",\n \"label\": \"Subtle\"\n },\n {\n \"value\": \"normal\",\n \"label\": \"Normal\"\n },\n {\n \"value\": \"strong\",\n \"label\": \"Strong\"\n }\n ]\n },\n \"tooltip.position\": {\n \"mode\": \"enum\",\n \"options\": [\n {\n \"value\": \"top\",\n \"label\": \"Top\"\n },\n {\n \"value\": \"right\",\n \"label\": \"Right\"\n },\n {\n \"value\": \"bottom\",\n \"label\": \"Bottom\"\n },\n {\n \"value\": \"left\",\n \"label\": \"Left\"\n }\n ]\n }\n },\n \"actionCatalog\": [\n {\n \"id\": \"scope.set\",\n \"intentExamples\": [\n \"scope\",\n \"apply to row\",\n \"apply to column\"\n ],\n \"patchTemplate\": {\n \"scope\": \"{{value}}\"\n }\n },\n {\n \"id\": \"description.set\",\n \"intentExamples\": [\n \"description\",\n \"effect description\"\n ],\n \"patchTemplate\": {\n \"description\": \"{{value}}\"\n }\n },\n {\n \"id\": \"estilo.color.set\",\n \"intentExamples\": [\n \"text color\",\n \"font color\"\n ],\n \"patchTemplate\": {\n \"estilo\": {\n \"color\": \"{{value}}\"\n }\n }\n },\n {\n \"id\": \"estilo.bgColor.set\",\n \"intentExamples\": [\n \"background color\",\n \"bg color\"\n ],\n \"patchTemplate\": {\n \"estilo\": {\n \"bgColor\": \"{{value}}\"\n }\n }\n },\n {\n \"id\": \"estilo.bold.enable\",\n \"intentExamples\": [\n \"bold\",\n \"negrito\"\n ],\n \"patchTemplate\": {\n \"estilo\": {\n \"bold\": true\n }\n }\n },\n {\n \"id\": \"estilo.bold.disable\",\n \"intentExamples\": [\n \"no bold\",\n \"remove bold\"\n ],\n \"patchTemplate\": {\n \"estilo\": {\n \"bold\": false\n }\n }\n },\n {\n \"id\": \"iconBadge.icon.set\",\n \"intentExamples\": [\n \"icon\",\n \"badge icon\"\n ],\n \"patchTemplate\": {\n \"iconBadge\": {\n \"icon\": \"{{value}}\"\n }\n }\n },\n {\n \"id\": \"iconBadge.badgeText.set\",\n \"intentExamples\": [\n \"badge text\",\n \"badge label\"\n ],\n \"patchTemplate\": {\n \"iconBadge\": {\n \"badgeText\": \"{{value}}\"\n }\n }\n },\n {\n \"id\": \"tooltip.text.set\",\n \"intentExamples\": [\n \"tooltip\",\n \"hint\",\n \"hover text\"\n ],\n \"patchTemplate\": {\n \"tooltip\": {\n \"text\": \"{{value}}\"\n }\n }\n },\n {\n \"id\": \"animation.type.set\",\n \"intentExamples\": [\n \"animation\",\n \"effect animation\"\n ],\n \"patchTemplate\": {\n \"animation\": {\n \"type\": \"{{value}}\"\n }\n }\n }\n ],\n \"fieldResolvers\": {},\n \"hints\": [\n \"Effects apply to the current scope (cell/row/column/table).\",\n \"Use only safe CSS values for colors and styles.\"\n ]\n }\n}",
1643
+ "sourcePointer": "praxis-ui-angular/projects/praxis-table-rule-builder/src/lib/praxis-table-rule-builder.metadata.ts",
1644
+ "contentHash": "76bfecac917d583f747a41b27ddc1bda80bb47cff46469990925c0d91d2a2ddc",
1645
+ "sourceKind": "component_definition",
1646
+ "sourceId": "praxis-table-rule-builder",
1647
+ "corpusVersion": "1.0.0"
1648
+ },
1649
+ {
1650
+ "chunkIndex": 3,
1651
+ "chunkKind": "recipe",
1652
+ "content": "{\n \"_comment\": \"Receita para o Construtor de Regras de Tabela (Table Rule Builder).\",\n \"templateMeta\": {\n \"registryKey\": \"praxis-table-rule-builder\",\n \"variantId\": \"base\",\n \"useWhen\": \"Base table rule builder configuration.\",\n \"examplePrompts\": [\n \"create table rule effects\",\n \"add conditional styling rules\"\n ]\n },\n \"rules\": [\n {\n \"id\": \"rule-high-value\",\n \"name\": \"Destaque Valor Alto\",\n \"conditions\": [\n { \"field\": \"amount\", \"operator\": \"greaterThan\", \"value\": 1000 }\n ],\n \"target\": \"row\",\n \"effects\": [\n {\n \"type\": \"style\",\n \"style\": { \"fontWeight\": \"bold\", \"backgroundColor\": \"#e3f2fd\" }\n },\n {\n \"type\": \"icon-badge\",\n \"icon\": \"star\",\n \"color\": \"primary\",\n \"tooltip\": \"Cliente VIP\"\n }\n ],\n \"safety\": {\n \"sanitized\": true\n }\n },\n {\n \"id\": \"rule-overdue\",\n \"name\": \"Alerta Atraso\",\n \"conditions\": [\n { \"field\": \"daysOverdue\", \"operator\": \"greaterThan\", \"value\": 0 }\n ],\n \"target\": \"cell\",\n \"targetField\": \"dueDate\",\n \"effects\": [\n {\n \"type\": \"style\",\n \"style\": { \"color\": \"red\" }\n },\n {\n \"type\": \"tooltip\",\n \"text\": \"Pagamento em atraso!\"\n },\n {\n \"type\": \"animation\",\n \"animation\": \"pulse\"\n }\n ]\n }\n ],\n \"preview\": {\n \"enabled\": true,\n \"context\": { \"amount\": 1200, \"daysOverdue\": 5 }\n }\n}\n",
1653
+ "sourcePointer": "praxis-ui-angular/examples/ai-recipes/table-rules-editor.json",
1654
+ "contentHash": "f834557452a959dab3fcd309091818c3a62e346700a53c92ab1fffbae97cc27d",
1655
+ "sourceKind": "component_definition",
1656
+ "sourceId": "praxis-table-rule-builder",
1657
+ "corpusVersion": "1.0.0"
1658
+ }
1659
+ ]
1660
+ }
1661
+ },
1662
+ "note": "Package-scoped Praxis component registry for source-free agent discovery. Use the canonical ingestion registry for cross-package aggregate analysis."
1663
+ }