Bug: ~/.copilot/copilot-instructions.md is not being loaded
Description
The global instructions file at $HOME/.copilot/copilot-instructions.md is not being applied, even after restarting
the CLI.
Steps to Reproduce
- Create
~/.copilot/copilot-instructions.md with custom instructions
- Restart the CLI
- Run
/instructions — the file is not listed
- Send a message — the instructions are not applied
Expected Behavior
The file is listed under /instructions and its rules are applied to all sessions.
Actual Behavior
The file is ignored entirely. The /instructions command does not list it, and the defined rules have no effect.
Environment
- OS: macOS
- CLI Version: GitHub Copilot v0.0.421
Additional Context
The documentation lists
$HOME/.copilot/copilot-instructions.md as a supported instructions location.
Bug:
~/.copilot/copilot-instructions.mdis not being loadedDescription
The global instructions file at
$HOME/.copilot/copilot-instructions.mdis not being applied, even after restartingthe CLI.
Steps to Reproduce
~/.copilot/copilot-instructions.mdwith custom instructions/instructions— the file is not listedExpected Behavior
The file is listed under
/instructionsand its rules are applied to all sessions.Actual Behavior
The file is ignored entirely. The
/instructionscommand does not list it, and the defined rules have no effect.Environment
Additional Context
The documentation lists
$HOME/.copilot/copilot-instructions.mdas a supported instructions location.