{"bundle_type":"pith_open_graph_bundle","bundle_version":"1.0","pith_number":"pith:2026:NHNDZ7GOL6G5MP3M7VRLDM6DTY","short_pith_number":"pith:NHNDZ7GO","canonical_record":{"source":{"id":"2605.14362","kind":"arxiv","version":1},"metadata":{"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.SE","submitted_at":"2026-05-14T04:37:39Z","cross_cats_sorted":["cs.AI"],"title_canon_sha256":"afe0ba635aaf9c64fa12842b8e4eaea32cdce8e44dcc83c732a2b8421ad5767e","abstract_canon_sha256":"96fafebce4393315df46d1861b122fd5f1406251292483c0d26f22d481d9709a"},"schema_version":"1.0"},"canonical_sha256":"69da3cfcce5f8dd63f6cfd62b1b3c39e2207c6e4553eff25b14fdaa3276c66b2","source":{"kind":"arxiv","id":"2605.14362","version":1},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2605.14362","created_at":"2026-05-17T23:39:07Z"},{"alias_kind":"arxiv_version","alias_value":"2605.14362v1","created_at":"2026-05-17T23:39:07Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2605.14362","created_at":"2026-05-17T23:39:07Z"},{"alias_kind":"pith_short_12","alias_value":"NHNDZ7GOL6G5","created_at":"2026-05-18T12:33:37Z"},{"alias_kind":"pith_short_16","alias_value":"NHNDZ7GOL6G5MP3M","created_at":"2026-05-18T12:33:37Z"},{"alias_kind":"pith_short_8","alias_value":"NHNDZ7GO","created_at":"2026-05-18T12:33:37Z"}],"events":[{"event_type":"record_created","subject_pith_number":"pith:2026:NHNDZ7GOL6G5MP3M7VRLDM6DTY","target":"record","payload":{"canonical_record":{"source":{"id":"2605.14362","kind":"arxiv","version":1},"metadata":{"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.SE","submitted_at":"2026-05-14T04:37:39Z","cross_cats_sorted":["cs.AI"],"title_canon_sha256":"afe0ba635aaf9c64fa12842b8e4eaea32cdce8e44dcc83c732a2b8421ad5767e","abstract_canon_sha256":"96fafebce4393315df46d1861b122fd5f1406251292483c0d26f22d481d9709a"},"schema_version":"1.0"},"canonical_sha256":"69da3cfcce5f8dd63f6cfd62b1b3c39e2207c6e4553eff25b14fdaa3276c66b2","receipt":{"kind":"pith_receipt","key_id":"pith-v1-2026-05","algorithm":"ed25519","signed_at":"2026-05-17T23:39:07.938941Z","signature_b64":"XzopecnekPvEhOYciVBRmMdreObTNF3fa04L9Hv5cpoYxGjvV3DGXupl+qLOJKXBSMG6gciOgqEBhh6rIqkSDA==","signed_message":"canonical_sha256_bytes","builder_version":"pith-number-builder-2026-05-17-v1","receipt_version":"0.3","canonical_sha256":"69da3cfcce5f8dd63f6cfd62b1b3c39e2207c6e4553eff25b14fdaa3276c66b2","last_reissued_at":"2026-05-17T23:39:07.938136Z","signature_status":"signed_v1","first_computed_at":"2026-05-17T23:39:07.938136Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"source_kind":"arxiv","source_id":"2605.14362","source_version":1,"attestation_state":"computed"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-17T23:39:07Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"SyL/XKRq6njF+q56b/C0q/iaKJSEqyIpx5D18f7duNNBkjyu4liNo8q/6NT2PrzhQum4JCOsZJkhLykv8xFPCw==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-29T23:59:34.167631Z"},"content_sha256":"2124cc1f5d356e0e725521697ec28389f6474118c6eb8cef385b0118147c52e3","schema_version":"1.0","event_id":"sha256:2124cc1f5d356e0e725521697ec28389f6474118c6eb8cef385b0118147c52e3"},{"event_type":"graph_snapshot","subject_pith_number":"pith:2026:NHNDZ7GOL6G5MP3M7VRLDM6DTY","target":"graph","payload":{"graph_snapshot":{"paper":{"title":"Correctness-Aware Repository Filtering Under Maximum Effective Context Window Constraints","license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","headline":"A size-based filter using only file metadata cuts tokens in LLM repository contexts by 80 to 89 percent and raises task accuracy from 25 to 72 percent.","cross_cats":["cs.AI"],"primary_cat":"cs.SE","authors_text":"Shweta Mishra","submitted_at":"2026-05-14T04:37:39Z","abstract_excerpt":"Context window efficiency is a practical constraint in large language model (LLM)-based developer tools. Paulsen [12] shows that all tested models degrade in accuracy well before their advertised context limits the Maximum Effective Context Window (MECW) which makes context construction a quality problem, not just a cost one. Modern software repositories routinely contain large non-code artifacts compiled datasets, binary model weights, minified JavaScript bundles, and gigabyte-scale log files that overflow the context window and push out task-relevant source code. We present a correctness-awa"},"claims":{"count":4,"items":[{"kind":"strongest_claim","text":"Across 10 real open-source repositories (22,046 files, 5 languages), the proposed SizeFilter at θ=1 MB achieves 79.6% (±13.2%) mean token reduction at 0.30 ms overhead; the HybridFilter achieves 89.3% (±9.0%) the lowest variance of any filter evaluated. A limited-scope evaluation (18 tasks, CodeLlama-7B-Instruct) yields 72% file-level accuracy under filtering versus 25% at baseline; hallucination frequency declines from 61% to 17%.","source":"verdict.strongest_claim","status":"machine_extracted","claim_id":"C1","attestation":"unclaimed"},{"kind":"weakest_assumption","text":"That file size (or a quick token-density estimate) is a reliable proxy for task relevance and that discarding large files will not remove critical code needed for the downstream LLM task.","source":"verdict.weakest_assumption","status":"machine_extracted","claim_id":"C2","attestation":"unclaimed"},{"kind":"one_line_summary","text":"A pre-execution size filter cuts repository tokens by 80-89% at sub-millisecond cost and raises file-level accuracy from 25% to 72% in a small CodeLlama evaluation.","source":"verdict.one_line_summary","status":"machine_extracted","claim_id":"C3","attestation":"unclaimed"},{"kind":"headline","text":"A size-based filter using only file metadata cuts tokens in LLM repository contexts by 80 to 89 percent and raises task accuracy from 25 to 72 percent.","source":"verdict.pith_extraction.headline","status":"machine_extracted","claim_id":"C4","attestation":"unclaimed"}],"snapshot_sha256":"119aaa3deabf2a57b79966bdcec4d0d12bae2cdf19241d9b23c1de425c6b719d"},"source":{"id":"2605.14362","kind":"arxiv","version":1},"verdict":{"id":"b14afb6f-df27-4f91-bb44-8eafdc3cd999","model_set":{"reader":"grok-4.3"},"created_at":"2026-05-15T02:35:17.174378Z","strongest_claim":"Across 10 real open-source repositories (22,046 files, 5 languages), the proposed SizeFilter at θ=1 MB achieves 79.6% (±13.2%) mean token reduction at 0.30 ms overhead; the HybridFilter achieves 89.3% (±9.0%) the lowest variance of any filter evaluated. A limited-scope evaluation (18 tasks, CodeLlama-7B-Instruct) yields 72% file-level accuracy under filtering versus 25% at baseline; hallucination frequency declines from 61% to 17%.","one_line_summary":"A pre-execution size filter cuts repository tokens by 80-89% at sub-millisecond cost and raises file-level accuracy from 25% to 72% in a small CodeLlama evaluation.","pipeline_version":"pith-pipeline@v0.9.0","weakest_assumption":"That file size (or a quick token-density estimate) is a reliable proxy for task relevance and that discarding large files will not remove critical code needed for the downstream LLM task.","pith_extraction_headline":"A size-based filter using only file metadata cuts tokens in LLM repository contexts by 80 to 89 percent and raises task accuracy from 25 to 72 percent."},"references":{"count":24,"sample":[{"doi":"","year":2020,"title":"Retrieval-Augmented Generation for Knowledge- Intensive NLP Tasks,","work_id":"77d5a28c-994d-439b-bd97-353caa70cee5","ref_index":1,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":1901,"title":"Language Models are Few-Shot Learners,","work_id":"4d251c53-e06a-439e-9ad8-594a06476d99","ref_index":2,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":2021,"title":"Evaluating Large Language Models Trained on Code","work_id":"042493e9-b26f-4b4e-bbde-382072ca9b08","ref_index":3,"cited_arxiv_id":"2107.03374","is_internal_anchor":true},{"doi":"","year":2013,"title":"The Tail at Scale,","work_id":"ca1c484b-8973-4fe0-a7e7-472cf3adff50","ref_index":4,"cited_arxiv_id":"","is_internal_anchor":false},{"doi":"","year":2023,"title":"LLMLingua: Compressing Prompts for Accelerated Inference,","work_id":"f9ffd372-daf4-48ed-99ae-be4ee2bd1a44","ref_index":5,"cited_arxiv_id":"","is_internal_anchor":false}],"resolved_work":24,"snapshot_sha256":"0f506273cb2088a4d6ce53484091ed3ded8e84a29e1a2ca37ed399e422e1ddfd","internal_anchors":4},"formal_canon":{"evidence_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"author_claims":{"count":0,"strong_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"builder_version":"pith-number-builder-2026-05-17-v1"},"verdict_id":"b14afb6f-df27-4f91-bb44-8eafdc3cd999"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-17T23:39:07Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"Y3sbn9alYABfV7b4fDJjxokAK6t35PhueNHw8fciuyTIKoFXEodd6he8M+yKDka/TMjmcgr60XUDeemwfhnACg==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-29T23:59:34.169048Z"},"content_sha256":"6337392e56053f1cbf88fd603f1a14c2f871473707a8ee6558e3c3d974af6291","schema_version":"1.0","event_id":"sha256:6337392e56053f1cbf88fd603f1a14c2f871473707a8ee6558e3c3d974af6291"}],"timestamp_proofs":[],"mirror_hints":[{"mirror_type":"https","name":"Pith Resolver","base_url":"https://pith.science","bundle_url":"https://pith.science/pith/NHNDZ7GOL6G5MP3M7VRLDM6DTY/bundle.json","state_url":"https://pith.science/pith/NHNDZ7GOL6G5MP3M7VRLDM6DTY/state.json","well_known_bundle_url":"https://pith.science/.well-known/pith/NHNDZ7GOL6G5MP3M7VRLDM6DTY/bundle.json","status":"primary"}],"public_keys":[{"key_id":"pith-v1-2026-05","algorithm":"ed25519","format":"raw","public_key_b64":"stVStoiQhXFxp4s2pdzPNoqVNBMojDU/fJ2db5S3CbM=","public_key_hex":"b2d552b68890857171a78b36a5dccf368a953413288c353f7c9d9d6f94b709b3","fingerprint_sha256_b32_first128bits":"RVFV5Z2OI2J3ZUO7ERDEBCYNKS","fingerprint_sha256_hex":"8d4b5ee74e4693bcd1df2446408b0d54","rotates_at":null,"url":"https://pith.science/pith-signing-key.json","notes":"Pith uses this Ed25519 key to sign canonical record SHA-256 digests. Verify with: ed25519_verify(public_key, message=canonical_sha256_bytes, signature=base64decode(signature_b64))."}],"merge_version":"pith-open-graph-merge-v1","built_at":"2026-05-29T23:59:34Z","links":{"resolver":"https://pith.science/pith/NHNDZ7GOL6G5MP3M7VRLDM6DTY","bundle":"https://pith.science/pith/NHNDZ7GOL6G5MP3M7VRLDM6DTY/bundle.json","state":"https://pith.science/pith/NHNDZ7GOL6G5MP3M7VRLDM6DTY/state.json","well_known_bundle":"https://pith.science/.well-known/pith/NHNDZ7GOL6G5MP3M7VRLDM6DTY/bundle.json"},"state":{"state_type":"pith_open_graph_state","state_version":"1.0","pith_number":"pith:2026:NHNDZ7GOL6G5MP3M7VRLDM6DTY","merge_version":"pith-open-graph-merge-v1","event_count":2,"valid_event_count":2,"invalid_event_count":0,"equivocation_count":0,"current":{"canonical_record":{"metadata":{"abstract_canon_sha256":"96fafebce4393315df46d1861b122fd5f1406251292483c0d26f22d481d9709a","cross_cats_sorted":["cs.AI"],"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.SE","submitted_at":"2026-05-14T04:37:39Z","title_canon_sha256":"afe0ba635aaf9c64fa12842b8e4eaea32cdce8e44dcc83c732a2b8421ad5767e"},"schema_version":"1.0","source":{"id":"2605.14362","kind":"arxiv","version":1}},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2605.14362","created_at":"2026-05-17T23:39:07Z"},{"alias_kind":"arxiv_version","alias_value":"2605.14362v1","created_at":"2026-05-17T23:39:07Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2605.14362","created_at":"2026-05-17T23:39:07Z"},{"alias_kind":"pith_short_12","alias_value":"NHNDZ7GOL6G5","created_at":"2026-05-18T12:33:37Z"},{"alias_kind":"pith_short_16","alias_value":"NHNDZ7GOL6G5MP3M","created_at":"2026-05-18T12:33:37Z"},{"alias_kind":"pith_short_8","alias_value":"NHNDZ7GO","created_at":"2026-05-18T12:33:37Z"}],"graph_snapshots":[{"event_id":"sha256:6337392e56053f1cbf88fd603f1a14c2f871473707a8ee6558e3c3d974af6291","target":"graph","created_at":"2026-05-17T23:39:07Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"graph_snapshot":{"author_claims":{"count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","strong_count":0},"builder_version":"pith-number-builder-2026-05-17-v1","claims":{"count":4,"items":[{"attestation":"unclaimed","claim_id":"C1","kind":"strongest_claim","source":"verdict.strongest_claim","status":"machine_extracted","text":"Across 10 real open-source repositories (22,046 files, 5 languages), the proposed SizeFilter at θ=1 MB achieves 79.6% (±13.2%) mean token reduction at 0.30 ms overhead; the HybridFilter achieves 89.3% (±9.0%) the lowest variance of any filter evaluated. A limited-scope evaluation (18 tasks, CodeLlama-7B-Instruct) yields 72% file-level accuracy under filtering versus 25% at baseline; hallucination frequency declines from 61% to 17%."},{"attestation":"unclaimed","claim_id":"C2","kind":"weakest_assumption","source":"verdict.weakest_assumption","status":"machine_extracted","text":"That file size (or a quick token-density estimate) is a reliable proxy for task relevance and that discarding large files will not remove critical code needed for the downstream LLM task."},{"attestation":"unclaimed","claim_id":"C3","kind":"one_line_summary","source":"verdict.one_line_summary","status":"machine_extracted","text":"A pre-execution size filter cuts repository tokens by 80-89% at sub-millisecond cost and raises file-level accuracy from 25% to 72% in a small CodeLlama evaluation."},{"attestation":"unclaimed","claim_id":"C4","kind":"headline","source":"verdict.pith_extraction.headline","status":"machine_extracted","text":"A size-based filter using only file metadata cuts tokens in LLM repository contexts by 80 to 89 percent and raises task accuracy from 25 to 72 percent."}],"snapshot_sha256":"119aaa3deabf2a57b79966bdcec4d0d12bae2cdf19241d9b23c1de425c6b719d"},"formal_canon":{"evidence_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"paper":{"abstract_excerpt":"Context window efficiency is a practical constraint in large language model (LLM)-based developer tools. Paulsen [12] shows that all tested models degrade in accuracy well before their advertised context limits the Maximum Effective Context Window (MECW) which makes context construction a quality problem, not just a cost one. Modern software repositories routinely contain large non-code artifacts compiled datasets, binary model weights, minified JavaScript bundles, and gigabyte-scale log files that overflow the context window and push out task-relevant source code. We present a correctness-awa","authors_text":"Shweta Mishra","cross_cats":["cs.AI"],"headline":"A size-based filter using only file metadata cuts tokens in LLM repository contexts by 80 to 89 percent and raises task accuracy from 25 to 72 percent.","license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.SE","submitted_at":"2026-05-14T04:37:39Z","title":"Correctness-Aware Repository Filtering Under Maximum Effective Context Window Constraints"},"references":{"count":24,"internal_anchors":4,"resolved_work":24,"sample":[{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":1,"title":"Retrieval-Augmented Generation for Knowledge- Intensive NLP Tasks,","work_id":"77d5a28c-994d-439b-bd97-353caa70cee5","year":2020},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":2,"title":"Language Models are Few-Shot Learners,","work_id":"4d251c53-e06a-439e-9ad8-594a06476d99","year":1901},{"cited_arxiv_id":"2107.03374","doi":"","is_internal_anchor":true,"ref_index":3,"title":"Evaluating Large Language Models Trained on Code","work_id":"042493e9-b26f-4b4e-bbde-382072ca9b08","year":2021},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":4,"title":"The Tail at Scale,","work_id":"ca1c484b-8973-4fe0-a7e7-472cf3adff50","year":2013},{"cited_arxiv_id":"","doi":"","is_internal_anchor":false,"ref_index":5,"title":"LLMLingua: Compressing Prompts for Accelerated Inference,","work_id":"f9ffd372-daf4-48ed-99ae-be4ee2bd1a44","year":2023}],"snapshot_sha256":"0f506273cb2088a4d6ce53484091ed3ded8e84a29e1a2ca37ed399e422e1ddfd"},"source":{"id":"2605.14362","kind":"arxiv","version":1},"verdict":{"created_at":"2026-05-15T02:35:17.174378Z","id":"b14afb6f-df27-4f91-bb44-8eafdc3cd999","model_set":{"reader":"grok-4.3"},"one_line_summary":"A pre-execution size filter cuts repository tokens by 80-89% at sub-millisecond cost and raises file-level accuracy from 25% to 72% in a small CodeLlama evaluation.","pipeline_version":"pith-pipeline@v0.9.0","pith_extraction_headline":"A size-based filter using only file metadata cuts tokens in LLM repository contexts by 80 to 89 percent and raises task accuracy from 25 to 72 percent.","strongest_claim":"Across 10 real open-source repositories (22,046 files, 5 languages), the proposed SizeFilter at θ=1 MB achieves 79.6% (±13.2%) mean token reduction at 0.30 ms overhead; the HybridFilter achieves 89.3% (±9.0%) the lowest variance of any filter evaluated. A limited-scope evaluation (18 tasks, CodeLlama-7B-Instruct) yields 72% file-level accuracy under filtering versus 25% at baseline; hallucination frequency declines from 61% to 17%.","weakest_assumption":"That file size (or a quick token-density estimate) is a reliable proxy for task relevance and that discarding large files will not remove critical code needed for the downstream LLM task."}},"verdict_id":"b14afb6f-df27-4f91-bb44-8eafdc3cd999"}}],"author_attestations":[],"timestamp_anchors":[],"storage_attestations":[],"citation_signatures":[],"replication_records":[],"corrections":[],"mirror_hints":[],"record_created":{"event_id":"sha256:2124cc1f5d356e0e725521697ec28389f6474118c6eb8cef385b0118147c52e3","target":"record","created_at":"2026-05-17T23:39:07Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"attestation_state":"computed","canonical_record":{"metadata":{"abstract_canon_sha256":"96fafebce4393315df46d1861b122fd5f1406251292483c0d26f22d481d9709a","cross_cats_sorted":["cs.AI"],"license":"http://arxiv.org/licenses/nonexclusive-distrib/1.0/","primary_cat":"cs.SE","submitted_at":"2026-05-14T04:37:39Z","title_canon_sha256":"afe0ba635aaf9c64fa12842b8e4eaea32cdce8e44dcc83c732a2b8421ad5767e"},"schema_version":"1.0","source":{"id":"2605.14362","kind":"arxiv","version":1}},"canonical_sha256":"69da3cfcce5f8dd63f6cfd62b1b3c39e2207c6e4553eff25b14fdaa3276c66b2","receipt":{"algorithm":"ed25519","builder_version":"pith-number-builder-2026-05-17-v1","canonical_sha256":"69da3cfcce5f8dd63f6cfd62b1b3c39e2207c6e4553eff25b14fdaa3276c66b2","first_computed_at":"2026-05-17T23:39:07.938136Z","key_id":"pith-v1-2026-05","kind":"pith_receipt","last_reissued_at":"2026-05-17T23:39:07.938136Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","receipt_version":"0.3","signature_b64":"XzopecnekPvEhOYciVBRmMdreObTNF3fa04L9Hv5cpoYxGjvV3DGXupl+qLOJKXBSMG6gciOgqEBhh6rIqkSDA==","signature_status":"signed_v1","signed_at":"2026-05-17T23:39:07.938941Z","signed_message":"canonical_sha256_bytes"},"source_id":"2605.14362","source_kind":"arxiv","source_version":1}}},"equivocations":[],"invalid_events":[],"applied_event_ids":["sha256:2124cc1f5d356e0e725521697ec28389f6474118c6eb8cef385b0118147c52e3","sha256:6337392e56053f1cbf88fd603f1a14c2f871473707a8ee6558e3c3d974af6291"],"state_sha256":"a12d2b45c1b36a38bdc755d4c51472fe2ad01bca3c45e043f560721e6a8f3b8e"},"bundle_signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"9mDtHIwfs20Rmqzh0LQ+rifCT8sb4w9Z7aiEsX0pk8HaXhmzGI1fMJK8wfTvpyszep3IZrYm/NwtIeixjpFZDg==","signed_message":"bundle_sha256_bytes","signed_at":"2026-05-29T23:59:34.174597Z","bundle_sha256":"d3427b28866b8b48de9980b813e1fa61d15515552e3fc33999d48c92a45b69ee"}}