Skip to content

Commit 4778361

Browse files
George-iamclaude
andauthored
docs: fix broken examples link, correct axp-spec references, update diagrams (#63)
- README.md: fix cloud examples link to point to examples/ (not cloud/) - enterprise-runtime-model-and-placement.md: axp-spec -> axme-spec - public-api-families-d6-enterprise-governance.md: axp-spec -> axme-spec (5 occurrences) - Re-rendered container runtime C4 diagram (SVG + PNG) Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
1 parent cfbc956 commit 4778361

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The complete runtime container view — services, databases, queues, and their c
124124
2. Choose your SDK: [Python](https://github.com/AxmeAI/axme-sdk-python) · [TypeScript](https://github.com/AxmeAI/axme-sdk-typescript) · [Go](https://github.com/AxmeAI/axme-sdk-go) · [Java](https://github.com/AxmeAI/axme-sdk-java) · [.NET](https://github.com/AxmeAI/axme-sdk-dotnet)
125125
3. Follow `docs/integration-quickstart.md` for the full onboarding path
126126
4. Example hubs:
127-
- Cloud runnable: [axme-examples/cloud](https://github.com/AxmeAI/axme-examples/tree/main/cloud)
127+
- Cloud runnable: [axme-examples/examples](https://github.com/AxmeAI/axme-examples/tree/main/examples)
128128
- Protocol-only: [axme-examples/protocol](https://github.com/AxmeAI/axme-examples/tree/main/protocol)
129129

130130
```bash
11.3 KB
Loading

docs/diagrams/platform/02-container-runtime-c4.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/enterprise-runtime-model-and-placement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ Temporary compatibility behavior:
140140
- `docs/public-api-families-d6-enterprise-governance.md`
141141
- `docs/enterprise-scoped-credentials-migration-note.md`
142142
- `docs/openapi/gateway.track-f-sprint1.v1.json`
143-
- `axp-spec/schemas/public_api/`
143+
- `axme-spec/schemas/public_api/`

docs/public-api-families-d6-enterprise-governance.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Use this guide with:
3030

3131
- `docs/openapi/gateway.v1.json` (current canonical public operation surface)
3232
- `docs/openapi/gateway.track-f-sprint1.v1.json` (historical phased snapshot)
33-
- `axp-spec/schemas/public_api/*.json` (canonical schema contracts; current repository path remains `axme-spec` during transition)
34-
- `axp-spec/docs/public-api-schema-index.md` (schema-to-operation mapping; current repository path remains `axme-spec` during transition)
33+
- `axme-spec/schemas/public_api/*.json` (canonical schema contracts; current repository path remains `axme-spec` during transition)
34+
- `axme-spec/docs/public-api-schema-index.md` (schema-to-operation mapping; current repository path remains `axme-spec` during transition)
3535
- `docs/public-api-auth.md`
3636
- `docs/supported-limits-and-error-model.md`
3737
- `docs/enterprise-runtime-model-and-placement.md`
@@ -126,8 +126,8 @@ Enterprise operation groups currently published on `gateway.v1.json`:
126126

127127
Canonical schema files for these families are published in:
128128

129-
- `axp-spec/schemas/public_api/` (current repository path remains `axme-spec` during transition)
130-
- `axp-spec/docs/public-api-schema-index.md` (authoritative mapping by operation; current repository path remains `axme-spec` during transition)
129+
- `axme-spec/schemas/public_api/` (current repository path remains `axme-spec` during transition)
130+
- `axme-spec/docs/public-api-schema-index.md` (authoritative mapping by operation; current repository path remains `axme-spec` during transition)
131131

132132
Primary schema groups in this batch:
133133

@@ -153,7 +153,7 @@ Schema disposition notes:
153153

154154
- `POST /v1/usage/rollups/daily`, `GET /v1/portal/enterprise/*`, and `GET /v1/portal/personal/*` are currently OpenAPI-exposed operational surfaces.
155155
- `GET /v1/deliveries-operations` and `POST /v1/deliveries/reconcile` are currently OpenAPI-exposed delivery operations surfaces.
156-
- As of this snapshot, there are no dedicated `axp-spec/schemas/public_api/api.usage.rollups.daily.*`, `api.portal.enterprise.*`, `api.portal.personal.*`, or `api.deliveries.operations.*` files.
156+
- As of this snapshot, there are no dedicated `axme-spec/schemas/public_api/api.usage.rollups.daily.*`, `api.portal.enterprise.*`, `api.portal.personal.*`, or `api.deliveries.operations.*` files.
157157
- These surfaces require explicit disposition in parity tracking:
158158
- either add canonical `public_api` schema artifacts,
159159
- or document them as gateway-operational endpoints outside canonical `public_api` family scope.

0 commit comments

Comments
 (0)