Document match-scoped sample paths and draft-session timing lessons.

Capture the prototype findings on top-bar skins, strategy_tail polling, and why CDN-only plus session policy is enough without a real template library.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
voson
2026-07-26 12:13:57 +08:00
co-authored by Cursor
parent a089660ca9
commit 2fb298ebf1
4 changed files with 65 additions and 17 deletions
+5 -1
View File
@@ -10,8 +10,11 @@
- **放弃 real 实拍模板库**:删除 `build_library.py``templates/real/`;匹配仅使用 CDN 层。
- 移除 `match.cdn_penalty``evaluate.py --cdn-only`(双层库对比已无意义)。
- 模板加载 API 简化为 `(hero_key, image)`
- GSI 会话截图按对局写入 `samples/raw/<matchid>/`
- 运行产物纳入 `.gitignore``preview/``results/``failures/``samples/raw/`
- 文档拆分为 `README`(操作)、`DESIGN`(决策)、`AGENTS`(协作)、`CHANGELOG`(变更)。
- `DESIGN.md` / `AGENTS.md` 补录原型会话结论:顶栏皮肤时机、决策禁改判原因、
real 库审计结论、无法靠 GSI 卡「皮肤前」单帧等。
### Removed
@@ -21,7 +24,8 @@
### Fixed
- (继承自原型)CDN 头像按顶栏窗口裁切,而非中心正方形;CDN-only 即可高准确率。
- (继承自原型)天梯段位条 / 勋章遮罩匹配;选人多帧 + 决策禁改判规避皮肤
- (继承自原型)天梯段位条 / 勋章遮罩匹配;选人多帧 + 决策禁改判规避皮肤
best 帧优先选人阶段;本人英雄以 GSI 覆盖。
## [0.1.0] - 2026-07-25