Create a workspace with git worktrees for multi-repository development
/plugin marketplace add openshift-eng/ai-helpers/plugin install bigquery@ai-helpers<short-description> <repo1|url> [repo2...]## Name workspaces:create ## Synopsis ## Description The `workspaces:create` command creates a dedicated workspace directory with git worktrees for multi-repository development. It intelligently parses the workspace description to identify repositories, PR URLs, and JIRA keys, then sets up isolated git worktrees on a new feature branch or checks out a PR for review. This command streamlines working on tasks that span multiple repositories by keeping all related code changes synchronized in a single workspace. ## Implementation ### Workflow --- ## Step 1: Gather info and check conf...