You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: profile/README.md
+57-39Lines changed: 57 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ transformation.
267
267
|[se-theory-neutral-substrate](https://github.com/structural-explainability/se-theory-neutral-substrate)| Neutrality theorem development and defines admissible structure |
268
268
|[se-theory-transformation](https://github.com/structural-explainability/se-theory-transformation)| Defines change pressure and foundational transformation operators, families, composition relations, orthogonality relations, and outcome vocabulary |
269
269
|[se-theory-persistence](https://github.com/structural-explainability/se-theory-persistence)| Defines preservation, breakage, and irrelevance under admissible transformation |
270
-
|[se-theory-identity-regimes](https://github.com/structural-explainability/se-theory-identity-regimes)| Define regime-specific identity behavior, six-regime lower bound, and refinement to nine-regime profiles|
270
+
|[se-theory-identity-regimes](https://github.com/structural-explainability/se-theory-identity-regimes)| Define regime-specific identity behavior, sixregime families refined into nine profile kinds |
271
271
|[se-theory-structural-explainability](https://github.com/structural-explainability/se-theory-structural-explainability)| Explains the resulting judgment without collapsing disagreements |
272
272
273
273
Note: Each theory repo contains both 1) a TOML encoding and 2) a Lean proof encoding
@@ -490,34 +490,39 @@ which has no upstream SE dependencies.
|[**Theory Derivation**](#theory-formal-derivation-layer)| Derive and justify the formal contract. |
496
+
|[**Formal Contract and Operational Foundations**](#formal-contract-and-operational-foundations)| Export and enforce the neutral structural constraints used by operational layers. |
497
+
|[**Reference Implementations and Formal Anchors**](#reference-implementations-and-formal-anchors)| Provide optional foundation, interface, and boundary implementations for systems that need shared implementation layers. |
498
+
|[**Specifications**](#normative-and-informative-specifications)| Define structural constraints for admissible representation. |
499
+
|[**Accountable Record Systems**](#accountable-record-systems)| Implement durable record systems that preserve SE structural distinctions. |
500
+
|[**Verification Implementations**](#accountable-record-verification-implementations)| Check record systems, packages, profiles, locks, bundles, and reports against selected contracts. |
501
+
|[**Mapping Examples**](#mapping-examples)| Show bounded conformance examples without extending the neutral core. |
502
+
|[**Source Materials**](#source-materials-govsrc)| Preserve traceable source artifacts for reference by mappings, profiles, and rules. |
503
+
|[**Papers**](#papers)| Explain why the constraints are necessary and unavoidable. |
504
+
505
+
## Normative and Informative Specifications
506
+
507
+
These repositories define the admissible representational space
503
508
for structurally explainable systems.
504
509
They are normative only in the sense of **defining structural constraints**, not interpretations.
505
510
506
511
<details>
507
512
<summary>See more</summary>
508
513
509
-
### Structural Explainability (Foundation)
514
+
### Structural Explainability Core Specification
510
515
511
516
Defines neutrality and boundary constraints that apply to all downstream systems.
|[StructuralExplainability](https://github.com/structural-explainability/StructuralExplainability)| Cross-cutting constraints || Neutrality and conformance predicates |
574
-
|[NeutralSubstrate](https://github.com/structural-explainability/NeutralSubstrate)| Neutrality theorem || Substrates stable under incompatible extensions must be pre-causal and pre-normative |
575
-
|[IdentityRegimes](https://github.com/structural-explainability/IdentityRegimes)| Identity regimes || Six identity-and-persistence regime (families) are necessary and sufficient for accountability-oriented substrates under neutrality assumptions |
576
+
<details>
577
+
<summary>See more</summary>
576
578
577
-
### Neutral Substrate (AE / EP)
579
+
### Optional Foundation Implementations
578
580
579
-
These repositories formalize the neutral substrate defined by AE and EP.
581
+
These repositories provide reusable accountable-entity and evolution foundations
582
+
for downstream systems that need them.
583
+
They are reference implementation layers, not universal dependencies.
|[CEE](https://github.com/structural-explainability/CEE)| Explanation overlay || Structural forms for contextual explanation and evidence |
594
600
595
-
### Boundaries (GB / IB)
601
+
### Optional Boundary Implementations (GB / IB)
596
602
597
-
These repositories formalize **additional structural boundaries**
598
-
that operate relative to the neutral substrate.
599
-
They keep interpretation from leaking into the neutral substrate.
603
+
These repositories provide reusable governance and interpretation boundary
604
+
implementations.
605
+
They are intended for systems that need explicit boundary machinery rather than
606
+
for systems that already enforce these constraints internally.
|[InterpretationBoundary](https://github.com/structural-explainability/InterpretationBoundary)| Interpretation boundary || Conditions under which external frameworks may interpret substrate records |
605
612
613
+
### Archived / Superseded Theory Repositories
614
+
615
+
> ⚠️ The repositories below are archived. Active development has moved to
|[StructuralExplainability](https://github.com/structural-explainability/StructuralExplainability)| Cross-cutting constraints || Neutrality and conformance predicates |
621
+
|[NeutralSubstrate](https://github.com/structural-explainability/NeutralSubstrate)| Neutrality theorem || Substrates stable under incompatible extensions must be pre-causal and pre-normative |
622
+
|[IdentityRegimes](https://github.com/structural-explainability/IdentityRegimes)| Identity regimes || Six identity-and-persistence regime (families) are necessary and sufficient for accountability-oriented substrates under neutrality assumptions |
0 commit comments