Appearance
Apex trigger framework for Salesforce with record filtering, automatic parent enrichment, bypasses, and recursion control
One orchestrator per SObject, one handler per concern, wired in Apex.
Handlers run only against records that qualify, so logic never guards itself.
Related data is pulled up front, so handlers make no SOQL queries of their own.
Disable an individual handler or a whole orchestrator when you need to.
Depth limiting built in, defaulting to 3.
Works with zero custom metadata records; metadata only overrides defaults.