complete codex docs

This commit is contained in:
Frank Harris 2026-06-05 11:37:09 -05:00
parent b5dcf01a8c
commit 3cefad183d
62 changed files with 2730 additions and 50 deletions

51
docs/modules/settings.md Normal file
View file

@ -0,0 +1,51 @@
# Settings
## Purpose
Panel settings, theme settings, and core site configuration.
## Current Status
- Production
## Dependencies
- auth/admin configuration
## Database Tables
- `settings`
## Agent Interaction
- None directly
## User Workflow
- none, admin-only
## Admin Workflow
- update panel settings
- update theme settings
## Security Concerns
- global configuration values need protection
## Known Issues
- basic settings model
## Missing Functionality
- clearer configuration grouping and validation
## Suggested Future Improvements
- improve admin UX and settings validation
## Recommendation
- Keep