11# ============================================================
2- # SE_MANIFEST.toml (Repository Intent, Scope, and Role )
2+ # SE_MANIFEST.toml (Repository Declaration )
33# ============================================================
44
5- schema = " se-manifest-1"
6- schema_url = " https://github.com/structural-explainability/spec-se/blob/main/manifests/se-manifest-1.md"
5+ schema = " se-manifest-schema"
6+ schema_url = " https://raw.githubusercontent.com/structural-explainability/se-manifest-schema/main/manifest-schema.toml"
7+
8+ # === Framework Context ===
79
810[meta ]
9- # Non-normative contextual information
1011framework = " Structural Explainability"
1112framework_url = " https://github.com/structural-explainability"
12- framework_note = " Provides definitions and conventions for SE_MANIFEST semantics ."
13- description = " Declarative claim of repository intent, scope, and role. "
14- purpose = " To make explicit the boundaries, responsibilities, and expectations of this repository relative to others. "
13+ purpose = " Declares this repository's role in the Structural Explainability ecosystem ."
14+
15+ # === Repository Identity ===
1516
1617[repo ]
1718name = " NeutralSubstrate"
1819org = " structural-explainability"
19- kind = " formalization"
20+ class = " theory"
21+ kind = " formalization"
2022status = " reference"
2123since = " 2025"
2224summary = " Lean formalization of the ontological neutrality theorem for representational substrates."
2325
26+ # === Layer Position ===
27+
2428[layer ]
25- space = " SE"
26- role = " foundation"
29+ space = " structural-explainability"
30+ role = " theory"
31+
32+ # === Dependency Declarations ===
2733
2834[depends ]
2935required = [
30- " structural-explainability/ spec-se@ v1"
36+ { repo = " spec-se" , kind = " semantic " , version = " v1" }
3137]
3238optional = []
3339
40+ # === Provided Artifacts ===
41+
3442[provides ]
3543artifacts = [
3644 " ANNOTATIONS.md" ,
@@ -39,6 +47,8 @@ artifacts = [
3947 " SE_MANIFEST.toml"
4048]
4149
50+ # === Scope ===
51+
4252[scope ]
4353includes = [
4454 " ontological neutrality theorem" ,
@@ -58,7 +68,6 @@ excludes = [
5868[citation ]
5969cff = " CITATION.cff"
6070preferred = " repo"
61- bib_hint = " case2025-lean-ns"
6271
6372[traceability ]
6473identifier_map = " none"
0 commit comments