chore: sync develop with main#10
Merged
Merged
Conversation
- .github/workflows/release.yml: triggered by v* tag push; runs build+test gate, creates GitHub Release (triggers npm publish), publishes to ClawHub, and backmerges main → develop - scripts/release.sh: slimmed to local-only steps (preflight, bump, version sync, changelog check, commit+tag+push) - AGENTS.md: document local+CI split, CI workflows table, required secrets
## Changes ### Repository Protection (already applied via API) - **Branch protection** on `main` + `develop`: require PR + CI pass, no force push, enforced for admins - **Squash merge only** + auto-delete merged branches - **Secret scanning + push protection** enabled ### Release Flow Rework - `release.sh`: now creates `release/vX.Y.Z` branch + PR (instead of direct push to main) - `release.yml`: triggers when `release/v*` PR merges into main → tag + GH Release + ClawHub + backmerge - No more direct commits to protected branches ### Docs - AGENTS.md: updated with protection rules, Release PR flow, CI workflows table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backmerge main → develop to sync 3 commits from PR #9 (repo protection + release PR flow).