Module rules

Module rules 

Source
Expand description

Provides generic, reusable graph rewrite rules for common UI state transitions.

These rules are written in Rust and registered with the RewriteEngine. They can be called from .kotobas scripts via std.ext.db.rewrite(...).

Structs§

StateGraphManager
State graph manager with KeyValueStore backend

Functions§

create_state_graph_manager
Create a new state graph manager with KeyValueStore
get_standard_ui_rules
Creates a collection of standard UI rewrite rules to be registered with the engine. TODO: Implement proper RuleIR integration

Type Aliases§

RuleIR
A placeholder for RuleIR