Skip to content

Commit c2a8759

Browse files
committed
reorg
1 parent a0f609f commit c2a8759

1 file changed

Lines changed: 86 additions & 28 deletions

File tree

profile/README.md

Lines changed: 86 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ legal, political, scientific, or normative frameworks.
1717
This organization contains specifications, formalizations, and papers
1818
that define, justify, and defend that neutral space.
1919

20-
## Organization Structure
20+
## Roles
2121

2222
This organization is structured around roles:
2323

@@ -29,60 +29,118 @@ This organization is structured around roles:
2929
| [**Papers**](#papers) | Justify why the constraints are necessary and unavoidable |
3030
| [**Boundaries & Overlays**](#boundary-and-overlay-specifications) | Define how interpretation may attach without entering the substrate |
3131

32-
## Normative Specifications
32+
## Specifications (Normative)
3333

3434
These repositories define the admissible representational space
3535
for structurally explainable systems.
36-
They are normative only in the sense of defining constraints, not interpretations.
36+
They are normative only in the sense of **defining structural constraints**, not interpretations.
3737

38-
| Repository | Purpose | Status |
39-
| --------------------------------------------------------------------------------- | ------------------------------------------------------------------ | ----------- |
40-
| [spec-se](https://github.com/structural-explainability/spec-se) | Neutrality and boundary constraints of Structural Explainability | Normative |
41-
| [spec-ae](https://github.com/structural-explainability/spec-ae) | Accountable Entities and identity regimes | Normative |
42-
| [spec-ep](https://github.com/structural-explainability/spec-ep) | Graph evolution over accountable entities | Normative |
43-
| [spec-cee](https://github.com/structural-explainability/spec-cee) | Contextual interfaces for explanation, attestation, and provenance | Normative |
44-
| [spec-se-appendix](https://github.com/structural-explainability/spec-se-appendix) | Identifier rules, examples, and cross-spec patterns | Informative |
38+
### Structural Explainability (Foundation)
39+
40+
Defines neutrality and boundary constraints that apply to all downstream systems.
41+
42+
| Repository | Purpose | Status |
43+
| --------------------------------------------------------------- | -------------------------------------------------------------- | --------- |
44+
| [spec-se](https://github.com/structural-explainability/spec-se) | Neutrality and boundary constraints for all downstream systems | Normative |
45+
46+
### Neutral Substrate (AE / EP)
47+
48+
These repositories define the core representational substrate
49+
for structurally explainable systems.
50+
51+
| Repository | Purpose | Status |
52+
| --------------------------------------------------------------- | ----------------------------------------- | --------- |
53+
| [spec-ae](https://github.com/structural-explainability/spec-ae) | Accountable Entities and identity regimes | Normative |
54+
| [spec-ep](https://github.com/structural-explainability/spec-ep) | Graph evolution over accountable entities | Normative |
55+
56+
### Interface (CEE)
57+
58+
The Contextual Evidence and Explanation (CEE) layer defines
59+
a structural interface to the neutral substrate.
60+
It does not alter identity, structure, or recorded change.
61+
62+
| Repository | Purpose | Status |
63+
| ----------------------------------------------------------------- | ------------------------------------------------------------- | --------- |
64+
| [spec-cee](https://github.com/structural-explainability/spec-cee) | Contextual evidence, explanation, attestation, and provenance | Normative |
65+
66+
### Boundaries (GB / IB)
67+
68+
These repositories define additional structural boundaries
69+
that operate relative to the neutral substrate.
70+
They do not alter identity, structure, or recorded change.
71+
They serve as guardrails that prevent interpretation from leaking into the neutral substrate.
72+
73+
| Repository | Purpose | Status |
74+
| ----------------------------------------------------------------- | ------------------------------------------------------------- | --------- |
75+
| [spec-gb](https://github.com/structural-explainability/spec-gb) | Governance boundary for structural artifacts and actions | Normative |
76+
| [spec-ib](https://github.com/structural-explainability/spec-ib) | Interpretation boundary for external frameworks | Normative |
77+
78+
### Informative
79+
80+
| Repository | Purpose | Status |
81+
| --------------------------------------------------------------------------------- | --------------------------------------------------- | ----------- |
82+
| [spec-se-appendix](https://github.com/structural-explainability/spec-se-appendix) | Identifier rules, examples, and cross-spec patterns | Informative |
4583

4684
## Formalizations
4785

4886
These repositories **do not define meaning or behavior**.
4987
They demonstrate that the specifications are internally consistent,
5088
coherent, and composable under formal reasoning.
5189

90+
### Structural Explainability (Foundation)
91+
92+
Structural Explainability formalizes the **minimal, stable constraints**
93+
under which identity, structure, change, explanation, and persistent disagreement
94+
can coexist over time without embedding interpretation,
95+
and establishes why those constraints are necessary.
96+
97+
| Repository | Purpose | CI | Description |
98+
| ------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
99+
| [StructuralExplainability](https://github.com/structural-explainability/StructuralExplainability) | Cross-cutting constraints | ![CI](https://github.com/structural-explainability/StructuralExplainability/actions/workflows/ci.yml/badge.svg?branch=main) | Neutrality and conformance predicates |
100+
| [NeutralSubstrate](https://github.com/structural-explainability/NeutralSubstrate) | Neutrality theorem | ![CI](https://github.com/structural-explainability/NeutralSubstrate/actions/workflows/ci.yml/badge.svg?branch=main) | Substrates stable under incompatible extensions must be pre-causal and pre-normative |
101+
| [IdentityRegimes](https://github.com/structural-explainability/IdentityRegimes) | Identity regimes | ![CI](https://github.com/structural-explainability/IdentityRegimes/actions/workflows/ci.yml/badge.svg?branch=main) | Six identity-and-persistence regimes are necessary and sufficient for accountability-oriented substrates under neutrality assumptions |
102+
103+
### Neutral Substrate (AE / EP)
104+
105+
These repositories formalize the neutral substrate defined by AE and EP.
106+
52107
| Repository | Purpose | CI | Description |
53108
| ------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
54109
| [AccountableEntities](https://github.com/structural-explainability/AccountableEntities) | Entity-regime instantiation | ![CI](https://github.com/structural-explainability/AccountableEntities/actions/workflows/ci.yml/badge.svg?branch=main) | Formalization of AE identity regimes |
55110
| [EvolutionProtocol](https://github.com/structural-explainability/EvolutionProtocol) | Neutral exchange substrate | ![CI](https://github.com/structural-explainability/EvolutionProtocol/actions/workflows/ci.yml/badge.svg?branch=main) | Formalization of EP graph evolution |
56-
| [StructuralExplainability](https://github.com/structural-explainability/StructuralExplainability) | Cross-cutting constraints | ![CI](https://github.com/structural-explainability/StructuralExplainability/actions/workflows/ci.yml/badge.svg?branch=main) | Neutrality and conformance predicates |
57111

58-
## Foundations
112+
### Interface (CEE)
113+
114+
This repository formalizes **the structural interface layer**
115+
over the neutral substrate.
116+
117+
| Repository | Purpose | CI | Description |
118+
| --------------------------------------------------------------------------------------------- | ----------------------- | ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
119+
| [CEE](https://github.com/structural-explainability/CEE) | Explanation overlay | ![CI](https://github.com/structural-explainability/CEE/actions/workflows/ci.yml/badge.svg?branch=main) | Structural forms for contextual explanation and evidence |
120+
121+
122+
### Boundaries (GB / IB)
123+
124+
These repositories formalize **additional structural boundaries**
125+
that operate relative to the neutral substrate.
126+
They keep interpretation from leaking into the neutral substrate.
127+
128+
| Repository | Purpose | CI | Description |
129+
| --------------------------------------------------------------------------------------------- | ----------------------- | ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
130+
| [GovernanceBoundary](https://github.com/structural-explainability/GovernanceBoundary) | Governance boundary | ![CI](https://github.com/structural-explainability/GovernanceBoundary/actions/workflows/ci.yml/badge.svg?branch=main) | Governance |
131+
| [InterpretationBoundary](https://github.com/structural-explainability/InterpretationBoundary) | Interpretation boundary | ![CI](https://github.com/structural-explainability/InterpretationBoundary/actions/workflows/ci.yml/badge.svg?branch=main) | Conditions under which external frameworks may interpret substrate records |
59132

60-
| Repository | Purpose | CI | Description |
61-
| --------------------------------------------------------------------------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
62-
| [NeutralSubstrate](https://github.com/structural-explainability/NeutralSubstrate) | Neutrality theorem | ![CI](https://github.com/structural-explainability/NeutralSubstrate/actions/workflows/ci.yml/badge.svg?branch=main) | Substrates stable under incompatible extensions must be pre-causal and pre-normative |
63-
| [IdentityRegimes](https://github.com/structural-explainability/IdentityRegimes) | Identity regimes | ![CI](https://github.com/structural-explainability/IdentityRegimes/actions/workflows/ci.yml/badge.svg?branch=main) | Six identity-and-persistence regimes are necessary and sufficient for accountability-oriented substrates under neutrality assumptions |
64133

65134
## Papers
66135

67-
Papers provide theoretical justification for the specifications.
136+
Papers provide theoretical justification for foundational specifications.
68137
They are explanatory, not normative.
69138

70139
| Repository | Focus | Status | Description |
71140
| ------------------------------------------------------------------------------------------------------- | ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
72141
| [paper-100-neutral-substrate](https://github.com/structural-explainability/paper-100-neutral-substrate) | Neutrality theorem | Submitted | Narrative exposition of the neutrality theorem and its formal proof, establishing design constraints for neutral representational substrates |
73142
| [paper-200-identity-regimes](https://github.com/structural-explainability/paper-200-identity-regimes) | Identity regimes | Submitted | Narrative exposition of the identity-regimes result and its formal justification |
74143

75-
## Boundary and Overlay Specifications
76-
77-
These repositories define **additional structural layers or boundaries**
78-
that operate relative to the neutral substrate.
79-
They do not alter identity, structure, or recorded change.
80-
81-
| Repository | Purpose | CI | Description |
82-
| --------------------------------------------------------------------------------------------- | ----------------------- | ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
83-
| [CEE](https://github.com/structural-explainability/cee) | Explanation overlay | ![CI](https://github.com/structural-explainability/cee/actions/workflows/ci.yml/badge.svg?branch=main) | Structural forms for contextual explanation and evidence |
84-
| [InterpretationBoundary](https://github.com/structural-explainability/InterpretationBoundary) | Interpretation boundary | ![CI](https://github.com/structural-explainability/InterpretationBoundary/actions/workflows/ci.yml/badge.svg?branch=main) | Conditions under which external frameworks may interpret substrate records |
85-
| [GovernanceBoundary](https://github.com/structural-explainability/GovernanceBoundary) | Governance boundary | ![CI](https://github.com/structural-explainability/GovernanceBoundary/actions/workflows/ci.yml/badge.svg?branch=main) | Governance |
86144

87145
## Design Commitments
88146

0 commit comments

Comments
 (0)