Hello, Jev. example verification — 2026-09-20
Actual local execution. No paid API or real customer communication.
Python: 3.12.14
Executable: /Users/a1/.cache/codex-runtimes/codex-primary-runtime/dependencies/python/bin/python3

$ /Users/a1/.cache/codex-runtimes/codex-primary-runtime/dependencies/python/bin/python3 -m unittest discover -s tests -v
exit_code=0

test_authorization_uses_server_principal_not_message (test_examples.ExampleTests.test_authorization_uses_server_principal_not_message) ... ok
test_cli_all_offline_reports_and_blank_input (test_examples.ExampleTests.test_cli_all_offline_reports_and_blank_input) ... ok
test_content_uncertainty_cannot_enter_publish_queue (test_examples.ExampleTests.test_content_uncertainty_cannot_enter_publish_queue) ... ok
test_direct_200_response_still_works_with_redirect_protection (test_examples.ExampleTests.test_direct_200_response_still_works_with_redirect_protection) ... ok
test_failed_tool_and_low_confidence_are_reviewed (test_examples.ExampleTests.test_failed_tool_and_low_confidence_are_reviewed) ... ok
test_fractional_score_is_retained (test_examples.ExampleTests.test_fractional_score_is_retained) ... ok
test_invalid_numeric_and_missing_answers_are_rejected (test_examples.ExampleTests.test_invalid_numeric_and_missing_answers_are_rejected) ... ok
test_live_transport_sends_documented_payload_and_records_usage (test_examples.ExampleTests.test_live_transport_sends_documented_payload_and_records_usage) ... ok
test_malformed_dataset_and_checklist_are_reader_facing_errors (test_examples.ExampleTests.test_malformed_dataset_and_checklist_are_reader_facing_errors) ... ok
test_malformed_live_json_is_reported (test_examples.ExampleTests.test_malformed_live_json_is_reported) ... ok
test_missing_key_rejected_before_network (test_examples.ExampleTests.test_missing_key_rejected_before_network) ... ok
test_missing_or_multiple_order_parameters_clarify (test_examples.ExampleTests.test_missing_or_multiple_order_parameters_clarify) ... ok
test_missing_usage_stays_unknown_in_live_measurement (test_examples.ExampleTests.test_missing_usage_stays_unknown_in_live_measurement) ... ok
test_nontext_and_blank_input_are_rejected (test_examples.ExampleTests.test_nontext_and_blank_input_are_rejected) ... ok
test_offline_is_bound_to_original_input_and_never_uses_network (test_examples.ExampleTests.test_offline_is_bound_to_original_input_and_never_uses_network) ... ok
test_redirect_never_resends_authorization (test_examples.ExampleTests.test_redirect_never_resends_authorization) ... ok
test_ticket_conflict_and_uncertainty_require_review (test_examples.ExampleTests.test_ticket_conflict_and_uncertainty_require_review) ... ok
test_tool_itself_rejects_foreign_and_missing_order (test_examples.ExampleTests.test_tool_itself_rejects_foreign_and_missing_order) ... ok
test_transport_errors_do_not_leak_secrets_or_provider_bodies (test_examples.ExampleTests.test_transport_errors_do_not_leak_secrets_or_provider_bodies) ... ok
test_unknown_choice_is_rejected (test_examples.ExampleTests.test_unknown_choice_is_rejected) ... ok

----------------------------------------------------------------------
Ran 20 tests in 1.302s

OK

$ /Users/a1/.cache/codex-runtimes/codex-primary-runtime/dependencies/python/bin/python3 -m examples.hello_jev tickets --mode offline
exit_code=0
offline_fixture | {"record_count": 6, "status_counts": {"review": 3, "completed": 3}, "review_count": 3, "review_ids": ["T001", "T005", "T006"], "note": "Authored fixture replay; no model quality, latency or cost measurement."}
/Users/a1/Documents/ChatGPT/cooljev/examples/output/tickets.json


$ /Users/a1/.cache/codex-runtimes/codex-primary-runtime/dependencies/python/bin/python3 -m examples.hello_jev content --mode offline
exit_code=0
offline_fixture | {"record_count": 3, "status_counts": {"completed": 1, "review": 2}, "review_count": 2, "review_ids": ["missing", "ambiguous"], "note": "Authored fixture replay; no model quality, latency or cost measurement."}
/Users/a1/Documents/ChatGPT/cooljev/examples/output/content.json


$ /Users/a1/.cache/codex-runtimes/codex-primary-runtime/dependencies/python/bin/python3 -m examples.hello_jev route --mode offline
exit_code=0
offline_fixture | {"record_count": 7, "status_counts": {"completed": 2, "denied": 2, "clarify": 1, "review": 2}, "review_count": 2, "review_ids": ["R005", "R006"], "note": "Authored fixture replay; no model quality, latency or cost measurement."}
/Users/a1/Documents/ChatGPT/cooljev/examples/output/route.json

