How to inspect a theory
Start with penguin.spl from Getting Started.
-
Show only positive conclusions:
spindle reason --positive penguin.spl -
Request structured JSON output:
spindle reason --json penguin.spl -
Check syntax without reasoning:
spindle validate penguin.spl -
Inspect theory statistics:
spindle stats penguin.spl
The CLI reference describes each command and its output.