Skip to content

Commit 807bb8d

Browse files
committed
dwg
1 parent 7f02a11 commit 807bb8d

1 file changed

Lines changed: 61 additions & 61 deletions

File tree

profile/README.md

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -390,86 +390,88 @@ They do not introduce semantics beyond what is present in the source.
390390
flowchart TD
391391
392392
%% --- Theory Layer ---
393-
subgraph Theory
394-
NS[se-theory-neutral-substrate]
395-
TR[se-theory-transformation]
396-
PE[se-theory-persistence]
397-
IR[se-theory-identity-regimes]
398-
SE[se-theory-structural-explainability]
393+
subgraph T[Theory Layer]
394+
NS[neutral substrate]
395+
TR[transformation]
396+
PE[persistence]
397+
IR[identity regimes]
398+
SET[structural explainability]
399399
end
400400
401401
%% --- Boundary Specs ---
402-
subgraph Boundaries
403-
GB[spec-gb<br/>Governance Boundary]
404-
IB[spec-ib<br/>Interpretation Boundary]
402+
subgraph B[Boundary Specs]
403+
GB[governance boundary]
404+
IB[interpretation boundary]
405405
end
406406
407407
%% --- Contract / Governance ---
408-
FC[se-formal-contract]
409-
C[se-constitution]
410-
A[se-admin]
411-
412-
%% --- Downstream Core ---
413-
subgraph Downstream_Core
414-
K[se-kernel]
415-
M[se-mapspec]
416-
R[se-regimes]
417-
MAP[se-mapping-*]
418-
GOV[se-govsrc-*]
408+
subgraph G[Contract and Governance]
409+
FC[se-formal-contract]
410+
C[se-constitution]
411+
A[se-admin]
412+
end
413+
414+
%% --- Operational Core ---
415+
subgraph O[Operational Core]
416+
K[se-kernel]
417+
M[se-mapspec]
418+
R[se-regimes]
419+
MAP[se-mapping-*]
420+
GOV[se-govsrc-*]
419421
end
420422
421423
%% --- Accountable Record Systems ---
422-
subgraph Accountable_Record_Systems
423-
AR[accountable-record]
424-
JR[judicial-record]
425-
CR[civic-record]
426-
JRS[judicial-record-us-federal-supreme]
424+
subgraph ARS[Accountable Record Systems]
425+
AR[accountable-record]
426+
JR[judicial-record]
427+
CR[civic-record]
428+
JRS[Supreme Court specialization]
427429
end
428430
429431
%% --- Verification Implementations ---
430-
subgraph Verification_Implementations
431-
ARPY[accountable-record-py]
432-
JRPY[judicial-record-py]
433-
CRPY[civic-record-py]
432+
subgraph V[Verification Implementations]
433+
ARPY[accountable-record-py]
434+
JRPY[judicial-record-py]
435+
CRPY[civic-record-py]
434436
end
435437
436-
NS -->|grounds contract terms| FC
437-
TR -->|grounds contract terms| FC
438-
PE -->|grounds contract terms| FC
439-
IR -->|grounds contract terms| FC
440-
SE -->|grounds contract terms| FC
438+
NS --> FC
439+
TR --> FC
440+
PE --> FC
441+
IR --> FC
442+
SET --> FC
441443
442-
GB -->|constrains governance of| C
443-
IB -->|constrains interpretation of| C
444+
GB --> C
445+
IB --> C
444446
445-
FC -->|specifies verified structural contract| C
446-
C -->|encodes governance and interpretation boundaries| A
447+
FC --> C
448+
C --> A
447449
448-
A -->|validates conformance of| K
449-
A -->|validates conformance of| M
450-
A -->|validates conformance of| R
451-
A -->|validates conformance of| MAP
452-
A -->|validates conformance of| GOV
450+
A --> K
451+
A --> M
452+
A --> R
453+
A --> MAP
454+
A --> GOV
453455
454-
K -->|supports structural primitives for| AR
455-
M -->|supports mappings for| AR
456-
R -->|supports regime behavior for| AR
456+
K --> AR
457+
M --> AR
458+
R --> AR
457459
458-
AR -->|provides language-neutral contract for| JR
459-
AR -->|provides language-neutral contract for| CR
460-
JR -->|is specialized by| JRS
460+
AR --> JR
461+
AR --> CR
462+
JR --> JRS
461463
462-
ARPY -->|verifies| AR
463-
JRPY -->|verifies| JR
464-
CRPY -->|verifies| CR
464+
ARPY --> AR
465+
JRPY --> JR
466+
CRPY --> CR
465467
466-
IB -->|prevents interpretive leakage in| AR
467-
IB -->|prevents interpretive leakage in| JR
468-
IB -->|prevents interpretive leakage in| CR
468+
IB -.-> AR
469+
IB -.-> JR
470+
IB -.-> CR
469471
470-
GB -->|governs structural artifact use in| AR
471-
GB -->|governs structural artifact use in| JR
472-
GB -->|governs structural artifact use in| CR
472+
GB -.-> AR
473+
GB -.-> JR
474+
GB -.-> CR
473475
```
474476

475477
All repositories in this diagram declare an `SE_MANIFEST.toml` conforming to
@@ -483,7 +485,7 @@ This organization is structured around roles:
483485
| Role | Purpose |
484486
| ------------------------------------------------------------- | ----------------------------------------------------------------------- |
485487
| [**Accountable Record Systems**](#accountable-record-systems) | User-facing applications that implement and demonstrate the constraints |
486-
| [**Specifications**](#specifications) | Define what must be true for admissibility |
488+
| [**Specifications**](#early-specifications) | Define what must be true for admissibility |
487489
| [**Formalizations**](#formalizations) | Demonstrate that specifications are internally consistent |
488490
| [**Papers**](#papers) | Justify why the constraints are necessary and unavoidable |
489491

@@ -536,8 +538,6 @@ They serve as guardrails that prevent interpretation from leaking into the neutr
536538
| [spec-gb](https://github.com/structural-explainability/spec-gb) | Governance boundary for structural artifacts and actions | Normative |
537539
| [spec-ib](https://github.com/structural-explainability/spec-ib) | Interpretation boundary for external frameworks | Normative |
538540

539-
540-
541541
### Informative
542542

543543
| Repository | Purpose | Status |

0 commit comments

Comments
 (0)