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
|[**Manifests and Schema**](#repository-manifests)| Define the manifest format every SE repository declares against. |
528
-
|[**Theory Derivation**](#theory-formal-derivation-layer)| Derive and justify the formal contract. |
529
-
|[**Formal Contract and Operational Foundations**](#formal-contract-and-operational-foundations)| Export and enforce the neutral structural constraints used by operational layers. |
530
-
|[**Regime Execution**](#regime-execution)| Provide executable identity and persistence regimes for stress-testing and mapping evaluation. |
531
-
|[**Reference Implementations and Formal Anchors**](#reference-implementations-and-formal-anchors)| Provide optional foundation, interface, and boundary implementations for systems that need shared implementation layers. |
532
-
|[**Specifications**](#normative-and-informative-specifications)| Define structural constraints for admissible representation. |
533
-
|[**Shared Contract Tooling**](#shared-contract-tooling)| Package, validate, and distribute machine-readable contract artifacts across repositories. |
534
-
|[**Accountable Record Contract**](#accountable-record-contract)| Define the language-neutral contract that Accountable Record systems consume. |
535
-
|[**Accountable Record Systems**](#accountable-record-systems)| Implement durable record systems that preserve SE structural distinctions. |
536
-
|[**Verification Implementations**](#accountable-record-verification-implementations)| Check record systems, packages, profiles, locks, bundles, and reports against selected contracts. |
537
-
|[**Mapping Examples**](#mapping-examples)| Show bounded conformance examples without extending the neutral core. |
538
-
|[**Source Materials**](#source-materials-govsrc)| Preserve traceable source artifacts for reference by mappings, profiles, and rules. |
539
-
|[**Papers**](#papers)| Explain why the constraints are necessary and unavoidable. |
540
-
541
-
## Normative and Informative Specifications
542
-
543
-
These repositories define the admissible representational space
544
-
for structurally explainable systems.
545
-
They are normative only in the sense of defining structural constraints,
546
-
not interpretations.
547
-
548
-
<details>
549
-
<summary>See more</summary>
550
-
551
-
### Structural Explainability Core Specification
552
-
553
-
Defines neutrality and boundary constraints that apply to all downstream systems.
|[AccountableEntities](https://github.com/structural-explainability/AccountableEntities)| Accountable entity kinds || Lean formalization of six AE entity kinds and their mapping to canonical identity-regime profiles |
633
-
|[EvolutionProtocol](https://github.com/structural-explainability/EvolutionProtocol)| Graph evolution over entities || Formalization of EP graph evolution |
634
-
635
-
### Optional Interface Implementation (CEE)
636
-
637
-
This repository provides a reusable structural interface for contextual evidence,
638
-
explanation, attestation, and provenance.
639
-
Systems may implement equivalent boundary-respecting structures without depending
|[CEE](https://github.com/structural-explainability/CEE)| Contextual evidence and explanation interface || Structural forms for contextual explanation, evidence, attestation, and provenance |
645
-
646
-
### Optional Boundary Implementations (GB / IB)
647
-
648
-
These repositories provide reusable governance and interpretation boundary
649
-
implementations.
650
-
They are intended for systems that need explicit boundary machinery rather than
651
-
for systems that already enforce these constraints internally.
|[GovernanceBoundary](https://github.com/structural-explainability/GovernanceBoundary)| Governance boundary || Structural boundary for governance artifacts and actions |
656
-
|[InterpretationBoundary](https://github.com/structural-explainability/InterpretationBoundary)| Interpretation boundary || Conditions under which external frameworks may interpret substrate records |
657
-
658
-
### Archived / Superseded Theory Repositories
659
-
660
-
> ⚠️ The repositories below are archived. Active development has moved to
|[StructuralExplainability](https://github.com/structural-explainability/StructuralExplainability)| Cross-cutting constraints || Neutrality and conformance predicates |
666
-
|[NeutralSubstrate](https://github.com/structural-explainability/NeutralSubstrate)| Neutrality theorem || Substrates stable under incompatible extensions must be pre-causal and pre-normative |
667
-
|[IdentityRegimes](https://github.com/structural-explainability/IdentityRegimes)| Identity regimes || Earlier formalization of six identity-and-persistence regime families as a necessary lower bound under neutrality assumptions |
668
-
669
-
</details>
670
-
671
521
## Papers
672
522
673
523
Structural Explainability consists of a small formal core (SE-100: Neutrality; SE-200: Identity Regimes)
674
-
and a parallel stewardship track (SE-ST-Gx) addressing governance over time.
524
+
and a parallel stewardship track addressing governance over time.
675
525
The stewardship track examines how neutral systems are defined, audited, stressed, and
676
526
repaired in real institutional contexts.
677
527
678
528
The two formal papers provide theoretical justification for foundational specifications.
679
529
They are explanatory rather than normative (they describe what must be true for such systems to work,
680
530
not what people should believe or do).
681
531
682
-
Stewardship papers build on the formal core but do not modify or extend it.
|[paper-100-neutral-substrate](https://github.com/structural-explainability/paper-100-neutral-substrate)| Neutrality theorem | Narrative exposition of the neutrality theorem and its formal proof, establishing design constraints for neutral representational substrates |
687
535
|[paper-200-identity-regimes](https://github.com/structural-explainability/paper-200-identity-regimes)| Identity regimes | Narrative exposition of the identity-regimes result and its formal justification |
688
536
689
-
### General Descriptions
690
-
691
-
-[Neutrality](https://arxiv.org/abs/2601.14271): If you want to build an information system for domains
692
-
where people legitimately disagree (like law or politics),
693
-
the core of the system must be neutral;
694
-
if you bake in causes, values, or conclusions,
695
-
the system cannot represent disagreement accurately.
696
-
697
-
-[Identity Regimes](https://arxiv.org/abs/2601.16152): To represent identity
698
-
and persistence under structural change, information must distinguish between
699
-
regime-relative ways that entities persist, break, or become irrelevant under
700
-
transformation. The current framework organizes this through six regime
701
-
families refined into nine profile kinds.
702
-
703
-
## Design Commitments
704
-
705
-
Across all repositories:
706
-
707
-
- Identity and persistence are profile-relative.
708
-
- Structure and change are recorded without interpretation.
709
-
- Transformation does not by itself determine persistence.
710
-
- Graph continuity does not by itself imply identity continuity.
711
-
- Interpretation remains external, attributable, and contestable.
712
-
- Governance records do not imply authority, legitimacy, obligation, or enforcement.
713
-
- Disagreement is representable and not forced to resolve.
714
-
- No domain semantics are embedded in the core.
715
-
- Verification is optional; systems may be useful in their domain
716
-
without being SE-verified, and may seek verification as a quality property.
717
-
- Authority over repository surfaces is recorded, not conferred;
718
-
crossing a declared authority boundary requires human review
719
-
and supporting evidence, enforced externally.
720
-
721
-
## Intentionally Excluded
722
-
723
-
The following are intentionally excluded from this core organization:
724
-
725
-
- domain vocabularies (except clearly labeled examples and Accountable Record systems)
726
-
- application schemas or data models (except in Accountable Record systems)
727
-
- analytics, inference, optimization, recommendation, or decision systems
728
-
- governance authority, legitimacy, obligation, or enforcement as substrate facts
729
-
(repository authority surfaces are operational and non-substrate, and are
730
-
not part of the neutral core)
731
-
- interpretation, explanation, evidence, or attestation as substrate facts
732
-
- visualization or presentation layers
733
-
734
-
Domain projects may claim conformance with these specifications, but are outside this core.
735
-
736
537
## How to Use This Organization
737
538
738
539
-**To understand the justification**, start with the papers.
0 commit comments