From 58a52840d87bc7203b4b83374335a34a674c66d9 Mon Sep 17 00:00:00 2001 From: geobelsky Date: Sun, 8 Mar 2026 11:46:57 +0000 Subject: [PATCH] fix(readme): update docs/ tree to match actual directory contents MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace the stale list (compatibility-policy.md, schema-governance.md, versioning-strategy.md — none of which exist) with the real files present in docs/. Add a note clarifying that ADR-002 and ADR-003 live in axme-docs, not axme-spec. Made-with: Cursor --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49105f1..b4582b1 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,21 @@ axme-spec/ │ └── public_api/ # Public REST API contracts (request/response/error schemas) ├── docs/ │ ├── diagrams/ # Schema-level visualizations -│ ├── compatibility-policy.md -│ ├── schema-governance.md -│ └── versioning-strategy.md +│ ├── ADR-001-protocol-name.md +│ ├── ADR-004-synapse-no-modification-policy.md +│ ├── ADR-005-matrix-transport-e2ee-rollout.md +│ ├── ADR-006-intent-lifecycle-v1.md +│ ├── idempotency-correlation-rules.md +│ ├── intent-lifecycle-v1.md +│ ├── protocol-error-status-model.md +│ ├── public-api-schema-index.md +│ └── schema-versioning-rules.md └── scripts/ └── validate_schemas.py ``` +> **Note on ADRs:** ADR-001, ADR-004 through ADR-006 live here. ADR-002 (service boundaries) and ADR-003 (trust/consent model) are hosted in [`axme-docs`](https://github.com/AxmeAI/axme-docs/tree/main/docs) as they span the full platform rather than schema contracts specifically. + --- ## Protocol Envelope