zdev-skill 0.1.1 → 0.1.2
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/SKILL.md +8 -0
- package/package.json +1 -1
package/SKILL.md
CHANGED
|
@@ -118,6 +118,14 @@ zdev start <feature-name> -p /path/to/project
|
|
|
118
118
|
cd ~/.zdev/worktrees/project-feature
|
|
119
119
|
```
|
|
120
120
|
|
|
121
|
+
## Presenting Output
|
|
122
|
+
|
|
123
|
+
When showing zdev output to users, always format URLs as clickable links:
|
|
124
|
+
- Local: `http://localhost:5185`
|
|
125
|
+
- Public: `https://project-feature.dev.example.com`
|
|
126
|
+
|
|
127
|
+
On Telegram/Discord, URLs are auto-linked. Ensure they're on their own line or clearly visible.
|
|
128
|
+
|
|
121
129
|
## After PR is Merged
|
|
122
130
|
|
|
123
131
|
```bash
|