06-Feb-2026 — Migrations, Deploy and 2 more areas: 2 features and 2 fixes #146

build 468commit 2f149c0


secrets: add database-first secrets loading for deployed servers (#146)

Add loadSecretsWithFallback and loadSecretsForEnvironmentFromDatabase to support reading secrets from the database ENVIRONMENTS config when running on deployed servers. Falls back to file-based secrets for local development. Secrets are built from:

migrations: harden geocode updates and defaults (#146)

Release notes:

paths: use resolveClientPath for non-vcs file access (#146)

Fix path resolution for secrets and configs.json files when running in production mode where code executes from ts-gen directory.