Commit Graph

2 Commits

Author SHA1 Message Date
winlin
5ea9f573f2 Update copyright year from 2025 to 2026 across all source files
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 13:50:07 -04:00
winlin
b289161379 Replace godotenv with custom .env parser and add unit tests
Remove the third-party godotenv dependency by inlining a minimal .env
file parser that supports the same syntax we use (KEY=VALUE, comments,
export prefix, single/double quoted values). Add 13 unit tests covering
all parsing paths and the no-overwrite behavior.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-12 13:40:55 -04:00