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 @@
# Steam Workshop
## Purpose
Legacy standalone Steam Workshop support.
## Current Status
- Deprecated
- Compatibility only
## Dependencies
- Steam Workshop DB helpers
- legacy helper functions
## Database Tables
- `steam_workshop_game_profiles`
- `steam_workshop_server_mods`
- `steam_workshop_server_settings`
## Agent Interaction
- workshop download/update helpers
## User Workflow
- legacy workshop path only
## Admin Workflow
- legacy migration / compatibility
## Security Concerns
- should not compete with the current Server Content Manager
## Known Issues
- explicitly deprecated in code comments
## Missing Functionality
- modern unified Workshop/content UX
## Suggested Future Improvements
- keep only compatibility helpers
- migrate users into `addonsmanager`
## Recommendation
- Deprecate / Merge