feat: add client rule registry

This commit is contained in:
nav
2026-04-08 22:39:49 +00:00
parent 58818e11d1
commit 07c2438fb8
2 changed files with 92 additions and 0 deletions

View File

@@ -31,6 +31,13 @@ export {
type YonexusClientRuntimeState,
type YonexusClientPhase
} from "./core/runtime.js";
export {
createClientRuleRegistry,
YonexusClientRuleRegistry,
ClientRuleRegistryError,
type ClientRuleRegistry,
type ClientRuleProcessor
} from "./core/rules.js";
export interface YonexusClientPluginManifest {
readonly name: "Yonexus.Client";