Handbook
Cursor — quick guide
Clone forge-lcdl at the repository root so paths in docs and .cursor match (workspace rule for sibling repos like certificators applies to your layout, not the library tree itself).
Updated
Open the right tree
Clone forge-lcdl at the repository root so paths in docs and .cursor match (workspace rule for sibling repos like certificators applies to your layout, not the library tree itself).
Install
python3 -m venv .venv
. .venv/bin/activate
pip install -e ".[dev]"
Where to read next
- Cursor integration — rules, skills, agents, benchmark helpers.
- MCP sidecar overview — when Cursor should call LCDL as tools.
- MCP client — when Python calls Playwright MCP.
Safe vs risky edits
See Safe edit matrix for paths, risk tiers, and commands.
Verification matrix
| Change | Commands |
|---|---|
| Docs | python3 scripts/audit_docs_site.py |
| Contract | python3 scripts/audit_contract_docs.py --strict + targeted pytest |
| Code | python -m compileall -q src tests + pytest -q |