feat(sdk): add plugin activationScope (app/project)

Manifests can now declare activationScope to defer activation until a
project is focused, instead of always activating at app bootstrap.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-03 14:43:23 +02:00
parent 6bca9cc4c0
commit e509e796b4
3 changed files with 25 additions and 0 deletions

View File

@ -1,4 +1,5 @@
export type {
IdeAPluginActivationScope,
IdeAPluginCapability,
IdeAPluginManifest,
IdeAPluginEngineConstraints,