Guidance for the repo's current git-derived build/version display.
This repo no longer uses a hard-coded DEPLOY_VERSION in Terminal.tsx.
next.config.ts computes git metadata at build time.NEXT_PUBLIC_BUILD_NUMBER and NEXT_PUBLIC_COMMIT_SHA.app/components/terminalConstants.ts derives:
BUILD_NUMBERCOMMIT_SHADEPLOY_VERSIONVERSION_TOOLTIPDo not edit Terminal.tsx looking for a constant that no longer exists.
User wants the displayed build/version to reflect newer code
User wants to change the display format
app/components/terminalConstants.ts, not Terminal.tsx.dev-local / local build) intact unless explicitly changing local-dev semantics.User wants to debug missing version info
next.config.ts first.terminalConstants.ts uses the injected env vars correctly.npm run build when you change version-formatting logic or build-time metadata handling.