mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
fix: update formula handling in SKILL.md and frontmatter.ts (#11046)
- Changed "cask" to "formula" in SKILL.md for consistency. - Enhanced formula parsing in frontmatter.ts to trim whitespace and fallback to cask if formula is not provided.
This commit is contained in:
@@ -13,7 +13,7 @@ metadata:
|
||||
{
|
||||
"id": "brew-cask",
|
||||
"kind": "brew",
|
||||
"cask": "steipete/tap/codexbar",
|
||||
"formula": "steipete/tap/codexbar",
|
||||
"bins": ["codexbar"],
|
||||
"label": "Install CodexBar (brew cask)",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user