should I be able to request `ClocBinary` (or any o...
# development
h
should I be able to request
ClocBinary
(or any other class representing a binary tool) as a subject of an
@rule
? or is it okay to use
ClocBinary.global_instance().hackily_snapshot(self.context)
in an @rule?