feat: add bundled OpenCode skills and refine module flow
This commit is contained in:
@@ -7,6 +7,18 @@ describe('skill display metadata', () => {
|
||||
name: '开发浏览器',
|
||||
description: '打开、查看或调试本地及公网网页,读取 Console、Network、DOM 和样式信息。',
|
||||
});
|
||||
expect(getSkillDisplayInfo('frontend-slides')).toEqual({
|
||||
name: '项目演示',
|
||||
description: '把项目内容整理成可播放的 16:9 HTML 幻灯片,不生成 PPTX 或云端发布。',
|
||||
});
|
||||
expect(getSkillDisplayInfo('grilling')).toEqual({
|
||||
name: '方案质询',
|
||||
description: '在重要工作开始前逐项澄清目标、范围和关键取舍,确认后再执行。',
|
||||
});
|
||||
expect(getSkillDisplayInfo('planning-with-files')).toEqual({
|
||||
name: '项目规划',
|
||||
description: '为复杂任务维护可恢复的计划、发现和进展,记录在项目的 .niancode/agent-planning/ 中。',
|
||||
});
|
||||
});
|
||||
|
||||
it('does not expose an unknown external runtime id', () => {
|
||||
|
||||
Reference in New Issue
Block a user