From e9ef0b0ce8002f3a8ef270f1caf8c2536322f181 Mon Sep 17 00:00:00 2001 From: stateofshit Date: Wed, 29 Jul 2026 16:34:15 +0000 Subject: [PATCH] tools: add YAML frontmatter to all tool docs --- 000-configs/tools/GH_CLI_INSTRUCTIONS.md | 10 ++++++++++ 000-configs/tools/PLAYWRIGHT_BROWSER_INSTRUCTIONS.md | 10 ++++++++++ 000-configs/tools/README.md | 10 ++++++++++ 000-configs/tools/VITE_PREVIEW_INSTRUCTIONS.md | 10 ++++++++++ 4 files changed, 40 insertions(+) diff --git a/000-configs/tools/GH_CLI_INSTRUCTIONS.md b/000-configs/tools/GH_CLI_INSTRUCTIONS.md index 1764a57..58e3cc1 100644 --- a/000-configs/tools/GH_CLI_INSTRUCTIONS.md +++ b/000-configs/tools/GH_CLI_INSTRUCTIONS.md @@ -1,3 +1,13 @@ +--- +title: "GitHub CLI (gh)" +status: "active" +folder: "000-configs/tools" +tags: [tool, cli, github, gh] +created: "2026-07-29" +updated: "2026-07-29" +version: "1.0.0" +--- + # GitHub CLI (gh) Instructions for Open WebUI Models `gh` is the GitHub CLI — v2.96.0, fully installed and authenticated as **`stateofshit`**. diff --git a/000-configs/tools/PLAYWRIGHT_BROWSER_INSTRUCTIONS.md b/000-configs/tools/PLAYWRIGHT_BROWSER_INSTRUCTIONS.md index fe408e3..e45aa74 100644 --- a/000-configs/tools/PLAYWRIGHT_BROWSER_INSTRUCTIONS.md +++ b/000-configs/tools/PLAYWRIGHT_BROWSER_INSTRUCTIONS.md @@ -1,3 +1,13 @@ +--- +title: "Playwright Browser" +status: "active" +folder: "000-configs/tools" +tags: [tool, browser, automation, playwright] +created: "2026-07-29" +updated: "2026-07-29" +version: "1.0.0" +--- + # Playwright Browser Instructions for Open WebUI Coding AI Use Playwright when the user asks you to inspect, test, debug, screenshot, or interact with a real webpage or web app. diff --git a/000-configs/tools/README.md b/000-configs/tools/README.md index 5835534..32cac7b 100644 --- a/000-configs/tools/README.md +++ b/000-configs/tools/README.md @@ -1,3 +1,13 @@ +--- +title: "Tools" +status: "active" +folder: "000-configs/tools" +tags: [readme, tools] +created: "2026-07-29" +updated: "2026-07-29" +version: "1.0.0" +--- + # Tools Tool docs — CLI references, browser automation, frameworks, anything with a CLI or API. diff --git a/000-configs/tools/VITE_PREVIEW_INSTRUCTIONS.md b/000-configs/tools/VITE_PREVIEW_INSTRUCTIONS.md index 5b88585..c57c447 100644 --- a/000-configs/tools/VITE_PREVIEW_INSTRUCTIONS.md +++ b/000-configs/tools/VITE_PREVIEW_INSTRUCTIONS.md @@ -1,3 +1,13 @@ +--- +title: "Vite Preview Server" +status: "active" +folder: "000-configs/tools" +tags: [tool, vite, preview, dev-server] +created: "2026-07-29" +updated: "2026-07-29" +version: "1.0.0" +--- + # Vite Preview Instructions for Open WebUI Coding AI Use this when the user asks to make a Vite/React app live, visible, public, previewable, or available at the preview URL.