-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSE_MANIFEST.toml
More file actions
56 lines (47 loc) · 1.76 KB
/
Copy pathSE_MANIFEST.toml
File metadata and controls
56 lines (47 loc) · 1.76 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
# ============================================================
# 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]
framework = "Structural Explainability"
framework_url = "https://github.com/structural-explainability"
description = "Declarative description of repository intent, scope, and role."
purpose = "To make explicit the boundaries, responsibilities, and expectations of this exploratory decision system."
[repo]
name = "explorer-data-center-siting"
kind = "application"
status = "exploratory"
since = "2026"
summary = "Interactive system for exploring tradeoffs in data center siting under configurable policy assumptions."
[layer]
space = "SE"
role = "exploration-system"
[depends]
required = []
optional = ["datafun-toolkit"]
[provides]
artifacts = [
"CLI (evaluation and JSON export)",
"Explorer UI (interactive visualization)",
"Policy configuration (TOML)",
"Candidate datasets (CSV)",
]
[scope]
includes = [
"evaluation of candidate designs under configurable policy assumptions",
"explicit modeling of tradeoffs across minor protection, privacy, surveillance, and complexity",
"transparent scoring via weighted dimensions and scales",
"interactive exploration and comparison of alternative designs",
]
excludes = [
"normative policy recommendations or prescriptions",
"legal or regulatory compliance determinations",
"causal claims about real-world outcomes",
"empirical validation of effectiveness",
"identity or persistence regime definitions",
"interpretation-boundary enforcement",
]
[citation]
cff = "CITATION.cff"
preferred = "software"