@simplysm/claude 13.0.14 → 13.0.16
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.
|
@@ -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:
|
|
5
|
+
model: sonnet
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
# sd-readme
|
package/package.json
CHANGED
package/scripts/postinstall.mjs
CHANGED
|
@@ -131,7 +131,7 @@ try {
|
|
|
131
131
|
if (!mcpConfig.mcpServers.playwright) {
|
|
132
132
|
mcpConfig.mcpServers.playwright = {
|
|
133
133
|
command: "npx",
|
|
134
|
-
args: ["@
|
|
134
|
+
args: ["@playwright/mcp@latest", "--headless"],
|
|
135
135
|
env: {
|
|
136
136
|
PLAYWRIGHT_OUTPUT_DIR: ".playwright-mcp",
|
|
137
137
|
},
|