@simplysm/claude 13.0.0-beta.25 → 13.0.0-beta.26

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.
@@ -4,6 +4,8 @@ When you need to look up usage examples or API details for `@simplysm/*` package
4
4
 
5
5
  The simplysm library is registered as `/kslhunter/simplysm` on Context7.
6
6
 
7
+ **IMPORTANT**: Context7 documentation is only available for **v13+ (beta onwards)**. v12 and earlier versions have NO documentation on Context7. If working with v12 code, do NOT rely on Context7 — read the source code directly instead.
8
+
7
9
  ## How to use
8
10
 
9
11
  Skip `resolve-library-id` (the ID is already known) and call `query-docs` directly:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simplysm/claude",
3
3
  "sideEffects": false,
4
- "version": "13.0.0-beta.25",
4
+ "version": "13.0.0-beta.26",
5
5
  "description": "Simplysm Claude Code skills/agents — auto-installs via postinstall",
6
6
  "author": "김석래",
7
7
  "repository": {