Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 772 Bytes

File metadata and controls

28 lines (20 loc) · 772 Bytes

Contributing

Workflow

  1. Create a feature branch from main.
  2. Keep credentials and runtime JSON files out of commits.
  3. Run the verification commands below.
  4. Open a pull request with the behavior change and test evidence.

Verification

PYTHON_BIN=python3 bash scripts/verify.sh

When a local Playwright installation is available, the service fixture can also exercise the rendered admin UI:

LARK_SMOKE_BROWSER_COMMAND="node scripts/admin_ui_smoke.cjs" \
python3 scripts/service_smoke.py

Task Changes

Each directory under tasks/ owns its config.json, template.json, fetch_data.py, mock_data.json, and README.md. Keep live and mock data shapes compatible so previews exercise the same template paths as production.