Skip to content

Commit 6d559c7

Browse files
committed
add manifest
1 parent b34385d commit 6d559c7

2 files changed

Lines changed: 43 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Structural Explainability (SE)
22

3-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/license/MIT)
44
![Build Status](https://github.com/structural-explainability/spec-se/actions/workflows/ci.yml/badge.svg)
55
[![Check Links](https://github.com/structural-explainability/spec-se/actions/workflows/links.yml/badge.svg)](https://github.com/structural-explainability/spec-se/actions/workflows/links.yml)
66

SE_MANIFEST.toml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
schema = "se-manifest-1"
2+
3+
[repo]
4+
name = "spec-se"
5+
org = "structural-explainability"
6+
kind = "spec"
7+
status = "normative"
8+
since = "2025"
9+
summary = "Defines the admissible space for accountable representation under neutrality constraints."
10+
11+
[layer]
12+
space = "SE"
13+
role = "boundary"
14+
15+
[depends]
16+
required = []
17+
optional = []
18+
19+
[provides]
20+
artifacts = ["README.md", "SPEC.md", "IDENTIFIERS.md", "CONFORMANCE.md"]
21+
22+
[scope]
23+
includes = [
24+
"neutrality constraints",
25+
"boundary conditions for admissible representation",
26+
"rules for externalizing interpretation",
27+
]
28+
excludes = [
29+
"domain semantics",
30+
"epistemic truth criteria",
31+
"causal models",
32+
"normative judgment or enforcement",
33+
"implementation details",
34+
]
35+
36+
[citation]
37+
cff = "CITATION.cff"
38+
preferred = "spec"
39+
bib_hint = "spec-se-2025"
40+
41+
[traceability]
42+
identifier_map = "none"

0 commit comments

Comments
 (0)