zdev-skill 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/SKILL.md +5 -0
  2. package/package.json +1 -1
package/SKILL.md CHANGED
@@ -1,3 +1,8 @@
1
+ ---
2
+ name: zdev
3
+ description: Manage isolated dev environments with git worktrees, auto ports, and preview URLs
4
+ ---
5
+
1
6
  # zdev Skill
2
7
 
3
8
  Use `zdev` to manage isolated development environments when working on features. Each feature gets its own git worktree, ports, and optional public preview URL.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zdev-skill",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Agent skill for zdev - multi-agent worktree development",
5
5
  "license": "WTFPL",
6
6
  "repository": {