From 48b522598649abda96ef9034beddef33d577f9a7 Mon Sep 17 00:00:00 2001 From: Michael Sitarzewski Date: Sun, 21 Jun 2026 15:48:15 -0500 Subject: [PATCH] docs(install): list OSAURUS_SKILLS_DIR in the Env override header (#604) resolve_dest honors OSAURUS_SKILLS_DIR but the header's Env: line omitted it. One-line doc add for completeness. Follow-up to #603. Co-authored-by: Claude Opus 4.8 (1M context) --- scripts/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 38b1908d..62c2e07c 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -47,7 +47,8 @@ # --help Show this help # # Env: CLAUDE_CONFIG_DIR, COPILOT_AGENT_DIR, CURSOR_RULES_DIR, GEMINI_AGENTS_DIR, -# OPENCODE_AGENTS_DIR, OPENCLAW_DIR, QWEN_AGENTS_DIR, CODEX_AGENTS_DIR +# OPENCODE_AGENTS_DIR, OPENCLAW_DIR, QWEN_AGENTS_DIR, CODEX_AGENTS_DIR, +# OSAURUS_SKILLS_DIR # override default install paths (checked before hardcoded defaults). # # --- USAGE-END --- (sentinel for usage(); do not remove)