We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a064a0 commit 5083bb7Copy full SHA for 5083bb7
1 file changed
app/tests/planner_agent.py
@@ -28,6 +28,7 @@
28
\nSetup: npx create-next-app@latest . --typescript --tailwind --eslint --app --src-dir --import-alias '@/*' --use-npm --yes
29
\nMake sure to check any import error, type error or any other error before finish
30
\nIMportant : do not create any new workspace or folders in code fixing, just fix the existing code
31
+ \n Check game play logic before finish
32
\n use minimal number of code lines to implement the game, do not add any extra code or comments and do. Do not make it more complex"""
33
34
0 commit comments