KOMU should explain its decisions instead of asking the operator to trust hidden reasoning.
komu explain lastkomu explain plan <id>
These commands summarize:
- why a playbook was chosen
- why a provider was selected
- why commands were considered risky
- what the plan intends to change
- what rollback guidance exists
- what failed and what repair direction was prepared
Explain output is built from stored task history:
- reviewed plan data
- execution results
- repair attempts
This keeps explanations auditable instead of depending on transient terminal output.
- explanations summarize recorded facts; they do not replay hidden model reasoning
- older history entries created before this hardening pass may contain less review detail
- rollback explanations are only as detailed as the originating playbook or plan data