openspec-playwright 0.3.61 → 0.3.62

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,9 +2,9 @@
2
2
 
3
3
  ---
4
4
 
5
- ## CodeGraph 优先
5
+ ## CodeGraph 优先 🔴
6
6
 
7
- 🔴 存在 `.codegraph/` 时,理解或定位代码前**必须先调用** `codegraph_explore`,不要直接 grep / find / 读文件。
7
+ 存在 `.codegraph/` 时:结构/定位问题先 `codegraph_explore`,字面文本/已打开文件用 grep/read,自行判断。无 `.codegraph/` 跳过。
8
8
 
9
9
  ---
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openspec-playwright",
3
- "version": "0.3.61",
3
+ "version": "0.3.62",
4
4
  "description": "OpenSpec + Playwright E2E verification setup tool for Claude Code, OpenCode, Cline, and Cursor",
5
5
  "type": "module",
6
6
  "bin": {