
Chris CoutinhoandClaude Opus 4.6
c8e4cbe825
feat: implement dynaconf configuration management (ADR-024 phases 1-3)
Replace ~80 manual os.getenv() calls in config.py with dynaconf-backed
configuration, enabling TOML file-based config alongside existing env
var support. Zero breaking changes — Settings dataclass interface and
all consumers unchanged.
Phase 1: Create settings.toml with all config keys and defaults,
.secrets.toml.example template, update .gitignore, initialize Dynaconf
instance with envvar_prefix=False and environment section switching.
Phase 2: Wire adapter — replace os.getenv() with _dynaconf.get() in
get_settings(), get_document_processor_config(), and deprecation/
dependency resolution helpers. Automatic type coercion eliminates ~30
manual int()/float()/.lower()=="true" patterns.
Phase 3: Add 12 declarative validators for port ranges, positive
integers, enum constraints, and float ranges. Remove redundant negative
overlap check from Settings.__post_init__.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 09:22:19 +02:00
..
2026-03-02 17:22:23 +01:00
2025-12-08 01:09:02 +01:00
2025-11-23 00:33:32 +01:00
2025-11-17 06:48:43 +01:00
2025-10-24 04:38:49 +02:00
2026-04-07 09:22:19 +02:00
2026-01-13 21:44:23 +01:00
2026-02-27 20:33:54 +01:00
2025-12-20 21:16:17 +01:00
2026-04-05 19:29:23 +02:00
2026-04-07 09:22:19 +02:00
2026-04-07 09:22:19 +02:00
2026-04-05 19:29:23 +02:00
2025-11-20 02:37:07 +01:00
2026-04-07 09:22:19 +02:00
2025-12-26 10:05:27 -06:00
2026-02-27 21:53:06 +01:00
2025-11-10 02:07:45 +01:00
2026-03-30 08:51:41 +02:00
2026-02-27 21:53:06 +01:00
2026-01-26 21:28:18 +01:00
2026-04-03 00:22:20 +02:00
2025-10-25 19:52:45 +02:00
2026-03-31 17:09:37 +02:00
2026-04-01 09:11:45 +02:00
2026-03-02 17:22:23 +01:00
2025-10-24 04:38:49 +02:00
2026-04-07 09:22:19 +02:00
2025-12-18 00:01:53 +01:00
2026-04-03 00:22:20 +02:00
2025-11-11 20:35:08 +01:00
2025-11-12 00:37:26 +01:00