include/lightspeed@tooling@developer_productivity_RefactorWorkflow.hrl

-record(refactor_workflow, {
    name :: binary(),
    baseline_patch_lines :: integer(),
    polished_patch_lines :: integer(),
    required_gates :: list(binary()),
    deterministic :: boolean()
}).