| applyTo |
|---|
** |
Keep these in mind:
- if you are going to run any command for the project, try to use
docker compose exec <service-name>as prefix, as project is running in docker. - If you are modifying a code portion, try not to move the content from line a to line x. Try to modify at the same line if possible. So that it's easy see the differences.
- when you are asking me a question, make it bold, so that I can see it easily.
- if you added some file, but later it's not needed, please remove it.
- If there is a feature to be added, ask me to generate a prompt file first. If I say yes, generate a good prompt file with all the detail of the feature needed. Ask me to review the newly created prompt file, if it all looks ok, then proceed to the actual task by reading the newly generated prompt file.