Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ The webserver is also used to determine the latest version of Linux VHDs availab

[parts](./parts/) serves both AgentBaker Service and VHD build. AgentBaker service and VHDs are coupled because of this shared component. When building VHD, packer maps and renames scripts from [parts](./parts/) depending on the OS / versions. The mappings can be found at [packer](./vhdbuilder/packer/).

> **IMPORTANT**: When making changes to files in the `parts` or `pkg` directories, you must run `make generate` afterward to regenerate the snapshot test data. This ensures consistency between the code and tests and prevents regressions.

Windows uses a different folder [cse](./staging/cse/windows/) for almost the same purpose. There are subtle differences as windows CSEs can be downloaded as a zip file during provisioning time due to restrictions on the file size on Windows system, while for linux based systems the cse/custom data are dropped in during provisioning time.
Comment on lines 26 to 28
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change removes the snapshot/testdata guidance here, but the same instruction still exists in other repo guidance (e.g., custom-instructions/repo/.github/copilot-instructions.md, README.md, AGENTS.md). If snapshot testdata is truly gone, those references should be updated too; otherwise Copilot/user-facing docs will be inconsistent and the PR may not fully achieve its stated goal (removing it from the Copilot base prompt).

Copilot uses AI. Check for mistakes.

## Deployment and Release
Expand Down
Loading