Skip to content

Commit 701099e

Browse files
committed
manifest etc
1 parent 6c14a5b commit 701099e

1 file changed

Lines changed: 21 additions & 12 deletions

File tree

SE_MANIFEST.toml

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,44 @@
11
# ============================================================
2-
# SE_MANIFEST.toml (Repository Intent, Scope, and Role)
2+
# SE_MANIFEST.toml (Repository Declaration)
33
# ============================================================
44

5-
schema = "se-manifest-1"
6-
schema_url = "https://github.com/structural-explainability/spec-se/blob/main/manifests/se-manifest-1.md"
5+
schema = "se-manifest-schema"
6+
schema_url = "https://raw.githubusercontent.com/structural-explainability/se-manifest-schema/main/manifest-schema.toml"
7+
8+
# === Framework Context ===
79

810
[meta]
9-
# Non-normative contextual information
1011
framework = "Structural Explainability"
1112
framework_url = "https://github.com/structural-explainability"
12-
framework_note = "Provides definitions and conventions for SE_MANIFEST semantics."
13-
description = "Declarative claim of repository intent, scope, and role."
14-
purpose = "To make explicit the boundaries, responsibilities, and expectations of this repository relative to others."
13+
purpose = "Declares this repository's role in the Structural Explainability ecosystem."
14+
15+
# === Repository Identity ===
1516

1617
[repo]
1718
name = "NeutralSubstrate"
1819
org = "structural-explainability"
19-
kind = "formalization"
20+
class = "theory"
21+
kind = "formalization"
2022
status = "reference"
2123
since = "2025"
2224
summary = "Lean formalization of the ontological neutrality theorem for representational substrates."
2325

26+
# === Layer Position ===
27+
2428
[layer]
25-
space = "SE"
26-
role = "foundation"
29+
space = "structural-explainability"
30+
role = "theory"
31+
32+
# === Dependency Declarations ===
2733

2834
[depends]
2935
required = [
30-
"structural-explainability/spec-se@v1"
36+
{ repo = "spec-se", kind = "semantic", version = "v1" }
3137
]
3238
optional = []
3339

40+
# === Provided Artifacts ===
41+
3442
[provides]
3543
artifacts = [
3644
"ANNOTATIONS.md",
@@ -39,6 +47,8 @@ artifacts = [
3947
"SE_MANIFEST.toml"
4048
]
4149

50+
# === Scope ===
51+
4252
[scope]
4353
includes = [
4454
"ontological neutrality theorem",
@@ -58,7 +68,6 @@ excludes = [
5868
[citation]
5969
cff = "CITATION.cff"
6070
preferred = "repo"
61-
bib_hint = "case2025-lean-ns"
6271

6372
[traceability]
6473
identifier_map = "none"

0 commit comments

Comments
 (0)