feat(FN-2393): auto-install bundled Fusion skill during init
- Add reusable skill-installation helper that targets Claude, Codex, and Gemini skill homes - Wire bundled skill installation into fn init with per-client installed/skipped/warning logging - Add init command tests for install success, preserving existing installs, and non-fatal warning behavior - Document the new init behavior in CLI/getting-started docs and add a patch changeset for @runfusion/fusion
This commit is contained in:
5
.changeset/auto-install-fusion-skill-init.md
Normal file
5
.changeset/auto-install-fusion-skill-init.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Automatically install the bundled Fusion skill into supported agent home directories during `fn init` (`~/.claude/skills/fusion`, `~/.codex/skills/fusion`, and `~/.gemini/skills/fusion`) when missing. Existing installs are preserved, and per-target filesystem errors now warn without failing project initialization.
|
||||
Reference in New Issue
Block a user