From da36bb8d01bcefe323788290b4a72d6b68f52a8c Mon Sep 17 00:00:00 2001 From: mkorwel Date: Wed, 18 Mar 2026 23:11:21 -0700 Subject: [PATCH] docs(workspaces): add npx tsx constraint to SKILL.md --- .gemini/skills/workspaces/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.gemini/skills/workspaces/SKILL.md b/.gemini/skills/workspaces/SKILL.md index 500b266c8b..fcf7dae2a6 100644 --- a/.gemini/skills/workspaces/SKILL.md +++ b/.gemini/skills/workspaces/SKILL.md @@ -30,5 +30,6 @@ This skill enables the agent to utilize **Gemini Workspaces**—a high-performan ## ⚠️ Important Constraints - **Absolute Paths**: Always use absolute paths (e.g., `/mnt/disks/data/...`) when orchestrating remote commands. +- **npx tsx**: When running scripts manually from the skill directory, always prefix with `npx tsx` to ensure dependencies are available. - **Be Behavioral**: Prioritize results from live execution (behavioral proofs) over static reading. - **Multi-tasking**: Remind the user they can continue chatting in the main window while the heavy workspace task runs in the separate terminal window.