You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ Two additional zero-config flows ship as separate modules: **Easy Cloud** for on
175
175
-**Unsaved indicators**— Visual dot on tabs with pending changes
176
176
-**5 editor themes**— Auto (system, follows OS dark/light preference), Dark, Light, Catppuccin Mocha, OLED
177
177
-**Status bar**— Line count and cursor position display
178
-
-**IntelliSense**— Autocomplete for GM API functions and `@metadata` directives
178
+
-**IntelliSense**— Autocomplete for GM API functions and `@metadata` directives, backed by generated ScriptVault GM declarations in the Monaco sandbox
Copy file name to clipboardExpand all lines: ROADMAP.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -298,13 +298,6 @@ _(All Now-tier items are credential/compliance blocked — see `Roadmap_Blocked.
298
298
-**Deliverable:** Partition ScriptStorage, ScriptValues, and BackupScheduler into separate storage buckets. Measure write throughput for libraries >500 scripts. Fall back to single-bucket on browsers that don't support the Storage Buckets API.
299
299
-**Acceptance:**`navigator.storageBuckets` feature-detected. Backup restore and sync merge still work after partitioning. Large-library perf harness shows improvement.
300
300
301
-
### RD-11. Monaco v0.55+ Upgrade for LSP Namespace
302
-
-**Tier:** Under Consideration | **Priority:** P3 | **Impact:** 3 | **Effort:** M
-**Problem:** ScriptVault ships Monaco v0.52.2. v0.55+ adds a native LSP namespace that could improve userscript IntelliSense beyond the current autocomplete (GM API completions, @metadata directive completions). v0.55 also renamed `EditorAutoClosingOvertypeStrategy` to `EditorAutoClosingEditStrategy`.
305
-
-**Deliverable:** Evaluate: does the LSP namespace enable richer userscript editing (e.g., type-aware GM API completions from `lib/scriptvault.d.ts`)? If yes, upgrade Monaco, update ESM build budget, and verify sandbox CSP compatibility. If no, defer until a compelling reason appears.
306
-
-**Risk:** Breaking API changes in v0.55. ESM bundle size may grow. Requires separate dependency-budget and browser-proof cycle.
0 commit comments