Files
Genarrative/docs/prd
高物 548db78ca7 Update Match3D/image-generation docs & code
Adds/updates documentation, assets and implementation for Match3D and puzzle image generation workflows. Key changes: decision logs and pitfalls updated to prefer VectorEngine Gemini for Match3D material sheets and to require edits (multipart) for 1:1 container reference images; guidance added for when to use APIMart vs VectorEngine. .env.example clarified APIMart/Responses config. Many new public assets and PPT visuals added. Code changes across frontend and backend: updated shared contracts, server-rs match3d/puzzle/image-generation handlers, VectorEngine/OpenAI image generation clients, and multiple React components/tests to handle UI/background/container image signing, edits workflow, and puzzle UI background resolution. Added src/services/puzzle-runtime/puzzleUiBackgroundSource.ts and related test updates. Includes notes about multipart HTTP/1.1 requirement and test/verification commands in docs.
2026-05-14 20:34:45 +08:00
..
1
2026-05-14 14:21:17 +08:00
1
2026-05-14 14:21:17 +08:00
1
2026-05-14 14:21:17 +08:00
1
2026-05-14 14:21:17 +08:00
1
2026-05-01 20:29:09 +08:00
1
2026-05-14 14:21:17 +08:00
1
2026-05-14 14:21:17 +08:00

PRD 总览

本目录用于存放产品需求、玩法闭环、阶段计划和可直接指导编码的需求拆分文档。

重点入口

使用规则

  • 新玩法、新 Agent 阶段、新创作闭环或较大功能落地前,优先补 PRD。
  • PRD 必须写到可以编码的程度,包含字段、接口、状态、验收和并行任务拆分。
  • 若 PRD 与最新代码或技术方案冲突,以代码和最新技术方案为准,并同步修正 PRD。