rules-machine
rules-machine copied to clipboard
Feature Request: Rule Names and Descriptions
In order to parse traces better, it would be good to have a name
and description
property for each rule that are passed through to the logging trace.
Do you mean something like this?
{
"if": "foo == bar",
"then": "dara = giantMech",
"name": "muhRule",
"description": "This is a rule that does stuff"
}