Skip to content

Commit 32ee931

Browse files
committed
chore
1 parent 12866a0 commit 32ee931

2 files changed

Lines changed: 45 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
# Evolution Protocol (EP)
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-ep/actions/workflows/ci.yml/badge.svg)
55
[![Check Links](https://github.com/structural-explainability/spec-ep/actions/workflows/links.yml/badge.svg)](https://github.com/structural-explainability/spec-ep/actions/workflows/links.yml)
66

SE_MANIFEST.toml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
schema = "se-manifest-1"
2+
3+
[repo]
4+
name = "spec-ep"
5+
org = "structural-explainability"
6+
kind = "spec"
7+
status = "normative"
8+
since = "2025"
9+
summary = "Defines graph evolution over accountable entities without embedding explanation."
10+
11+
[layer]
12+
space = "SE"
13+
role = "graph-evolution"
14+
15+
[depends]
16+
required = [
17+
"structural-explainability/spec-se@v1",
18+
"structural-explainability/spec-ae@v1",
19+
]
20+
optional = []
21+
22+
[provides]
23+
artifacts = ["README.md", "SPEC.md", "IDENTIFIERS.md", "CONFORMANCE.md"]
24+
25+
[scope]
26+
includes = [
27+
"graph, state, delta, evolution constructs",
28+
"structural change recording",
29+
"history reconstruction constraints",
30+
]
31+
excludes = [
32+
"relationship semantics",
33+
"explanation or justification",
34+
"truth, validation, or enforcement",
35+
"optimization or decision logic",
36+
]
37+
38+
[citation]
39+
cff = "CITATION.cff"
40+
preferred = "spec"
41+
bib_hint = "spec-ep-2025"
42+
43+
[traceability]
44+
identifier_map = "none"

0 commit comments

Comments
 (0)