diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b77f5a636..8d7fdabb6 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -29,7 +29,7 @@ uv run pre-commit install ## Repository Structure -This is a uv workspace with four packages under `lib/`: +This is a uv workspace with six packages under `lib/`: | Package | Path | Description | |---------|------|-------------| @@ -37,6 +37,8 @@ This is a uv workspace with four packages under `lib/`: | `crewai-tools` | `lib/crewai-tools/` | Tool integrations | | `crewai-files` | `lib/crewai-files/` | File handling | | `devtools` | `lib/devtools/` | Internal release tooling | +| `crewai-cli` | `lib/cli/` | Command-line interface | +| `crewai-core` | `lib/crewai-core/` | Shared core utilities | Documentation lives in `docs/` with translations under `docs/{en,ar,ko,pt-BR}/`.