@sofatutor/agent-bridge 0.13.1 → 0.14.0

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": "@sofatutor/agent-bridge",
3
- "version": "0.13.1",
3
+ "version": "0.14.0",
4
4
  "description": "Sync AI agent configurations (skills, agents, prompts) from shared sources into your project's tool directories.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -25,7 +25,6 @@
25
25
  "check:viteplus": "vp check",
26
26
  "dev": "vp pack --watch",
27
27
  "prepack": "vp pack",
28
- "version": "vp pack && git add dist",
29
28
  "test": "vp test",
30
29
  "test:watch": "vp test watch",
31
30
  "typecheck": "tsc --noEmit"