File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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
You can’t perform that action at this time.
0 commit comments