Expand description
Rule file parser: YAML and JSON → TowerRule.
Operators author rules as YAML in .yah/cloud/rules/<name>.yaml. JSON is
accepted for machine-generated rules (agents, desktop). A tiny DSL authoring
surface is deferred to tower-2.
Enums§
- Parse
Error - Error produced when a rule file cannot be parsed.
Functions§
- parse_
rule_ json - Parse a JSON rule definition into a
TowerRule. - parse_
rule_ yaml - Parse a YAML rule definition into a
TowerRule.