Clarify vpnruntime payload snapshot versus live head
build / backend (push) Has been cancelled
build / node-agent (push) Has been cancelled
build / worker (push) Has been cancelled

This commit is contained in:
2026-05-12 09:41:11 +03:00
parent 1b7bef5add
commit 60ef659084
2 changed files with 16 additions and 10 deletions
@@ -22,8 +22,8 @@ Generated files (local, ignored by git) are in:
- `artifacts/git-patches/vpnruntime-ci-stabilization-5commits.bundle` - `artifacts/git-patches/vpnruntime-ci-stabilization-5commits.bundle`
- `artifacts/git-patches/full-stabilization-latest/` (archived 10-patch snapshot) - `artifacts/git-patches/full-stabilization-latest/` (archived 10-patch snapshot)
- `artifacts/git-patches/vpnruntime-ci-stabilization-latest-10commits.bundle` (archived) - `artifacts/git-patches/vpnruntime-ci-stabilization-latest-10commits.bundle` (archived)
- `artifacts/git-patches/full-stabilization-current/` (19 patches, current) - `artifacts/git-patches/full-stabilization-current/` (19-patch payload snapshot)
- `artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle` (current) - `artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle` (payload snapshot)
## Apply as patches ## Apply as patches
@@ -53,7 +53,7 @@ git fetch ./vpnruntime-ci-stabilization-latest-10commits.bundle
git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c 051d0242 84ba2ad7 f1070e1a d2cd9292 3778904c git cherry-pick a3c0998e fea5174e 4603826b 6fec1d5c edf3836c 051d0242 84ba2ad7 f1070e1a d2cd9292 3778904c
``` ```
Current chain (19 commits from `8ba0561f` baseline): Current payload chain (19 commits from `8ba0561f` baseline through `99f5e281`):
```bash ```bash
git fetch ./vpnruntime-ci-stabilization-current.bundle git fetch ./vpnruntime-ci-stabilization-current.bundle
@@ -91,17 +91,15 @@ Execution status:
## Post-Stage Corrections ## Post-Stage Corrections
### 2026-05-12 Current Published State ### 2026-05-12 Payload Snapshot State
The original Stage 3/4 verification captured `e94fc309` as the published head. The original Stage 3/4 verification captured `e94fc309` as the published head.
Follow-up operational commits were added after that point. Current published Follow-up operational commits were added after that point. The transfer payload
state is: snapshot was refreshed through:
- Local HEAD: `99f5e28128d8b99d8eec5cff58f55c2fb97efaac` - Payload head: `99f5e28128d8b99d8eec5cff58f55c2fb97efaac`
- `origin/main`: `99f5e28128d8b99d8eec5cff58f55c2fb97efaac`
- Remote `main` matches local HEAD: YES
Current transfer artifacts were refreshed from baseline `8ba0561f..99f5e281`: Transfer artifacts were refreshed from baseline `8ba0561f..99f5e281`:
- `artifacts/git-patches/full-stabilization-current/` (19 patches) - `artifacts/git-patches/full-stabilization-current/` (19 patches)
- `artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle` - `artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle`
@@ -109,3 +107,11 @@ Current transfer artifacts were refreshed from baseline `8ba0561f..99f5e281`:
Verification: Verification:
- `git bundle verify artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle`: PASS - `git bundle verify artifacts/git-patches/vpnruntime-ci-stabilization-current.bundle`: PASS
Live repository head may advance with follow-up documentation corrections.
Check it with:
```bash
git rev-parse HEAD
git ls-remote --heads origin main
```