Where
docs/superpowers/plans/2026-05-23-gitmarks-chrome-native-tree-integration.md (plan), packages/extension-chrome/package.json (@crxjs/vite-plugin@^2.0.0-beta.28).
What
The plan and prose docs describe @crxjs/vite-plugin as a "beta". In practice the version range ^2.0.0-beta.28 resolved to the stable 2.4.0 release. The text is now slightly misleading.
Fix
Either bump the range to ^2.4.0 to make the stable target explicit, OR amend the prose that mentions "beta". Single-line change either way.
Tracked from
Final Opus review of feat/chrome-native-tree-integration.
Where
docs/superpowers/plans/2026-05-23-gitmarks-chrome-native-tree-integration.md(plan),packages/extension-chrome/package.json(@crxjs/vite-plugin@^2.0.0-beta.28).What
The plan and prose docs describe
@crxjs/vite-pluginas a "beta". In practice the version range^2.0.0-beta.28resolved to the stable2.4.0release. The text is now slightly misleading.Fix
Either bump the range to
^2.4.0to make the stable target explicit, OR amend the prose that mentions "beta". Single-line change either way.Tracked from
Final Opus review of
feat/chrome-native-tree-integration.