Skip to content

Commit b2b4398

Browse files
authored
Expand README with formal contract and theory sections
Added sections on Formal Contract and Operational Foundations, and Theory (Formal Derivation Layer) with repository links and purposes.
1 parent c294021 commit b2b4398

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

profile/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Operational foundation repositories consume this contract and enforce it.
3434
They are authoritative and define what must be true for admissibility.
3535
They do not contain domain semantics, applications, or analytics.
3636

37+
### Formal Contract and Operational Foundations
38+
3739
| Repository | Purpose |
3840
|------------|--------|
3941
| [se-formal-contract](https://github.com/structural-explainability/se-formal-contract) | Lean 4–verified formal contract exporting invariants, regimes, and constraints to operational layers |
@@ -42,6 +44,19 @@ They do not contain domain semantics, applications, or analytics.
4244
| [se-kernel](https://github.com/structural-explainability/se-kernel) | Core structural primitives and invariants (constrained by constitution and formal contract) |
4345
| [se-mapspec](https://github.com/structural-explainability/se-mapspec) | Mapping vocabulary and cross-system semantics (constrained by formal contract relations) |
4446

47+
### Theory (Formal Derivation Layer)
48+
49+
These repositories contain evolving Lean 4 theorem development that
50+
derives and justifies the formal contract.
51+
52+
They are not consumed directly by operational systems.
53+
54+
| Repository | Purpose |
55+
|------------|--------|
56+
| [se-theory-neutral-substrate](https://github.com/structural-explainability/se-theory-neutral-substrate) | Neutrality theorem development and substrate constraints |
57+
| [se-theory-identity-regimes](https://github.com/structural-explainability/se-theory-identity-regimes) | Requirement structure and regime-profile derivation (necessity/sufficiency) |
58+
| [se-theory-structural-explainability](https://github.com/structural-explainability/se-theory-structural-explainability) | Cross-cutting theorem integration and traceability across theory repos |
59+
4560
## Regime Execution
4661

4762
These repositories implement the executable identity and persistence regimes

0 commit comments

Comments
 (0)