Skip to content

Commit c294021

Browse files
authored
Update README with formal contract repository details
1 parent a071a16 commit c294021

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

profile/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,19 @@ without encoding identity or persistence behavior themselves.
2828
They establish the minimal, stable constraints under which identity, structure, change,
2929
and explanation can coexist without embedding interpretation.
3030

31+
The formal contract layer provides machine-checked authorization of these constraints.
32+
Operational foundation repositories consume this contract and enforce it.
33+
3134
They are authoritative and define what must be true for admissibility.
3235
They do not contain domain semantics, applications, or analytics.
3336

3437
| Repository | Purpose |
3538
|------------|--------|
36-
| [se-constitution](https://github.com/structural-explainability/se-constitution) | Canonical schema, rules, and validation framework |
39+
| [se-formal-contract](https://github.com/structural-explainability/se-formal-contract) | Lean 4–verified formal contract exporting invariants, regimes, and constraints to operational layers |
40+
| [se-constitution](https://github.com/structural-explainability/se-constitution) | Canonical schema, rules, and validation framework (consumes formal contract) |
3741
| [se-admin](https://github.com/structural-explainability/se-admin) | Shared automation, scaffolding, and enforcement |
38-
| [se-kernel](https://github.com/structural-explainability/se-kernel) | Core structural primitives and invariants |
39-
| [se-mapspec](https://github.com/structural-explainability/se-mapspec) | Mapping vocabulary and cross-system semantics |
42+
| [se-kernel](https://github.com/structural-explainability/se-kernel) | Core structural primitives and invariants (constrained by constitution and formal contract) |
43+
| [se-mapspec](https://github.com/structural-explainability/se-mapspec) | Mapping vocabulary and cross-system semantics (constrained by formal contract relations) |
4044

4145
## Regime Execution
4246

0 commit comments

Comments
 (0)