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

53
docs/modules/rcon.md Normal file
View file

@ -0,0 +1,53 @@
# Rcon
## Purpose
Admin RCON interface for issuing console commands to supported game servers.
## Current Status
- Functional
## Dependencies
- server control protocol support
- gamemanager
## Database Tables
- none declared in module metadata
## Agent Interaction
- sends RCON/console commands through the agent
## User Workflow
- usually not customer-facing
## Admin Workflow
- run commands
- support warning messages and diagnostics
## Security Concerns
- command validation
- log every command
## Known Issues
- command safety depends heavily on module-specific restrictions
## Missing Functionality
- richer presets and command history
## Suggested Future Improvements
- integrate more tightly with scheduler warnings and support workflows
## Recommendation
- Keep / Improve