From c9100cb51d357f6e3ba7d9969a000571f051ca64 Mon Sep 17 00:00:00 2001 From: Greyson LaLonde Date: Sun, 3 May 2026 14:50:44 +0800 Subject: [PATCH] docs(devtools): document additional env vars --- lib/devtools/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/devtools/README.md b/lib/devtools/README.md index e70721b52..d93b2ad29 100644 --- a/lib/devtools/README.md +++ b/lib/devtools/README.md @@ -11,6 +11,8 @@ Installed automatically via the workspace (`uv sync`). Requires: - `ENTERPRISE_REPO` env var — GitHub repo for enterprise releases - `ENTERPRISE_VERSION_DIRS` env var — comma-separated directories to bump in the enterprise repo - `ENTERPRISE_CREWAI_DEP_PATH` env var — path to the pyproject.toml with the `crewai[tools]` pin in the enterprise repo +- `ENTERPRISE_WORKFLOW_PATHS` env var — comma-separated workflow file paths in the enterprise repo whose `crewai[extras]==` pins should be rewritten on each release (e.g. `.github/workflows/tests.yml`) +- `ENTERPRISE_EXTRA_PACKAGES` env var — comma-separated packages to also pin in enterprise pyproject files, in addition to `crewai` / `crewai[extras]` ## Commands