-
Notifications
You must be signed in to change notification settings - Fork 429
[Feature] 建立一级分类(Category)体系与发现入口 #430
Copy link
Copy link
Open
Labels
effort/l大改动或高风险改动,需要 maintainer 负责 / Large or risky change requiring maintainer ownership.大改动或高风险改动,需要 maintainer 负责 / Large or risky change requiring maintainer ownership.enhancementNew feature or requestNew feature or requestpriority/p3低优先级 / Low priority triage bucket.低优先级 / Low priority triage bucket.triage/deferred暂留 backlog,由自动化定期重新评分 / Issue stays in backlog and is rescored by automation.暂留 backlog,由自动化定期重新评分 / Issue stays in backlog and is rescored by automation.
Metadata
Metadata
Assignees
Labels
effort/l大改动或高风险改动,需要 maintainer 负责 / Large or risky change requiring maintainer ownership.大改动或高风险改动,需要 maintainer 负责 / Large or risky change requiring maintainer ownership.enhancementNew feature or requestNew feature or requestpriority/p3低优先级 / Low priority triage bucket.低优先级 / Low priority triage bucket.triage/deferred暂留 backlog,由自动化定期重新评分 / Issue stays in backlog and is rescored by automation.暂留 backlog,由自动化定期重新评分 / Issue stays in backlog and is rescored by automation.
Problem
协议文档提到了 x-astron-category,但目前它在数据模型和 UI 中尚未成为一等公民,不利于技能规模增长后的分类发现。
Proposed Solution
在后端引入受控的 Category 实体或配置化的 Slug 列表。
增强 SkillMetadataParser,将 x-astron-category 映射为技能的属性并支持索引。
在 Web 端增加“按分类浏览”功能(侧边栏或平铺卡片),并在搜索结果中支持 category:xxx 语法过滤。
Alternatives Considered
No response
Impact
No response
Contract Or SDK Impact
No response