Commit f8685bb
committed
chore(gates): declare the list-user-invitations endpoint conformant in PLUGIN_ROUTE_MODULES
The module added for the declared-verification fix writes a Hono response, so
the route-envelope walk discovers it, and a discovered file absent from the
table is an ERROR rather than a default.
Measured with the gate's own `scanHonoRouteSource`: one body, all six asserted
counters zero. The single write is `return ctx.json(pendingInvitations)`, whose
argument is an identifier -- the deliberate relayed-body blindness -- and the
three refusals are `throw APIError.*`, which this surface does not count. So
`{}` is the honest declaration: nothing this file builds departs from the
envelope. No ruled state applies and nothing was hoisted.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012zTkyNHJ7TkuN2oXtP5x371 parent c62690f commit f8685bb
1 file changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
761 | 785 | | |
762 | 786 | | |
763 | 787 | | |
| |||
0 commit comments