From bbd3af5629fcafb91d3a3b28dc7bb0284c0820a2 Mon Sep 17 00:00:00 2001 From: Nate Date: Thu, 5 Feb 2026 11:16:44 -0800 Subject: [PATCH] .continue/agents p2 --- .continue/agents/setup-scripts.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .continue/agents/setup-scripts.md diff --git a/.continue/agents/setup-scripts.md b/.continue/agents/setup-scripts.md new file mode 100644 index 0000000000..ac232fe859 --- /dev/null +++ b/.continue/agents/setup-scripts.md @@ -0,0 +1,11 @@ +--- +name: Setup Scripts +description: Update Setup Scripts if needed +--- + +If there are any changes in this pull request that would require changes to any setup scripts in this repository, please make the requisite updates. This would include things like new package management systems, new moving parts of the build process, or an updated local development environment. If the PR only includes "content" (docs, source code, etc.) changes, then you can basically immediately disqualify it as not requiring updates to setup scripts. + +The most relevant setup scripts (all in the scripts/ folder) are: + +- `install-dependencies.sh` and `install-dependencies.ps1`, both of which are intended to take a user from a fresh clone to a fully set up development environment +- `build-packages.js`, which builds everything in the `packages` folder