ci: add GitLab freeze assertion

This commit is contained in:
sovereign
2025-12-18 00:19:19 +00:00
parent d98a0dd957
commit 0f38063fac
3 changed files with 23 additions and 17 deletions

View File

@@ -5,5 +5,6 @@ For the next 30 days, treat these as frozen invariants: do not change `EventEnve
No envelope changes without: a payload schema bump, a full replay audit rerun, and a new freeze tag.
Freeze tag: `v0.8-freeze-envelope-v0` currently exists locally; when ready to publish, push it (and the commit) with:
- `git push origin 1830e0f:main`
- `git push origin v0.8-freeze-envelope-v0`
- `git remote add gitlab <gitlab-repo-url>` (one-time)
- `git push gitlab main`
- `git push gitlab v0.8-freeze-envelope-v0`