mirror of
https://github.com/cline/cline.git
synced 2026-09-19 10:13:34 +08:00
Single-file plugins can only import Node builtins and @cline/*. As soon as a plugin needs an npm dep it has to ship as a package. Adds one sentence each to the writing-plugins guide (with dependencies in the example package.json) and plugin-install (noting pluginPaths accepts a package directory for fast iteration).