-
Notifications
You must be signed in to change notification settings - Fork 765
Open
Description
Background
PR #6008 standardized authorization naming to use:
- Authorization (noun) - for types, states
- Approve / Reject (verbs) - for actions
This issue tracks remaining items that should be renamed for consistency.
Tasks
- Rename API endpoint
/api/autopilot/sessions/:session_id/events/authorize→/events/authorizations(POST) - Rename route file
authorize.route.ts→authorizations.route.ts - Rename utility file
authorize.ts→authorization.ts(or leave as-is) - Rename hook file
use-manual-approval.ts→use-manual-authorization.ts(exportsuseManualAuthorization)
Notes
The endpoint rename requires coordination with the backend/gateway. File renames can be done independently but should ideally happen together for consistency.
Metadata
Metadata
Assignees
Labels
No labels