Update public large input metadata

This commit is contained in:
Michel Paulissen 2026-07-04 10:33:28 +02:00
parent c4141e0dee
commit f8f91088d5
6 changed files with 113 additions and 4 deletions

View file

@ -391,6 +391,11 @@ expect(
"CLI build coverage verifies inspectable metadata",
/fn build_command_reuses_bundle_inspection_without_full_repo_upload\(\)[\s\S]*wasm_code[\s\S]*task_metadata[\s\S]*source_metadata[\s\S]*debug_metadata/
);
expect(
cli,
"CLI build coverage verifies large input handle posture",
/large_input_policy[\s\S]*selected_inputs_are_content_digests[\s\S]*selected_input_bytes_included[\s\S]*silent_task_argument_serialization[\s\S]*supported_handle_types/
);
expect(
cli,
"CLI blocks build before scheduling unsafe inputs",
@ -430,6 +435,7 @@ for (const [name, pattern] of [
["doctor human mode", /\["doctor"\]/],
["doctor reachability JSON mode", /doctorJson\.coordinator_reachability\.status/],
["bundle inspect JSON mode", /\["bundle", "inspect", "--project", project, "--json"\]/],
["bundle inspect large input JSON mode", /large_input_policy[\s\S]*SourceSnapshot/],
["auth expiry posture", /token_expiry_posture[\s\S]*expires_at/],
]) {
expect(outputModeSmoke, name, pattern);