Commit a6d91b2
committed
docs(plugin-approvals): recall's docblock summary line states the status, not an exclusive actor set
The block opened "Withdraw a pending request (submitter only)" and its third
paragraph stated the #3424 privileged override reaching a PENDING request. Both
cannot be true; `overrideAdmits` settles it in the paragraph's favour by
short-circuiting the non-submitter guard on a pending row. The summary line is
what an editor hover and any single-line extraction show, so it is the half that
gets read alone.
The line now reads "Withdraw an undecided request." — status is the axis and the
actor rules stay with the paragraphs that already state them correctly, the same
structural move the `IApprovalService.recall` docstring makes on the spec side.
Comment-only: no guard, branch or signature changed. It ships in the published
`dist/index.d.ts`, so it takes a patch changeset rather than `skip-changeset`.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XpTx2tbq3pZRYAdoGt6E6Y1 parent 3e270d4 commit a6d91b2
2 files changed
Lines changed: 12 additions & 1 deletion
File tree
- .changeset
- packages/plugins/plugin-approvals/src
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3146 | 3146 | | |
3147 | 3147 | | |
3148 | 3148 | | |
3149 | | - | |
| 3149 | + | |
3150 | 3150 | | |
3151 | 3151 | | |
3152 | 3152 | | |
| |||
0 commit comments