-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSE_MANIFEST.toml
More file actions
76 lines (58 loc) · 1.84 KB
/
Copy pathSE_MANIFEST.toml
File metadata and controls
76 lines (58 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# ============================================================
# SE_MANIFEST.toml (Repository Declaration)
# ============================================================
schema = "se-manifest-2"
# === Repository Identity ===
[meta]
name = { repo = "se-mapping-education-math", kind = "semantic", version = "main" }
org = "structural-explainability"
status = "planned"
version = "0.1.0"
[repo]
class = "mapping"
summary = "Mathematics-domain conformance examples using atomic competency units."
# === Dependency Declarations ===
[depends]
required = [
{ repo = "se-constitution", kind = "semantic", version = "main" },
{ repo = { repo = "se-kernel", kind = "semantic", version = "main" }, kind = "semantic", version = "main" },
{ repo = { repo = "se-mapspec", kind = "semantic", version = "main" }, kind = "semantic", version = "main" },
{ repo = { repo = "se-mapping-education", kind = "semantic", version = "main" }, kind = "semantic", version = "main" },
]
optional = [
{ repo = "se-mapping-education-math-g8", kind = "semantic", version = "main" },
]
# === Provided Artifacts ===
[provides]
artifacts = [
"math-atomic-competency-units",
"math-contexts",
"math-mapping-examples",
"math-coverage-examples",
]
# === Scope ===
[scope]
includes = [
"mathematics-domain mapping examples",
"shared math atomic competency units",
"math-specific mapping validation examples",
]
excludes = [
"full curriculum models",
"assessment scoring",
"student performance claims",
"policy interpretation",
"dashboards or public participation systems",
]
[validation]
entrypoint = "se_mapping_education_math.app:run_validate"
# === Behavior / governance ===
[naming]
pattern = "se-mapping-{standard}"
[governance]
authority = "structural-explainability"
# === External references ===
[citation]
cff = "CITATION.cff"
[traceability]
identifier_map = "none"