Added a staged roadmap to address the issues identified by the code audit

This commit is contained in:
2026-05-24 09:41:03 -05:00
parent 546be2ab92
commit e5173c78fe
3 changed files with 786 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ Current toolchain note:
- Keep validation in `internal/config` and package-specific validators.
- Return errors from deep logic; do not print inside internal packages.
- Preserve clear package boundaries between adapters and domain transforms.
- Define configuration defaults as constants in internal/config/config.go.
## Dependency policy