huhaa-myskills 0.2.9 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "huhaa-myskills",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "private": false,
5
5
  "description": "Local skill / plugin / MCP aggregation hub. Browse all your AI agent skills at http://localhost:11520.",
6
6
  "license": "MIT",
@@ -36,6 +36,7 @@
36
36
  "init": "node bin/huhaa-myskills.mjs init",
37
37
  "purge": "node bin/huhaa-myskills.mjs purge",
38
38
  "dev": "node bin/huhaa-myskills.mjs dev",
39
+ "dev-bg": "bash start-dev.sh",
39
40
  "sync": "node bin/huhaa-myskills.mjs sync",
40
41
  "build:web": "node scripts/build-web.mjs",
41
42
  "test": "node --test packages/scanner/test/*.test.mjs packages/server/test/*.test.mjs",