Skip to content

Commit 7b9a3cc

Browse files
committed
chore: knip
1 parent 17bb481 commit 7b9a3cc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

server/utils/skills.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export interface SkillDirInfo {
7373
/**
7474
* Find skill directories in a package file tree.
7575
* Returns skill names and their children for file counting.
76+
* @public
7677
*/
7778
export function findSkillDirs(tree: PackageFileTree[]): SkillDirInfo[] {
7879
const skillsDir = tree.find(node => node.type === 'directory' && node.name === 'skills')
@@ -177,6 +178,7 @@ export function validateSkill(frontmatter: SkillFrontmatter): SkillWarning[] {
177178

178179
/**
179180
* Fetch skill list with frontmatter for discovery endpoint.
181+
* @public
180182
*/
181183
export async function fetchSkillsList(
182184
packageName: string,
@@ -215,6 +217,7 @@ export interface WellKnownSkillItem {
215217

216218
/**
217219
* Fetch skill list for well-known index.json format (CLI compatibility).
220+
* @public
218221
*/
219222
export async function fetchSkillsListForWellKnown(
220223
packageName: string,

0 commit comments

Comments
 (0)