truefoundry/trueforge

Update /healthz to return JSON status payload

Offen

#378 geöffnet am 20.08.2026

 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)TypeScript (15 Forks)github user discovery
good first issue

Repository-Metriken

Stars
 (664 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Description

The /healthz endpoint currently returns the plain text OK!. It should return a JSON payload instead.

Expected behavior

Return:

{ "status": "ok", "version": "<PACKAGE_VERSION>" }

PACKAGE_VERSION is already imported in app.ts, so this should be a small, self-contained change.

Contributor Guide