Leftover of #42. Python CI (ci.yml: ruff, mypy, pytest, interrogate), autodoc (autodoc.yml) and ontology compliance (tests/unit/test_ontology_compliance.py) all shipped.
The ui/ app (bun, eslint, bunfig.toml) has no CI job at all — no workflow references ui/. A change there can break the build and merge green.
Scope: a path-filtered job (ui/**) running bun install --frozen-lockfile, lint, typecheck, tests, build.
Leftover of #42. Python CI (
ci.yml: ruff, mypy, pytest, interrogate), autodoc (autodoc.yml) and ontology compliance (tests/unit/test_ontology_compliance.py) all shipped.The
ui/app (bun, eslint,bunfig.toml) has no CI job at all — no workflow referencesui/. A change there can break the build and merge green.Scope: a path-filtered job (
ui/**) runningbun install --frozen-lockfile, lint, typecheck, tests, build.