Skip to content

fix(skill-catalog): update locale to match 13 consolidated skills#1083

Merged
hogan-yuan merged 2 commits into
mainfrom
fix/skill-catalog-count
Jun 10, 2026
Merged

fix(skill-catalog): update locale to match 13 consolidated skills#1083
hogan-yuan merged 2 commits into
mainfrom
fix/skill-catalog-count

Conversation

@hogan-yuan

Copy link
Copy Markdown
Member

Summary

  • Skill 页显示 "All 38",实际 skill 项目只有 13 个
  • 根因:locale 文件有 30 个旧细粒度条目(longbridge-quotelongbridge-depth 等),skills.json 已更新为 13 个新聚合 skill,其中 8 个不在 locale 里被 augmentLocale 自动追加 → 30 + 8 = 38
  • 修复:将三个 locale 文件(en / zh-CN / zh-HK)全部替换为 13 个新 skill 条目,与 skills.json 完全对齐

Changes

  • skill-catalog/en/index.ts — 30 → 13 个条目,映射新聚合 skill
  • skill-catalog/zh-CN/index.ts — 同步简体中文
  • skill-catalog/zh-HK/index.ts — 同步繁体中文
  • 移除已无 skill 使用的 trade 分类

Test plan

  • 访问 Skill 页面,确认 All 显示 13
  • 切换三种语言,确认数量和卡片内容正常
  • 确认分类 tab(Market / Research / Derivatives / Discovery / Portfolio / Platform)均正常

🤖 Generated with Claude Code

hogan-yuan and others added 2 commits June 9, 2026 14:04
Replace the 30 stale fine-grained skill entries (longbridge-quote,
longbridge-depth, etc.) with the 13 new aggregated skills that
reflect the current state of the longbridge-skills project.

Before: locale had 30 old entries + 8 auto-added from skills.json = All 38
After:  locale has 13 entries that match skills.json exactly = All 13

Also removes the unused `trade` category from catLabels.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@hogan-yuan hogan-yuan merged commit 737dfa1 into main Jun 10, 2026
2 checks passed
@hogan-yuan hogan-yuan deleted the fix/skill-catalog-count branch June 10, 2026 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant