docs(scripting): Monaco script-editor guide + refresh Scripts page banner

This commit is contained in:
Joseph Doherty
2026-06-09 15:50:49 -04:00
parent 72fcde5b44
commit 4d12088fa2
4 changed files with 365 additions and 3 deletions
@@ -18,9 +18,9 @@
else
{
<section class="panel notice rise" style="animation-delay:.02s">
Scripts are fleet-wide expression compilations referenced by virtual tags and scripted
alarms. The default language is C#; expansion of the editor (Monaco syntax, dependency
introspection) lands in Phase D.2.
Scripts are fleet-wide C# expression compilations referenced by virtual tags and scripted
alarms. The editor provides Roslyn-backed IntelliSense — completions, diagnostics, hover,
and tag-path suggestions for <code>ctx.GetTag</code> / <code>ctx.SetVirtualTag</code> literals.
</section>
<section class="panel rise mt-3" style="animation-delay:.08s">