Skip to content

Commit 1439798

Browse files
committed
Add US evidence chain index and file convention
1 parent 595c26d commit 1439798

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

evidence/US-EVIDENCE-README.mmd

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "US Evidence Chain — 1, 2, 3, 4"
3+
format: mermaid
4+
prefix: US-EVIDENCE-
5+
suffix: .mmd
6+
---
7+
flowchart LR
8+
E1["1 Origin"] --> E2["2 Custody"] --> E3["3 Production"] --> E4["4 Release"]
9+
E1 --> F["FACT / Economy"]
10+
E3 --> M["Morals / Program Governance"]
11+
E4 --> P["Programs / Release"]
12+
13+
classDef stage fill:#f8fff8,stroke:#3b7a57,color:#16351f;
14+
class E1,E2,E3,E4,F,M,P stage;
15+
16+
S["File convention: US-EVIDENCE-<stage>.mmd"]
17+
E4 --- S
18+
19+
R["Evidence principle: provenance first; custody transitions are recorded; production is attributable; release is separately verified."]
20+
E4 --- R

0 commit comments

Comments
 (0)