merge: integrate upstream main with local Makelore changes

This commit is contained in:
inman
2026-08-31 10:55:48 +08:00
128 changed files with 8278 additions and 3030 deletions

View File

@@ -29,7 +29,7 @@ describe('skill display metadata', () => {
const display = getSkillDisplayInfo('repo-audit');
expect(display).toEqual({
name: '自定义技能',
description: '用于扩展伙伴能力的自定义工具。',
description: '用于扩展智能体工作能力的自定义技能。',
});
expect(`${display.name}${display.description}`).not.toContain('repo-audit');
});