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

52
docs/modules/subusers.md Normal file
View file

@ -0,0 +1,52 @@
# Subusers
## Purpose
Subuser permissions and delegated access management.
## Current Status
- Functional
## Dependencies
- user/group permission model
- server access rights
## Database Tables
- not declared in the module metadata file itself
## Agent Interaction
- None directly
## User Workflow
- grant access to another user
- share server management rights
## Admin Workflow
- manage permission scope and delegated access
## Security Concerns
- permissions must be scoped tightly to avoid over-sharing
## Known Issues
- module documentation is sparse in code
## Missing Functionality
- clearer UI around per-server and per-feature permissions
## Suggested Future Improvements
- tie subusers into files, scheduler, content, and support permissions more explicitly
## Recommendation
- Keep / Improve