refactor: remove deprecated GitLab wrapper module and related code

This commit is contained in:
Lauren ten Hoor
2026-02-09 22:43:01 +08:00
parent 4e10b171c1
commit 9bc0513198
6 changed files with 23 additions and 202 deletions

View File

@@ -12,7 +12,7 @@ import type { ToolContext } from "../types.js";
import fs from "node:fs/promises";
import path from "node:path";
import { readProjects, writeProjects, emptyWorkerState } from "../projects.js";
import { resolveRepoPath } from "../utils.js";
import { resolveRepoPath } from "../projects.js";
import { createProvider } from "../task-managers/index.js";
import { log as auditLog } from "../audit.js";
import { DEV_TIERS, QA_TIERS } from "../tiers.js";