Commit Graph

13 Commits

Author SHA1 Message Date
ywkj 2e23d74701 fix: install.sh always fetches latest git deps before build
/ smoke (push) Successful in 6s Details
register-skill-release / register (push) Successful in 14s Details
rm -rf node_modules/@clawd before npm install ensures auth-runtime
is always at the latest remote version, not cached.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 06:56:29 +08:00
ywkj 850bc75046 chore: pin @clawd/auth-runtime to v1.1.0
/ smoke (push) Successful in 6s Details
Ensures npm/bun fetches the exact version with loadGlobalEnv fix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 06:49:06 +08:00
ywkj 60c0265ac9 refactor: use SkillClient, remove all auth concerns from business logic
/ smoke (push) Successful in 5s Details
register-skill-release / register (push) Successful in 14s Details
Replaced manual config/token/retry handling with createSkillClient().
scrape.ts is now pure data transformation with zero auth imports.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 08:17:53 +08:00
ivanberry f3483033db ci: use shared-actions/register-skill composite action
/ smoke (push) Successful in 5s Details
register-skill-release / register (push) Successful in 13s Details
2026-03-12 22:03:10 +08:00
ivanberry 9203a55ee0 fix: fail fast on skill registration errors
/ smoke (push) Successful in 4s Details
register-skill-release / register-skill-version (push) Successful in 2m0s Details
2026-03-12 10:08:23 +08:00
ivanberry 46f61d6660 fix: install workflow runtime dependencies
/ smoke (push) Successful in 5s Details
register-skill-release / register-skill-version (push) Successful in 1m58s Details
2026-03-12 09:52:20 +08:00
ivanberry 423ae7cde9 fix: hardcode API base for Forgejo publish
/ smoke (push) Successful in 5s Details
register-skill-release / register-skill-version (push) Failing after 11s Details
2026-03-12 09:36:09 +08:00
ivanberry d6ce01e6a7 fix: default skill doc path in load step
/ smoke (push) Successful in 3s Details
register-skill-release / register-skill-version (push) Failing after 11s Details
2026-03-12 08:23:06 +08:00
ivanberry dab9b862ba fix: simplify Forgejo publish workflow syntax
/ smoke (push) Successful in 5s Details
register-skill-release / register-skill-version (push) Failing after 11s Details
2026-03-12 08:13:59 +08:00
ivanberry f26d449e16 fix: trigger skill publish on tag push
/ smoke (push) Successful in 5s Details
2026-03-12 08:11:44 +08:00
ivanberry b568fe262a test: add minimal Forgejo actions workflow
/ smoke (push) Successful in 1m45s Details
2026-03-12 08:03:10 +08:00
ivanberry 6c224584b4 fix: use docker runner for Forgejo actions 2026-03-12 08:01:37 +08:00
ivanberry 8b73c50a43 feat: initial commit 2026-03-12 07:36:59 +08:00