chore: scaffold crewai-cli package and update workspace config

Add the new lib/cli package skeleton with pyproject.toml, README,
and __init__.py. Register it as a uv workspace member and update
root linting, mypy, bandit, and pytest config to include the new
package paths.
This commit is contained in:
Greyson LaLonde
2026-03-14 22:04:37 -04:00
parent c9e8068578
commit c0689aa6dc
6 changed files with 108 additions and 3 deletions

View File

@@ -0,0 +1 @@
__version__ = "1.10.0"