Format the API route authority

22ef99926d44 · AtlantisPleb · · parent 0aa6cde7da7e

Format the API route authority

A whitespace-only line reached main, and `mix precommit` runs `mix format`
rather than checking it, so every release gate rewrote the file mid-run and
then failed the relup stage for a dirty worktree. The gate was reporting a
formatting slip as a deploy blocker three stages later.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KnhfrafYx5ZGaMbzZEJQ2d
Co-Authored-By
Claude Opus 5 (1M context) <noreply@anthropic.com>

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

pushed
by user · WAL seq 394 · 2026-08-25T15:14:30.803835Z

Changed files

  • modified lib/openagents_web/api_route_authority.ex

Diff

1 file changed, +0 -1

lib/openagents_web/api_route_authority.ex modified -1

@@ -198,7 +198,6 @@ defmodule OpenAgentsWeb.ApiRouteAuthority do

198 198
      "get /api/v1/chat/events" => {:required_bearer, :chat, :legacy},
199 199
      "post /api/v1/chat/turns" => {:required_bearer, :chat, :legacy},
200 200
      "get /api/v1/models" => {:required_bearer, :model, :envelope},
201
      
202 201
      "post /api/v1/threads" => {:required_bearer, :thread, :envelope},
203 202
      "get /api/v1/threads" => {:required_bearer, :thread, :envelope},
204 203
      "get /api/v1/threads/:thread_id" => {:required_bearer, :thread, :envelope},

This page updates live while a promote is in flight · changelog