Skip to content

Commit 787af87

Browse files
committed
Add US evidence document 3: production
1 parent ddab4a0 commit 787af87

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "US Evidence Chain — 3 Production"
3+
format: mermaid
4+
prefix: US-EVIDENCE-
5+
suffix: .mmd
6+
---
7+
flowchart LR
8+
A[Custody Record] --> B[Production Input]
9+
B --> C[Execution / Transformation]
10+
C --> D[Program Output]
11+
D --> E[Verification]
12+
E --> F[Production Evidence]
13+
14+
subgraph MORALS[Morals / Program Governance]
15+
M1[Declared purpose]
16+
M2[Human authorization]
17+
M3[Safety and policy constraints]
18+
M4[Auditability]
19+
end
20+
21+
C --> MORALS
22+
F --> M4
23+
24+
N["Moral status is a declared governance property, not a substitute for factual evidence."]
25+
M4 --- N

0 commit comments

Comments
 (0)