siujamo
eb05e27655
feat: support monorepo skills via path field
...
- Add optional path field to SkillEntry for subdirectory skills
- Deploy from subdirectory when path is specified in install and update
2026-06-22 11:46:16 +08:00
siujamo
cdb593bca9
ci: upload build artifacts directly to release
...
- Replace upload-artifact with direct release upload via Gitea API
2026-06-22 11:13:54 +08:00
siujamo
f6be25415b
ci: trigger build on release published
...
- Replace push, pull_request, and tag triggers with release published event
2026-06-22 10:56:38 +08:00
siujamo
bcb27abb96
docs: add README, CONTRIBUTING, and LICENCE
...
- Add project overview, installation, and usage guide
- Add contributing guidelines with setup and PR process
- Add MIT licence
2026-06-22 10:50:08 +08:00
siujamo
2ebf392bd2
fix(ci): downgrade upload-artifact to v3
...
Build / build (ccsm-linux-amd64.tar.gz, ccsm, x86_64-unknown-linux-gnu) (push) Has been cancelled
Build / build (ccsm-windows-amd64.zip, ccsm.exe, x86_64-pc-windows-gnu) (push) Has been cancelled
Build / build (ccsm-darwin-amd64.tar.gz, ccsm, x86_64-apple-darwin) (push) Has been cancelled
- actions/upload-artifact@v4 is not supported on GHES
- v3 uses the older artifact protocol compatible with Gitea Actions
2026-06-22 10:41:30 +08:00
siujamo
5bef4ef2ee
fix(ci): switch to zigbuild for cross-compilation
...
- Replace cross-rs with Zig toolchain and cargo-zigbuild
- Add rustup target installation step for all platforms
- Include --target flag in native Linux build for consistent output paths
cross-rs has no Docker image for macOS targets and the Windows image
ships with a broken cargo PATH, causing all non-Linux builds to fail.
Zig provides its own cross-linker and ships macOS/Win libc headers,
enabling cross-compilation for all three targets from a single Linux
runner.
2026-06-22 10:37:27 +08:00
siujamo
9df82f99b5
fix(ci): use rustup install script in CI pipeline
2026-06-22 10:37:26 +08:00
siujamo
cfc20d4b89
ci: switch to cross-rs for cross-compilation
2026-06-22 10:37:26 +08:00
siujamo
23af3f9c1d
ci: add Gitea Actions build workflow
2026-06-22 10:37:26 +08:00
siujamo
aef7d973ec
feat: add Claude Code Skill Marketplace manager
2026-06-22 10:37:26 +08:00