Action levels are more appropriately described as flags or threshold levels. Align flags with log levels for further downstream actions. `warn_at`-> `warn` `stop_at` -> `error` `notify_at` -> `critical` Aligns with decisions made in python pointblank. https://github.com/posit-dev/pointblank/pull/69