Add academic division to convert.sh and install.sh directory loops
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -61,7 +61,7 @@ OUT_DIR="$REPO_ROOT/integrations"
|
|||||||
TODAY="$(date +%Y-%m-%d)"
|
TODAY="$(date +%Y-%m-%d)"
|
||||||
|
|
||||||
AGENT_DIRS=(
|
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
|
testing support spatial-computing specialized
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -298,7 +298,7 @@ install_claude_code() {
|
|||||||
local count=0
|
local count=0
|
||||||
mkdir -p "$dest"
|
mkdir -p "$dest"
|
||||||
local dir f first_line
|
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
|
testing support spatial-computing specialized; do
|
||||||
[[ -d "$REPO_ROOT/$dir" ]] || continue
|
[[ -d "$REPO_ROOT/$dir" ]] || continue
|
||||||
while IFS= read -r -d '' f; do
|
while IFS= read -r -d '' f; do
|
||||||
@@ -317,7 +317,7 @@ install_copilot() {
|
|||||||
local count=0
|
local count=0
|
||||||
mkdir -p "$dest_github" "$dest_copilot"
|
mkdir -p "$dest_github" "$dest_copilot"
|
||||||
local dir f first_line
|
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
|
testing support spatial-computing specialized; do
|
||||||
[[ -d "$REPO_ROOT/$dir" ]] || continue
|
[[ -d "$REPO_ROOT/$dir" ]] || continue
|
||||||
while IFS= read -r -d '' f; do
|
while IFS= read -r -d '' f; do
|
||||||
|
|||||||
Reference in New Issue
Block a user