-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSE_MANIFEST.toml
More file actions
51 lines (42 loc) · 1.49 KB
/
SE_MANIFEST.toml
File metadata and controls
51 lines (42 loc) · 1.49 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
# ============================================================
# 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-se-appendix"
org = "structural-explainability"
kind = "informative"
status = "informative"
since = "2025"
summary = "Provides the Structural Explainability (SE) Appendix template."
[layer]
space = "SE"
role = "appendix-template"
[depends]
required = ["structural-explainability/spec-se@v1"]
optional = []
[provides]
artifacts = ["APPENDIX_TEMPLATE.md", "README.md", "CITATION.cff"]
[scope]
includes = ["appendix template for SE-aligned disclosures"]
excludes = [
"new normative constraints beyond spec-se",
"domain vocabularies",
"epistemic evaluation",
"causal explanations",
"normative judgment or enforcement"
]
[citation]
cff = "CITATION.cff"
preferred = "informative"
bib_hint = "case2025-spec-se-appendix"
[traceability]
identifier_map = "none"