You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -93,6 +97,8 @@ The protocol constants checker now covers the current working enum families as w
93
97
94
98
The first checker-import convergence pass has moved the highest-value CEDV family/prefix vocabulary checks toward shared constants.
95
99
100
+
The first parse-utility convergence pass has moved the repeated tiny YAML parser into `scripts/lib/simple_yaml.py`.
101
+
96
102
---
97
103
98
104
## Boundaries
@@ -106,7 +112,8 @@ This directory does not yet provide:
106
112
- public release semantics by itself;
107
113
- repository-wide object registry;
108
114
- proof that every checker has converged on shared constants;
109
-
- shared YAML/frontmatter parsing utilities.
115
+
- full YAML parsing;
116
+
- shared CEDV object loading or relation matrix semantics.
110
117
111
118
Public candidates and cockpit surfaces may consume CEDV objects, but they do not replace CEDV.
112
119
@@ -116,8 +123,8 @@ Public candidates and cockpit surfaces may consume CEDV objects, but they do not
116
123
117
124
The next useful work is:
118
125
119
-
> `CEDV-E / PARSEUTIL1`
126
+
> `CEDV-F / RELMATRIX1`
120
127
121
128
Expected purpose:
122
129
123
-
> extract repeated tiny YAML/frontmatter parsing helpers used by CEDV protocol checkers into a shared utility module, without changing protocol semantics.
130
+
> move the current relation source/target admissibility rules out of imperative checker code and into a small explicit relation-admissibility matrix, if the next audit confirms that relation rules are becoming the next hidden protocol surface.
0 commit comments