Changed
- `script.async_main()` relies on scriptworker (>= 10.2.0) to initialize context, config, and task
- `task.validate_task_schema()` now relies on scriptworker
Removed
- `script.usage()`, now handled by scriptworker
- `task.validate_task_schema()` now handled by scriptworker
- `load_json` now handled by scriptworker (moved it temporarily under tests until integration tests are added)