@simplysm/claude 13.0.13 → 13.0.15

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/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
 
@@ -2,7 +2,7 @@
2
2
  name: sd-readme
3
3
  description: Use when updating a package README.md to reflect recent code changes, or when asked to sync README with current implementation
4
4
  argument-hint: "<package-name or path> (optional - omit to update all)"
5
- model: haiku
5
+ model: sonnet
6
6
  ---
7
7
 
8
8
  # sd-readme
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.15",
5
5
  "description": "Simplysm Claude Code skills/agents — auto-installs via postinstall",
6
6
  "author": "김석래",
7
7
  "repository": {
@@ -131,7 +131,7 @@ try {
131
131
  if (!mcpConfig.mcpServers.playwright) {
132
132
  mcpConfig.mcpServers.playwright = {
133
133
  command: "npx",
134
- args: ["@anthropic-ai/mcp-server-playwright@latest"],
134
+ args: ["@playwright/mcp@latest", "--headless"],
135
135
  env: {
136
136
  PLAYWRIGHT_OUTPUT_DIR: ".playwright-mcp",
137
137
  },