@@ -27,6 +27,12 @@ Desktop layout:
27273 . Center pane: task and PR list with filters
28284 . Right pane: details, timeline, and actions
2929
30+ Focused three-pane variant for detail-heavy workflows:
31+
32+ 1 . left: task list and workspace switcher
33+ 2 . center: active task detail and timeline
34+ 3 . right: collapsed history, side activity, and auxiliary context
35+
3036Mobile layout:
3137
32381 . top segmented tabs (Tasks, PRs, Review Assist, Notifications)
@@ -103,6 +109,9 @@ Sections:
1031093 . PR Attention queue
1041104 . Completed recently
105111
112+ Completed work is retained, not deleted.
113+ The default behavior is collapsed history that users can expand on demand.
114+
106115Each card includes:
107116
1081171 . title
@@ -135,6 +144,22 @@ Contains:
1351449 . stop controls for in-progress UnitTask and SubTask
13614510 . inline comment threads anchored to diff lines
137146
147+ ## Task Creation UX
148+
149+ Task creation uses a modal flow with keyboard-first submit.
150+
151+ Required inputs:
152+
153+ 1 . Repository Group
154+ 2 . Task Prompt
155+
156+ Optional and policy-driven inputs:
157+
158+ 1 . execution mode selector (local or remote, workspace policy dependent)
159+ 2 . coding agent selection
160+ 3 . plan-mode preference when supported by selected agent
161+ 4 . suggested task title
162+
138163### Stop Controls
139164
140165Users can stop running work with minimal friction:
0 commit comments