feat(skill/playwright): unify shared-session CLI flow for web skills
This commit is contained in:
@@ -16,6 +16,13 @@ description: "Execute XiaoHongShu (小红书) image-note publishing workflow in
|
||||
7. Execute publish behavior according to publish mode.
|
||||
8. Save publish evidence and return summary.
|
||||
|
||||
## Shared Session Policy
|
||||
|
||||
- Reuse a single Playwright CLI session across all web-automation skills:
|
||||
- `export PLAYWRIGHT_SHARED_SESSION=codex-shared`
|
||||
- Use `/Users/xd/java/xhs/tools/pw` as the only Playwright CLI entrypoint.
|
||||
- Do not pass `--session` directly in skill-specific commands.
|
||||
|
||||
## 1) Enter Creator Publish Page
|
||||
|
||||
- From web homepage, click left sidebar `发布`.
|
||||
|
||||
Reference in New Issue
Block a user