Logging of filter decision is hard to follow
It’d be better to show the decision tree as something like:
denied: And [
allowed: AnyDelgate,
denied: HasFile { filename: ".radicle/ambient.yaml" }
]
In other words, show allowed/denied of any expression in a tree, and what the node, as JSON
I went with logging the whole boolean decision tree as JSON.
Fixed-in: 7d740a9f69f506fd40af2caa54d127e7e4b8f82e