is the most CI‑friendly: you can script speckle-cli to send/receive Archicad 26 data. 3. Typical CI Pipeline for Archicad 26 # .gitlab-ci.yml example (Windows runner) stages: - validate - export - notify validate: stage: validate script: - archicad.exe /batch "C:\models\project.pln" /run-script "check_parameters.py" - python ci/run_bimql.py # Archicad 26 BIMQL queries artifacts: paths: - reports/validation.json