Let's switch to proper prompts

This commit is contained in:
den (work)
2025-10-21 13:17:48 -07:00
parent 317ae4dad9
commit dbd1437aea
12 changed files with 20 additions and 9 deletions

View File

@@ -61,7 +61,7 @@ AGENT_TYPE="${1:-}"
# Agent-specific file paths
CLAUDE_FILE="$REPO_ROOT/CLAUDE.md"
GEMINI_FILE="$REPO_ROOT/GEMINI.md"
COPILOT_FILE="$REPO_ROOT/.github/chatmodes/copilot-instructions.md"
COPILOT_FILE="$REPO_ROOT/.github/prompts/copilot-instructions.md"
CURSOR_FILE="$REPO_ROOT/.cursor/rules/specify-rules.mdc"
QWEN_FILE="$REPO_ROOT/QWEN.md"
AGENTS_FILE="$REPO_ROOT/AGENTS.md"