openspec-playwright 0.1.46 → 0.1.47

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.
@@ -80,6 +80,14 @@ This validates: app server reachable, auth fixtures initialized, Playwright work
80
80
 
81
81
  **Prerequisites**: seed test pass. If auth is required, ensure `auth.setup.ts` has been run (Step 7).
82
82
 
83
+ #### 4.0. Read app-knowledge.md
84
+
85
+ Before exploring, read `tests/playwright/app-knowledge.md` to understand:
86
+ - **Known risks**: SPA behavior, dynamic content patterns, auth method
87
+ - **Project conventions**: preferred selector strategy, credential format, BASE_URL
88
+
89
+ This is context, not constraint — explore with open eyes even if patterns differ from history.
90
+
83
91
  #### 4.1. Extract routes from specs
84
92
 
85
93
  Read all files in `openspec/changes/<name>/specs/*.md`. Extract every URL, route, or path mentioned:
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openspec-playwright",
3
- "version": "0.1.46",
3
+ "version": "0.1.47",
4
4
  "description": "OpenSpec + Playwright E2E verification setup tool for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {
package/release-notes.md CHANGED
@@ -1,5 +1,5 @@
1
1
  ## What's Changed
2
2
 
3
- - chore: bump version
3
+ - feat(SKILL): explore reads app-knowledge as context before exploration
4
4
 
5
- **Full Changelog**: https://github.com/wxhou/openspec-playwright/releases/tag/v0.1.46
5
+ **Full Changelog**: https://github.com/wxhou/openspec-playwright/releases/tag/v0.1.47
Binary file