Stone.js API
    Preparing search index...
    • Auto-discover first-party (@stone-js/*) CLI plugins from the project's direct dependencies.

      Scans the project package.json dependencies and devDependencies (direct dependencies only, never transitive) for @stone-js/* packages that advertise a stone.cliPlugin contract, and resolves each. Third-party packages are deliberately ignored: they must go through stone.config. Returns an empty list when there is no package.json or no match.

      Returns Promise<LoadedStonePlugin[]>

      The discovered first-party plugins, paired with their source package.