{ "central_repository": "mei-friend/automation", "branch": "main", "automation_path": "run_automation.sh", "work_packages": [ { "id": "add_sbs", "label": "Add system beginnings", "description": "Removes all existing elements first and then adds new ones every n measures, where n is determined by the sbInterval parameter.", "userFacing": true, "params": { "sbInterval": { "type": "Number", "default": 5, "description": "Places an element every n measures, where n is determined by this parameter." } }, "scripts": [ "script_collection.remove_all_sbs", "script_collection.add_sbs_every_n" ], "commitResult": true } ] }