fix(plugins): make official plugins project-wide

This commit is contained in:
2026-09-05 13:19:13 +08:00
parent 5e0a091955
commit e0de7aa28c
6 changed files with 121 additions and 17 deletions

View File

@@ -257,7 +257,7 @@ describe('buildPluginWorkspaceProjection', () => {
channel: 'stable',
},
},
})).toEqual(['disable_project', 'open_agent_assignment', 'open_settings']);
})).toEqual(['disable_project', 'open_settings']);
});
it('keeps bundled and downloadable official command sets inside their delivery boundaries', () => {
@@ -298,9 +298,7 @@ describe('buildPluginWorkspaceProjection', () => {
library: { ...library, items: [bundledLibrary] },
marketplaceInstallations: {},
project: bundledProject,
})).toEqual(pluginId === 'makelore.project-scaffold'
? ['remove_from_library', 'enable_project']
: ['remove_from_library', 'enable_project', 'open_agent_assignment']);
})).toEqual(['remove_from_library', 'enable_project']);
}
expect(commandKinds({ marketplaceInstallations: {} })).toEqual([