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

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