Files
oh-my-opencode/dist/features/opencode-skill-loader/config-source-discovery.d.ts
T
2026-03-14 04:56:50 +00:00

8 lines
320 B
TypeScript

import type { SkillsConfig } from "../../config/schema";
import type { LoadedSkill } from "./types";
export declare function normalizePathForGlob(path: string): string;
export declare function discoverConfigSourceSkills(options: {
config: SkillsConfig | undefined;
configDir: string;
}): Promise<LoadedSkill[]>;