backend-infra-engineer: Release v0.3.2 snapshot
This commit is contained in:
11
assets/agent/complex_command_generation.txt
Normal file
11
assets/agent/complex_command_generation.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
# Test 2: Complex Command Generation
|
||||
|
||||
# This requires knowledge of different water tiles for edges vs. center,
|
||||
# and the ability to generate a 4x4 grid of `overworld set-tile` commands.
|
||||
Create a 4x4 square of deep water on map 0 starting at coordinate 25, 30.
|
||||
|
||||
# This tests generating a long sequence of commands for a path.
|
||||
Draw a vertical dirt path on map 1 from y=10 to y=25 at x=40.
|
||||
|
||||
# This tests a combination of different, related tiles to form a structure.
|
||||
Build a small 2x2 house at 50, 50 on map 0 using the appropriate house tiles.
|
||||
Reference in New Issue
Block a user