Skip to content

Commit 4e339bd

Browse files
authored
Add Regime Execution section to README
Added a new section on Regime Execution detailing executable identity and persistence regimes, including definitions and purposes of related repositories.
1 parent aeb1653 commit 4e339bd

1 file changed

Lines changed: 26 additions & 4 deletions

File tree

profile/README.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ The [documentation website](https://structural-explainability.github.io/site/) o
2323

2424
These repositories define the **neutral structural substrate** of Structural Explainability.
2525

26-
They constrain the admissible use of Structural Explainability identity regimes
27-
but do not instantiate or apply them.
28-
26+
They define admissibility constraints under which identity regimes may be applied,
27+
without encoding identity or persistence behavior themselves.
2928
They establish the minimal, stable constraints under which identity, structure, change,
3029
and explanation can coexist without embedding interpretation.
3130

@@ -39,13 +38,36 @@ They do not contain domain semantics, applications, or analytics.
3938
| [se-kernel](https://github.com/structural-explainability/se-kernel) | Core structural primitives and invariants |
4039
| [se-mapspec](https://github.com/structural-explainability/se-mapspec) | Mapping vocabulary and cross-system semantics |
4140

41+
## Regime Execution
42+
43+
These repositories implement the executable identity and persistence regimes
44+
over the neutral structural substrate.
45+
They encode regime profiles, transformation families, and identity responses
46+
(PRS / BRK / INH) as testable artifacts where:
47+
48+
- PRS = Preserves identity. The transformation does not change identity under the regime.
49+
- BRK = Breaks identity. The transformation produces a distinct identity under the regime.
50+
- INH = Inherits identity.
51+
The transformation does not act on the identity criteria tracked by the regime;
52+
identity is inherited from the prior state without regime-level evaluation.
53+
54+
These executables provide a stress-testing layer used to validate regime behavior
55+
and to evaluate mappings under controlled transformations without introducing
56+
causal or normative interpretation at the substrate level.
57+
They do not introduce domain semantics and do not alter admissibility
58+
constraints defined in the foundational repositories.
59+
60+
| Repository | Purpose |
61+
|------------|---------|
62+
| [se-regimes](https://github.com/structural-explainability/se-regimes) | Executable regime kernel (profiles, transformations, verdicts) |
63+
| [se-regimes-pilot-education-math-g8](https://github.com/structural-explainability/se-regimes-pilot-education-math-g8) | Grade 8 mathematics regime pilot for linear equations and statistics |
64+
4265
## Mapping Examples
4366

4467
These repositories apply Structural Explainability mapping rules to bounded domain examples.
4568

4669
They are maintained in this organization only as **conformance examples**.
4770
They are **not part of the neutral core** and do not extend or modify the substrate.
48-
4971
They demonstrate how mappings may be constructed across independent systems
5072
while preserving neutrality and keeping interpretation external.
5173

0 commit comments

Comments
 (0)