Skip to content

Commit ae4eceb

Browse files
committed
general
1 parent 32ee931 commit ae4eceb

3 files changed

Lines changed: 21 additions & 13 deletions

File tree

IDENTIFIERS.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,50 +36,58 @@ Identifiers are:
3636
- suitable for direct mapping to Lean theorem names
3737

3838
Identifiers 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

4352
EP.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

4756
EP.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

5160
EP.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

5664
EP.GRAPH.DEFINITION
5765

58-
Defines the structural form of graphs in EP.
66+
- Defines the structural form of graphs in EP.
5967

6068
EP.GRAPH.DELTA
6169

62-
Defines structured, non-causal graph change records.
70+
- Defines structured, non-causal graph change records.
6371

6472
EP.GRAPH.EVOLUTION
6573

66-
Defines ordered graph histories connecting states via deltas.
74+
- Defines ordered graph histories connecting states via deltas.
6775

6876
EP.GRAPH.STATE
6977

70-
Defines immutable graph snapshots in an ordered history.
78+
- Defines immutable graph snapshots in an ordered history.
7179

7280
EP.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

7886
Each 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

8593
Alphabetical order SHOULD be preserved across all artifacts.

SE_MANIFEST.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ excludes = [
3838
[citation]
3939
cff = "CITATION.cff"
4040
preferred = "spec"
41-
bib_hint = "spec-ep-2025"
41+
bib_hint = "case2025-spec-ep"
4242

4343
[traceability]
4444
identifier_map = "none"

SPEC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Some requirements describe what the substrate MAY represent,
3030
while others constrain how such representations MUST NOT be interpreted.
3131

3232
Overlap between these classes is intentional:
33-
representation permissions do not imply explanatory commitment.
33+
representation permissions do not imply explanatory or normative commitment.
3434

3535
## Identifier Semantics and Stability
3636

0 commit comments

Comments
 (0)