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§
- State
Graph Manager - 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