[PR #5] [MERGED] feat: back up skills to github #204

Closed
opened 2026-02-15 17:16:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/clawhub/pull/5
Author: @thewilloftheshadow
Created: 1/7/2026
Status: Merged
Merged: 1/7/2026
Merged by: @steipete

Base: mainHead: feat/github-skill-backups


📝 Commits (5)

  • 9988382 feat: back up skills to github
  • 3a732ff fix: preserve previous commit in github history
  • 0648473 chore: format lint fixes
  • 5707581 Update skillPublish.ts
  • c2e68f2 fix: harden GitHub backups

📊 Changes

10 files changed (+851 additions, -17 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 CHANGELOG.md (+1 -0)
📝 convex/_generated/api.d.ts (+8 -0)
convex/crons.ts (+13 -0)
convex/githubBackups.ts (+170 -0)
convex/githubBackupsNode.ts (+183 -0)
convex/lib/githubBackup.ts (+443 -0)
📝 convex/lib/skillPublish.ts (+22 -14)
📝 convex/schema.ts (+7 -0)
📝 docs/spec.md (+3 -3)

📄 Description

Summary

  • back up skill uploads to github via app and keep _meta.json history
  • add cron + sync flow to backfill missed backups
  • document github app backup in spec

Testing

  • None

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/clawhub/pull/5 **Author:** [@thewilloftheshadow](https://github.com/thewilloftheshadow) **Created:** 1/7/2026 **Status:** ✅ Merged **Merged:** 1/7/2026 **Merged by:** [@steipete](https://github.com/steipete) **Base:** `main` ← **Head:** `feat/github-skill-backups` --- ### 📝 Commits (5) - [`9988382`](https://github.com/openclaw/clawhub/commit/9988382d99b203f48bfd4c9a752f51bc28b0a4ef) feat: back up skills to github - [`3a732ff`](https://github.com/openclaw/clawhub/commit/3a732ff3f4487464aa71b8e990d273ba1ab7e98a) fix: preserve previous commit in github history - [`0648473`](https://github.com/openclaw/clawhub/commit/06484739c550799c102000f0a57a9fab33aae90c) chore: format lint fixes - [`5707581`](https://github.com/openclaw/clawhub/commit/5707581c3886be4cc8e67b677e32f23a8418d4ee) Update skillPublish.ts - [`c2e68f2`](https://github.com/openclaw/clawhub/commit/c2e68f25180ef798faf2a650cd8b60692d421fe7) fix: harden GitHub backups ### 📊 Changes **10 files changed** (+851 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `CHANGELOG.md` (+1 -0) 📝 `convex/_generated/api.d.ts` (+8 -0) ➕ `convex/crons.ts` (+13 -0) ➕ `convex/githubBackups.ts` (+170 -0) ➕ `convex/githubBackupsNode.ts` (+183 -0) ➕ `convex/lib/githubBackup.ts` (+443 -0) 📝 `convex/lib/skillPublish.ts` (+22 -14) 📝 `convex/schema.ts` (+7 -0) 📝 `docs/spec.md` (+3 -3) </details> ### 📄 Description ## Summary - back up skill uploads to github via app and keep _meta.json history - add cron + sync flow to backfill missed backups - document github app backup in spec ## Testing - None --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:16:15 -05:00
yindo closed this issue 2026-02-15 17:16:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#204