File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ AGENT_TYPE="${1:-}"
6363# Agent-specific file paths
6464CLAUDE_FILE=" $REPO_ROOT /CLAUDE.md"
6565GEMINI_FILE=" $REPO_ROOT /GEMINI.md"
66- COPILOT_FILE=" $REPO_ROOT /.github/agents/ copilot-instructions.md"
66+ COPILOT_FILE=" $REPO_ROOT /.github/copilot-instructions.md"
6767CURSOR_FILE=" $REPO_ROOT /.cursor/rules/specify-rules.mdc"
6868QWEN_FILE=" $REPO_ROOT /QWEN.md"
6969AGENTS_FILE=" $REPO_ROOT /AGENTS.md"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ $NEW_PLAN = $IMPL_PLAN
4646# Agent file paths
4747$CLAUDE_FILE = Join-Path $REPO_ROOT ' CLAUDE.md'
4848$GEMINI_FILE = Join-Path $REPO_ROOT ' GEMINI.md'
49- $COPILOT_FILE = Join-Path $REPO_ROOT ' .github/agents/ copilot-instructions.md'
49+ $COPILOT_FILE = Join-Path $REPO_ROOT ' .github/copilot-instructions.md'
5050$CURSOR_FILE = Join-Path $REPO_ROOT ' .cursor/rules/specify-rules.mdc'
5151$QWEN_FILE = Join-Path $REPO_ROOT ' QWEN.md'
5252$AGENTS_FILE = Join-Path $REPO_ROOT ' AGENTS.md'
You can’t perform that action at this time.
0 commit comments