Skip to content

Commit 979e9e7

Browse files
authored
Add replay bundle for artifact-0005 (#342)
Co-authored-by: midiakiasat <midiakiasat@users.noreply.github.com>
1 parent aaac7b4 commit 979e9e7

2 files changed

Lines changed: 57 additions & 0 deletions

File tree

replay/current/index.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"object_type": "ReplayBundleIndex",
3+
"status": "ACTIVE_TRUTH",
4+
"governing_boundary": "VERIFRAX",
5+
"current_replay_bundle_ref": "replay/current/replay-bundle-0001.json",
6+
"entries": [
7+
{
8+
"replay_bundle_id": "replay-bundle-0001",
9+
"path": "replay/current/replay-bundle-0001.json",
10+
"status": "ACTIVE_TRUTH",
11+
"subject": "artifact-0005"
12+
}
13+
],
14+
"historical_archive_ref": "replay/history/"
15+
}
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"object_type": "ReplayBundle",
3+
"replay_bundle_id": "replay-bundle-0001",
4+
"status": "ACTIVE_TRUTH",
5+
"subject": "artifact-0005",
6+
"chain_lock_ref": "https://github.com/Verifrax/ORBISTIUM/blob/main/chains/current/minimum-object-chain-lock-0001.json",
7+
"inputs": {
8+
"artifact": "evidence/artifact-0005/artifact-0005.json",
9+
"authority_seal": "evidence/artifact-0005/input/live/authority.seal.json",
10+
"execution_command": "evidence/artifact-0005/input/live/execution.command.json",
11+
"receipt": "evidence/artifact-0005/receipt/receipt.json"
12+
},
13+
"expected_outputs": {
14+
"canonical_semantic_sha256": "801c87f08221ac194282b1a2e7f58cac2dcc143f6944c98a888edc086a72fc6b",
15+
"verification_verdict": "VERIFIED",
16+
"execution_status": "RECORDED",
17+
"recognition_status": "RECOGNIZED",
18+
"recourse_status": "OPEN_FOR_RECOURSE"
19+
},
20+
"replay_paths": [
21+
{
22+
"implementation": "node",
23+
"verdict_ref": "evidence/artifact-0005/reexecution/node/VERDICT.txt",
24+
"semantic_ref": "evidence/artifact-0005/reexecution/node/semantic.canonical.json"
25+
},
26+
{
27+
"implementation": "rust",
28+
"verdict_ref": "evidence/artifact-0005/reexecution/rust/VERDICT.txt",
29+
"semantic_ref": "evidence/artifact-0005/reexecution/rust/semantic.canonical.json"
30+
}
31+
],
32+
"comparison_ref": "evidence/artifact-0005/reexecution/COMPARISON.txt",
33+
"refusal_rule": "If any required input, chain object, verifier output, or comparison record is absent, replay must refuse rather than infer.",
34+
"non_role_boundary": [
35+
"Replay does not define law.",
36+
"Replay does not accept state.",
37+
"Replay does not issue authority.",
38+
"Replay does not execute.",
39+
"Replay does not recognize.",
40+
"Replay does not assign recourse."
41+
]
42+
}

0 commit comments

Comments
 (0)