Summary
Finish IntelliJ plugin hardening and verification for modern Kotlin/K2 sandbox paths.
Why
Packaging succeeds, but sandbox verification is still partially bypassed. That means the plugin can build without yet proving the compatibility path that matters for real IDE startup and release confidence.
Scope
- Add the required Kotlin plugin-mode compatibility metadata or equivalent configuration
- Re-enable
buildSearchableOptions
- Verify sandbox startup on the intended IntelliJ/Kotlin versions
- Capture any remaining plugin verifier or packaging constraints in docs/tests
Done when
backend-intellij passes the sandbox verification path without disabling buildSearchableOptions
- Runtime compatibility for the target IDE/Kotlin mode is proven, not assumed
References
backend-intellij/build.gradle.kts
backend-intellij/src/main/resources/META-INF/plugin.xml
docs/remaining-work.md
Summary
Finish IntelliJ plugin hardening and verification for modern Kotlin/K2 sandbox paths.
Why
Packaging succeeds, but sandbox verification is still partially bypassed. That means the plugin can build without yet proving the compatibility path that matters for real IDE startup and release confidence.
Scope
buildSearchableOptionsDone when
backend-intellijpasses the sandbox verification path without disablingbuildSearchableOptionsReferences
backend-intellij/build.gradle.ktsbackend-intellij/src/main/resources/META-INF/plugin.xmldocs/remaining-work.md