simba-skills 0.5.0 → 0.5.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "simba-skills",
3
- "version": "0.5.0",
4
- "description": "AI skills manager - central store with symlink-based distribution across 14+ coding agents",
3
+ "version": "0.5.1",
4
+ "description": "AI skills manager - central store with symlink-based distribution across 15+ coding agents",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -19,6 +19,7 @@ const AGENT_DEFINITIONS: [string, string, string, string, string][] = [
19
19
  ["antigravity", "Antigravity", "Antigrav", "~/.gemini/antigravity/skills", ".agent/skills"],
20
20
  ["clawdbot", "Clawdbot", "Clawdbot", "~/.clawdbot/skills", "skills"],
21
21
  ["droid", "Droid", "Droid", "~/.factory/skills", ".factory/skills"],
22
+ ["pi", "pi", "pi", "~/.pi/agent/skills", ".pi/skills"],
22
23
  ];
23
24
 
24
25
  const DEFAULT_AGENTS: Record<string, Agent> = Object.fromEntries(