You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: No UI exists for users to view or configure trust tiers and their directory permissions.
Approach: Add a 6th "Permissions" tab to the settings dialog. Renders one card per trust tier with a directory × action checkbox matrix, summary badges, and danger highlights on Execute/Network.
Scope: Tab + tier card rendering + checkbox interactions + badge computation. Does not include model assignment (slice #8) or tier CRUD (slice #9).
Acceptance Criteria
A "Permissions" tab appears as the 6th tab in the settings dialog
One card renders per configured trust tier, showing: tier label, summary badge, directory rules
Important
Decision Surface
Problem: No UI exists for users to view or configure trust tiers and their directory permissions.
Approach: Add a 6th "Permissions" tab to the settings dialog. Renders one card per trust tier with a directory × action checkbox matrix, summary badges, and danger highlights on Execute/Network.
Scope: Tab + tier card rendering + checkbox interactions + badge computation. Does not include model assignment (slice #8) or tier CRUD (slice #9).
Acceptance Criteria
Key Decisions
Testing Decisions
Constraints & Invariants
Source
Part of #163
Blocked by #164