44
55schema = " se-manifest-2"
66
7- # === Identity ===
7+ # === Repository Identity ===
88
99[meta ]
10- name = " se-mapping-education-math"
10+ name = { repo = " se-mapping-education-math" , kind = " semantic " , version = " main " }
1111org = " structural-explainability"
1212status = " planned"
1313version = " 0.1.0"
@@ -16,19 +16,21 @@ version = "0.1.0"
1616class = " mapping"
1717summary = " Mathematics-domain conformance examples using atomic competency units."
1818
19- # === Structural contract ===
19+ # === Dependency Declarations ===
2020
2121[depends ]
2222required = [
23- " se-constitution" ,
24- " se-kernel" ,
25- " se-mapspec" ,
26- " se-mapping-education" ,
23+ { repo = " se-constitution" , kind = " semantic " , version = " main " } ,
24+ { repo = { repo = " se-kernel" , kind = " semantic " , version = " main " }, kind = " semantic " , version = " main " } ,
25+ { repo = { repo = " se-mapspec" , kind = " semantic " , version = " main " }, kind = " semantic " , version = " main " } ,
26+ { repo = { repo = " se-mapping-education" , kind = " semantic " , version = " main " }, kind = " semantic " , version = " main " } ,
2727]
2828optional = [
29- " se-mapping-education-math-g8" ,
29+ { repo = " se-mapping-education-math-g8" , kind = " semantic " , version = " main " } ,
3030]
3131
32+ # === Provided Artifacts ===
33+
3234[provides ]
3335artifacts = [
3436 " math-atomic-competency-units" ,
@@ -37,6 +39,8 @@ artifacts = [
3739 " math-coverage-examples" ,
3840]
3941
42+ # === Scope ===
43+
4044[scope ]
4145includes = [
4246 " mathematics-domain mapping examples" ,
0 commit comments