Changed
- `script.async_main()` relies on scriptworker (>= 10.2.0) to:
- initialize context, config, and task
- validate the task schema
Removed
- `exceptions.TaskVerificationError` in favor of the one in scriptworker
- `script.SigningContext`, `script.usage()`, `script.main()` now handled by scriptworker
- `task.validate_task_schema()` now handled by scriptworker