@simplysm/claude 13.0.13 → 13.0.14

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/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -137,7 +137,6 @@ Verifies code via typecheck, lint, and tests. Fixes errors automatically.
137
137
 
138
138
  ```
139
139
  /sd-check
140
- /sd-check all
141
140
  /sd-check packages/core-common
142
141
  ```
143
142
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simplysm/claude",
3
3
  "sideEffects": false,
4
- "version": "13.0.13",
4
+ "version": "13.0.14",
5
5
  "description": "Simplysm Claude Code skills/agents — auto-installs via postinstall",
6
6
  "author": "김석래",
7
7
  "repository": {