chore: remove diagnostic endpoint + debug probe scaffolding
Some checks failed
CI / Lint (push) Has been cancelled
CI / Typecheck (push) Has been cancelled
CI / Broker tests (Postgres) (push) Has been cancelled
CI / Docker build (linux/amd64) (push) Has been cancelled

restores api + cli to clean state after isolating the v0.4.0
phase 2 deploy issue (web app needed an explicit coolify deploy
trigger — it does not auto-deploy from gitea-vps push the way the
broker does).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-05-03 01:35:08 +01:00
parent 2262564680
commit 354c47c3d6
2 changed files with 0 additions and 24 deletions

View File

@@ -496,13 +496,6 @@ export const v1Router = new Hono<Env>()
});
})
// GET /v1/diagnostics-fresh-2026-05-03 — fresh path probe.
.get("/diagnostics-fresh-2026-05-03", async (c) => {
const key = c.var.apiKey;
requireCapability(key, "read");
return c.json({ ok: true, ts: Date.now() });
})
// GET /v1/me/topics — cross-mesh topic list for the caller's user.
//
// For each topic across every mesh the user belongs to, returns