>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #470
Update issue details
Title *
Description
Three module-level constants are defined as lists but never modified. Should be tuples: 1. engine/security/platform.py:105 - PLATFORM_ROLES = [...] 2. engine/security/rbac_roles.py:75 - PREDEFINED_ROLES = [...] 3. engine/config.py:660 - TOOLS_REQUIRING_LOGGING = [...] FIX: Change [...] to (...) to: - Prevent accidental mutations - Signal immutability intent - Enable hashability where needed
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel