Skip to content

Commit 6d44508

Browse files
committed
Run human UX harness lock in canonical gate
1 parent 43e18da commit 6d44508

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/canonical-media-types.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- "package.json"
1111
- "package-lock.json"
1212
- ".github/triggers/nuvio-client-lab.json"
13+
- "automation/native-human-ux-policy.json"
1314
- "engine_v2/src/**"
1415
- "engine_v2/tests/**"
1516
- "engine_v2/scripts/diagnose-native-reader.mjs"
@@ -53,6 +54,7 @@ on:
5354
- "tests/native_evidence_codegen_pipeline_test.py"
5455
- "tests/native_player_diagnostics_codegen_test.py"
5556
- "tests/native_lab_observational_purity_test.py"
57+
- "tests/native_human_ux_policy_lock_test.py"
5658
- "tests/native_repository_cache_contract_test.py"
5759
- "tests/native_repository_http_instrumentation_test.py"
5860
- "tests/native_media_type_capability_test.py"
@@ -111,6 +113,8 @@ jobs:
111113
run: python3 tests/native_evidence_codegen_pipeline_test.py
112114
- name: Audit observational purity of native labs
113115
run: python3 tests/native_lab_observational_purity_test.py
116+
- name: Enforce locked human UX harness policy
117+
run: python3 tests/native_human_ux_policy_lock_test.py
114118
- name: Validate repository HTTP instrumentation contracts
115119
run: python3 tests/native_repository_http_instrumentation_test.py
116120
- name: Validate persistent native repository cache safety

0 commit comments

Comments
 (0)