Commit 589758d
docs(protocol): name the exception path's "health-check" check entry (#11851)
The `checks[].name` enumeration under the `PluginHealthReport` block named two
of the three names `PluginHealthMonitor` can push, presenting itself as
exhaustive. The third is the fixed `'health-check'` on the `catch` path, which
is what a throwing check — and a `timeout` overrun, which `raceCheckTimeout`
surfaces as a rejection — produces. A reader debugging that report found an
entry name the page said could not occur.
Replace the two-clause sentence with a three-row table, and correct the
`"plugin-loaded"` condition while rewriting it: the default entry is also
pushed when a `checkMethod` IS configured but does not resolve to a function
on the plugin, not only when none is configured.
The `PluginHealthReport` JSON block above is untouched.
Claude-Session: https://claude.ai/code/session_015ahemw8RcTgqtxrj15PEZx
Co-authored-by: Claude <noreply@anthropic.com>1 parent a6eca92 commit 589758d
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
741 | 741 | | |
742 | 742 | | |
743 | 743 | | |
744 | | - | |
745 | | - | |
746 | | - | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
747 | 753 | | |
748 | 754 | | |
749 | 755 | | |
| |||
0 commit comments