-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSE_MANIFEST.toml
More file actions
95 lines (71 loc) · 1.95 KB
/
Copy pathSE_MANIFEST.toml
File metadata and controls
95 lines (71 loc) · 1.95 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# ============================================================
# SE_MANIFEST.toml (Repository Declaration)
# se-manifest-schema
# ============================================================
schema = "se-manifest-schema"
schema_url = "https://raw.githubusercontent.com/structural-explainability/se-manifest-schema/main/manifest-schema.toml"
# === Repository Identity ===
[meta]
purpose = "Manage repository projects in the Structural Explainability ecosystem."
[repo]
name = "se-admin"
org = "structural-explainability"
class = "admin"
kind = "foundation"
status = "active"
since = "2026"
summary = "Administrative tooling and automation for the SE ecosystem."
# === Layer Position ===
[layer]
space = "admin"
role = "administration"
# === Dependency Declarations ===
[depends]
required = [
{ repo = "se-constitution", kind = "semantic", version = "main" },
]
optional = []
# === Provided Artifacts ===
[provides]
# WHY: Explicit artifact ownership (core to this repository)
artifacts = [
"manifest-schema",
"scaffold",
"sync",
"validation-orchestration",
"workflows",
]
# === Scope ===
[scope]
# WHY: Keep this tight and structural
includes = [
"repository scaffolding",
"configuration propagation",
"cross-repository validation execution",
"shared workflow definitions",
]
excludes = [
"definition of structural primitives",
"definition of validation rules",
"domain semantics",
]
[validation]
entrypoint = "se_admin.cli:main"
# === Behavior / governance ===
[naming]
# WHY: Declares expected repo-family naming convention
pattern = "se-*"
[governance]
# WHY: Declares governing authority for this repository
authority = "structural-explainability"
# === Compatibility ===
[compatibility]
# WHY: Declare compatibility guarantees for this repository.
constitution = "se-constitution"
# === Citation ===
[citation]
cff = "CITATION.cff"
preferred = "CITATION.cff"
# === Traceability ===
[traceability]
identifier_map = "none"