From b06980be6a129404e1dbcc16120357039d7cd690 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Dec 2025 10:13:29 +0000 Subject: [PATCH 1/2] Initial plan From 6bfb36ce393efa4f37cd44acecf532c6a2f69cec Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Dec 2025 10:16:06 +0000 Subject: [PATCH 2/2] Make environment activation instructions flexible for different tools Co-authored-by: drbenvincent <6765047+drbenvincent@users.noreply.github.com> --- AGENTS.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 88d3341f..653e0501 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -2,7 +2,13 @@ ## Environment -- **Activation required**: Always run `conda activate CausalPy` before executing any Python commands, tests, or scripts +- **Activation required**: Always activate the `CausalPy` environment before executing any Python commands, tests, or scripts + - Try one of the following commands based on your environment manager: + - `conda activate CausalPy` (for conda) + - `micromamba activate CausalPy` (for micromamba) + - `pixi shell` (for pixi) + - If unsure which tool you're using, try running `which conda || which micromamba || which pixi` to detect available tools + - The environment should be configured using the `environment.yml` file in the repository root ## Testing preferences