chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import type { LoadedSkill, SkillScope } from "./types";
|
||||
export declare function loadSkillsFromDir(options: {
|
||||
skillsDir: string;
|
||||
scope: SkillScope;
|
||||
namePrefix?: string;
|
||||
depth?: number;
|
||||
maxDepth?: number;
|
||||
}): Promise<LoadedSkill[]>;
|
||||
Reference in New Issue
Block a user