Prune stale docs and update .hermes content

Delete a large set of outdated documentation (many files under docs/ and .hermes/plans/, including audits, design, prd, technical, planning, assets, and todos). Update and consolidate .hermes content: refresh shared-memory pages (decision-log, development-workflow, document-map, pitfalls, project-overview, team-conventions) and several skills/references under .hermes/skills. Also modify AGENTS.md, README.md, UI_CODING_STANDARD.md, docs/README.md and .encoding-check-ignore. Purpose: clean up stale planning/audit material and keep current hermes documentation and related top-level docs in sync.
This commit is contained in:
2026-05-15 06:24:07 +08:00
parent 2eded08bc7
commit 3cb3efb4d0
708 changed files with 4033 additions and 142328 deletions

View File

@@ -1,25 +0,0 @@
# 平台首页仅展示作品入口调整记录
更新时间:`2026-04-25`
## 目标
- 首页首屏与 banner 不再展示创作入口,也不再在无存档时点击进入创作工作台。
- 首页主体只承担公开作品浏览、作品详情打开和最近存档继续游玩的入口。
- 创作 Tab 作为独立主导航入口保留,不把入口放进首页 banner 或作品推荐区域。
- 创作工作台保留在既有创作流程内,避免误删已有草稿、发布和多玩法创作能力。
## 落地
- `src/components/rpg-entry/RpgEntryHomeView.tsx`
- 移动端首页 Hero 固定指向作品:有精选/最新作品时打开首个作品详情,无作品时跳转分类页。
- 桌面端首页 banner 固定指向作品,不再显示 `CREATE WORLD``创作入口``进入创作工作台` 等入口文案。
- 桌面端右侧快捷区域改为“最近作品 / 最近浏览 / 作品广场”结构,不再提供创作启动 CTA。
- 首页底部导航与桌面侧栏保留“创作”Tab创作入口只在独立导航层露出。
## 验收标准
- 首页作品区域与 banner 不出现创作入口按钮或创作入口文案。
- 底部导航与桌面侧栏正常显示“创作”Tab。
- 首页仍能打开精选、最新、趋势和最近浏览作品。
- 无公开作品时显示作品空状态,不引导创建草稿。