diff --git a/.cursorrules b/.cursorrules index 4d7e2f4..2802891 100644 --- a/.cursorrules +++ b/.cursorrules @@ -156,6 +156,12 @@ my_project/ └── design.md ``` +- **`requirements.txt`**: Lists the Python dependencies for the project. + ``` + PyYAML + pocketflow + ``` + - **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*. ~~~ # Design Doc: Your Project Name diff --git a/docs/guide.md b/docs/guide.md index 0a9eda8..7f95f67 100644 --- a/docs/guide.md +++ b/docs/guide.md @@ -156,6 +156,12 @@ my_project/ └── design.md ``` +- **`requirements.txt`**: Lists the Python dependencies for the project. + ``` + PyYAML + pocketflow + ``` + - **`docs/design.md`**: Contains project documentation for each step above. This should be *high-level* and *no-code*. ~~~ # Design Doc: Your Project Name