docs: define Shopee probe fixture input

This commit is contained in:
QiuSW
2026-07-25 17:15:05 +08:00
parent 50a6d8ee5b
commit 285606639b
11 changed files with 164 additions and 10 deletions
+6
View File
@@ -15,10 +15,14 @@ write_paths:
- init.ps1
- init.sh
- docs/00-ai-start-here.md
- docs/02-requirements.md
- docs/03-tech-stack.md
- docs/04-architecture.md
- docs/05-coding-rules.md
- docs/06-tasks.md
- docs/current-state.md
- docs/tasks/T-004.md
- progress.md
---
## 问题 / 背景
@@ -101,5 +105,7 @@ Set-Location android-buyer
- 新增根目录 `.gitignore`,忽略本地 SDK 配置、Firebase 配置、密钥、构建产物、
运行数据和日志。
- 已核实 Roubao 上游版本并更新技术栈、当前状态及本任务,但 Android 源码尚未导入。
- 用户确认第一层使用本机蝦皮订单文本和同订单号参考图作为真实样本;已将输入契约
和后续 T-004 同步到需求、架构、编码规则及路线图。
- 本次只建立文档与脚本提交;Gradle 构建、测试、APK 安装和设备 smoke 均未运行。
- T-001 保持 `DOING`,剩余 blocker 见 `docs/current-state.md`。