收敛客户端静态发布链路

This commit is contained in:
2026-08-10 17:04:29 +08:00
parent 2e737dee31
commit 4df047708b
37 changed files with 604 additions and 3071 deletions

View File

@@ -35,7 +35,6 @@ const SUPERPOWERS_BUNDLES_DIR = 'superpowers-bundles';
const SUPERPOWERS_ACTIVE_MANIFEST = 'superpowers-active.json';
export const BUNDLED_COURSE_SKILL_IDS = [
'agent-browser',
'deploy-publish-check',
'designer-design-spec',
'dev-build-test',
'game-assets',
@@ -48,7 +47,11 @@ export const BUNDLED_COURSE_SKILL_IDS = [
'youth-plain-language',
'youth-ai-product-course',
] as const;
const RETIRED_COURSE_SKILL_IDS = ['course-stage-review', 'student-growth-logger'] as const;
const RETIRED_COURSE_SKILL_IDS = [
'course-stage-review',
'deploy-publish-check',
'student-growth-logger',
] as const;
export function resolveBundledSuperpowersDir(input: BundledSuperpowersPathInput): string {
const resourcesDir = input.isPackaged