From fee0b294a9e7305017c471704c09f2c6b3ead9f3 Mon Sep 17 00:00:00 2001 From: wtclaude Date: Sat, 26 Sep 2026 17:34:09 -0500 Subject: [PATCH] fix(rust): freeze the write-poll route in routes.manifest.json The new GET /admin/rust/config/:serverId/writes/:writeId was documented in swagger-fragment.json but not in the committed manifest, so the frozen- manifest job and frozenManifest.test.js both failed. Regenerated against core at the pinned ref (efa9db7), exactly as the job does: one route added, nothing of core's moved. Co-Authored-By: Claude Opus 5.5 Claude-Session: https://claude.ai/code/session_01E14m6SuuY6i1vASFeGDBeY --- routes.manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/routes.manifest.json b/routes.manifest.json index 1575d14..15ca0aa 100644 --- a/routes.manifest.json +++ b/routes.manifest.json @@ -51,6 +51,11 @@ "path": "/api/v1/admin/rust/config/:serverId/writes", "tier": "public" }, + { + "method": "GET", + "path": "/api/v1/admin/rust/config/:serverId/writes/:writeId", + "tier": "public" + }, { "method": "GET", "path": "/api/v1/admin/rust/permissions",