Since Access Rules are combined it would make sense to only include the extra access rights and not duplicate what already exists. On the other hand it would mean that in order to understand what access a user has in which situation you would need to mentally add them up or write it down somewhere, making it harder to understand and maintain.
Overlapping Access Rules:
Additive Access Rules:
The overlapping approach is generally recommended for clarity and maintainability. Each rule is self-contained, making it easier to understand and manage. In your case, explicitly stating that you can read the status in both rules ensures there is no ambiguity.
However, if you have a large number of rules and want to reduce redundancy, the Additive Approach can be effective. Just ensure that the combined effect of all rules grants the necessary permissions without conflicts.