From 133e461a4875d59455d1292b53adb7d7cd2e66b7 Mon Sep 17 00:00:00 2001 From: Paul Thurlow Date: Fri, 13 Mar 2026 11:24:06 -0700 Subject: [PATCH] Add raw SKILL.md file to release artifacts --- dist-workspace.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist-workspace.toml b/dist-workspace.toml index 4743f41..4ee8b3a 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -24,3 +24,7 @@ install-updater = false [[dist.extra-artifacts]] artifacts = ["skills.tar.gz"] build = ["tar", "-czf", "skills.tar.gz", "skills/"] + +[[dist.extra-artifacts]] +artifacts = ["SKILL.md"] +build = ["cp", "skills/hotdata-cli/SKILL.md", "SKILL.md"]