From ea0b2b8a0ba78b7252cfa96a50d2de556af56541 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 8 Sep 2026 22:53:21 +0000 Subject: [PATCH 1/2] Initial plan From a4b78cc3933de5492fe85cb5b4ad7cfd94d518a1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 8 Sep 2026 23:09:59 +0000 Subject: [PATCH 2/2] docs: clarify Grok Build AGENTS discovery notes Co-authored-by: groupthinking <154503486+groupthinking@users.noreply.github.com> --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 8d8a00b36..5be7e6b2d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,6 +1,6 @@ # UVAI▶ — Agent Instructions -Grok Build (`grok --cwd `) appends this file to the system prompt. +Grok Build (`grok --cwd `) appends this file to the system prompt; keep locked UVAI facts here. This is the live UVAI product repo (`uvai.io`, Vercel project `v0-uvai`). **Do not invent prices, catalog SKUs, or stack.** If a fact is not locked here, look it up in the repo or leave it unset. @@ -83,7 +83,7 @@ UVAI▶ - **Skills:** auto-discovered from `.grok/skills/` (repo or cwd). Extra `[skills] paths` belong in `~/.grok/config.toml`, not project config. - **Project `.grok/config.toml`:** official docs honor **`[mcp_servers]` only** here. Do not add one unless sharing MCP servers. This repo has no committed project MCP config. - **Existing Claude skills** in `.claude/skills/` load via Grok’s Claude compatibility. Do not duplicate them under `.grok/skills/` unless a Grok-native override is required. -- **Workflows:** `.grok/workflows/*.rhai` (already present). Treat as automation, not product lineage. +- **Workflows:** auto-discovered from `.grok/workflows/*.rhai` (already present). Treat as automation, not product lineage. - Confirm what loaded: `grok inspect --cwd `. ## Repo conventions