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

View file

@ -0,0 +1,55 @@
# Edit Config Files
## Purpose
Game-specific shortcuts for editing common configuration files.
## Current Status
- Functional
- Partial
## Dependencies
- game XML
- file manager / remote read-write helpers
## Database Tables
- None declared in module metadata
## Agent Interaction
- remote file read/write
## User Workflow
- open common config files quickly
- edit and save them
## Admin Workflow
- define which files are surfaced and how
## Security Concerns
- path validation
- protected file roots
## Known Issues
- can become a simple wrapper around file editing without enough game context
## Missing Functionality
- backup-before-save
- better docs and common file shortcuts
## Suggested Future Improvements
- tie to XML docs and common config templates
## Recommendation
- Keep / Improve