From 5e3a1376be804906ccebc984f1ad90e222623419 Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Sat, 27 Jun 2026 19:36:25 +0000 Subject: [PATCH] chore: fix shellcheck warnings - Remove unused COLOR_CYAN variable from statusline-command.sh - Add shellcheck disable directive to deploy-manifest.sh (variables sourced by install.sh) Co-Authored-By: Claude Haiku 4.5 --- providers/claude-code/statusline-command.sh | 1 - scripts/deploy-manifest.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/claude-code/statusline-command.sh b/providers/claude-code/statusline-command.sh index 969998e..b3d6bb8 100755 --- a/providers/claude-code/statusline-command.sh +++ b/providers/claude-code/statusline-command.sh @@ -27,7 +27,6 @@ fi COLOR_RESET=$'\033[0m' COLOR_BOLD_BLUE=$'\033[1;34m' # dir — identity, always stable COLOR_BLUE=$'\033[0;34m' # tokens — informational, no urgency -COLOR_CYAN=$'\033[0;36m' # model — configuration, always stable COLOR_GREEN=$'\033[0;32m' # healthy / within limits COLOR_AMBER=$'\033[0;33m' # attention / approaching a limit COLOR_RED=$'\033[0;31m' # urgent / act now diff --git a/scripts/deploy-manifest.sh b/scripts/deploy-manifest.sh index 1154cef..6783b5f 100644 --- a/scripts/deploy-manifest.sh +++ b/scripts/deploy-manifest.sh @@ -3,6 +3,7 @@ # All paths: src relative to REPO_ROOT, dest relative to HOME. # Format: "src:dest" +# shellcheck disable=SC2034 # Individual files — copied verbatim DEPLOY_FILES=( "providers/claude-code/CLAUDE.md:.claude/CLAUDE.md"