File tree Expand file tree Collapse file tree 3 files changed +16
-11
lines changed
Expand file tree Collapse file tree 3 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,5 @@ import NeutralSubstrate
1212-- This file must remain trivial and stable.
1313-- Any failure here indicates a broken proof or import graph.
1414
15-
16-
1715def main : IO Unit :=
18- IO.println "Structural Explainability : package verified."
16+ IO.println "Success : package verified."
Original file line number Diff line number Diff line change @@ -2,11 +2,17 @@ import NeutralSubstrate.Conformance
22import NeutralSubstrate.Core
33import NeutralSubstrate.Spec
44
5- -- REQ.LIBRARY.ROOT:
6- -- Public library root for this package.
7- -- OBS:
8- -- Imports must appear before this comment (Lean requirement) .
9- -- This file is intentionally thin: it only re-exports submodules .
5+ /-!
6+ REQ.PUBLIC.SURFACE:
7+ Canonical public import surface for this package.
8+ Do not add any declarations here .
9+ Do not add empty namespaces .
1010
11- namespace StructuralExplainability.NeutralSubstrate
12- end StructuralExplainability.NeutralSubstrate
11+ WHY:
12+ Downstream projects should have exactly one stable import path for this repo.
13+
14+ OBS:
15+ - This module re-exports the intended public modules by importing them.
16+ - It must not define placeholder namespaces.
17+ - All exported declarations live in imported modules.
18+ -/
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ optional = []
2222artifacts = [
2323 " ANNOTATIONS.md" ,
2424 " CITATION.cff" ,
25- " README.md"
25+ " README.md" ,
26+ " SE_MANIFEST.toml"
2627]
2728
2829[scope ]
You can’t perform that action at this time.
0 commit comments