visionA/docs/autoflow/02-prd/features/feature-workspace.md
jim800121chen fb7da5d180 chore(autoflow): migrate .autoflow/ 共享層文件至 docs/autoflow/
依 autoflow-agent workspace v2 設計把 PRD / 設計 / 架構 / 交付類
共享文件從個人層 .autoflow/(ignored)搬到 docs/autoflow/(進 git),
讓團隊可共享產品與架構文件,個人層只留 progress / review / testing 等
per-branch 筆記。

- 02-prd/        21 個檔(PRD、features、market-analysis 等)
- 03-design/     18 個檔(design-spec、wireframes、flows 等)
- 04-architecture/ 31 個檔(TDD、design-doc、ADR×14、API 規格等)
- 07-delivery/   3 個檔(project-summary、phase-0.6-handover、stage-deployment-setup)

合計 73 檔。原檔已從 .autoflow/ 移除(migration 工具執行 git mv,
但因 .autoflow/ 在 .gitignore 中、git 將此操作視為新增、無 rename history)。
2026-05-04 16:55:55 +08:00

51 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Feature工作區P0
> 父文件:[PRD.md](../PRD.md) | 對應 User StoriesUS-10
---
## 概述
工作區是使用者做推論的主要介面,對應 `/workspace``/workspace/[deviceId]` 頁面。
對比 local-toolUI 幾乎完全一致。
---
## 使用者行為
### `/workspace`(選擇頁)
- 三段式流程:選裝置 → 選相容模型 → 選推論來源
- Phase 0只支援 Camera 來源Phase 1 加 Image / Video / Batch
- 選定後跳轉到 `/workspace/[deviceId]`
### `/workspace/[deviceId]`(推論操作頁)
- 沿用 local-tool 的工作區版型
- 詳見 [feature-inference.md](feature-inference.md)
---
## 驗收條件Phase 0
- [ ] `/workspace` 可從裝置列表進入
- [ ] 選裝置 + 選模型 + 選來源的三段式流程能完成
- [ ] 相容性檢查KL520 不能選 KL720 模型,反之亦然
- [ ] 跳轉到 `/workspace/[deviceId]` 後推論操作可用
- [ ] 離開頁面時自動停止推論(不留尾巴)
---
## Phase 0 的 TODO
- **TODO**:工作區「偏好設定」記憶(上次用哪個模型、哪個 camera
- **TODO**:從 `/workspace/[deviceId]` 切換其他裝置的快捷操作
---
## 連結
- 回:[PRD 索引](../PRD.md)
- 相關:[推論操作](feature-inference.md)、[裝置管理](feature-device-management.md)、[模型管理](feature-model-management.md)