Cleans up the warnings flagged by the Obsidian community plugin automated review. The plugin already passed in 0.5.1; this just clears the warning list.
Changes
- Removed
builtin-modulespackage — replaced with Node'smodule.builtinModules. - Pinned all dependency versions exactly (no
^/~ranges). - Committed
package-lock.jsonso the automated review can verify the bundle. - Replaced 7 of 8
!importantCSS rules with.claude-native-rootspecificity. - Dropped the
:has()selector for the diff line-border indicator (perf warning). - Refreshed the top README screenshot showing the new Modern Sharp picker with multi-provider tabs and reasoning-effort selector.
No functional changes.