🌐 chore: translate non-English comments to English in agent-skills-identifiers (#15137)

Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
LobeHub Bot
2026-05-23 12:42:23 +08:00
committed by GitHub
parent 36cc836f2b
commit 7eee016abe
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
export const SKILL_DRAG_MIME = 'application/x-lobe-skill';
/**
* Identifier prefix for agent-document skill bundles ("智能体 Skills" —
* Identifier prefix for agent-document skill bundles ("Agent Skills" —
* `agent_document` rows with `isSkillBundle=true`). Mirrors the unified VFS
* skill namespace `./lobe/skills/agent/skills/<name>` flattened to a single
* token, so we can tell these apart from builtin / DB skill names anywhere an
@@ -1,6 +1,6 @@
/**
* Lightweight registry entry for an agent-document skill bundle (the "智能体
* Skills" group, sourced from the `agent_document` table).
* Lightweight registry entry for an agent-document skill bundle (the "Agent Skills"
* group, sourced from the `agent_document` table).
*
* Distinct from the user/market `SkillListItem` shape because these skills are
* per-agent and don't carry a full `SkillManifest`. The slash menu, drag chip,