@@ -36,50 +36,58 @@ Identifiers are:
3636- suitable for direct mapping to Lean theorem names
3737
3838Identifiers MUST NOT be renamed or repurposed.
39- New identifiers MAY be added only in a new major version of EP.
39+ New identifiers MAY be added only in a new major version of this document.
40+
41+ ## Identifier Notes
42+
43+ Each identifier MUST be followed by exactly one note.
44+
45+ - The note MUST be expressed as a single bullet.
46+ - The bullet text MAY wrap across lines.
47+ - No additional bullets, sublists, or structural markers are permitted.
48+ - Notes are explanatory only and do not introduce additional requirements.
4049
4150## Canonical Identifier List (Alphabetical, with Notes)
4251
4352EP.CONFORMANCE.AE.REQUIRED
4453
45- States that EP operates over Accountable Entities and their identity regimes.
54+ - States that EP operates over Accountable Entities and their identity regimes.
4655
4756EP.CONFORMANCE.SE.REQUIRED
4857
49- States that EP conforms to the Structural Explainability specification.
58+ - States that EP conforms to the Structural Explainability specification.
5059
5160EP.DEFINITION.CORE
5261
53- Defines Evolution Protocol as a structural framework for representing
54- graph evolution over accountable entities.
62+ - Defines Evolution Protocol as a structural framework for representing graph evolution over accountable entities.
5563
5664EP.GRAPH.DEFINITION
5765
58- Defines the structural form of graphs in EP.
66+ - Defines the structural form of graphs in EP.
5967
6068EP.GRAPH.DELTA
6169
62- Defines structured, non-causal graph change records.
70+ - Defines structured, non-causal graph change records.
6371
6472EP.GRAPH.EVOLUTION
6573
66- Defines ordered graph histories connecting states via deltas.
74+ - Defines ordered graph histories connecting states via deltas.
6775
6876EP.GRAPH.STATE
6977
70- Defines immutable graph snapshots in an ordered history.
78+ - Defines immutable graph snapshots in an ordered history.
7179
7280EP.SCOPE.EXCLUSIONS
7381
74- Defines what EP explicitly does not specify.
82+ - Defines what EP explicitly does not specify.
7583
7684## Cross-Artifact Consistency Rule
7785
7886Each identifier in this list MUST appear:
7987
8088- exactly once in SPEC.md
8189- exactly once in CONFORMANCE.md
82- - exactly once as a field in the Lean ConformanceEvidence structure
90+ - exactly once as a field in the Lean ` ConformanceEvidence ` structure
8391- exactly once in the Lean requirements list
8492
8593Alphabetical order SHOULD be preserved across all artifacts.
0 commit comments