Skip to content

Commit edaa5a7

Browse files
fix(scripts): add correct path for copilot-instructions.md (#1997)
1 parent 5be705e commit edaa5a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/bash/update-agent-context.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ AGENT_TYPE="${1:-}"
6363
# Agent-specific file paths
6464
CLAUDE_FILE="$REPO_ROOT/CLAUDE.md"
6565
GEMINI_FILE="$REPO_ROOT/GEMINI.md"
66-
COPILOT_FILE="$REPO_ROOT/.github/agents/copilot-instructions.md"
66+
COPILOT_FILE="$REPO_ROOT/.github/copilot-instructions.md"
6767
CURSOR_FILE="$REPO_ROOT/.cursor/rules/specify-rules.mdc"
6868
QWEN_FILE="$REPO_ROOT/QWEN.md"
6969
AGENTS_FILE="$REPO_ROOT/AGENTS.md"

scripts/powershell/update-agent-context.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)