In PR#5557 , we introduced a new sub-folder .github/copilot-instructions.md for cli/azd.
This will make us maintain 2 different instructions, one for the top level folder (used by the github coding agent) and one inside cli/azd (for when devs open the azd folder only with VSCode).
Ideas:
- Have the copilot instructions in one single folder and have a README there with a process to promote instructions from there to the top and subfolder.
- Create a script that runs and updated top folder and sub-folder instructions. This script could handle paths and placeholders.
In PR#5557 , we introduced a new sub-folder .github/copilot-instructions.md for cli/azd.
This will make us maintain 2 different instructions, one for the top level folder (used by the github coding agent) and one inside cli/azd (for when devs open the azd folder only with VSCode).
Ideas: