@@ -37,53 +37,62 @@ Identifiers are:
3737- suitable for direct mapping to Lean theorem names
3838
3939Identifiers MUST NOT be renamed or repurposed.
40- New identifiers MAY be added only in a new major version of CEE.
40+ New identifiers MAY be added only in a new major version of this document.
41+
42+ ## Identifier Notes
43+
44+ Each identifier MUST be followed by exactly one note.
45+
46+ - The note MUST be expressed as a single bullet.
47+ - The bullet text MAY wrap across lines.
48+ - No additional bullets, sublists, or structural markers are permitted.
49+ - Notes are explanatory only and do not introduce additional requirements.
4150
4251## Canonical Identifier List (Alphabetical, with Notes)
4352
4453CEE.ATTESTATION
4554
46- Defines records asserting responsibility for an explanation under a given context.
55+ - Defines records asserting responsibility for an explanation under a given context.
4756
4857CEE.CONFORMANCE.AE.EP.REQUIRED
4958
50- States that CEE operates over Accountable Entities and Evolution Protocol artifacts.
59+ - States that CEE operates over Accountable Entities and Evolution Protocol artifacts.
5160
5261CEE.CONFORMANCE.SE.REQUIRED
5362
54- States that CEE conforms to the Structural Explainability specification.
63+ - States that CEE conforms to the Structural Explainability specification.
5564
5665CEE.CONTEXT.TAG
5766
58- Defines identifiers for interpretive contexts applied to explanations.
67+ - Defines identifiers for interpretive contexts applied to explanations.
5968
6069CEE.DEFINITION.CORE
6170
62- Defines CEE as a framework for attaching interpretive content to substrate history.
71+ - Defines CEE as a framework for attaching interpretive content to substrate history.
6372
6473CEE.EXPLANATION.RECORD
6574
66- Defines records associating explanatory content with substrate references.
75+ - Defines records associating explanatory content with substrate references.
6776
6877CEE.MULTIPLICITY
6978
70- Requires support for multiple, potentially conflicting interpretations.
79+ - Requires support for multiple, potentially conflicting interpretations.
7180
7281CEE.PROVENANCE
7382
74- Defines records describing how explanatory content was produced.
83+ - Defines records describing how explanatory content was produced.
7584
7685CEE.SCOPE.EXCLUSIONS
7786
78- Defines what CEE explicitly does not specify.
87+ - Defines what CEE explicitly does not specify.
7988
8089## Cross-Artifact Consistency Rule
8190
8291Each identifier in this list MUST appear:
8392
8493- exactly once in SPEC.md
8594- exactly once in CONFORMANCE.md
86- - exactly once as a field in the Lean ConformanceEvidence structure
95+ - exactly once as a field in the Lean ` ConformanceEvidence ` structure
8796- exactly once in the Lean requirements list
8897
8998Alphabetical order SHOULD be preserved across all artifacts.
0 commit comments