Skip to content

Structural Explainability Regimes

Executable identity and persistence regime kernel for Structural Explainability.

Overview

This repository defines:

  • regime profiles (identity and persistence behavior)
  • transformation families (BF, decomposition, nor_reorg)
  • identity responses (PRS, BRK, INH)

It provides an executable layer for evaluating how identity behaves under admissible structural transformations, without introducing causal or normative interpretation at the substrate level.

Regimes

Nine regime profiles:

  • OBL - Obligation-bearing entity
  • OCC - Time-indexed occurrence
  • REC - Descriptive record
  • ENR-L - Enduring non-normative referent (locus)
  • ENR-I - Enduring non-normative referent (instance)
  • CTX-E - Applicability context (extensional)
  • CTX-S - Applicability context (structural)
  • NOR-C - Normative structure (content)
  • NOR-S - Normative structure (structural)

Transformations

  • BF - Branching
  • decomposition - Structural decomposition
  • nor_reorg - Normative reorganization

Identity responses

  • PRS - Preserves identity
  • BRK - Breaks identity
  • INH - No split pressure established

Execution

Generate the stress report:

uv run python -m se_regimes report

Output: reports/stress_report.md

Scope

Includes

  • regime definitions and invariants
  • transformation-response behavior
  • executable stress testing

Excludes

  • domain semantics
  • mapping registries
  • analytics and applications