[PR #21] [CLOSED] fix: stabilize publish paths and token types #214

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

📋 Pull Request Information

Original PR: https://github.com/openclaw/clawhub/pull/21
Author: @njoylab
Created: 1/19/2026
Status: Closed

Base: mainHead: bugfix/ts-typecheck-lint


📝 Commits (2)

  • 9789b1b fix: resolve typecheck and lint errors
  • 9e75c9b fix: stabilize publish paths and token types

📊 Changes

14 files changed (+247 additions, -153 deletions)

View changed files

📝 convex/devSeed.ts (+63 -41)
📝 convex/httpApi.handlers.test.ts (+5 -3)
📝 convex/httpApiV1.ts (+7 -4)
📝 convex/lib/skillPublish.ts (+13 -9)
📝 convex/seed.ts (+2 -1)
📝 convex/skills.ts (+2 -1)
📝 convex/souls.ts (+1 -1)
📝 convex/statsMaintenance.ts (+78 -53)
📝 src/__tests__/search-route.test.ts (+12 -2)
📝 src/__tests__/skills-index.test.tsx (+2 -1)
📝 src/components/Header.tsx (+42 -32)
📝 src/components/SkillDetailPage.tsx (+3 -1)
📝 src/routes/dashboard.tsx (+6 -3)
📝 src/routes/settings.tsx (+11 -1)

📄 Description

Summary

  • stabilize publish paths and token types
  • resolve typecheck and lint errors

Testing

  • bun run build
  • bun run test (1 failing: src/lib/site.test.ts > detects site mode from VITE_SOULHUB_SITE_URL and SITE_URL fallback)

🔄 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/21 **Author:** [@njoylab](https://github.com/njoylab) **Created:** 1/19/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `bugfix/ts-typecheck-lint` --- ### 📝 Commits (2) - [`9789b1b`](https://github.com/openclaw/clawhub/commit/9789b1bcc77c05af64dd4ca0e5f0d7c897e6d038) fix: resolve typecheck and lint errors - [`9e75c9b`](https://github.com/openclaw/clawhub/commit/9e75c9bc31f3bee2cdb492cb8eb7c1ba43511f13) fix: stabilize publish paths and token types ### 📊 Changes **14 files changed** (+247 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `convex/devSeed.ts` (+63 -41) 📝 `convex/httpApi.handlers.test.ts` (+5 -3) 📝 `convex/httpApiV1.ts` (+7 -4) 📝 `convex/lib/skillPublish.ts` (+13 -9) 📝 `convex/seed.ts` (+2 -1) 📝 `convex/skills.ts` (+2 -1) 📝 `convex/souls.ts` (+1 -1) 📝 `convex/statsMaintenance.ts` (+78 -53) 📝 `src/__tests__/search-route.test.ts` (+12 -2) 📝 `src/__tests__/skills-index.test.tsx` (+2 -1) 📝 `src/components/Header.tsx` (+42 -32) 📝 `src/components/SkillDetailPage.tsx` (+3 -1) 📝 `src/routes/dashboard.tsx` (+6 -3) 📝 `src/routes/settings.tsx` (+11 -1) </details> ### 📄 Description ## Summary - stabilize publish paths and token types - resolve typecheck and lint errors ## Testing - bun run build - bun run test (1 failing: src/lib/site.test.ts > detects site mode from VITE_SOULHUB_SITE_URL and SITE_URL fallback) --- <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:18 -05:00
yindo closed this issue 2026-02-15 17:16:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#214