refactor(flags): route event system through runtime flags (#27323)

This commit is contained in:
Shoubhit Dash 2026-05-13 17:44:09 +05:30 committed by GitHub
commit f13fc5a8a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 80 additions and 46 deletions

View file

@ -33,6 +33,7 @@ describe("RuntimeFlags", () => {
expect(flags.experimentalScout).toBe(true)
expect(flags.experimentalLspTool).toBe(true)
expect(flags.experimentalPlanMode).toBe(true)
expect(flags.experimentalEventSystem).toBe(true)
expect(flags.client).toBe("desktop")
}),
)