-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSE_MANIFEST.toml
More file actions
57 lines (48 loc) · 1.62 KB
/
SE_MANIFEST.toml
File metadata and controls
57 lines (48 loc) · 1.62 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
# ============================================================
# SE_MANIFEST.toml (Repository Intent, Scope, and Role)
# ============================================================
schema = "se-manifest-1"
schema_url = "https://github.com/structural-explainability/spec-se/blob/main/manifests/se-manifest-1.md"
[meta]
# Non-normative contextual information
framework = "Structural Explainability"
framework_url = "https://github.com/structural-explainability"
framework_note = "Provides definitions and conventions for SE_MANIFEST semantics."
description = "Declarative claim of repository intent, scope, and role."
purpose = "To make explicit the boundaries, responsibilities, and expectations of this repository relative to others."
[repo]
name = "spec-ep"
org = "structural-explainability"
kind = "spec"
status = "normative"
since = "2025"
summary = "Defines graph evolution over accountable entities without embedding explanation."
[layer]
space = "SE"
role = "graph-evolution"
[depends]
required = [
"structural-explainability/spec-se@v1",
"structural-explainability/spec-ae@v1",
]
optional = []
[provides]
artifacts = ["README.md", "SPEC.md", "IDENTIFIERS.md", "CONFORMANCE.md"]
[scope]
includes = [
"graph, state, delta, evolution constructs",
"structural change recording",
"history reconstruction constraints",
]
excludes = [
"relationship semantics",
"explanation or justification",
"truth, validation, or enforcement",
"optimization or decision logic",
]
[citation]
cff = "CITATION.cff"
preferred = "spec"
bib_hint = "case2025-spec-ep"
[traceability]
identifier_map = "structural-explainability/spec-ep/IDENTIFIERS.md"