v0.2.0 #2

Merged
siujamo merged 2 commits from develop into main 2026-06-22 11:49:05 +08:00
Owner

Added

  • Monorepo skill support — skills can now live in subdirectories of a single repository via the path field in skills.json
  • Release-triggered CI — workflow runs on release: published and uploads built artifacts directly to the release
  • Project documentation — README, CONTRIBUTING, and LICENCE (MIT) files

Fixed

  • CI artifact upload compatibility with self-hosted Gitea (downgrade upload-artifact to v3)
  • Cross-compilation for macOS and Windows targets via cargo-zigbuild
## Added - **Monorepo skill support** — skills can now live in subdirectories of a single repository via the `path` field in `skills.json` - **Release-triggered CI** — workflow runs on `release: published` and uploads built artifacts directly to the release - **Project documentation** — README, CONTRIBUTING, and LICENCE (MIT) files ## Fixed - CI artifact upload compatibility with self-hosted Gitea (downgrade `upload-artifact` to v3) - Cross-compilation for macOS and Windows targets via `cargo-zigbuild`
siujamo added 2 commits 2026-06-22 11:48:56 +08:00
- Replace upload-artifact with direct release upload via Gitea API
- Add optional path field to SkillEntry for subdirectory skills
- Deploy from subdirectory when path is specified in install and update
siujamo merged commit 9332e4cffa into main 2026-06-22 11:49:05 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: onixbyte/claude-code-skill-manager#2