Conversation
…x GitHub URL - Remove Python version constraint from crew template README - Update GitHub repository URL from joaomdmoura to crewAIInc - Remove Discord link from crew template support section - Expand flow template README with comprehensive architecture documentation - Add flow project structure, state management, and execution step details - Include PoemCrew configuration examples and customization guides - Document best practices for
Remove UV-specific commands and references from the flow template README, keeping only the core best practice of type safety, flow-based architecture, minimal crew classes, and clean code principles.
Replace `uv sync` with `crewai install` in the flow template README to align with recommended CLI workflow for dependency installation.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
|
|
||
| ``` | ||
| template_flow/ | ||
| ├── src/template_flow/ |
There was a problem hiding this comment.
Hardcoded template_flow instead of {{folder_name}} template variable
High Severity
The flow README template hardcodes template_flow in paths throughout the file (project structure, configuration references, customization instructions) instead of using the {{folder_name}} template variable. The create_flow.py process_file function replaces {{folder_name}} with the user's actual project name, but since the literal string template_flow is used, these paths will never be substituted. Every generated flow project will show incorrect paths referencing template_flow regardless of the actual project name. The crew README correctly uses {{folder_name}} for the same purpose.


Note
Low Risk
Documentation-only changes to project templates; no runtime logic or security-sensitive behavior is modified.
Overview
Updates the CLI template READMEs used for generated projects.
The
flowtemplate README is rewritten and significantly expanded to describe the Flow-based architecture, include a project structure overview, environment setup, run/plot instructions, and customization/best-practices guidance (centered around the poem-generation example).The
crewtemplate README is lightly adjusted by loosening the Python version wording and updating the support section to point to thecrewAIInc/crewaiGitHub org/repo.Written by Cursor Bugbot for commit 5ee0a12. This will update automatically on new commits. Configure here.