Handbook
Example — Playwright discovery context
Stay clear on responsibilities: forge-lcdl ships pw_* tasks; your app or certificator pipeline runs browsers and feeds structured payloads to tasks.
Updated
Use case
Stay clear on responsibilities: forge-lcdl ships pw_* tasks; your app or certificator pipeline runs browsers and feeds structured payloads to tasks.
What it demonstrates
- End-to-end mental model from Playwright discovery and Page mechanics.
- No browser driver in the library — see
examples/playwright_discovery/README.md.
Commands (library checks only)
python -m compileall -q src
pytest -q tests -k pw_chunk_classify
Expected output
Tests / compile succeed offline; no default browser launch in the library tests.
Failure modes
- Treating LCDL as a browser host — it is not; consumers own Playwright, MCP, and policy.
Next steps
- MCP client (Python caller)
- Tutorial 301 — MCP