- Created new utility files for password, schema, and page rendering.
- Refactored secure-db-layer to separate operations into distinct files.
- Added operations for creating, updating, and deleting comments and users.
- Implemented access rules for credential management.
- Enhanced user and credential verification processes.
- Introduced seed data and workflow engine modules.
- Updated security context and access checks for various operations.
feat(types): introduce builder and level types for component and user roles
feat(workflow): implement workflow engine with execution context and logging
style(theme): create modular theme exports for consistent styling
chore(tests): add comprehensive tests for workflow execution and Lua nodes