Skip to content

fix: update workspace count from 4 to 6 packages in CONTRIBUTING.md - #6724

Open
haroldfabla2-hue wants to merge 1 commit into
crewAIInc:mainfrom
haroldfabla2-hue:fix/contributing-workspace-count
Open

fix: update workspace count from 4 to 6 packages in CONTRIBUTING.md#6724
haroldfabla2-hue wants to merge 1 commit into
crewAIInc:mainfrom
haroldfabla2-hue:fix/contributing-workspace-count

Conversation

@haroldfabla2-hue

Copy link
Copy Markdown

Description

Fixes #6664 - Incorrect number of workspaces in CONTRIBUTING.md

The uv workspace actually contains 6 packages as defined in pyproject.toml:

  • lib/crewai
  • lib/crewai-tools
  • lib/devtools
  • lib/crewai-files
  • lib/cli
  • lib/crewai-core

But CONTRIBUTING.md only listed 4 packages and said 'four packages' instead of 'six packages'.

Changes

  • Updated text from 'four packages' to 'six packages'
  • Added missing and packages to the table

Checklist

  • Documentation update

Fixes crewAIInc#6664 - Incorrect number of workspaces in CONTRIBUTING.md

The uv workspace actually contains 6 packages (lib/crewai, lib/crewai-tools, lib/devtools, lib/crewai-files, lib/cli, lib/crewai-core) but CONTRIBUTING.md only listed 4.
@coderabbitai

coderabbitai Bot commented Jul 30, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: ee0cb2ef-592e-4691-9f04-709b4e226db2

📥 Commits

Reviewing files that changed from the base of the PR and between 453676c and 6bf86e9.

📒 Files selected for processing (1)
  • .github/CONTRIBUTING.md

📝 Walkthrough

Walkthrough

Updated repository structure documentation to describe six uv workspace packages, adding entries for cli and crewai-core.

Changes

Workspace Documentation

Layer / File(s) Summary
Update workspace package documentation
.github/CONTRIBUTING.md
Changes the documented uv workspace from four packages to six and adds the cli and crewai-core package entries.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly matches the doc-only change to update the workspace count and package list.
Description check ✅ Passed The description accurately describes the CONTRIBUTING.md documentation fix.
Linked Issues check ✅ Passed The PR satisfies #6664 by correcting the workspace count and adding the missing lib/cli and lib/crewai-core entries.
Out of Scope Changes check ✅ Passed The changes appear limited to the requested documentation correction with no unrelated additions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Incorrect number of workspaces in CONTRIBUTING.md

1 participant