Skip to content

Commit 78b1d25

Browse files
committed
chore
1 parent c65c266 commit 78b1d25

2 files changed

Lines changed: 48 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
# Contextual Evidence & Explanations (CEE)
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-cee/actions/workflows/ci.yml/badge.svg)
55
[![Check Links](https://github.com/structural-explainability/spec-cee/actions/workflows/links.yml/badge.svg)](https://github.com/structural-explainability/spec-cee/actions/workflows/links.yml)
66

SE_MANIFEST.toml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
schema = "se-manifest-1"
2+
3+
[repo]
4+
name = "spec-cee"
5+
org = "structural-explainability"
6+
kind = "spec"
7+
status = "normative"
8+
since = "2025"
9+
summary = "Defines the interpretive interface for context, explanation, attestation, and provenance over substrate histories."
10+
11+
[layer]
12+
space = "SE"
13+
role = "interpretive-interface"
14+
15+
[depends]
16+
required = [
17+
"structural-explainability/spec-se@v1",
18+
"structural-explainability/spec-ae@v1",
19+
"structural-explainability/spec-ep@v1",
20+
]
21+
optional = []
22+
23+
[provides]
24+
artifacts = ["README.md", "SPEC.md", "IDENTIFIERS.md", "CONFORMANCE.md"]
25+
26+
[scope]
27+
includes = [
28+
"context tags",
29+
"explanation records referencing substrate identifiers",
30+
"attestations of responsibility",
31+
"provenance for CEE-level artifacts",
32+
"multiplicity under disagreement",
33+
]
34+
excludes = [
35+
"modification of substrate identity or history",
36+
"truth criteria or validation",
37+
"causal inference",
38+
"normative enforcement",
39+
]
40+
41+
[citation]
42+
cff = "CITATION.cff"
43+
preferred = "spec"
44+
bib_hint = "spec-cee-2025"
45+
46+
[traceability]
47+
identifier_map = "none"

0 commit comments

Comments
 (0)