Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
11 lines
408 B
JSON
11 lines
408 B
JSON
{
|
|
"steps": [
|
|
{ "op": "initialize" },
|
|
{ "op": "newSession" },
|
|
{
|
|
"op": "prompt",
|
|
"text": "Start one background Bash task that stays alive. Immediately try to start a second background Bash task, observe the limit error, stop the first task by its returned job id, verify that second-task-ran.txt does not exist, then reply with exactly BOUNDED_BACKGROUND_TASKS and stop."
|
|
}
|
|
]
|
|
}
|