diff --git a/README.md b/README.md index 2bff88b55..ed807c7da 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,13 @@ # Use code review will cost more money, but will opt for better code quality. ``` After running the script, you can find your new project in the `workspace/` directory. +### Preference of Platform or Tool +As the project becomes more complete, the cost of generating the outputs will also gradually increase. Therefore, it is recommended to explicitly specify the platform or tools you want to use when describing the requirements. + +```shell +python startup.py "Write a cli snake game that runs on Windows" +``` ### Usage ``` diff --git a/docs/README_CN.md b/docs/README_CN.md index 72188a415..77e8fa3e1 100644 --- a/docs/README_CN.md +++ b/docs/README_CN.md @@ -75,7 +75,14 @@ # 开启code review模式会会花费更多的money, 但是会提升代码质量 ``` 运行脚本后,您可以在 `workspace/` 目录中找到您的新项目。 +### 平台或工具的倾向性 +随着项目越来越完善,每一次生成项目的成本也会逐步上升,所以建议在阐述需求时显式地告知想要使用的平台或工具。 +例如: + +```shell +python startup.py "写一个能够在Windows上运行的命令行贪吃蛇" +``` ### 代码实现 ```python diff --git a/docs/README_JA.md b/docs/README_JA.md index 8742d98d6..fdddb61a5 100644 --- a/docs/README_JA.md +++ b/docs/README_JA.md @@ -120,6 +120,13 @@ # コードレビューを利用すれば、コストはかかるが、より良 ``` スクリプトを実行すると、`workspace/` ディレクトリに新しいプロジェクトが見つかります。 +### プラットフォームまたはツールの設定 + +プロジェクトが完成するにつれて、生成される各プロジェクトのコストは徐々に増加するため、要件を説明する際に使用するプラットフォームやツールを明示的に伝えることをお勧めします。例: + +```shell +python startup.py "Write a cli snake game that runs on Windows" +``` ### 使用方法