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
- Changed `<base href="../../GameFoundryStudio/">` to `<base href="/GameFoundryStudio/">`.
9
+
- Renamed visible page title and header text from `AI Assistant` to `Tool Template`.
10
+
- Replaced AI Assistant-specific visible copy with reusable Toolbox tool template copy.
11
+
- Preserved the existing left/center/right workspace structure.
12
+
- Preserved the existing ToolDisplayMode host element and behavior.
13
+
- Did not add or modify CSS.
14
+
- Did not change functionality.
15
+
16
+
## Text Updates
17
+
18
+
-`<title>` is now `Tool Template - Game Foundry Studio`.
19
+
- Page kicker is now `Toolbox Template`.
20
+
- Page heading is now `Tool Template`.
21
+
- Lede now describes the page as a reusable Toolbox tool template.
22
+
- Setup, Workspace, and Output panel copy now describe reusable template areas.
23
+
24
+
## Path Updates
25
+
26
+
-`tools/_templates-v2/index.html`: `<base href="../../GameFoundryStudio/">` changed to `<base href="/GameFoundryStudio/">`.
27
+
- The final base path keeps existing relative CSS, JS, image, and partial references resolving under `/GameFoundryStudio/assets/...` when the repo root is served by a local dev server.
28
+
29
+
## Intentional Non-Changes
30
+
31
+
-`data-tool-slug="ai-assistant"` and `data-tool-icon-src="assets/images/badges/ai-assistant.png"` were left unchanged because they are non-visible ToolDisplayMode asset hooks and no generic template badge or character asset exists in the shared image folders. Changing the slug would point ToolDisplayMode at missing template images.
<title>Tool Template - Game Foundry Studio</title>
9
+
<metaname="description" content="Reusable Toolbox tool template with Theme V2 navigation, a left/center/right workspace, and a ToolDisplayMode host area.">
0 commit comments