feat(scum): remove fake management surfaces

This commit is contained in:
npc0-hue
2026-08-11 12:30:45 +08:00
parent 9184f83480
commit e5d26e5420
15 changed files with 120 additions and 333 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ describe("first-party console pages", () => {
expect(html).not.toContain("操作历史");
});
it("routes SCUM operations through typed plugin workflow surfaces", () => {
it("routes SCUM management through plugin pages and the AI assistant", () => {
expect(serverDetailPageSource).toContain("PluginPageHostPage");
expect(serverDetailPageSource).toContain("plugin:${page.key}");
expect(serverDetailPageSource).toContain("section === \"llm\"");