explain on a blocked literal returns bare null with no hint to why-not #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
explain <literal>on a non-provable (-D/blocked) literal returns a bare"explanation": nullwith no hint that the answer lives inwhy-not.Repro
(
statusshowslab-origin -D.)Expected
A small stub instead of silence, e.g.
{"explanation": null, "not_provable": true, "hint": "seewhy-not lab-origin"}, or a non-zero exit / stderr note. Barenullis indistinguishable from a serialization failure.Impact
Minor UX/contract clarity; pairs with the
why-notambiguity issue.Env
elephant v0.1.2 (HEAD
4d58f06), macOS. FLF two-agent Rootclaim run.