openspec-playwright 0.1.68 → 0.1.69

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.
@@ -19,6 +19,8 @@
19
19
 
20
20
  **文件读取完整**:超过 500 行的文件,不要假设单次读取覆盖了完整文件——根据需要分次读取相关段落,或编辑前重新读取完整文件。超过 10 条消息后,编辑任何文件前强制重新读取。
21
21
 
22
+ **OpenSpec 阶段隔离**:propose/specs/design 阶段只做需求和设计,不写 E2E 测试。`specs/playwright/`、`tests/playwright/`(seed 除外)和 `test-plan.md` 属于 apply 阶段,由 `/opsx:e2e` 显式触发,不由其他阶段自动推断。
23
+
22
24
  **重构前清死代码**:未使用的 import/export/prop/console.log 先删掉,单独提交,再做重构。
23
25
 
24
26
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openspec-playwright",
3
- "version": "0.1.68",
3
+ "version": "0.1.69",
4
4
  "description": "OpenSpec + Playwright E2E verification setup tool for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {