fix(filesystem): clarify agent evidence recovery

This commit is contained in:
BukeLy 2026-05-27 03:35:12 +08:00
parent c13cb203cd
commit 0243732e22
5 changed files with 26 additions and 7 deletions

View file

@ -517,7 +517,7 @@ def test_cat_structure_page_node_and_text_outputs_are_hard_limited():
"0006 0007 0008 0009 0010 0011"
)
with pytest.raises(PIFSCommandError, match="cat accepts one file target"):
with pytest.raises(PIFSCommandError, match="quote the whole target"):
executor.execute("cat dsid_limited_pdf 0001")
text = json.loads(executor.execute("cat dsid_long_text --all"))