1 parent ddab4a0 commit 787af87Copy full SHA for 787af87
1 file changed
evidence/US-EVIDENCE-3-production.mmd
@@ -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