feat: add bundled OpenCode skills and refine module flow
This commit is contained in:
@@ -2,7 +2,12 @@ import { describe, expect, it } from 'vitest';
|
||||
import { BUNDLED_COURSE_SKILL_IDS } from '@electron/opencode/course-skills';
|
||||
|
||||
describe('bundled Skill allowlist', () => {
|
||||
it('keeps only the explicitly retained Agent Browser Skill', () => {
|
||||
expect([...BUNDLED_COURSE_SKILL_IDS]).toEqual(['agent-browser']);
|
||||
it('keeps only the explicitly retained project Skills', () => {
|
||||
expect([...BUNDLED_COURSE_SKILL_IDS]).toEqual([
|
||||
'agent-browser',
|
||||
'frontend-slides',
|
||||
'grilling',
|
||||
'planning-with-files',
|
||||
]);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user