From 2a572117b6e43a743ad57dde6450b482c5aa491f Mon Sep 17 00:00:00 2001 From: marcusquinn <6428977+marcusquinn@users.noreply.github.com> Date: Mon, 9 Feb 2026 01:59:42 +0000 Subject: [PATCH] fix: remove agent: Onboarding from /onboarding command frontmatter The /onboarding command had 'agent: Onboarding' in its YAML frontmatter, causing OpenCode to try switching to the Onboarding agent on first run. Since generate-opencode-agents.sh hasn't run yet on fresh installs, the Onboarding agent doesn't exist, producing 'Agent not found' errors. Remove the agent directive so /onboarding runs on the current default agent (Build+), which is always available. --- .agents/scripts/generate-opencode-commands.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.agents/scripts/generate-opencode-commands.sh b/.agents/scripts/generate-opencode-commands.sh index 5969301ab..6b2ab83ca 100755 --- a/.agents/scripts/generate-opencode-commands.sh +++ b/.agents/scripts/generate-opencode-commands.sh @@ -1015,7 +1015,6 @@ echo -e " ${GREEN}✓${NC} Created /webmaster-keywords command" cat > "$OPENCODE_COMMAND_DIR/onboarding.md" << 'EOF' --- description: Interactive onboarding wizard - discover services, configure integrations -agent: Onboarding --- Read ~/.aidevops/agents/aidevops/onboarding.md and follow its instructions.