First of all, thanks for this great family of projects!
How can I do a full build of keto? Running “make sdk” fails with several go.mod: checksum mismatch errors.
The background is: I would like to extend the ACP policy system by giving each Policy a layer-number (1,2,3,4). Higher-layer-policies can overrule lower-layer-policies so they become hierarchical. In my (successful) proof of concept the layer-number is put as option inside a dummy-condition, but I would like to have layer-number as an actual field of policy. This requires doing a full build.