feat(FN-3239): auto-install dependency graph plugin in CLI daemon, dashboar

Merged the three-step FN-3239 feature: auto-installing the dependency graph plugin on first run across the `daemon`, `dashboard`, and `serve` commands, with the core logic centralized in `bundled-plugin-install.ts`, bundling configuration in `tsup.config.ts`, and a documentation file for the default

Fusion-Task-Id: FN-3239
This commit is contained in:
Fusion
2026-05-02 22:24:09 -07:00
committed by gsxdsm
parent bd8bf5d827
commit 3fbe3eeb85
8 changed files with 130 additions and 1 deletions

View File

@@ -35,6 +35,7 @@
"dist/client/**",
"dist/pi-claude-cli/**",
"dist/droid-cli/**",
"dist/plugins/**",
"skill/**",
"README.md"
],