Skip to content

ci: check ClawHub package version#1

Merged
BenKalsky merged 1 commit into
mainfrom
ci/check-clawhub-version
May 1, 2026
Merged

ci: check ClawHub package version#1
BenKalsky merged 1 commit into
mainfrom
ci/check-clawhub-version

Conversation

@BenKalsky
Copy link
Copy Markdown
Member

Summary

  • Add a ClawHub version check script comparing package.json with the published ClawHub package latestVersion
  • Add a Registry sync workflow that runs on main/package changes, schedule, and manual dispatch
  • Keep PR CI green while surfacing post-release drift on main

Test Plan

  • npm ci
  • npm run typecheck
  • npm test
  • npm pack --dry-run
  • CLAWHUB_VERSION_CHECK_MODE=warn npm run check:clawhub
  • npm run check:clawhub exits non-zero while ClawHub is still 0.1.1 and package.json is 0.1.2
  • YAML parsed for ci.yml, publish.yml, registry-sync.yml

Related: Paperclip DEE-51

Add a registry-sync workflow that compares package.json with the published ClawHub latest version so version drift is visible after releases.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
@BenKalsky BenKalsky merged commit 3d2994f into main May 1, 2026
1 check passed
@BenKalsky BenKalsky deleted the ci/check-clawhub-version branch May 1, 2026 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant