As of now the configured [category of rules](https://docs.buf.build/breaking/rules#categories) is `WIRE`, which is the most permissive one. We should look into using one of the more stricter categories - ``` FILE > PACKAGE > WIRE_JSON > WIRE ``` One reason for us to move to `WIRE_JSON` would be for detecting changes that would break pipelines that use [Beast](https://github.com/odpf/beast).