完善客户端模块与工作区能力
Some checks failed
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled

This commit is contained in:
inman
2026-08-13 19:45:30 +08:00
parent 0148b91a15
commit 22add3f01f
97 changed files with 4756 additions and 3226 deletions

View File

@@ -21,6 +21,12 @@ export interface EnsureBundledCourseSkillsOptions {
export const BUNDLED_COURSE_SKILL_IDS = [
'agent-browser',
] as const;
const RETIRED_COURSE_SKILL_IDS = [
'course-stage-review',
'student-growth-logger',
'ai-video-creation-skill',
'deploy-publish-check',
'designer-design-spec',
'dev-build-test',
'game-assets',
@@ -30,13 +36,8 @@ export const BUNDLED_COURSE_SKILL_IDS = [
'pm-project-plan',
'product-demo-prototype',
'ui-ux-course-quality',
'youth-plain-language',
'youth-ai-product-course',
] as const;
const RETIRED_COURSE_SKILL_IDS = [
'course-stage-review',
'deploy-publish-check',
'student-growth-logger',
'youth-plain-language',
] as const;
const LEGACY_SUPERPOWERS_ARTIFACTS = [
'plugins/superpowers-niancode.js',