docs: update documentation to reflect unified config system

- Update config README to focus on current unified system rather than migration
- Update architecture migration doc to reference unifiedConfig instead of appConfig
- Update implementation summary to reference unified.config.ts
- Remove migration-specific content not relevant for new applications
- Provide clear guidance for working with unified configuration system
This commit is contained in:
William Valentin
2025-09-08 20:43:44 -07:00
parent 25b68ee67d
commit b81f9b2970
3 changed files with 51 additions and 34 deletions

View File

@@ -33,7 +33,7 @@ This report summarizes the major architectural improvements implemented to addre
#### Files Created
- `config/app.config.ts` - Centralized configuration with validation
- `config/unified.config.ts` - Centralized configuration with validation
#### Key Improvements