openspec-playwright 0.1.65 → 0.1.66

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.
@@ -7,7 +7,7 @@
7
7
 
8
8
  ## 一、代码质量
9
9
 
10
- **验证后才算成功**。动手前,先探索项目用什么工具:查看 `package.json` scripts、`Makefile`、`pyproject.toml`、`justfile` 等,找到该语言的 lint + type check 命令并执行。工具不存在时,明确告知用户,不得假装成功。
10
+ **lint + typecheck 后才能算成功**。动手前,先探索项目用什么工具:查看 `package.json` scripts、`Makefile`、`pyproject.toml`、`justfile` 等,找到该语言的 lint + type check 命令并执行。工具不存在时,明确告知用户,不得假装成功。
11
11
 
12
12
  **拒绝'够用就行'**。架构缺陷、状态重复、模式不一致——说出来并修复。
13
13
 
@@ -39,6 +39,6 @@
39
39
 
40
40
  ## 五、编辑安全
41
41
 
42
- **验证后才算完成**:编辑后再次读取确认变更正确应用。同一文件连续编辑不超过 3 次,中间必须验证。变更完成后,明确告知用户可能遗漏的区域(动态引用、测试 mock 等),提示人工复查。
42
+ **编辑要求**:编辑后重新读取文件确认变更正确应用。同一文件连续编辑不超过 3 次,中间必须重新读取。变更完成后,明确告知用户可能遗漏的区域(动态引用、测试 mock 等),提示人工复查。
43
43
 
44
44
  **不主动推送**:除非用户明确要求,否则不推送代码。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openspec-playwright",
3
- "version": "0.1.65",
3
+ "version": "0.1.66",
4
4
  "description": "OpenSpec + Playwright E2E verification setup tool for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {