@templmf/temp-solf-lmf 0.0.127 → 0.0.128

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/AGENTS.md +5 -0
  2. package/package.json +1 -1
package/AGENTS.md ADDED
@@ -0,0 +1,5 @@
1
+ ## Chrome DevTools MCP 使用规范
2
+
3
+ 在调用任何 `performance_*` 或 `take_heapsnapshot` 等 MCP 工具之前,
4
+ 必须先读取 `path/to/chrome-devtools-mcp/SKILL.md`,
5
+ 按照其中的排查链路执行,不得跳过数据采集步骤直接输出建议。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@templmf/temp-solf-lmf",
3
- "version": "0.0.127",
3
+ "version": "0.0.128",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {