4
Home
ila edited this page 2026-08-07 16:47:52 +08:00
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.

同步来源:docs/README.md · commit afc651f75a3a

CMRoubao 项目文档

本 Wiki 从仓库 docs/ 目录同步。

核心文档

设计与集成

任务记录


docs/README.md 原文

项目文档导航

一句话定位

采购自动化验证系统是一个由管理 Web 端创建任务、Android 采购端领取任务,并通过 AI 辅助完成拼多多检索和候选判断的系统;第一版先验证“创建 -> 领取 -> 搜索 -> 人工确认 -> 回传”的最小闭环。

VLM 和拼多多工作流在手机本地执行;管理后端只负责任务控制、取消和结果审计。

核心文档

Harness 辅助文档

文档职责

  • “做不做、怎么算完成”以 02-requirements.md 为准。
  • “谁要获得什么结果”以 07-user-stories.md 为准。
  • “界面如何反馈”以 08-interaction-checklist.md 为准。
  • “系统如何分层、状态如何变化”以 04-architecture.md 为准。
  • “接口字段和错误”以 api.md 为准。
  • “当前代码是否存在、什么命令能跑”以 current-state.md 和真实验证结果为准。
  • 任务规格、状态和证据以 docs/tasks/T-<编号>.md 为准。

需求或架构变化时同步所有受影响的文档,不允许代码独自形成另一套事实。