This allows us to use aai-jobq directly from main, or from the currently checked out commit. I currently use main, which may not be enough in cases where we require commits from a feature branch, e.g. due to client regeneration.
Also adds uv lock as a pre-commit hook (albeit only for the docs right now, I guess).
This allows us to use aai-jobq directly from
main
, or from the currently checked out commit. I currently usemain
, which may not be enough in cases where we require commits from a feature branch, e.g. due to client regeneration.Also adds
uv lock
as a pre-commit hook (albeit only for the docs right now, I guess).