diff --git a/tasks/new/2026-0825.01.jul.story.arch.monolith-decomposition-roadmap-1845.ph1.md b/tasks/complete/2026-0825.01.jul.story.arch.monolith-decomposition-roadmap-1845.ph1.md similarity index 100% rename from tasks/new/2026-0825.01.jul.story.arch.monolith-decomposition-roadmap-1845.ph1.md rename to tasks/complete/2026-0825.01.jul.story.arch.monolith-decomposition-roadmap-1845.ph1.md diff --git a/ui/components/sessions/DirectPassDrawer.tsx b/ui/components/sessions/DirectPassDrawer.tsx index 85fa616..cbdee5b 100644 --- a/ui/components/sessions/DirectPassDrawer.tsx +++ b/ui/components/sessions/DirectPassDrawer.tsx @@ -151,8 +151,8 @@ export const DirectPassDrawer = ({

- Select which subsidiary microservices and IAM capabilities - this delegated token is permitted to access: + Select which subsidiary microservices and IAM capabilities this + delegated token is permitted to access:

@@ -237,8 +237,8 @@ export const DirectPassDrawer = ({

Copy this token, 1-click magic link, or CLI export string. You can - revoke or extend this session anytime from the active session - cards below. + revoke or extend this session anytime from the active session cards + below.

@@ -320,4 +320,4 @@ export const DirectPassDrawer = ({
); -}; \ No newline at end of file +}; diff --git a/ui/components/sessions/EventCockpitDeck.tsx b/ui/components/sessions/EventCockpitDeck.tsx index 0b9405c..c9432ae 100644 --- a/ui/components/sessions/EventCockpitDeck.tsx +++ b/ui/components/sessions/EventCockpitDeck.tsx @@ -109,4 +109,4 @@ export const EventCockpitDeck = ({ eventPasses }: { eventPasses: any[] }) => {
); -}; \ No newline at end of file +}; diff --git a/ui/components/sessions/ScopeModal.tsx b/ui/components/sessions/ScopeModal.tsx index 6391a5d..5c4e6f1 100644 --- a/ui/components/sessions/ScopeModal.tsx +++ b/ui/components/sessions/ScopeModal.tsx @@ -83,4 +83,4 @@ export const ScopeModal = ({ apps = [] }: { apps?: any[] }) => { ); -}; \ No newline at end of file +}; diff --git a/ui/components/sessions/WorkshopDrawer.tsx b/ui/components/sessions/WorkshopDrawer.tsx index 062bd61..c673648 100644 --- a/ui/components/sessions/WorkshopDrawer.tsx +++ b/ui/components/sessions/WorkshopDrawer.tsx @@ -2,9 +2,9 @@ export const WorkshopDrawer = ({ apps = [] }: { apps?: any[] }) => { return (

- Share the 6-digit PIN, 1-click link, or CLI 1-liner with - attendees. You can monitor live claimed seats and trigger the - master kill switch from the Event Cockpit below. + Share the 6-digit PIN, 1-click link, or CLI 1-liner with attendees. + You can monitor live claimed seats and trigger the master kill switch + from the Event Cockpit below.

@@ -299,4 +299,4 @@ export const WorkshopDrawer = ({ apps = [] }: { apps?: any[] }) => {
); -}; \ No newline at end of file +};