diff --git a/README.md b/README.md
index dbb1d23..cc5330e 100644
--- a/README.md
+++ b/README.md
@@ -131,7 +131,7 @@ Full runnable scenario set lives in:
The SDK covers the full public API surface organized into families. The map below shows all method groups and how they relate to the platform's intent lifecycle.
-
+
*Each family corresponds to a segment of the lifecycle or an operational domain. Intents and inbox are D1 (core). Approvals, schemas, and media are D2. Enterprise admin and service accounts are D3.*
@@ -141,7 +141,7 @@ The SDK covers the full public API surface organized into families. The map belo
From calling `create_intent()` to receiving a delivery confirmation — the full interaction sequence with the platform:
-
+
*The SDK sets the `Idempotency-Key` and `X-Correlation-Id` headers automatically. The gateway validates, persists, and returns the intent in `PENDING` state. The scheduler picks it up and drives delivery.*
@@ -151,7 +151,7 @@ From calling `create_intent()` to receiving a delivery confirmation — the full
Every mutating call in the SDK accepts an optional `idempotency_key`. Use it for all operations you might retry.
-
+
*Duplicate requests with the same key return the original response without re-executing. Keys expire after 24 hours. The SDK will warn if you reuse a key with different parameters.*
@@ -221,9 +221,9 @@ The SDK docs folder contains diagrams for the API patterns used by this client:
| Diagram | Description |
|---|---|
-| [`01-api-method-family-map`](docs/diagrams/01-api-method-family-map.svg) | Full API family overview |
-| [`02-create-and-control-sequence`](docs/diagrams/02-create-and-control-sequence.svg) | Intent creation and control flow |
-| [`03-idempotency-and-replay-protection`](docs/diagrams/03-idempotency-and-replay-protection.svg) | Idempotency protocol |
+| [`01-api-method-family-map`](https://raw.githubusercontent.com/AxmeAI/axme-docs/main/docs/diagrams/api/01-api-method-family-map.svg) | Full API family overview |
+| [`02-create-and-control-sequence`](https://raw.githubusercontent.com/AxmeAI/axme-docs/main/docs/diagrams/intents/02-create-and-control-sequence.svg) | Intent creation and control flow |
+| [`03-idempotency-and-replay-protection`](https://raw.githubusercontent.com/AxmeAI/axme-docs/main/docs/diagrams/protocol/03-idempotency-and-replay-protection.svg) | Idempotency protocol |
---
@@ -277,7 +277,6 @@ axme-sdk-python/
├── examples/
│ └── basic_submit.py # Minimal language-native quickstart
└── docs/
- └── diagrams/ # Diagram copies for README embedding
```
---
diff --git a/docs/diagrams/01-api-method-family-map.svg b/docs/diagrams/01-api-method-family-map.svg
deleted file mode 100644
index a450cbe..0000000
--- a/docs/diagrams/01-api-method-family-map.svg
+++ /dev/null
@@ -1,276 +0,0 @@
-
-
-
-
-
diff --git a/docs/diagrams/02-create-and-control-sequence.svg b/docs/diagrams/02-create-and-control-sequence.svg
deleted file mode 100644
index 523f8a2..0000000
--- a/docs/diagrams/02-create-and-control-sequence.svg
+++ /dev/null
@@ -1,285 +0,0 @@
-
-
-
-
-
diff --git a/docs/diagrams/03-idempotency-and-replay-protection.svg b/docs/diagrams/03-idempotency-and-replay-protection.svg
deleted file mode 100644
index ea8bab3..0000000
--- a/docs/diagrams/03-idempotency-and-replay-protection.svg
+++ /dev/null
@@ -1,131 +0,0 @@
-
-
-
-
-