File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ REPO_URL="https://github.com/the-perfect-developer/the-perfect-opencode"
2525TEMP_DIR=" /tmp/the-perfect-opencode-$$ "
2626
2727# Arrays to store selected items
28- declare -a SELECTED_AGENTS
29- declare -a SELECTED_SKILLS
30- declare -a SELECTED_COMMANDS
28+ declare -a SELECTED_AGENTS=()
29+ declare -a SELECTED_SKILLS=()
30+ declare -a SELECTED_COMMANDS=()
3131
3232# Arrays to record items actually installed in this run
33- declare -a INSTALLED_AGENTS
34- declare -a INSTALLED_SKILLS
35- declare -a INSTALLED_COMMANDS
33+ declare -a INSTALLED_AGENTS=()
34+ declare -a INSTALLED_SKILLS=()
35+ declare -a INSTALLED_COMMANDS=()
3636
3737# Core items that are always installed (bare minimum requirements)
3838CORE_AGENTS=(" code-analyst" " database-architect" " developer-fast" " developer-prime" " devops-engineer" " orchestrix" " performance-engineer" " principal-architect" " security-expert" " solution-architect" " test-engineer" " ui-ux-designer" )
You can’t perform that action at this time.
0 commit comments