rdev/internal/adapter/templates
jordan 5ac9af018a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: always log OTP codes to stdout in standalone dev mode
In-memory auth codes are ephemeral — they're wiped on server restart.
Previously, codes were only visible via email delivery. If the server
restarted between OTP send and OTP verify, the code would be lost.

Now memory.AuthCodeRepository.Create() always logs the code to stdout
with a [DEV] prefix. This gives developers a reliable fallback regardless
of whether NOTIFY_URL is set. Updated CLAUDE.md to document this behavior
and the DEV_USER_EMAIL env var.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-22 00:13:12 -07:00
..
templates fix: always log OTP codes to stdout in standalone dev mode 2026-02-22 00:13:12 -07:00
components.go feat: add GCS-based persistent media storage, AI generation pipeline, and composable skeleton packages 2026-02-19 21:29:09 -07:00
provider_test.go feat: implement composable monorepo template system with component architecture 2026-01-31 19:11:42 -07:00
provider.go feat: add GCS-based persistent media storage, AI generation pipeline, and composable skeleton packages 2026-02-19 21:29:09 -07:00