Commit Graph
230 Commits
Author SHA1 Message Date
chengma c146c0b41d docs: add product suite generation history tasks 2026-07-16 21:08:29 +08:00
chengma 75af87d441 feat(product-suite): make image pulls cancellable 2026-07-16 19:37:22 +08:00
chengma c9afaad24b feat(product-suite): persist context and confirm actions 2026-07-16 19:12:21 +08:00
chengma 717ed2e35f docs: add product suite context and pull tasks 2026-07-16 18:30:49 +08:00
chengma becfed81cd fix(product-suite): keep retries in current results 2026-07-16 18:15:24 +08:00
chengma 25a08decdc docs: add T-640 suite retry task 2026-07-16 17:45:06 +08:00
chengma b68e22c094 fix(product-suite): finalize and cancel generation
Tests / Python 3.11 / Windows (push) Has been cancelled
2026-07-16 17:12:41 +08:00
chengma 2675f85598 docs: add T-639 generation lifecycle task 2026-07-16 16:49:49 +08:00
chengma f5892bb310 feat(product-suite): autosave prompt edits 2026-07-16 16:39:40 +08:00
chengma a9acfee460 docs: add T-638 prompt autosave task 2026-07-16 16:26:43 +08:00
chengma eea3fdd0a9 feat(product-suite): add prompt template settings 2026-07-16 16:18:11 +08:00
chengmaandClaude Fable 5 613950c9f3 docs: simplify T-637 prompt template structure
- drop {分类要求}, {差异化要求}, {分类序号}, {分类总数} placeholders
  and the 商品ID line from the default template
- rename {套图分类} to {套图名称}, add {补充描述} (populated for
  白底图/场景图/卖点图, empty for custom categories)
- remove the now-purposeless 预览第 X 张 stepper; v1 no longer does
  per-image differentiation for same-category multiples
- placeholders 17 -> 14, required 12 -> 9; {商品ID}/{主参考图序号}
  become optional insertable variables
- sync mockup SVG and README

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 15:48:34 +08:00
chengmaandClaude Fable 5 9de006808e docs: align T-637 prompt template with source assembly order
- default template line order now follows the researched source
  project's assembly structure (user-accepted): category goal,
  index/differentiation, platform context, inline rules, reference
  rule, item id, user needs, trailing ratio emphasis
- forced protection rules become 4 required read-only placeholders
  (size/long-image, banned content, price, sizing) instead of a
  code-appended tail block; consistency and no-fabrication fold
  into the reference-rule rendering
- placeholders 13 -> 17, required 8 -> 12; update mockup SVG and
  README accordingly

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 15:31:43 +08:00
chengma 86d1016e85 docs(tasks): finalize T-637 prompt template safeguards 2026-07-16 14:57:33 +08:00
chengmaandClaude Fable 5 0ab110d255 docs(tasks): close two remaining gaps in T-637 spec
- restore-default validates built-in template before atomic write;
  invalid bundled template errors out without touching user template
- {差异化要求} must occupy its own line, enforced by validation, so
  empty rendering can delete the whole line without inline residue

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 14:52:35 +08:00
chengmaandClaude Fable 5 2abde42862 docs(tasks): refine T-637 prompt dialog spec after review
- promote {套图分类} to required placeholder
- forbid literal braces in v1 instead of escape rules
- restore-default only refills editor; disk write goes through save
- pin preview index placeholder values
- degrade differentiation text and collapse blank lines when count is 1
- add pure-logic-first implementation order note

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 14:43:35 +08:00
chengma 51d5fb9370 docs(tasks): define product suite prompt settings 2026-07-16 14:37:37 +08:00
chengma ecd2ecb758 feat(product-suite): support temporary item drafts 2026-07-16 11:10:51 +08:00
chengma ec62e34807 docs(tasks): add product suite draft binding task 2026-07-16 10:40:22 +08:00
chengma cd61a14856 feat(product-suite): remove fixed original image placeholders 2026-07-16 09:34:10 +08:00
chengma c80c6e67e9 feat(product-suite): add independent category rows 2026-07-16 09:22:33 +08:00
chengma dbbf3ce8f7 feat(gui): add shared zoomable image preview 2026-07-16 09:13:44 +08:00
chengma 4cf0f46e90 docs(tasks): add dynamic product image empty state 2026-07-14 18:05:38 +08:00
chengma e3ac8f8701 docs(tasks): add vertical product suite category rows 2026-07-14 17:58:20 +08:00
chengma 699625ea0e fix(accounts): keep first login launch in one window 2026-07-14 17:22:52 +08:00
chengma a4ac3f8ee5 docs(tasks): add single-window account launch fix 2026-07-14 17:00:57 +08:00
chengma 250c7e27eb fix(collect): recognize short Shopee product titles 2026-07-14 16:31:35 +08:00
chengma 2f6b9f7af4 docs(tasks): add short-title collection readiness fix 2026-07-14 16:14:24 +08:00
chengma e86b9189ab feat(product-suite): add original image batch management 2026-07-14 15:35:59 +08:00
chengma 21d2dd5253 feat(product-suite): compact controls and remember settings 2026-07-14 15:16:09 +08:00
chengma 17bb7521fd docs(tasks): refine product suite settings and originals 2026-07-14 15:03:59 +08:00
chengma f99cde8e05 fix(collect): handle login target close race
Tests / Python 3.11 / Windows (push) Has been cancelled
2026-07-14 12:08:12 +08:00
chengma cbfd36af56 docs(tasks): add collection login target race task 2026-07-14 11:45:01 +08:00
chengma 4c6f7582bd fix(gui): keep cover candidate controls below images 2026-07-14 11:29:16 +08:00
chengma 5bcd935895 docs(tasks): add cover gallery control layout task 2026-07-14 11:18:42 +08:00
chengma 0abd7ffdff feat(collect): show per-item collection activity timer 2026-07-14 11:10:36 +08:00
chengma da1da13fdf docs(tasks): add collection activity timer task 2026-07-14 10:53:28 +08:00
chengma 4fa3ad521c docs(tasks): add product suite layout compaction task 2026-07-14 10:28:32 +08:00
chengma bc115ba0d7 feat(gui): replace AI studio with product suite 2026-07-14 09:53:13 +08:00
chengmaandClaude Opus 4.8 fb873aae90 docs: 补 T-622 UI/UX 优化项 + 效果图落地 P1-P4/P5
ui-ux-pro-max 校验后修订(桌面可迁移规则):
- P1 套图结构压成常驻 chips + 渐进披露,核心控制不再被折叠
- P2 下拉值内联前缀(平台/国家/语言/比例),无 label 也保留语义
- P3 引导文案移到卖点框下、11px #6b7280 提高对比度
- P4 商品ID 恢复 w140 + 等宽数字,避免截断
- P5 失败卡加简短原因;空态引导记为实现期
- P6 小控件命中区/accessibleName 记为实现期加固

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-14 09:02:50 +08:00
chengma fb4403228d fix(gui): make cover gallery previews responsive 2026-07-14 08:13:56 +08:00
chengma 3217d4b11a docs: add responsive cover gallery task 2026-07-13 22:41:41 +08:00
chengma 4927da5e1c build: version release metadata filename 2026-07-13 17:36:46 +08:00
chengma e79ec00bf6 docs: 落 T-625 发布元数据版本化命名 2026-07-13 17:30:58 +08:00
chengma 0d7a4c1b56 fix(update): accept cmhub release metadata contract 2026-07-13 17:17:25 +08:00
chengma 74b98cd123 feat(update): support verified public HTTP downloads 2026-07-13 16:19:03 +08:00
chengma 9a458ee195 docs: 修正 T-623 支持公网外链 2026-07-13 16:09:45 +08:00
chengma 55daf3648d docs: 落 T-623 自动升级临时 HTTP 兼容 2026-07-13 16:06:30 +08:00
chengmaandClaude Opus 4.8 6e485a7d88 docs: 补 T-622 按钮交互清单(逐元素行为,提炼自迁移源 app.js)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-13 15:48:46 +08:00
chengma d42a9c8084 feat(ai): generate covers without new titles 2026-07-13 15:22:15 +08:00