-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprompter.json
More file actions
21 lines (21 loc) · 931 Bytes
/
prompter.json
File metadata and controls
21 lines (21 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"instance_label": "boon",
"port": 9632,
"command": [
"cl"
],
"store_prompts": null,
"supervisor_prompt": "Don't stop until todo_mvc_physical example works in all 3 engines and fully works and is correctly styled. Make sure no compiler warning are there and all 3 engines are clean without hacks. Test the example ideally both manually and also with a script similar to one you were using for testing regular todo_mvc example.",
"completion_condition": "+completed+",
"completion_command": null,
"protected_patterns": [
"tools/**/*.rs",
"crates/boon-cli/tests/*.bn.test",
"playground/frontend/src/examples/**/*.expected",
"playground/frontend/src/examples/**/*.bn",
"playground/frontend/src/examples/todo_mvc/verify_visual.sh",
"playground/frontend/src/examples/todo_mvc/reference_700x700_(1400x1400).png",
"tools/scripts/test_todo_mvc_wasm.sh"
],
"command_timeout_mins": 10
}