@light-merlin-dark/skill-sync 0.1.4 → 0.1.5

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/CHANGELOG.md +3 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.1.5
6
+ - Make `make -n release` a true dry run by avoiding recursive `make` inside the release recipe
7
+
5
8
  ## 0.1.4
6
9
  - Make bare `skill-sync` / `ss` show a high-signal landing/help view instead of mutating
7
10
  - Add `doctor` as the high-signal diagnostic command and `execute` as the explicit mutating command; keep `check` and `sync` as compatibility aliases
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@light-merlin-dark/skill-sync",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Sync local repo-backed agent skills across Codex, Claude Code, Cursor, Gemini, Hermes, and other harnesses.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",