feat(KB-328): bundle Fusion skill with CLI package for agent interoperability
- Add bundled Fusion skill at packages/cli/skill/fusion/ with SKILL.md and reference docs - Include workflow guides for task lifecycle, specifications, dashboard CLI, and task management - Add reference docs for CLI commands, extension tools, capabilities, best practices, and patterns - Add postinstall script to sync skill into ~/.pi/agent/skills/fusion on install - Add skill-sync test coverage and changeset for minor version bump
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
"extensions": [
|
||||
"./dist/extension.js"
|
||||
],
|
||||
"skills": [
|
||||
"./skill"
|
||||
],
|
||||
"image": "https://raw.githubusercontent.com/gsxdsm/fusion/main/demo/screenshot.png"
|
||||
},
|
||||
"publishConfig": {
|
||||
@@ -23,6 +26,7 @@
|
||||
"dist/**/*.d.ts.map",
|
||||
"dist/**/*.js.map",
|
||||
"dist/client/**",
|
||||
"skill/**",
|
||||
"README.md"
|
||||
],
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user