From cf04897694b372d2f8355c8df1910f6ecd59787c Mon Sep 17 00:00:00 2001 From: Erik Date: Sun, 6 Sep 2026 19:47:53 +0200 Subject: [PATCH] docs(vt): the UtilityBelt gitlab.io repo is the full plugin source; cloned locally Co-Authored-By: Claude Fable 5.1 --- docs/plans/2026-09-06-campaign-vt-vtank-oracle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plans/2026-09-06-campaign-vt-vtank-oracle.md b/docs/plans/2026-09-06-campaign-vt-vtank-oracle.md index 1b35155c..ea9c3017 100644 --- a/docs/plans/2026-09-06-campaign-vt-vtank-oracle.md +++ b/docs/plans/2026-09-06-campaign-vt-vtank-oracle.md @@ -34,7 +34,7 @@ PowerShell reflection. | `refs/vtank/uTank2.Resources.defaultsettings.usd` (+ `defaultsettingstemplate.usd`, `defaultinfodb.ugd`, `defaultitemagedb.ugd`, `CustomIcons.RES`, `dc.xml`) | Default profile (the 137 options), templates, databases. | | `refs/vvs/decompiled/` + `refs/vvs/resources/` | VirindiViewService: control semantics (`HudList`, `HudCombo`, `HudTabView`…), themes (`Float_Theme.cs` is the default when the registry names none; `Decal_Theme.cs` is the retail-textured one), theme images. Reference only. | | `refs/vtank-classiclooter/decompiled/` | 53 `.cs`, real names: `LootCore`, `cLootItemRule`, `UTLBlock_*`, `UTLFileExtraBlockManager`, `ComputedItemInfo`, `GameInfo`. | -| Open source (owner-supplied references, 2026-09-06) | UtilityBelt: plugin source `https://gitlab.com/utilitybelt/utilitybelt` (grammar `UtilityBelt/Lib/Expressions/MetaExpressions.g4`), docs site source `git@gitlab.com:utilitybelt/utilitybelt.gitlab.io.git` (the expressions/commands documentation), local `C:\Users\erikn\source\repos\utilitybelt.service`. Mag-Tools: `https://github.com/Mag-nus/Mag-Plugins/tree/master/Mag-Tools`, local `C:\Users\erikn\source\repos\Mag-Plugins`. Read as source, never decompiled. | +| Open source (owner-supplied references, 2026-09-06) | UtilityBelt: `git@gitlab.com:utilitybelt/utilitybelt.gitlab.io.git` — holds the full plugin source (`UtilityBelt.sln`, `UtilityBelt/Lib/Expressions/` incl. the `MetaExpressions.g4` grammar); cloned to `C:\Users\erikn\source\repos\utilitybelt.gitlab.io` (older clone `utilitybelt.service`). Mag-Tools: `https://github.com/Mag-nus/Mag-Plugins/tree/master/Mag-Tools`, local `C:\Users\erikn\source\repos\Mag-Plugins`. Read as source, never decompiled. | Rules for using it: cite `file:line` in the catalog and in code comments; never paste decompiled code into the repo; behavior is re-implemented in our own