mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-01 12:28:05 +00:00
* wip * update learnings * clean 1 * clean 2 * commit update-instructions.prompt.md * swap back to normal model after being in delegate * adding generation * wip * wip * update --------- Co-authored-by: Henning Dieterichs <hdieterichs@microsoft.com> Co-authored-by: Anthony Kim <anthonykim@microsoft.com> Co-authored-by: SteVen Batten <sbatten@microsoft.com>
946 B
946 B
mode
| mode |
|---|
| agent |
Read the changes introduced on the current branch, including BOTH:
- Uncommitted workspace modifications (staged and unstaged)
- Committed changes that are on the current HEAD but not yet in the default upstream branch (e.g.
origin/main)
Guidance:
- First, capture uncommitted diffs (equivalent of
git diffandgit diff --cached). - Then, determine the merge base with the default branch (assume
origin/mainunless configured otherwise) usinggit merge-base HEAD origin/mainand diff (git diff <merge-base>...HEAD) to include committed-but-unpushed work.
After understanding all of these changes, read every instruction file under .github/instructions and assess whether any instruction is invalidated. If so, propose minimal, necessary wording updates. If no updates are needed, respond exactly with: No updates needed.
Be concise and conservative: only suggest changes that are absolutely necessary.