From d78a874a9a9ea84f2dceb433ac2ab8f278528a3f Mon Sep 17 00:00:00 2001 From: Jake Fineman Date: Wed, 2 Sep 2026 04:56:41 -0400 Subject: [PATCH] docs(readme): lead with media infrastructure for the agentic internet The README opener and the package.json description now lead with the WAVE identity sentence and name this repository as the OpenAPI 3.1 specification for that call shape. Replaces "enterprise streaming platform" in both. openapi.yaml untouched; no version bump. Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01K9mRh8G2ugbUt2kaXvFvF6 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b91ff03..175442c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WAVE API specification -OpenAPI 3.1 specification for the WAVE enterprise streaming platform APIs. +WAVE is media infrastructure for the agentic internet: one call shape moves live and on-demand media across every transport, and both kinds of user, people and agents, discover it, call it, and pay for it per call. This repository is the OpenAPI 3.1 specification for that call shape. ## Overview diff --git a/package.json b/package.json index 59854a2..5fcf127 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "type": "module", - "description": "WAVE Enterprise Streaming Platform API specification — openapi.yaml plus the tooling that validates it and generates SDK types from it.", + "description": "OpenAPI 3.1 specification for WAVE, media infrastructure for the agentic internet: openapi.yaml plus the tooling that validates it and generates SDK types from it.", "scripts": { "lint": "redocly lint openapi.yaml", "gen:types": "openapi-typescript openapi.yaml -o generated/api-types.d.ts"