Skip to content

Commit 0af9cc9

Browse files
committed
docs: make desktop and mobile platform priority explicit
1 parent b374524 commit 0af9cc9

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

docs/design.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DexDex Design
22

3-
DexDex is a desktop-first orchestration UI for CLI-based coding agents.
3+
DexDex is a cross-platform orchestration UI for CLI-based coding agents.
44
DexDex uses a Connect RPC-first architecture with Tauri clients and Rust servers.
55
This document is the primary architecture reference.
66

@@ -26,7 +26,7 @@ Primary outcomes:
2626
4. Use UnitTask-centric workflows with nested SubTask and AgentSession history.
2727
5. Make PR management and PR review assist first-class workflows.
2828
6. Provide real-time event streaming for UI updates and automation.
29-
7. Support iOS and Android as first-wave platforms with phased capability rollout.
29+
7. Treat desktop, iOS, and Android as first-class platforms with phased capability rollout.
3030

3131
## Non-Goals
3232

@@ -40,15 +40,16 @@ Primary outcomes:
4040

4141
### Desktop
4242

43-
Desktop is the primary platform for full authoring and remediation workflows.
43+
Desktop and mobile are both product-priority platforms.
44+
Desktop is optimized for dense authoring workflows and keyboard-heavy interaction.
4445

4546
### Mobile
4647

4748
Mobile uses the same API and data model as desktop.
48-
Capability rollout is phased:
49+
Capability rollout is phased by interaction constraints, not platform priority:
4950

50-
1. baseline support: remote task monitoring, log viewing, approval and stop actions
51-
2. expanded support: broader remediation and review actions as UX matures
51+
1. baseline support: task monitoring, log viewing, approval and stop actions, and core remediation triggers
52+
2. expanded support: broader remediation, review interaction, and authoring parity as UX matures
5253

5354
Mobile is not a separate business-logic path.
5455

docs/tauri-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ The app does not use direct client-to-worker business APIs.
1717

1818
## Capability Rollout
1919

20-
Desktop provides the full authoring workflow.
21-
Mobile uses phased rollout on the same contracts:
20+
Desktop and mobile are both first-class product targets on the same contracts.
21+
Capability rollout is phased by interaction constraints:
2222

23-
1. baseline: task monitoring, log viewing, plan decisions, and stop actions
24-
2. expansion: broader remediation and review interaction flows
23+
1. baseline: task monitoring, log viewing, plan decisions, stop actions, and key remediation actions
24+
2. expansion: broader remediation, review interaction, and deeper authoring parity
2525

2626
## Client Architecture
2727

docs/workspace-connectivity.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ A mobile app can connect to local endpoints (same network or tunneled) and remot
4848

4949
Capability rollout is phased:
5050

51-
1. baseline mobile flow focuses on remote monitoring, logs, plan actions, and stop actions
51+
1. baseline mobile flow supports monitoring, logs, plan actions, stop actions, and core remediation triggers
5252
2. expanded mobile flow adds broader remediation and review interactions
53-
3. connectivity contract stays identical across desktop and mobile
53+
3. rollout phase reflects interaction constraints, not lower product priority
54+
4. connectivity contract stays identical across desktop and mobile

0 commit comments

Comments
 (0)