(candidate, retry, message)
| 751 | report: { |
| 752 | start() {}, |
| 753 | missing(candidate, retry, message) { |
| 754 | warn("tui plugin has no entrypoint", { path: candidate.plan.spec, retry, message }) |
| 755 | }, |
| 756 | error(candidate, retry, stage, error, resolved) { |
| 757 | const spec = candidate.plan.spec |
| 758 | if (stage === "install") { |