-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSE_MANIFEST.toml
More file actions
67 lines (52 loc) · 1.54 KB
/
Copy pathSE_MANIFEST.toml
File metadata and controls
67 lines (52 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# ============================================================
# SE_MANIFEST.toml (Repository Declaration)
# ============================================================
schema = "se-manifest-schema"
schema_url = "https://raw.githubusercontent.com/structural-explainability/se-manifest-schema/main/manifest-schema.toml"
# === Framework Context ===
[meta]
framework = "Structural Explainability"
framework_url = "https://github.com/structural-explainability"
purpose = "Declares this repository's role in the Structural Explainability ecosystem."
# === Repository Identity ===
[repo]
name = "StructuralExplainability"
org = "structural-explainability"
class = "theory"
kind = "formalization"
status = "reference"
since = "2025"
summary = "Lean cross-cutting conformance composition and neutrality predicates for the SE space."
# === Layer Position ===
[layer]
space = "structural-explainability"
role = "theory"
# === Dependency Declarations ===
[depends]
required = [{ repo = "spec-se", kind = "semantic", version = "v1" }]
optional = []
# === Provided Artifacts ===
[provides]
artifacts = [
"ANNOTATIONS.md",
"CITATION.cff",
"README.md",
"SE_MANIFEST.toml"
]
# === Scope ===
[scope]
includes = [
"neutrality predicates",
"conformance composition across specs",
"identifier-to-theorem trace scaffolding",
]
excludes = [
"domain semantics",
"implementation details",
"truth, causal, or normative assertions",
]
[citation]
cff = "CITATION.cff"
preferred = "repo"
[traceability]
identifier_map = "StructuralExplainability/Spec/IdentifierMap.lean"