-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSE_MANIFEST.toml
More file actions
72 lines (62 loc) · 2.11 KB
/
SE_MANIFEST.toml
File metadata and controls
72 lines (62 loc) · 2.11 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
68
69
70
71
72
# ============================================================
# 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 = "GovernanceBoundary"
org = "structural-explainability"
kind = "formalization"
status = "reference"
since = "2025"
summary = "Lean formalization of the governance boundary for structural explainability."
[layer]
space = "SE"
role = "formal-governance-boundary"
[depends]
required = [
"structural-explainability/spec-se@v1",
"structural-explainability/spec-gb@v1",
]
optional = []
[provides]
artifacts = [
"ANNOTATIONS.md",
"CITATION.cff",
"README.md",
"SE_MANIFEST.toml"
]
[scope]
includes = [
"structural governance artifacts and constraints",
"adapter identity, scope, and compatibility claims",
"canonical encoding requirements for governance artifacts",
"structural dependency graphs among governance artifacts",
"structural governance actions over artifacts",
"structural provenance for governance actions and lifecycle events",
"versioning rules for governance artifacts and specifications",
]
excludes = [
"domain vocabularies",
"behavioral models",
"exchange or interaction mechanisms",
"causal explanations",
"epistemic evaluation",
"normative judgment or enforcement",
"interpretive explanation overlays",
"neutral substrate identity or persistence rules",
"graph evolution semantics",
]
[citation]
cff = "CITATION.cff"
preferred = "repo"
bib_hint = "case2025-lean-gb"
[traceability]
identifier_map = "GovernanceBoundary/Spec/IdentifierMap.lean"