From 14cd42972c5fe35d0fefcb414ea0d2d5fb345337 Mon Sep 17 00:00:00 2001 From: Michael Sitarzewski Date: Sun, 15 Mar 2026 15:31:22 -0500 Subject: [PATCH] Add academic division to convert.sh and install.sh directory loops Co-Authored-By: Claude Opus 4.6 (1M context) --- scripts/convert.sh | 2 +- scripts/install.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/convert.sh b/scripts/convert.sh index f2d5c5b..27d2f66 100755 --- a/scripts/convert.sh +++ b/scripts/convert.sh @@ -61,7 +61,7 @@ OUT_DIR="$REPO_ROOT/integrations" TODAY="$(date +%Y-%m-%d)" AGENT_DIRS=( - design engineering game-development marketing paid-media sales product project-management + academic design engineering game-development marketing paid-media sales product project-management testing support spatial-computing specialized ) diff --git a/scripts/install.sh b/scripts/install.sh index cbe22da..9bc4f1d 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -298,7 +298,7 @@ install_claude_code() { local count=0 mkdir -p "$dest" local dir f first_line - for dir in design engineering game-development marketing paid-media sales product project-management \ + for dir in academic design engineering game-development marketing paid-media sales product project-management \ testing support spatial-computing specialized; do [[ -d "$REPO_ROOT/$dir" ]] || continue while IFS= read -r -d '' f; do @@ -317,7 +317,7 @@ install_copilot() { local count=0 mkdir -p "$dest_github" "$dest_copilot" local dir f first_line - for dir in design engineering game-development marketing paid-media sales product project-management \ + for dir in academic design engineering game-development marketing paid-media sales product project-management \ testing support spatial-computing specialized; do [[ -d "$REPO_ROOT/$dir" ]] || continue while IFS= read -r -d '' f; do