chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-03 21:00:33 +00:00
commit a41f774cad
7 changed files with 47 additions and 24 deletions

View file

@ -108,13 +108,15 @@ export const layer = Layer.effect(
? path.basename(filepath, ".md")
: undefined
if (!name) continue
skills.push(new Info({
name,
description: frontmatter.description,
slash: frontmatter.slash,
location: AbsolutePath.make(filepath),
content: markdown.content,
}))
skills.push(
new Info({
name,
description: frontmatter.description,
slash: frontmatter.slash,
location: AbsolutePath.make(filepath),
content: markdown.content,
}),
)
}
}
return skills