refactor(plugin-sdk): annotate dormant reserved subpaths

This commit is contained in:
Peter Steinberger
2026-04-28 04:39:29 +01:00
parent 0ff60d162c
commit 4fb543796b
6 changed files with 414 additions and 48 deletions

View File

@@ -11,7 +11,9 @@ This page catalogs the commonly used subpaths grouped by purpose. The generated
full list of 200+ subpaths lives in `scripts/lib/plugin-sdk-entrypoints.json`;
reserved bundled-plugin helper subpaths appear there but are implementation
detail unless a doc page explicitly promotes them. Maintainers can audit active
and dormant reserved helper subpaths with `pnpm plugins:boundary-report:summary`.
and dormant reserved helper subpaths with `pnpm plugins:boundary-report:summary`;
the full JSON report includes dormant helper owner, replacement, and
remove-after metadata.
For the plugin authoring guide, see [Plugin SDK overview](/plugins/sdk-overview).