Skip to content

Commit de825fb

Browse files
committed
add SE_manifest
1 parent 90b6977 commit de825fb

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: Accountable Entities
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/AccountableEntities/actions/workflows/ci.yml/badge.svg)
55
[![Check Links](https://github.com/structural-explainability/AccountableEntities/actions/workflows/links.yml/badge.svg)](https://github.com/structural-explainability/AccountableEntities/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 = "AccountableEntities"
5+
org = "structural-explainability"
6+
kind = "formalization"
7+
status = "reference"
8+
since = "2025"
9+
summary = "Lean formalization of AE identity regimes and conformance predicates."
10+
11+
[layer]
12+
space = "SE"
13+
role = "formal-identity"
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"]
24+
25+
[scope]
26+
includes = [
27+
"types and predicates for AE kinds and regimes",
28+
"proof scaffolding for AE conformance",
29+
]
30+
excludes = [
31+
"domain semantics",
32+
"implementation code generation",
33+
"epistemic, causal, or normative conclusions",
34+
]
35+
36+
[citation]
37+
cff = "CITATION.cff"
38+
preferred = "repo"
39+
bib_hint = "ae-lean-2025"
40+
41+
[traceability]
42+
identifier_map = "EvolutionProtocol/Spec/IdentifierMap.lean"

0 commit comments

Comments
 (0)