1 parent 6acd12b commit 9ef8065Copy full SHA for 9ef8065
1 file changed
tests/fixtures/invalid/path/record.json
@@ -0,0 +1,21 @@
1
+{
2
+ "record_type": "packet",
3
+ "schema_version": 1,
4
+ "packet_id": "20260902-example-session-missing-artifact",
5
+ "created_at": "2026-09-02T12:00:00Z",
6
+ "created_by": "example-session",
7
+ "deposited_by": "example-session",
8
+ "content_origin": "operator_authored",
9
+ "source_refs": [],
10
+ "derivative_of": [],
11
+ "provenance_coverage": "record_level",
12
+ "source_session": "example-session",
13
+ "target_session": "review-session",
14
+ "topic": "missing-artifact",
15
+ "status": "new",
16
+ "path": "tests/fixtures/invalid/path/does-not-exist.md",
17
+ "response_expected": false,
18
+ "response_packet_id": null,
19
+ "tags": [],
20
+ "notes": "Invalid: artifact path does not exist."
21
+}
0 commit comments