The playground always evaluates the entire package you've put into it's Rego panel. Your SDK Decision call evaluates a certain path:
Path: decisionReq.Policy
If that path is not the path of the package, but, say, the path to your allow
rule, you'd only see true/false.