Skip to content

Commit dab57de

Browse files
committed
se std
1 parent a4f610f commit dab57de

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

ANNOTATIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ select = [
234234
from typing import TYPE_CHECKING
235235

236236
if TYPE_CHECKING:
237-
from cee.core import Exchange
237+
from cee.core import Evolution
238238

239239
def validate(record: dict) -> bool:
240240
# REQ: All records must include source jurisdiction.

profile/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This organization is structured around roles:
2727
| [**Formalizations**](#formalizations) | Demonstrate that specifications are internally consistent |
2828
| [**Foundations**](#foundations) | Establish the underlying theoretical results |
2929
| [**Papers**](#papers) | Justify why the constraints are necessary and unavoidable |
30-
| **Boundaries & Overlays** | Define how interpretation may attach without entering the substrate |
30+
| [**Boundaries & Overlays**](#boundary-and-overlay-specifications) | Define how interpretation may attach without entering the substrate |
3131

3232

3333
## Normative Specifications
@@ -52,7 +52,7 @@ coherent, and composable under formal reasoning.
5252
| Repository | Purpose | CI | Description |
5353
| ------------------------------------------------------------------------------------------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
5454
| [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 |
55-
| [ExchangeProtocol](https://github.com/structural-explainability/ExchangeProtocol) | Neutral exchange substrate | ![CI](https://github.com/structural-explainability/ExchangeProtocol/actions/workflows/ci.yml/badge.svg?branch=main) | Formalization of EP graph evolution |
55+
| [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 |
5656
| [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 |
5757

5858
## Foundations
@@ -78,10 +78,11 @@ These repositories define **additional structural layers or boundaries**
7878
that operate relative to the neutral substrate.
7979
They do not alter identity, structure, or recorded change.
8080

81-
| Repository | Purpose | Status | Description |
81+
| Repository | Purpose | CI | Description |
8282
| --- | --- | --- | --- |
83-
| CEE | Explanation overlay | Draft | Structural forms for contextual explanation and evidence |
84-
| InterpretationBoundary | Interpretation boundary | Conceptual | Conditions under which external frameworks may interpret substrate records |
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 |
8586

8687
## Template (SE Appendix)
8788

@@ -136,7 +137,7 @@ to remain external to the substrate.
136137

137138
- **Accountable Entities** define identity regimes
138139
that allow entities to persist across time and change.
139-
- **Exchange Protocol** defines the evolution of structural relationships among those entities,
140+
- **Evolution Protocol** defines the evolution of structural relationships among those entities,
140141
recording change without embedding explanation.
141142

142143
Together, they form the structural substrate.

0 commit comments

Comments
 (0)