From 986e2b8eea15a297ad32112c0138f30428396be8 Mon Sep 17 00:00:00 2001 From: Teodor Calin Date: Tue, 7 Jul 2026 22:41:08 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20mark=20gateway.json=20as=20optional=20?= =?UTF-8?q?=E2=80=94=20pilot-gateway=20no=20longer=20ships=20in=20release?= =?UTF-8?q?=20tarballs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96e87d9..7ad421b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ network blueprint catalog deployed to the production rendezvous. | Path | What it is | |---|---| | `daemon.json` | Reference `pilot-daemon` config — registry, beacon, listen, identity paths. | -| `gateway.json` | Reference `pilot-gateway` config — alias mappings, port allocations. | +| `gateway.json` | Reference `pilot-gateway` config — alias mappings, port allocations. Optional: the gateway binary no longer ships in release tarballs; build it from [pilot-protocol/gateway](https://github.com/pilot-protocol/gateway). | | `rendezvous.json` | Reference `pilot-rendezvous` config — beacon coords, listen, store. | | `networks/` | The shipped network policy catalog — one `.json` per blueprint. | | `networks/SHIPPED.md` | Index of every blueprint deployed to the production registry. |