refactor: centralize skills subsystem

This commit is contained in:
Shakker
2026-05-28 19:33:32 +01:00
committed by Shakker
parent dc7bd4abf5
commit 22e2d1560f
130 changed files with 734 additions and 301 deletions

View File

@@ -3,8 +3,8 @@ import os from "node:os";
import path from "node:path";
import { afterAll, beforeAll, describe, expect, it } from "vitest";
import { buildWorkspaceSkillStatus } from "../agents/skills-status.js";
import type { SkillEntry } from "../agents/skills.js";
import { createCanonicalFixtureSkill } from "../agents/skills.test-helpers.js";
import type { SkillEntry } from "../skills/index.js";
import { captureEnv } from "../test-utils/env.js";
import { formatSkillInfo, formatSkillsCheck, formatSkillsList } from "./skills-cli.format.js";