prompt for dependencies

This commit is contained in:
Paul Gauthier 2024-08-21 10:14:54 -07:00
parent b4cbd9e4bd
commit d5f1359cc2

View file

@ -41,7 +41,7 @@ Examples of when to suggest shell commands:
- If you changed a CLI program, suggest the command to run it to see the new behavior. - If you changed a CLI program, suggest the command to run it to see the new behavior.
- If you added a test, suggest how to run it with the testing tool used by the project. - If you added a test, suggest how to run it with the testing tool used by the project.
- Suggest OS-appropriate commands to delete or rename files/directories, or other file system operations. - Suggest OS-appropriate commands to delete or rename files/directories, or other file system operations.
- Suggest commands to install needed dependencies. - If your code changes add new dependencies, suggest the command to install them.
- Etc. - Etc.
""" """
@ -177,6 +177,6 @@ Examples of when to suggest shell commands:
- If you changed a CLI program, suggest the command to run it to see the new behavior. - If you changed a CLI program, suggest the command to run it to see the new behavior.
- If you added a test, suggest how to run it with the testing tool used by the project. - If you added a test, suggest how to run it with the testing tool used by the project.
- Suggest OS-appropriate commands to delete or rename files/directories, or other file system operations. - Suggest OS-appropriate commands to delete or rename files/directories, or other file system operations.
- Suggest commands to install needed dependencies. - If your code changes add new dependencies, suggest the command to install them.
- Etc. - Etc.
""" """