diff --git a/README.md b/README.md
index 39dc266..0d50b51 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ axme-conformance/
The traceability map shows how conformance checks are anchored to spec families, runtime behaviors, and SDK methods.
-
+
*Each check cell links a spec contract (from `axme-spec`) to a runtime behavior (tested against `axme-control-plane`) and an SDK binding (tested per SDK). Green = passing, yellow = partial, red = failing or not yet implemented.*
@@ -89,7 +89,7 @@ The traceability map shows how conformance checks are anchored to spec families,
Conformance results feed the audit trail. Every check run produces an evidence record that maps to the access control and policy enforcement layer.
-
+
*Audit evidence is structured: which check ran, against which endpoint, with which actor identity, what the result was. Evidence records are stored in the CI artifact archive.*
@@ -99,7 +99,7 @@ Conformance results feed the audit trail. Every check run produces an evidence r
Schema governance checks validate that schema changes in `axme-spec` do not introduce backward-incompatible breaks for existing consumers.
-
+
*The compatibility check compares the new schema against all previously registered consumer versions. A breaking change fails the gate and requires a new schema version.*
@@ -109,7 +109,7 @@ Schema governance checks validate that schema changes in `axme-spec` do not intr
The most complex conformance domain covers the three-way conflict between a `resume` call, an in-flight `controls` update, and a `policy` mutation arriving at the same instant.
-
+
*Conflict resolution rules: `resume` wins over `controls` if the intent is in a terminal `WAITING_*` state. `policy_generation` CAS prevents concurrent `policy` mutations from stomping each other. All conflicts are recorded in the audit trail.*
diff --git a/docs/diagrams/04-conformance-traceability-map.svg b/docs/diagrams/04-conformance-traceability-map.svg
deleted file mode 100644
index fa1510d..0000000
--- a/docs/diagrams/04-conformance-traceability-map.svg
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
-
diff --git a/docs/diagrams/04-schema-governance-compatibility.svg b/docs/diagrams/04-schema-governance-compatibility.svg
deleted file mode 100644
index b2c7758..0000000
--- a/docs/diagrams/04-schema-governance-compatibility.svg
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
diff --git a/docs/diagrams/08-audit-trail-map.svg b/docs/diagrams/08-audit-trail-map.svg
deleted file mode 100644
index 2af19d8..0000000
--- a/docs/diagrams/08-audit-trail-map.svg
+++ /dev/null
@@ -1,173 +0,0 @@
-
-
-
-
-
diff --git a/docs/diagrams/11-resume-controls-policy-conflict-resolution.svg b/docs/diagrams/11-resume-controls-policy-conflict-resolution.svg
deleted file mode 100644
index 5563e5a..0000000
--- a/docs/diagrams/11-resume-controls-policy-conflict-resolution.svg
+++ /dev/null
@@ -1,146 +0,0 @@
-
-
-
-
-