@praxisui/core 9.0.4 → 9.0.5-rc.10
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.
- package/README.md +1 -1
- package/ai/component-registry.json +308 -114
- package/fesm2022/praxisui-core.mjs +262 -26
- package/package.json +1 -1
- package/types/praxisui-core.d.ts +146 -9
package/README.md
CHANGED
|
@@ -283,7 +283,7 @@ Widget-local settings dispatch remains only a fallback when the canonical Settin
|
|
|
283
283
|
|
|
284
284
|
## Domain Governance
|
|
285
285
|
|
|
286
|
-
`DomainKnowledgeService` and `DomainRuleService` are shared clients for governed semantic decision flows exposed by `praxis-config-starter`. Runtime surfaces should treat materializations as derived projections of backend-governed decisions, not as frontend-owned business rules.
|
|
286
|
+
`DomainKnowledgeService` and `DomainRuleService` are shared clients for governed semantic decision flows exposed by `praxis-config-starter`. `DomainRuleService` also exposes the safe RuleSet version catalog, active head/status, forward activation and rollback protected by the current head ETag. Runtime surfaces should treat materializations as derived projections of backend-governed decisions, not as frontend-owned business rules.
|
|
287
287
|
|
|
288
288
|
## Public API Areas
|
|
289
289
|
|