k-skill/docs
Jeffrey (Dongkyu) Kim 09b4c8032b ci: auto-publish Manus .skill bundle as rolling release on main push
Every push to main that touches a skill folder or the bundler now builds the .skill bundle and publishes it to the GitHub Releases tag 'manus-bundle-latest' (marked prerelease so it does not pollute the Latest release pointer used by the npm release flow).

Users get stable download URLs that always point to the latest build:

  - https://github.com/NomaDamas/k-skill/releases/download/manus-bundle-latest/k-skill-manus-all.zip

  - https://github.com/NomaDamas/k-skill/releases/download/manus-bundle-latest/INDEX.md

This removes the 'clone the repo and run npm' step for non-developers. The direct-build path remains documented as the developer fallback.

- .github/workflows/manus-bundle.yml: workflow_dispatch + push-to-main with paths filter, uses preinstalled gh CLI (no third-party release action), concurrency-grouped so overlapping pushes do not race on the same tag, --clobber upload to keep asset URLs stable.

- docs/install-manus.md: new 'quick path' section with the rolling-release URLs; existing local-build section reframed as a developer fallback.

- scripts/test_build_manus_bundle.js: 2 new tests pinning the doc URLs and key workflow invariants (trigger branch, build invocation, tag, asset name, prerelease flag, write permission).
2026-05-11 11:52:13 +09:00
..
assets Prepare k-skill for packaged releases and broader skill discovery 2026-03-25 23:57:53 +09:00
features Merge dev into main (#197) 2026-05-02 23:51:59 +09:00
adding-a-skill.md Merge dev into main (#197) 2026-05-02 23:51:59 +09:00
install-manus.md ci: auto-publish Manus .skill bundle as rolling release on main push 2026-05-11 11:52:13 +09:00
install.md Merge pull request #188 from seolcoding/feature/foresttrip-vacancy 2026-04-30 01:28:57 +09:00
releasing.md Align Changesets release flow with generated package changelogs 2026-03-30 22:27:07 +09:00
roadmap.md Add court-auction-notice-search skill and package (#167) 2026-04-29 16:36:55 +09:00
security-and-secrets.md Merge pull request #188 from seolcoding/feature/foresttrip-vacancy 2026-04-30 01:28:57 +09:00
setup.md Merge pull request #188 from seolcoding/feature/foresttrip-vacancy 2026-04-30 01:28:57 +09:00
sources.md Merge pull request #188 from seolcoding/feature/foresttrip-vacancy 2026-04-30 01:28:57 +09:00