Delete a workspace and its git worktrees
/plugin marketplace add openshift-eng/ai-helpers/plugin install bigquery@ai-helpers<workspace-name>## Name workspaces:delete ## Synopsis ## Description The `workspaces:delete` command removes a workspace directory and its associated git worktrees. Before deletion, it checks the status of all repositories in the workspace to detect uncommitted changes or unpushed commits, prompting the user for confirmation when issues are found. This command helps clean up task workspaces created by `/workspaces:create` while ensuring no work is accidentally lost. ## Implementation ### Workflow --- ## Step 1: Identify workspace and check configuration Get available workspaces (includes configu...