diff --git a/scripts/check-native-shells.mjs b/scripts/check-native-shells.mjs index 423154400..2e4fd3631 100644 --- a/scripts/check-native-shells.mjs +++ b/scripts/check-native-shells.mjs @@ -42,6 +42,14 @@ const aiGameCreatorProjectDevelopmentSource = fs.readFileSync( 'apps/ai-game-creator-shell/src/view/project-development/index.tsx', 'utf8', ); +const aiGameCreatorLocalGamePreviewFrameSource = fs.readFileSync( + 'apps/ai-game-creator-shell/src/features/project-workspace/LocalGamePreviewFrame.tsx', + 'utf8', +); +const aiGameCreatorSupervisorChatOnlyViewSource = fs.readFileSync( + 'apps/ai-game-creator-shell/src/features/project-workspace/SupervisorChatOnlyView.tsx', + 'utf8', +); const aiGameCreatorPreviewRustSource = fs.readFileSync( 'apps/ai-game-creator-shell/src-tauri/src/preview.rs', 'utf8', @@ -2409,20 +2417,38 @@ function assertAiGameCreatorShellUserDevBoundary() { } const clientPreviewFrameCount = [ - ...aiGameCreatorProjectDevelopmentSource.matchAll(/